aboutsummaryrefslogtreecommitdiffhomepage
path: root/tdutils/td/utils/port/ServerSocketFd.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-04-23Add proxy methods to maximize socket buffersiliavy
2024-01-01Update copyright year.levlam
2023-01-01Update copyright year.levlam
2022-07-14add Mutex wrapper around std::mutex and use it instead of SpinLockArseny Smirnov
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-01-01Update copyright year.levlam
2020-11-10Disable IPV6_V6ONLY on IPv6 server sockets on Windows.levlam
2020-11-10Support binding of ServerSocket to IPv6 address.levlam
2020-07-21PollableFd: explicit sync_with_pollArseny Smirnov
2020-06-15Move skip_eintr to a separate header.levlam
2020-06-07Fix some includes.levlam
2020-01-01Update copyright year.levlam
2019-07-06tdutils: update from other projectArseny Smirnov
2019-02-13Explicitly include common.h.levlam
2019-01-01Update copyright year.levlam
2018-12-17Fix IOCP error statuses.levlam
2018-10-07Better error messages.levlam
2018-09-27Use td::unique_ptr instead of std::unique_ptr whenever possible.levlam
2018-09-25Fix get_pending_errorArseny Smirnov
2018-09-11Better logging of NativeFd.levlam
2018-09-11Move Iocp to separate files.levlam
2018-09-11Simplify NativeFd.levlam
2018-09-11Remove some usages of io_handle.levlam
2018-09-10Use WSARecv/WSASend instead of ReadFile/WriteFile. Fix check_status.levlam
2018-09-10Add real NativeFd::set_is_blocking.levlam
2018-09-10Remove unneeded code from Fd.cpp/Fd.h.levlam
2018-09-10Fix some includes.levlam
2018-09-10Move skip_eintr to detail.levlam
2018-09-10Move set_is_blocking method to NativeFd.levlam
2018-09-07A lot of fixes.levlam
2018-08-13Update tdutils from other projectArseny Smirnov
2018-01-02Update copyright year.levlam
2017-12-31Project import generated by Copybara.Arseny Smirnov