Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-07-22 | Net/StaticSocketAddress: add equality operator with SocketAddress | Max Kellermann | 1 | -2/+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-21 | net/StaticSocketAddress: remove unused method SetLocal() | Max Kellermann | 1 | -8/+0 | |
2015-07-21 | net/StaticSocketAddress: include cleanup | Max Kellermann | 1 | -7/+0 | |
2015-07-21 | net/StaticSocketAddress: disable SetLocal() on Android | Max Kellermann | 1 | -1/+1 | |
Fixes build failure because Bionic doesn't provide SUN_LEN(). | |||||
2015-07-21 | net: add header Features.hxx | Max Kellermann | 1 | -0/+1 | |
For improved portability of the net library to projects without autoconf. | |||||
2015-07-21 | net/StaticSocketAddress: use SocketAddress::size_type | Max Kellermann | 1 | -5/+9 | |
2015-07-21 | net/StaticSocketAddress: include cleanup | Max Kellermann | 1 | -2/+0 | |
2015-02-13 | net/StaticSocketAdress: new class wrapping struct sockaddr_storage | Max Kellermann | 1 | -35/+46 | |
2015-02-10 | net/SocketAddress: light wrapper for struct sockaddr | Max Kellermann | 1 | -52/+58 | |
2014-02-10 | util/HugeAllocator: relicense to BSD-2 | Max Kellermann | 1 | -13/+23 | |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2013-01-04 | HugeAllocator: new memory allocator | Max Kellermann | 1 | -0/+87 | |