summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)Author
2018-02-24net/Init: work around -Werror=unused-variableMax Kellermann
2018-02-24Main: move WinSock initialization to class ScopeNetInitMax Kellermann
2017-12-12*: check defined(_WIN32) instead of defined(WIN32)Max Kellermann
2017-06-04*: add lost of "noexcept" specificationsMax Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-01-17AUTHORS, ...: update my email addressMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-11-10util/Error: remove obsolete classMax Kellermann
2016-11-07net/SocketError: remove obsolete Error functionsMax Kellermann
2016-10-28event/ServerSocket: migrate from class Error to C++ exceptionsMax Kellermann
2016-06-12net/Resolver: correct includes for gettaddrinfo(3)Lazaros Koromilas
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-09-17system/SocketUtil: guard usage of SO_PASSCREDFrançois Revol
2015-07-22net/AllocatedSocketAddress: new sockaddr wrapper classMax Kellermann
2015-07-22Net/StaticSocketAddress: add equality operator with SocketAddressMax Kellermann
2015-07-22net/StaticSocketAddress: replace cast operator with GetAddress()Max Kellermann
2015-07-22net/ToString: relicense to BSD-2Max Kellermann
2015-07-22net/ToString: rename sockaddr_to_string() to ToString()Max Kellermann
2015-07-22net/ToString: move V4 mapping code to functionsMax Kellermann
2015-07-22net/ToString: make variables more localMax Kellermann
2015-07-22net/Resolver: move sockaddr_to_string() to ToString.cxxMax Kellermann
2015-07-21net/StaticSocketAddress: remove unused method SetLocal()Max Kellermann
2015-07-21net/StaticSocketAddress: include cleanupMax Kellermann
2015-07-21net/StaticSocketAddress: disable SetLocal() on AndroidMax Kellermann
2015-07-21net: add header Features.hxxMax Kellermann
2015-07-21net/StaticSocketAddress: include config.hMax Kellermann
2015-07-21net/StaticSocketAddress: use SocketAddress::size_typeMax Kellermann
2015-07-21net/StaticSocketAddress: include cleanupMax Kellermann
2015-03-17*: doxygen fixupsMax Kellermann
2015-03-05fs/Traits: enable _UNICODE on WindowsMax Kellermann
2015-02-13net/StaticSocketAdress: new class wrapping struct sockaddr_storageMax Kellermann
2015-02-10net/Resolver: relax size check in LocalAddressToString()Max Kellermann
2015-02-10net/Resolver: move code to LocalAddressToString()Max Kellermann
2015-02-10net/SocketAddress: light wrapper for struct sockaddrMax Kellermann
2015-02-10system/{Resolver,Socket{Error,Util}}: move to new library libnet.aMax Kellermann