Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't use mapped IPv4 addresses with MCAST_JOIN_GROUP. | Elliott Hughes | 2011-05-26 | 1 | -2/+2 |
* | Implement recvfrom(2). | Elliott Hughes | 2011-05-19 | 1 | -2/+2 |
* | Expose bind(2). | Elliott Hughes | 2011-05-09 | 1 | -2/+2 |
* | Simplify our AF_INET/AF_INET6 address situation. | Elliott Hughes | 2011-05-06 | 1 | -2/+11 |
* | Add getaddrinfo(2). | Elliott Hughes | 2011-05-04 | 1 | -5/+0 |
* | Add getnameinfo(3) (and gai_strerror(3)). | Elliott Hughes | 2011-04-19 | 1 | -10/+7 |
* | Make inetAddressToSocketAddress more available. | Elliott Hughes | 2011-03-31 | 1 | -0/+2 |
* | Add getsockname(2) and getsockopt(2). | Elliott Hughes | 2011-03-30 | 1 | -2/+2 |
* | Rename setNonBlocking to setBlocking. | Elliott Hughes | 2010-08-04 | 1 | -1/+1 |
* | Consistently use POSIX O_NONBLOCK instead of FIONBIO. | Elliott Hughes | 2010-07-22 | 1 | -0/+5 |
* | Refactor some of the OSNetworkSystem stuff to more appropriate homes. | Elliott Hughes | 2010-06-01 | 1 | -0/+31 |