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
/
FileFd.cpp
Age
Commit message (
Expand
)
Author
2026-05-18
Fix platform.h/config.h includes.
levlam
2026-03-16
Remove more unused context captures.
levlam
2026-01-01
Update copyright year.
levlam
2025-01-01
Update copyright year.
levlam
2024-01-01
Update copyright year.
levlam
2023-03-06
Minor improvements.
levlam
2023-02-13
Avoid the use of low-numbered file descriptors.
levlam
2023-02-10
Fix FileFd::sync_barrier.
levlam
2023-02-10
FileFd::sync_barrier uses F_BARRIERFSYNC on darwin
Arseny Smirnov
2023-01-10
Don't use FILE_FLAG_OPEN_REPARSE_POINT with UWP.
levlam
2023-01-04
Add Stat.is_symbolic_link_.
levlam
2023-01-01
Update copyright year.
levlam
2022-05-01
Use count instead of find if appropriate.
levlam
2022-03-11
Use FlatHashSet.
levlam
2022-01-01
Update copyright year.
levlam
2021-12-10
Improve private field names.
levlam
2021-10-18
Minor warning fixes.
levlam
2021-10-18
Mark move constructors/assignment operators noexcept.
levlam
2021-09-24
Use error code 400 instead of small error codes.
levlam
2021-05-17
Don't include SliceBuilder.h in logging.h.
levlam
2021-04-04
Add checks that FileFd::read/write/pread/pwrite/writev return correct response.
levlam
2021-04-04
Fix writev on Windows.
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-10-11
Protect access to some static variables using ExitGuard.
levlam
2020-10-08
Fix std::...::erase return value usages.
levlam
2020-06-24
update tdutils from another project
Arseny Smirnov
2020-06-15
Move skip_eintr to a separate header.
levlam
2020-06-07
Fix some includes.
levlam
2020-03-19
Add WIN32_LEAN_AND_MEAN during build on Windows (0% build time speed up).
levlam
2020-01-03
Use real allocated file size in storage statistics.
levlam
2020-01-03
Fix preprocessor directive.
levlam
2020-01-03
Optimize FileFd.get_size/get_real_size on Windows.
levlam
2020-01-03
Add real_size to Stat.
levlam
2020-01-02
Always open files on Windows as sparse files.
levlam
2020-01-01
Update copyright year.
levlam
2019-07-24
Fix call to CreateFile2.
levlam
2019-07-22
Various fixes.
levlam
2019-07-21
Fix tdutils after update.
levlam
2019-07-06
tdutils: update from other project
Arseny Smirnov
2019-07-03
Wrap calls to fsync with skip_eintr.
levlam
2019-06-20
FileFd::stat fixes.
levlam
2019-06-19
Fd::stat returns Result<Stat> instead of Stat
Arseny Smirnov
2019-02-22
Use F_FULLFSYNC instead of fsync on Darwin.
levlam
2019-01-01
Update copyright year.
levlam
2018-10-30
Better create_local_lock.
levlam
2018-10-30
FileFd: bugfix
Arseny Smirnov
2018-10-30
FileFd: create_local_lock function
Arseny Smirnov
2018-10-30
FileFd: fix sleeping while mutex is locked
Arseny Smirnov
[next]