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