summaryrefslogtreecommitdiffstats
path: root/luni/src/main/native/NetworkUtilities.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a couple more missing calls to DeleteLocalRef.Elliott Hughes2011-06-201-4/+5
* Don't use mapped IPv4 addresses with MCAST_JOIN_GROUP.Elliott Hughes2011-05-261-1/+1
* More IPv6 sin6_scope_id fixes.Elliott Hughes2011-05-191-10/+13
* Implement recvfrom(2).Elliott Hughes2011-05-191-2/+8
* Add missing ScopedLocalRef usages.Elliott Hughes2011-05-111-5/+6
* DatagramSocket.disconnect is really a connect(2) of an AF_UNSPEC sockaddr.Elliott Hughes2011-05-101-35/+42
* Expose bind(2).Elliott Hughes2011-05-091-2/+2
* Simplify our AF_INET/AF_INET6 address situation.Elliott Hughes2011-05-061-12/+35
* More networking cleanup.Elliott Hughes2011-05-061-17/+5
* Set the sin6_scope_id field when translating an Inet6Address to a sockaddr.Elliott Hughes2011-05-041-35/+34
* Add getaddrinfo(2).Elliott Hughes2011-05-041-2/+19
* Add getnameinfo(3) (and gai_strerror(3)).Elliott Hughes2011-04-191-2/+3
* Use jniThrowExceptionFmt.Elliott Hughes2011-04-081-6/+4
* Make inetAddressToSocketAddress more available.Elliott Hughes2011-03-311-0/+11
* Add getsockname(2) and getsockopt(2).Elliott Hughes2011-03-301-6/+6
* Fix last few uses of "type *id" to be "type* id".Elliott Hughes2010-08-131-5/+5
* Rename setNonBlocking to setBlocking.Elliott Hughes2010-08-041-2/+2
* Better detail messages for exceptions thrown when converting between byte[]/I...Elliott Hughes2010-07-261-12/+14
* Consistently use POSIX O_NONBLOCK instead of FIONBIO.Elliott Hughes2010-07-221-0/+17
* Remove dynamic calls to FindClass.Elliott Hughes2010-06-161-6/+3
* Bullet-proof the lseek/read in Inflater.setFileInput.Elliott Hughes2010-06-031-0/+2
* Refactor some of the OSNetworkSystem stuff to more appropriate homes.Elliott Hughes2010-06-011-0/+105