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
/
IPAddress.cpp
Age
Commit message (
Expand
)
Author
2026-01-01
Update copyright year.
levlam
2025-10-01
Add logging.
levlam
2025-10-01
Check address family before marking it as valid.
levlam
2025-02-18
Unify StringBuilder parameter names.
levlam
2025-01-01
Update copyright year.
levlam
2024-01-01
Update copyright year.
levlam
2023-01-01
Update copyright year.
levlam
2022-08-19
Remove source from next_utf8_unsafe.
levlam
2022-01-01
Update copyright year.
levlam
2021-10-20
Use auto as variable type if it is initialized with a cast.
levlam
2021-05-17
Don't include SliceBuilder.h in logging.h.
levlam
2021-03-26
TD_EXPERIMENTAL_WATCH_OS cmake option
Arseny Smirnov
2021-01-01
Update copyright year.
levlam
2020-11-10
Support binding of ServerSocket to IPv6 address.
levlam
2020-07-14
Minor improvements.
levlam
2020-07-14
IPAddress: function to clear interface part of ipv6
Arseny Smirnov
2020-07-13
Minor improvements.
levlam
2020-06-18
Fix "Try to" usages.
levlam
2020-05-16
Fix init_host_port.
levlam
2020-05-16
Add IPAddress::get_ip_host and use it whenever appropriate.
levlam
2020-05-16
Do not remove brackets from HttpUrl IPv6 host.
levlam
2020-05-16
Fix IP address verification in TLS certificate.
levlam
2020-05-16
Add IPAddress::get_ip_address.
levlam
2020-05-16
Supoort bracketed IPv6 in init_ipv6_port.
levlam
2020-05-16
Make ipv4_to_str/ipv6_to_str safe to use.
levlam
2020-05-16
Make IPAddress::get_ipv6 safe to use.
levlam
2020-01-01
Update copyright year.
levlam
2019-12-08
Use TRY_RESULT_ASSIGN.
levlam
2019-07-06
tdutils: update from other project
Arseny Smirnov
2019-02-04
Support numeric hosts in GoogleDnsResolver.
levlam
2019-02-04
Support IDN hosts in all resolvers.
levlam
2019-02-04
GetHostByName fixes and improvements.
levlam
2019-01-01
Update copyright year.
levlam
2018-12-19
Minor fixes.
levlam
2018-12-19
tdutils: update from other project
Arseny Smirnov
2018-12-17
Fix IPAddress::get_any_addr.
levlam
2018-11-27
Support different IPv4 formats in IPAddress::init_host_port.
levlam
2018-11-15
Add IPAddress::is_reserved method and its test.
levlam
2018-11-02
Fix FreeBSD CE.
levlam
2018-10-08
Add source to next_utf8_unsafe.
levlam
2018-09-11
Add get_ipv4 test.
levlam
2018-09-11
Fix IPAddress::get_ipv4 usages.
levlam
2018-09-11
Simplify NativeFd.
levlam
2018-09-07
A lot of fixes.
levlam
2018-08-13
Update tdutils from other project
Arseny Smirnov
2018-07-26
Add support for transparent HTTP proxies.
levlam
2018-07-01
Add prefer_ipv6 parameter tp GetHostByNameActor.
levlam
2018-07-01
Better init_host_port.
levlam
2018-06-29
Use static IPs only for IPv4 Socks5 proxies.
levlam
2018-06-28
Fix warning.
levlam
[next]