summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)Author
2017-08-11net/IPv4Address: new classMax Kellermann
2017-08-11net/SocketDescriptor: add AcceptNonBlock() overload without addressMax Kellermann
2017-08-11net/SocketDescriptor: AcceptNonBlock() enables non-blocking even if SOCK_NONB...Max Kellermann
2017-08-11net/SocketDescriptor: check HAVE_ACCEPT4Max Kellermann
2017-08-10net/SocketUtil: use SocketDescriptor::SetBoolOption()Max Kellermann
2017-08-10net/SocketDescriptor: add method SetKeepAlive()Max Kellermann
2017-08-10net/SocketDescriptor: allow constructing with "int"Max Kellermann
2017-08-10net/SocketDescriptor: SO_REUSEADDR is portableMax Kellermann
2017-08-10net/SocketUtil: fix -WunusedMax Kellermann
2017-08-10net/SocketDescriptor: cast setsockopt() value to "const char *" for WindowsMax Kellermann
2017-08-10net/SocketDescriptor: socketpair() is unavailable on WindowsMax Kellermann
2017-08-10net/SocketDescriptor: implement SetNonBlocking() on WindowsMax Kellermann
2017-08-10net/SocketDescriptor: call SetNonBlocking() on Linux if SOCK_NONBLOCK unavail...Max Kellermann
2017-08-10net/SocketDescriptors: IsValid() is not available on WindowsMax Kellermann
2017-08-10net/SocketDescriptors: fix includes for WindowsMax Kellermann
2017-08-10net/SocketUtil: socket_bind_listen() returns UniqueSocketDescriptorMax Kellermann
2017-08-10net/SocketDescriptor: specialization of FileDescriptor for network socketsMax Kellermann
2017-08-10net/StaticSocketAddress: add struct sockaddr cast operatorsMax Kellermann
2017-08-10net/*, ...: use AF_LOCAL instead of AF_UNIXMax Kellermann
2017-08-10net/StaticSocketAddress: pass SocketAddress by value to operator!=Max Kellermann
2017-08-10net/StaticSocketAddress: add method SetMaxSize()Max Kellermann
2017-08-10net/StaticSocketAddress: set a valid size in Clear()Max Kellermann
2017-06-04*: add lots of "noexcept" specificationsMax Kellermann
2017-06-04Merge tag 'v0.20.9'Max Kellermann
2017-06-04*: add lost of "noexcept" specificationsMax Kellermann
2017-05-17net/SocketAddress: add method IsV6Any()Max Kellermann
2017-05-17net/SocketAddress: add more "noexcept"Max Kellermann
2017-05-17net/AllocatedSocketAddress: allow copyingMax Kellermann
2017-05-17net/AllocatedSocketAddress: add more "noexcept"Max Kellermann
2017-05-17net/AllocatedSocketAddress: use C++11 initializersMax Kellermann
2017-05-17net/StaticSocketAddress: add method SetPort()Max Kellermann
2017-05-17net/AllocatedSocketAddress: add method SetPort()Max Kellermann
2017-05-17net/SocketAddress: add method GetPort()Max 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