1. 44e0e56 Enable -Wall -Wextra for libcore and cleanup all but one warning by Brian Carlstrom · 14 years ago
  2. b375c0c Remove use of non-errno error codes in OSNetworkSystem. by Elliott Hughes · 14 years ago
  3. 4401c75 Fix IPv6 multicast TTLs. by Elliott Hughes · 14 years ago
  4. 4d8e933 Fix MulticastSocket.setTTL. by Elliott Hughes · 14 years ago
  5. 18f8a70 Fix =/== bug. by Elliott Hughes · 14 years ago
  6. c08f9fb Move the libcore registration out of libnativehelpers and into libcore. by Elliott Hughes · 14 years ago
  7. de816cc Fix an off-by-one error in fd range checking. by Elliott Hughes · 14 years ago
  8. 97144c8 Trivial tidying up of networking code. by Elliott Hughes · 14 years ago
  9. 6c75e0a am 288de8e6: Merge "Replace a use of index with strchr." by Carl Shapiro · 14 years ago
  10. 22ff07e Replace a use of index with strchr. by Carl Shapiro · 14 years ago
  11. d9d2630 Remove dead fields, constants, and redundant pass-through methods. by Elliott Hughes · 14 years ago
  12. fdd13e8 Remove dead obfuscatory code. by Elliott Hughes · 14 years ago
  13. 49e79cd Use ioctl(FIONREAD) rather than recv(MSG_PEEK) to implement Socket.available. by Elliott Hughes · 14 years ago
  14. 722a27e Support IPv4-compatible IPv6 addresses on IPv4 sockets. by Elliott Hughes · 14 years ago
  15. da4f31d Fix jniThrowRuntimeException for C callers, add jniThrowNullPointerException. by Elliott Hughes · 15 years ago
  16. 4c5cbf2 One true way to query "java.net.preferIPv6Addresses". by Elliott Hughes · 15 years ago
  17. b631795 Add a comment. by Elliott Hughes · 15 years ago
  18. b5fc5ec Rewrite NetworkInterface's JNI for IPv6. by Elliott Hughes · 15 years ago
  19. 845ce3c Don't allocate arbitrary-length buffers on the stack. by Elliott Hughes · 15 years ago
  20. 7861ea9 Remove OSNetworkSystem.oneTimeInitialization. by Elliott Hughes · 15 years ago
  21. c00b8a4 Fix a buffer overrun in OSNetworkSystem. by Elliott Hughes · 15 years ago
  22. ba563a4 More OSNetworkSystem cleanup. by Elliott Hughes · 15 years ago
  23. f5eafc5 More OSNetworkSystem cleanup. by Elliott Hughes · 15 years ago
  24. fef8875 Only compile in multicast support on Linux, for the time being. by Dan Bornstein · 15 years ago
  25. 21d6937 Kill OSNetworkSystem.inheritedChannelImpl. by Elliott Hughes · 15 years ago
  26. 033eddd Some more adjustments to deal with building for a BSD(-like) target. by Dan Bornstein · 15 years ago
  27. a9a57f2 More OSNetworkSystem cleanup. by Elliott Hughes · 15 years ago
  28. d9179c4 Remove OSNetworkSystem.sendStream and all use of ErrorCodeException. by Elliott Hughes · 15 years ago
  29. 31ba233 The officially sanctioned way to get memcpy() is to #include <string.h>. by Dan Bornstein · 15 years ago
  30. 7088292 Remove OSNetworkSystem.receiveStream. by Elliott Hughes · 15 years ago
  31. b150dcd More OSNetworkSystem cleanup. by Elliott Hughes · 15 years ago
  32. 24912e0 Fix OSNetworkSystem.acceptImpl error handling; additional clean-up. by Elliott Hughes · 15 years ago
  33. fc354fe Improve error handling in InetAddress native code. by Elliott Hughes · 15 years ago
  34. 8752768 Don't use GetPrimitiveArrayCritical around network operations. by Elliott Hughes · 15 years ago
  35. c83e55b Remove dead code. by Elliott Hughes · 15 years ago
  36. 5be11d7 Refactor java_net_NetworkInterface.cpp for clarity. by Elliott Hughes · 15 years ago
  37. 6dbbfbd Make sure res is NULL if getaddrinfo fails. by Lorenzo Colitti · 15 years ago
  38. e9bb15a Remove adb networking support from dalvik/libcore. by Elliott Hughes · 15 years ago
  39. 4d26d90 am 1507c7ce: am f94c5d77: More multicast fixes. by Lorenzo Colitti · 15 years ago
  40. 12ee3ae am 003d7f8d: am e851c562: Merge change Iea75a523 into eclair by Lorenzo Colitti · 15 years ago
  41. beeef8a More multicast fixes. by Lorenzo Colitti · 15 years ago
  42. e325918 Fixes for socket options on multicast sockets. by Lorenzo Colitti · 15 years ago
  43. 3d478ad Throw meaningful IOException instances from native code. by Elliott Hughes · 15 years ago
  44. e859690 Manual merge of change I3665f82b into master. by Lorenzo Colitti · 15 years ago
  45. 7356e56 Use native code to convert strings to IP addresses. by Lorenzo Colitti · 15 years ago
  46. 511ab05 Manual merge of eclair change I26548922 into master. by Lorenzo Colitti · 15 years ago
  47. ec67773 Use native code to convert IP addresses to strings. by Lorenzo Colitti · 15 years ago
  48. 42d8ce7 Fix heap corruption in nio select(2) code. by Elliott Hughes · 15 years ago
  49. ac00580 am a28e7d1a: am 1cf3dbce: Merge change 25160 into eclair by Lorenzo Colitti · 15 years ago
  50. b406800 Make getHostByAddr and getHostByName return the proper object type. by Lorenzo Colitti · 15 years ago
  51. 821f8b6 am 08211fc1: am 1e49340a: Merge change 24320 into eclair by Lorenzo Colitti · 15 years ago
  52. 1790dd3 Simplify networking code initialization using static structures instead of code. by Lorenzo Colitti · 15 years ago
  53. 9ee0cea Several small native code fixes. by Elliott Hughes · 15 years ago
  54. 44550df Use Get*ArrayRegion/Set*ArrayRegion instead of Get*ArrayElements. by Elliott Hughes · 15 years ago
  55. 2d97a2b Document that createSocketFileDescriptor throws an exception on failure. by Lorenzo Colitti · 15 years ago
  56. 66e35e8 If an error occurs when creating a socket, don't call any more JNI methods by Lorenzo Colitti · 15 years ago
  57. 02936f3 Unbreak Dalvik VM initialization due to a native method that expects to be able by Lorenzo Colitti · 15 years ago
  58. f5597e6 Integrate luni module (but not tests) to Harmony r772995. by Jesse Wilson · 15 years ago
  59. c0ff779 Use RFC3493-conformant IPv6 headers. by Lorenzo Colitti · 15 years ago
  60. a929f07 Don't throw away the return value of connect(). by Lorenzo Colitti · 15 years ago
  61. dcfdc98 Define wrappers for connect() and bind() to support IPv6. by Lorenzo Colitti · 15 years ago
  62. 9591b6d remove all references to LogSocket.h by Mathias Agopian · 15 years ago
  63. e35dd52 Fix the sim build on systems that have old versions of the glibc headers. by Lorenzo Colitti · 15 years ago
  64. a0d72ad Unbreak sim build. by Lorenzo Colitti · 15 years ago
  65. 65663e1 Make native socket code address-independent in preparation for IPv6 support. by Lorenzo Colitti · 15 years ago
  66. 7076abb Automated import from //branches/master/...@140826,140826 by Mike Wakerly · 15 years ago
  67. 5d287a9 auto import //branches/master/...@140412 by The Android Open Source Project · 15 years ago
  68. adc854b auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  69. 1c0fed6 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  70. 4351da8 auto import from //branches/cupcake/...@127101 by The Android Open Source Project · 16 years ago
  71. dd828f4 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  72. fdb2704 Initial Contribution by The Android Open Source Project · 16 years ago