aboutsummaryrefslogtreecommitdiffhomepage
path: root/tdutils/td/utils/port/StdStreams.cpp
AgeCommit message (Expand)Author
2026-05-18Fix platform.h/config.h includes.levlam
2026-01-01Update copyright year.levlam
2025-01-01Update copyright year.levlam
2024-01-01Update copyright year.levlam
2023-01-01Update copyright year.levlam
2022-10-03Optimize logging to NULL on Windows. Fixes #2112.levlam
2022-01-01Update copyright year.levlam
2021-10-18Mark move constructors/assignment operators noexcept.levlam
2021-07-04Make inherited classes final if possible.levlam
2021-07-03Use final instead of override.levlam
2021-05-17Don't include SliceBuilder.h in logging.h.levlam
2021-02-04Improve Slice::truncate usage.levlam
2021-01-01Update copyright year.levlam
2020-12-24Fix BufferedStdinImpl destruction.levlam
2020-12-24Fix BufferedStdinImpl reference counter.levlam
2020-12-24Undo move_as_native_fd changes.levlam
2020-12-24Return back ScopeExit usage.levlam
2020-12-24Don't check that Stdin/Stdout/Stderr are unlocked on exit.levlam
2020-07-21Minor.levlam
2020-07-21PollableFd: explicit sync_with_pollArseny Smirnov
2020-07-14Minor fixes.levlam
2020-06-26Fix tdutils after merge.levlam
2020-06-24update tdutils from another projectArseny Smirnov
2020-01-01Update copyright year.levlam
2019-09-28Update clag-format to the latest (190926/r372920) version.levlam
2019-09-15Remove unneded explicit td::.levlam
2019-07-23Fix includes.levlam
2019-07-21Fix tdutils after update.levlam
2019-07-06tdutils: update from other projectArseny Smirnov
2019-03-22Return stdin to blocking state when closing.levlam
2019-01-01Update copyright year.levlam
2018-10-07Better error messages.levlam
2018-09-27Use td::unique_ptr instead of std::unique_ptr whenever possible.levlam
2018-09-13Fix CE and some includes.levlam
2018-09-12Update test for walk_path. It is CE nowArseny Smirnov
2018-09-12Fix some includes.levlam
2018-09-12Fix StdStreams initialization in UWP.levlam
2018-09-11Fix CE.levlam
2018-09-11BufferedStdin: simplifyArseny Smirnov
2018-09-11Simplify NativeFd.levlam
2018-09-11bugfixArseny Smirnov
2018-09-10Minor fixes.levlam
2018-09-10BugfixArseny Smirnov
2018-09-10BufferedStdin: windowsArseny Smirnov
2018-09-07A lot of fixes.levlam
2018-08-17tg_cli works under posixArseny Smirnov