summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)Author
2021-04-06net/SocketError: use `constexpr`Max Kellermann
2021-04-06net/SocketError: use `auto`Max Kellermann
2021-04-06net/SocketError: change "const" to "pure"Max Kellermann
2021-02-12use std::size_tMax Kellermann
2021-02-12use [[gnu::pure]] instead of gcc_pureMax Kellermann
2021-01-21Merge branch 'v0.22.x'Max Kellermann
2021-01-21net/SocketError: add syscall specific check functionsMax Kellermann
2021-01-21net/SocketError: relicense to BSD-2Max Kellermann
2021-01-12net/Resolver: add simple getaddrinfo() wrapperMax Kellermann
2021-01-12net/ToString: include cleanupMax Kellermann
2021-01-11net/SocketError: relicense to BSD-2Max Kellermann
2021-01-01Merge branch 'v0.22.x'Max Kellermann
2021-01-01copyright year 2021Max Kellermann
2020-11-30net/SocketAddress: add CastTo()Max Kellermann
2020-11-30net/IPv[46]Address: pass SocketAddress by value to Cast()Max Kellermann
2020-11-30net/IPv[46]Address: add Cast(const sockaddr_in&)Max Kellermann
2020-10-15Merge branch 'v0.22.x' into masterMax Kellermann
2020-10-15net/UniqueSocketDescriptor: add `noexcept`Max Kellermann
2020-10-15net/SocketAddress: add missing includeMax Kellermann
2020-10-15net/SocketAddress: include cleanupMax Kellermann
2020-09-22net/SocketError: work around -Wvla by defining a constexpr variableMax Kellermann
2020-09-16remove GCC5 hacksRosen Penev
2020-07-23net/{Resolver,HostParser}: include <cstring>Max Kellermann
2020-07-23net/AllocatedSocketAddress: add missing forward declarationMax Kellermann
2020-07-23net/StaticSocketAddress: add IWYU pragmaMax Kellermann
2020-07-23include cleanupMax Kellermann
2020-05-30use std chr functionsRosen Penev
2020-05-05system/FileDescriptor: move to io/Max Kellermann
2020-03-12replace stdint.h with cstdintRosen Penev
2020-03-12change errno.h to cerrnoRosen Penev
2020-03-12replace assert.h with cassertRosen Penev
2020-02-01*: use `auto`Max Kellermann
2020-02-01net/StaticSocketAddress: make the cast operators `constexpr`Max Kellermann
2020-02-01net/AddressInfo: add MakeAddrInfo()Max Kellermann
2020-01-18copyright year 2020Max Kellermann
2019-08-26net/UniqueSocketDescriptor: import std::swap()Max Kellermann
2019-08-26net/UniqueSocketDescriptor: update copyright yearMax Kellermann
2019-08-26net/SocketDescriptor: expose CheckDuplicate()Max Kellermann
2019-08-26net/AllocatedSocketAddress: remove config.h, we have Features.hxx alreadyMax Kellermann
2019-08-26net/AddressInfo: include Features.hxx instead of config.hMax Kellermann
2019-08-19util/PrintException, ...: update copyrightMax Kellermann
2019-08-03util/Macros: replace with std::size() (C++17)Max Kellermann
2019-07-29net/Resolver: replace memset(0) with empty C++ initializer listMax Kellermann
2019-07-05include cleanups (powered by iwyu)Max Kellermann
2019-07-03net/AllocatedSocketAddress: import std::swapMax Kellermann
2019-07-03net/{Allocated,Static}SocketAddress: use IPv[46]Address::SetPort()Max Kellermann
2019-07-03net/ToString: move UnmapV4() to class IPv6AddressMax Kellermann
2019-07-03net/ToString: UnmapV4() returns IPv4AddressMax Kellermann
2019-07-03net/SocketAddress: use IPv[46]Address::Cast()Max Kellermann
2019-06-17Copyright year 2019Max Kellermann