aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/StaticSocketAddress.hxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-07-22Net/StaticSocketAddress: add equality operator with SocketAddressMax Kellermann1-2/+4
2015-07-22net/StaticSocketAddress: replace cast operator with GetAddress()Max Kellermann1-2/+2
The implicit cast operator can be very dangerous.
2015-07-21net/StaticSocketAddress: remove unused method SetLocal()Max Kellermann1-8/+0
2015-07-21net/StaticSocketAddress: include cleanupMax Kellermann1-7/+0
2015-07-21net/StaticSocketAddress: disable SetLocal() on AndroidMax Kellermann1-1/+1
Fixes build failure because Bionic doesn't provide SUN_LEN().
2015-07-21net: add header Features.hxxMax Kellermann1-0/+1
For improved portability of the net library to projects without autoconf.
2015-07-21net/StaticSocketAddress: use SocketAddress::size_typeMax Kellermann1-5/+9
2015-07-21net/StaticSocketAddress: include cleanupMax Kellermann1-2/+0
2015-02-13net/StaticSocketAdress: new class wrapping struct sockaddr_storageMax Kellermann1-35/+46
2015-02-10net/SocketAddress: light wrapper for struct sockaddrMax Kellermann1-52/+58
2014-02-10util/HugeAllocator: relicense to BSD-2Max Kellermann1-13/+23
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-01-04HugeAllocator: new memory allocatorMax Kellermann1-0/+87