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
/
StdStreams.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-01
Update copyright year.
levlam
2022-10-03
Optimize logging to NULL on Windows. Fixes #2112.
levlam
2022-01-01
Update copyright year.
levlam
2021-10-18
Mark move constructors/assignment operators noexcept.
levlam
2021-07-04
Make inherited classes final if possible.
levlam
2021-07-03
Use final instead of override.
levlam
2021-05-17
Don't include SliceBuilder.h in logging.h.
levlam
2021-02-04
Improve Slice::truncate usage.
levlam
2021-01-01
Update copyright year.
levlam
2020-12-24
Fix BufferedStdinImpl destruction.
levlam
2020-12-24
Fix BufferedStdinImpl reference counter.
levlam
2020-12-24
Undo move_as_native_fd changes.
levlam
2020-12-24
Return back ScopeExit usage.
levlam
2020-12-24
Don't check that Stdin/Stdout/Stderr are unlocked on exit.
levlam
2020-07-21
Minor.
levlam
2020-07-21
PollableFd: explicit sync_with_poll
Arseny Smirnov
2020-07-14
Minor fixes.
levlam
2020-06-26
Fix tdutils after merge.
levlam
2020-06-24
update tdutils from another project
Arseny Smirnov
2020-01-01
Update copyright year.
levlam
2019-09-28
Update clag-format to the latest (190926/r372920) version.
levlam
2019-09-15
Remove unneded explicit td::.
levlam
2019-07-23
Fix includes.
levlam
2019-07-21
Fix tdutils after update.
levlam
2019-07-06
tdutils: update from other project
Arseny Smirnov
2019-03-22
Return stdin to blocking state when closing.
levlam
2019-01-01
Update copyright year.
levlam
2018-10-07
Better error messages.
levlam
2018-09-27
Use td::unique_ptr instead of std::unique_ptr whenever possible.
levlam
2018-09-13
Fix CE and some includes.
levlam
2018-09-12
Update test for walk_path. It is CE now
Arseny Smirnov
2018-09-12
Fix some includes.
levlam
2018-09-12
Fix StdStreams initialization in UWP.
levlam
2018-09-11
Fix CE.
levlam
2018-09-11
BufferedStdin: simplify
Arseny Smirnov
2018-09-11
Simplify NativeFd.
levlam
2018-09-11
bugfix
Arseny Smirnov
2018-09-10
Minor fixes.
levlam
2018-09-10
Bugfix
Arseny Smirnov
2018-09-10
BufferedStdin: windows
Arseny Smirnov
2018-09-07
A lot of fixes.
levlam
2018-08-17
tg_cli works under posix
Arseny Smirnov