summaryrefslogtreecommitdiffstats
path: root/luni/src/main/native/NetworkUtilities.h
Commit message (Expand)AuthorAgeFilesLines
* Don't use mapped IPv4 addresses with MCAST_JOIN_GROUP.Elliott Hughes2011-05-261-2/+2
* Implement recvfrom(2).Elliott Hughes2011-05-191-2/+2
* Expose bind(2).Elliott Hughes2011-05-091-2/+2
* Simplify our AF_INET/AF_INET6 address situation.Elliott Hughes2011-05-061-2/+11
* Add getaddrinfo(2).Elliott Hughes2011-05-041-5/+0
* Add getnameinfo(3) (and gai_strerror(3)).Elliott Hughes2011-04-191-10/+7
* Make inetAddressToSocketAddress more available.Elliott Hughes2011-03-311-0/+2
* Add getsockname(2) and getsockopt(2).Elliott Hughes2011-03-301-2/+2
* Rename setNonBlocking to setBlocking.Elliott Hughes2010-08-041-1/+1
* Consistently use POSIX O_NONBLOCK instead of FIONBIO.Elliott Hughes2010-07-221-0/+5
* Refactor some of the OSNetworkSystem stuff to more appropriate homes.Elliott Hughes2010-06-011-0/+31