index
:
tdlib
debian
Cross-platform library for building Telegram clients
Maria Lisina
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tdutils
/
td
/
utils
/
port
/
path.cpp
Age
Commit message (
Expand
)
Author
2026-05-18
Fix platform.h/config.h includes.
levlam
2026-01-01
Update copyright year.
levlam
2025-01-01
Update copyright year.
levlam
2024-01-01
Update copyright year.
levlam
2023-01-05
Delete symbolic links in rmrf.
levlam
2023-01-04
Support symbolic links in walk_path.
levlam
2023-01-04
Add Stat.is_symbolic_link_.
levlam
2023-01-01
Update copyright year.
levlam
2022-01-01
Update copyright year.
levlam
2021-11-05
Return both first and last error from mkpath.
levlam
2021-06-05
Trim trainling slashes in the parameter of CreateDirectoryFromAppW.
levlam
2021-05-17
Don't include SliceBuilder.h in logging.h.
levlam
2021-04-30
Likely add Solaris support.
levlam
2021-04-30
Silence expected warning.
levlam
2021-04-08
Ignore invalid Unicode strings in C++/CX.
levlam
2021-01-01
Update copyright year.
levlam
2020-12-23
FromApp method fixes.
levlam
2020-12-23
Use *FromApp methods when available (#1303)
Fela Ameghino
2020-06-15
Move skip_eintr to a separate header.
levlam
2020-06-07
Fix some includes.
levlam
2020-01-01
Update copyright year.
levlam
2019-12-08
Use TRY_RESULT_ASSIGN.
levlam
2019-06-19
Fd::stat returns Result<Stat> instead of Stat
Arseny Smirnov
2019-06-05
Fix walk_path.
levlam
2019-05-02
Fix CE
Arseny Smirnov
2019-05-01
WalkPath: allow to skip dirs and to abort a walk
Arseny Smirnov
2019-01-01
Update copyright year.
levlam
2018-10-22
Ignore EAGAIN in mkdir (happens in Android).
levlam
2018-09-13
Fix rmrf CE.
levlam
2018-09-13
Pass std::function as callback in walk_path.
levlam
2018-09-12
Fix walk_path.
levlam
2018-09-10
Fix some includes.
levlam
2018-09-10
Move skip_eintr to detail.
levlam
2018-09-07
A lot of fixes.
levlam
2018-08-13
Update tdutils from other project
Arseny Smirnov
2018-07-08
Fix some string to Slice conversions.
levlam
2018-06-27
Allow EPERM in realpath just in case.
levlam
2018-04-23
Better iterators increment.
levlam
2018-03-04
More robust mkpath.
levlam
2018-03-04
Support ignore_access_denied in realpath on Window.
levlam
2018-02-03
Unify include order.
levlam
2018-01-29
skip_eintr_cstr
Arseny Smirnov
2018-01-26
Optionally ignore EACCES in realpath.
levlam
2018-01-24
Use skip_eintr in all filesystem system calls.
levlam
2018-01-02
Update copyright year.
levlam
2017-12-31
Project import generated by Copybara.
Arseny Smirnov