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
/
SocketFd.cpp
Age
Commit message (
Expand
)
Author
2026-03-16
Remove more unused context captures.
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-10-18
Fix typos. (#2641)
AYMEN Mohammed
2023-03-21
Avoid the use of low-numbered file descriptors for sockets.
levlam
2023-03-09
Move EFAULT to the list of expected errors for ::read.
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-12-16
Immediately close non-connected sockets.
levlam
2021-12-10
Add more logging.
levlam
2021-12-10
Improve private field names.
levlam
2021-10-18
Minor warning fixes.
levlam
2021-10-18
Mark move constructors/assignment operators noexcept.
levlam
2021-09-24
Remove TD_EXPERIMENTAL_WATCH_OS.
levlam
2021-07-04
Make inherited classes final if possible.
levlam
2021-07-03
Use final instead of override.
levlam
2021-06-14
Close socket on Windows only after pending write is confirmed.
levlam
2021-05-17
Don't include SliceBuilder.h in logging.h.
levlam
2021-04-08
Fix ifdef check.
levlam
2021-04-08
Don't use sendmsg on Android.
levlam
2021-04-04
Add checks that SocketFd::read/write/writev return correct response.
levlam
2021-04-04
Fix writev on Windows.
levlam
2021-03-29
more checks for watch os version
Arseny Smirnov
2021-03-26
TD_EXPERIMENTAL_WATCH_OS cmake option
Arseny Smirnov
2021-01-01
Update copyright year.
levlam
2020-11-02
Minor improvements.
levlam
2020-10-18
Suppress SIGPIPE signals on write.
levlam
2020-07-21
PollableFd: explicit sync_with_poll
Arseny Smirnov
2020-06-22
Unify constant name style.
levlam
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-23
Fix includes.
levlam
2019-07-06
tdutils: update from other project
Arseny Smirnov
2019-07-01
TlsInit fixes.
levlam
2019-04-26
Fix return type of WSAGetOverlappedResult.
levlam
2019-02-13
Explicitly include common.h.
levlam
2019-01-01
Update copyright year.
levlam
2018-12-17
Fix IPAddress::get_any_addr.
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-24
SocketFd::get_pending_error bugfix
Arseny Smirnov
2018-09-11
Better logging of NativeFd.
levlam
2018-09-11
Fix closing of SocketFd by other side.
levlam
2018-09-11
Move Iocp to separate files.
levlam
2018-09-11
Simplify NativeFd.
levlam
[next]