1. 0ab1a26 Rearrange how AF_UNIX sockets are handled for accept() by Neil Fuller · 9 years ago
  2. d52f91a Fix libcore translation of AF_UNSPEC InetAddress instances. by Elliott Hughes · 11 years ago
  3. 482a3fc Add support for Unix domain sockets. by Elliott Hughes · 11 years ago
  4. d3990f0 Fix a buffer overrun found by CTS (and pinpointed by valgrind). by Elliott Hughes · 12 years ago
  5. d8cec78 Add a couple more missing calls to DeleteLocalRef. by Elliott Hughes · 13 years ago
  6. 8ecbb3f Don't use mapped IPv4 addresses with MCAST_JOIN_GROUP. by Elliott Hughes · 13 years ago
  7. 4728a01 More IPv6 sin6_scope_id fixes. by Elliott Hughes · 13 years ago
  8. 23ec091 Implement recvfrom(2). by Elliott Hughes · 13 years ago
  9. e9f1204 Add missing ScopedLocalRef usages. by Elliott Hughes · 13 years ago
  10. 32b0fa4 DatagramSocket.disconnect is really a connect(2) of an AF_UNSPEC sockaddr. by Elliott Hughes · 13 years ago
  11. da15009 Expose bind(2). by Elliott Hughes · 13 years ago
  12. 4664da5 Simplify our AF_INET/AF_INET6 address situation. by Elliott Hughes · 13 years ago
  13. 49ff8b8 More networking cleanup. by Elliott Hughes · 13 years ago
  14. c06e5e2 Set the sin6_scope_id field when translating an Inet6Address to a sockaddr. by Elliott Hughes · 13 years ago
  15. 1c039d7 Add getaddrinfo(2). by Elliott Hughes · 13 years ago
  16. 4f11ebe Add getnameinfo(3) (and gai_strerror(3)). by Elliott Hughes · 13 years ago
  17. 51236bf Use jniThrowExceptionFmt. by Elliott Hughes · 13 years ago
  18. 8398239 Make inetAddressToSocketAddress more available. by Elliott Hughes · 13 years ago
  19. 0a9d1ee Add getsockname(2) and getsockopt(2). by Elliott Hughes · 13 years ago
  20. acce5ff Fix last few uses of "type *id" to be "type* id". by Elliott Hughes · 14 years ago
  21. 440ba56 Rename setNonBlocking to setBlocking. by Elliott Hughes · 14 years ago
  22. 91ad12a Better detail messages for exceptions thrown when converting between byte[]/InetAddress. by Elliott Hughes · 14 years ago
  23. 3b0a5b9 Consistently use POSIX O_NONBLOCK instead of FIONBIO. by Elliott Hughes · 14 years ago
  24. a9f5c16 Remove dynamic calls to FindClass. by Elliott Hughes · 14 years ago
  25. abf945f Bullet-proof the lseek/read in Inflater.setFileInput. by Elliott Hughes · 14 years ago
  26. 753dcd8 Refactor some of the OSNetworkSystem stuff to more appropriate homes. by Elliott Hughes · 14 years ago