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