1. d6ecf92 Fix non-blocking connects. by Elliott Hughes · 13 years ago
  2. 6ffd394 am baa01c4a: am cb1ad9da: am eebf863c: Fix the byte order of non-ByteBuffer duplicate and slice results. by Elliott Hughes · 13 years ago
  3. f04a148 resolved conflicts for merge of 1ab5e137 to dalvik-dev by Elliott Hughes · 13 years ago
  4. baa01c4 am cb1ad9da: am eebf863c: Fix the byte order of non-ByteBuffer duplicate and slice results. by Elliott Hughes · 13 years ago
  5. cb1ad9d am eebf863c: Fix the byte order of non-ByteBuffer duplicate and slice results. by Elliott Hughes · 13 years ago
  6. eebf863 Fix the byte order of non-ByteBuffer duplicate and slice results. by Elliott Hughes · 13 years ago
  7. 1ab5e13 am 5c4ba134: am 0c093443: Fix asReadOnlyBuffer to conserve the byte order (on everything except ByteBuffer). by Elliott Hughes · 13 years ago
  8. 5c4ba13 am 0c093443: Fix asReadOnlyBuffer to conserve the byte order (on everything except ByteBuffer). by Elliott Hughes · 13 years ago
  9. 0c09344 Fix asReadOnlyBuffer to conserve the byte order (on everything except ByteBuffer). by Elliott Hughes · 14 years ago
  10. 0406097 Split CacheHeader into RequestHeader and ResponseHeader. by Jesse Wilson · 13 years ago
  11. b283c0b Fix CacheHeaderTest to use the new constructor. by Jesse Wilson · 13 years ago
  12. 21dddca Cache authorization headers and default expiration date. by Jesse Wilson · 13 years ago
  13. a204b44 Merge "Honor client conditions in HTTP response caching." into dalvik-dev by Jesse Wilson · 13 years ago
  14. 84f1fd1 Honor client conditions in HTTP response caching. by Jesse Wilson · 13 years ago
  15. 4bccd48 Merge "Rewrite blocking connects in terms of the non-blocking primitives." into dalvik-dev by Elliott Hughes · 13 years ago
  16. 220c0af Rewrite blocking connects in terms of the non-blocking primitives. by Elliott Hughes · 13 years ago
  17. c9e12f7 Adding support for only-if-cached request header. by Jesse Wilson · 13 years ago
  18. d02c73b Merge "Honor max-age and min-fresh request headers." into dalvik-dev by Jesse Wilson · 13 years ago
  19. d7a21ec resolved conflicts for merge of 7195b3b9 to dalvik-dev by Brian Carlstrom · 13 years ago
  20. 0c814ba am 347b2a60: Avoid loading all CA certs into Zygote memory, lazily load instead (2 of 3) by Brian Carlstrom · 13 years ago
  21. 7195b3b Merge "Fix X509CertImpl.verify(PublicKey, String) to respect provider argument" by Brian Carlstrom · 13 years ago
  22. adb64fb Honor max-age and min-fresh request headers. by Jesse Wilson · 13 years ago
  23. fe2dea5 Hack to fix URLConnectionTest. by Jesse Wilson · 13 years ago
  24. 91922d9 Fix X509CertImpl.verify(PublicKey, String) to respect provider argument by Brian Carlstrom · 13 years ago
  25. 9b35d1a Improve parsing of HTTP caching headers. by Jesse Wilson · 13 years ago
  26. 347b2a6 Avoid loading all CA certs into Zygote memory, lazily load instead (2 of 3) by Brian Carlstrom · 13 years ago
  27. 92e33d7 Better regular expression exception detail messages. by Elliott Hughes · 13 years ago
  28. 00bb52d Merge "Support conditional gets in HttpURLConnection." into dalvik-dev by Jesse Wilson · 13 years ago
  29. 0c59055 Support conditional gets in HttpURLConnection. by Jesse Wilson · 13 years ago
  30. 87c354d Fix the byte order of non-ByteBuffer duplicate and slice results. by Elliott Hughes · 13 years ago
  31. a5fb706 Add kill(2) to Libcore.os. by Elliott Hughes · 13 years ago
  32. dcbb5b9 Merge "Remove --core-libraries from the core-tests make rules." into dalvik-dev by Elliott Hughes · 13 years ago
  33. 5b989a4 Remove --core-libraries from the core-tests make rules. by Elliott Hughes · 13 years ago
  34. be8ca33 Log uncaught exceptions thrown by finalizers. by Elliott Hughes · 13 years ago
  35. 8dc7547 Switch readv/writev over to ScopedBytes. by Elliott Hughes · 13 years ago
  36. 0568a63 Fix ByteBuffer.put(ByteBuffer). by Elliott Hughes · 13 years ago
  37. b374119 Merge "Move JNIHelp's implementation to C++." into dalvik-dev by Elliott Hughes · 14 years ago
  38. 464e162 Add 'implements AutoCloseable'. by Jesse Wilson · 14 years ago
  39. a6a4b21 Merge "AutoCloseable." into dalvik-dev by Jesse Wilson · 14 years ago
  40. 8033ba2 AutoCloseable. by Jesse Wilson · 14 years ago
  41. 5246722 Move JNIHelp's implementation to C++. by Elliott Hughes · 14 years ago
  42. a88fa2e Remove an unnecessary #include. by Elliott Hughes · 14 years ago
  43. 8911e89 am 52dfb928: (-s ours) DO NOT MERGE Fix java.text.BreakIterator. by Elliott Hughes · 14 years ago
  44. 52dfb92 DO NOT MERGE Fix java.text.BreakIterator. by Elliott Hughes · 14 years ago
  45. aa96cbd Fix java.text.BreakIterator. by Elliott Hughes · 14 years ago
  46. fe711d6 Don't use ScopedJavaUnicodeString where ScopedStringChars will do. by Elliott Hughes · 14 years ago
  47. ef31806 Merge "Test for Thread.interrupt() plus IO." into dalvik-dev by Jesse Wilson · 14 years ago
  48. 9ad0970 Test for Thread.interrupt() plus IO. by Jesse Wilson · 14 years ago
  49. 6ab70f3 Remove a work-around for a problem we don't think can occur. by Elliott Hughes · 14 years ago
  50. a37e971 Rewrite NetworkInterface. by Elliott Hughes · 14 years ago
  51. ae394a8 Remove "java.net.preferIPv6Addresses", which has been true since Eclair. by Elliott Hughes · 14 years ago
  52. 775095b Remove an unnecessary special case in InetAddress.getAllByName. by Elliott Hughes · 14 years ago
  53. 649dc48 Clean up some of the getaddrinfo(3) callers. by Elliott Hughes · 14 years ago
  54. 4f11ebe Add getnameinfo(3) (and gai_strerror(3)). by Elliott Hughes · 14 years ago
  55. bef9ec3 Clean up ICU exception throwing. by Elliott Hughes · 14 years ago
  56. d5598fe Fix tests that have been broken since detail messages changed in the VM. by Elliott Hughes · 14 years ago
  57. daca127 Merge "Fix CloseGuard warning in XsltXPathConformanceTestSuite." into dalvik-dev by Jesse Wilson · 14 years ago
  58. 46c6fad post bouncycastle 1.46 upgrade test cleanup by Brian Carlstrom · 14 years ago
  59. b9775ed Merge "Don't crash in Package.getAnnotations." into dalvik-dev by Elliott Hughes · 14 years ago
  60. 172232d Don't crash in Package.getAnnotations. by Elliott Hughes · 14 years ago
  61. 839b99a Updating StandardNames for bouncycastle 1.46 upgrade by Brian Carlstrom · 14 years ago
  62. 8bccf8c Improve HttpsURLConnection documentation with examples by Brian Carlstrom · 14 years ago
  63. ab8e016 am 51236bf3: Use jniThrowExceptionFmt. by Elliott Hughes · 14 years ago
  64. 51236bf Use jniThrowExceptionFmt. by Elliott Hughes · 14 years ago
  65. 980ed99 am da7c1036: Use JNI\'s jchar instead of ICU\'s (equivalent) UChar. by Elliott Hughes · 14 years ago
  66. da7c103 Use JNI's jchar instead of ICU's (equivalent) UChar. by Elliott Hughes · 14 years ago
  67. 54e9c59 am c3f29820: Merge "BreakIterator offset check modified." by Gilles Debunne · 14 years ago
  68. c3f2982 Merge "BreakIterator offset check modified." by Gilles Debunne · 14 years ago
  69. b78750f BreakIterator offset check modified. by Gilles Debunne · 14 years ago
  70. 900556c am 73298fc8: Fix a typo in FileOutputStream. by Elliott Hughes · 14 years ago
  71. 73298fc Fix a typo in FileOutputStream. by Elliott Hughes · 14 years ago
  72. b05f5c7 am 3258b524: libcore key chain support by Brian Carlstrom · 14 years ago
  73. 5429802 Fix asReadOnlyBuffer to conserve the byte order (on everything except ByteBuffer). by Elliott Hughes · 14 years ago
  74. 3258b52 libcore key chain support by Brian Carlstrom · 14 years ago
  75. b974666 Finish setsockopt(2). by Elliott Hughes · 14 years ago
  76. 20d31c4 am 1662d76b: Ensure that the zygote is single-threaded before forking. by Elliott Hughes · 14 years ago
  77. 1662d76 Ensure that the zygote is single-threaded before forking. by Elliott Hughes · 14 years ago
  78. 9aa5333 Ensure that the zygote is single-threaded before forking. by Elliott Hughes · 14 years ago
  79. cc9fb8f Merge "More MulticastSocket cleanup." into dalvik-dev by Elliott Hughes · 14 years ago
  80. 1208f03 More MulticastSocket cleanup. by Elliott Hughes · 14 years ago
  81. 22e7bfd am 5d3f5200: Don\'t cache the underlying Socket\'s underlying SocketImpl\'s underlying FileDescriptor in OpenSSLSocketImpl. by Elliott Hughes · 14 years ago
  82. 5d3f520 Don't cache the underlying Socket's underlying SocketImpl's underlying FileDescriptor in OpenSSLSocketImpl. by Elliott Hughes · 14 years ago
  83. 5e5db4d am 5194e8e5: am 5f03a468: Fix a test that was merged from both GB and HC. by Jesse Wilson · 14 years ago
  84. d7125c4 am 46323d95: am d3226243: am cb6cd460: am f241d462: Don\'t read from the delegate stream after we close it. by Jesse Wilson · 14 years ago
  85. b3f0f8a Merge "Slightly simplify MulticastSocket." into dalvik-dev by Elliott Hughes · 14 years ago
  86. 5194e8e am 5f03a468: Fix a test that was merged from both GB and HC. by Jesse Wilson · 14 years ago
  87. 46323d9 am d3226243: am cb6cd460: am f241d462: Don\'t read from the delegate stream after we close it. by Jesse Wilson · 14 years ago
  88. 5f03a46 Fix a test that was merged from both GB and HC. by Jesse Wilson · 14 years ago
  89. c3d1947 Slightly simplify MulticastSocket. by Elliott Hughes · 14 years ago
  90. d1c687c Remove obsolete AndroidManifest.xml from libcore by Brian Carlstrom · 14 years ago
  91. d322624 am cb6cd460: am f241d462: Don\'t read from the delegate stream after we close it. by Jesse Wilson · 14 years ago
  92. cb6cd46 am f241d462: Don\'t read from the delegate stream after we close it. by Jesse Wilson · 14 years ago
  93. b80d461 Merge "Add MCAST_JOIN_GROUP/MCAST_LEAVE_GROUP setsockopt(2)." into dalvik-dev by Elliott Hughes · 14 years ago
  94. ca4ffb5 am 1c852bff: Merge remote branch \'goog/dalvik-dev\' into dalvik-dev-to-master by Brian Carlstrom · 14 years ago
  95. 438cb9e Add MCAST_JOIN_GROUP/MCAST_LEAVE_GROUP setsockopt(2). by Elliott Hughes · 14 years ago
  96. c63f0d4 Add more of setsockopt(2). by Elliott Hughes · 14 years ago
  97. 1c852bf Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-master by Brian Carlstrom · 14 years ago
  98. c840001 Remove hacks for non-dual-stack situations. by Elliott Hughes · 14 years ago
  99. dc33f53 Don't cache the underlying Socket's underlying SocketImpl's underlying FileDescriptor in OpenSSLSocketImpl. by Elliott Hughes · 14 years ago
  100. 5c42f57 Cleanup diagnosing HandshakeCompletedEventTest.testClientAuth by Brian Carlstrom · 14 years ago