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