Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: 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 |