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
/
Stat.cpp
Age
Commit message (
Expand
)
Author
2026-01-01
Update copyright year.
levlam
2025-01-01
Update copyright year.
levlam
2024-12-04
Use StackAllocator to allocate temporary buffer.
levlam
2024-12-04
Improve error message.
levlam
2024-01-01
Update copyright year.
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-06-06
Add comment about meaning of Working Set and Commit Charge.
levlam
2021-05-17
Don't include SliceBuilder.h in logging.h.
levlam
2021-01-01
Update copyright year.
levlam
2020-07-26
Use lowercase includes under MinGW.
levlam
2020-07-19
Increase max content size in HttpReader.
levlam
2020-06-15
Move skip_eintr to a separate header.
levlam
2020-06-14
Support cpu_stat on Windows.
levlam
2020-06-14
Minor cpu_stat improvements.
levlam
2020-06-14
Add mem_stat support on Windows.
levlam
2020-03-20
Use KB instead of kB for 1024 bytes.
levlam
2020-01-03
Add real_size to Stat.
levlam
2020-01-01
Update copyright year.
levlam
2019-08-26
Fix first letter case in error messages.
levlam
2019-07-06
tdutils: update from other project
Arseny Smirnov
2019-06-20
FileFd::stat fixes.
levlam
2019-06-19
Fd::stat returns Result<Stat> instead of Stat
Arseny Smirnov
2019-01-01
Skip EINTR in stat functions.
levlam
2019-01-01
Update copyright year.
levlam
2018-12-19
tdutils: update from other project
Arseny Smirnov
2018-10-07
Better error messages.
levlam
2018-08-13
Update tdutils from other project
Arseny Smirnov
2018-05-10
Fix compilation for Termux.
levlam
2018-03-10
Find stat nanoseconds using SFINAE.
levlam
2018-03-08
Support for recent_stickers_limit.
levlam
2018-02-28
Fix CE.
levlam
2018-02-28
UWP: build scripts
Arseny Smirnov
2018-02-28
cpu_stat
Arseny Smirnov
2018-02-14
Fix mem_stat.
levlam
2018-02-11
Remove calls to Logger.printf.
levlam
2018-02-11
Use to_integer_safe instead of sscanf in mem_stat.
levlam
2018-01-02
Update copyright year.
levlam
2017-12-31
Project import generated by Copybara.
Arseny Smirnov