aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/StaticSocketAddress.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Net/StaticSocketAddress: add equality operator with SocketAddressMax Kellermann2015-07-221-2/+4
|
* net/StaticSocketAddress: replace cast operator with GetAddress()Max Kellermann2015-07-221-2/+2
| | | | The implicit cast operator can be very dangerous.
* net/StaticSocketAddress: remove unused method SetLocal()Max Kellermann2015-07-211-8/+0
|
* net/StaticSocketAddress: include cleanupMax Kellermann2015-07-211-7/+0
|
* net/StaticSocketAddress: disable SetLocal() on AndroidMax Kellermann2015-07-211-1/+1
| | | | Fixes build failure because Bionic doesn't provide SUN_LEN().
* net: add header Features.hxxMax Kellermann2015-07-211-0/+1
| | | | | For improved portability of the net library to projects without autoconf.
* net/StaticSocketAddress: use SocketAddress::size_typeMax Kellermann2015-07-211-5/+9
|
* net/StaticSocketAddress: include cleanupMax Kellermann2015-07-211-2/+0
|
* net/StaticSocketAdress: new class wrapping struct sockaddr_storageMax Kellermann2015-02-131-0/+114