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