Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-09-17 | system/SocketUtil: guard usage of SO_PASSCRED | François Revol | 1 | -1/+1 | |
Haiku has struct ucred but no SO_PASSCRED (yet). | |||||
2015-07-22 | net/AllocatedSocketAddress: new sockaddr wrapper class | Max Kellermann | 2 | -0/+236 | |
2015-07-22 | Net/StaticSocketAddress: add equality operator with SocketAddress | Max Kellermann | 2 | -9/+4 | |
2015-07-22 | net/StaticSocketAddress: replace cast operator with GetAddress() | Max Kellermann | 1 | -2/+2 | |
The implicit cast operator can be very dangerous. | |||||
2015-07-22 | net/ToString: relicense to BSD-2 | Max Kellermann | 2 | -26/+47 | |
2015-07-22 | net/ToString: rename sockaddr_to_string() to ToString() | Max Kellermann | 2 | -2/+2 | |
2015-07-22 | net/ToString: move V4 mapping code to functions | Max Kellermann | 1 | -15/+36 | |
2015-07-22 | net/ToString: make variables more local | Max Kellermann | 1 | -8/+4 | |
2015-07-22 | net/Resolver: move sockaddr_to_string() to ToString.cxx | Max Kellermann | 4 | -110/+167 | |
2015-07-21 | net/StaticSocketAddress: remove unused method SetLocal() | Max Kellermann | 2 | -37/+0 | |
2015-07-21 | net/StaticSocketAddress: include cleanup | Max Kellermann | 1 | -7/+0 | |
2015-07-21 | net/StaticSocketAddress: disable SetLocal() on Android | Max Kellermann | 2 | -2/+2 | |
Fixes build failure because Bionic doesn't provide SUN_LEN(). | |||||
2015-07-21 | net: add header Features.hxx | Max Kellermann | 2 | -0/+28 | |
For improved portability of the net library to projects without autoconf. | |||||
2015-07-21 | net/StaticSocketAddress: include config.h | Max Kellermann | 1 | -0/+1 | |
2015-07-21 | net/StaticSocketAddress: use SocketAddress::size_type | Max Kellermann | 2 | -6/+10 | |
2015-07-21 | net/StaticSocketAddress: include cleanup | Max Kellermann | 1 | -2/+0 | |
2015-03-17 | *: doxygen fixups | Max Kellermann | 2 | -4/+0 | |
2015-03-05 | fs/Traits: enable _UNICODE on Windows | Max Kellermann | 1 | -3/+22 | |
Use wchar_t for everything on Windows. Solves a lot of filesystem charset problems. | |||||
2015-02-13 | net/StaticSocketAdress: new class wrapping struct sockaddr_storage | Max Kellermann | 2 | -0/+192 | |
2015-02-10 | net/Resolver: relax size check in LocalAddressToString() | Max Kellermann | 1 | -2/+20 | |
Handles abstract sockets on Linux. | |||||
2015-02-10 | net/Resolver: move code to LocalAddressToString() | Max Kellermann | 1 | -8/+16 | |
2015-02-10 | net/SocketAddress: light wrapper for struct sockaddr | Max Kellermann | 6 | -24/+160 | |
2015-02-10 | system/{Resolver,Socket{Error,Util}}: move to new library libnet.a | Max Kellermann | 6 | -0/+558 | |