1. 2cfb2ad resolved conflicts for merge of 18fb450a to dalvik-dev by Brian Carlstrom · 14 years ago
  2. 18fb450 Fix for simulator build, no stlport in simulator by Kristian Monsen · 14 years ago
  3. 0ddb385 Merge "Throw ClassCastExceptions with good detail messages from the library." into dalvik-dev by Elliott Hughes · 14 years ago
  4. 415c749 Throw ClassCastExceptions with good detail messages from the library. by Elliott Hughes · 14 years ago
  5. 1ad6685 am 26e0cc02: Fix pointer vs integer mismatch in several return statements. by Olivier Bailly · 14 years ago
  6. feebfd5 Add a basic test for ClassCastException detail messages. by Elliott Hughes · 14 years ago
  7. 26e0cc0 Fix pointer vs integer mismatch in several return statements. by Olivier Bailly · 14 years ago
  8. adae04b Merge "Reflection documentation improvements." into dalvik-dev by Elliott Hughes · 14 years ago
  9. 8da5542 Reflection documentation improvements. by Elliott Hughes · 14 years ago
  10. 9d615f2 am 57f2cc03: Test updates for Elliptic Curve by Brian Carlstrom · 14 years ago
  11. 57f2cc0 Test updates for Elliptic Curve by Brian Carlstrom · 14 years ago
  12. 8c22baa am 910544a7: Fix some doc links in Arrays by Kenny Root · 14 years ago
  13. 910544a Fix some doc links in Arrays by Kenny Root · 14 years ago
  14. 3233442 Merge "Fix a typo in the XmlPullParser example." into dalvik-dev by Jesse Wilson · 14 years ago
  15. 13ceab7 Merge "Use JSR 166's AbstractQueue, ArrayDeque, Deque, Queue and Navigable classes." into dalvik-dev by Jesse Wilson · 14 years ago
  16. 03a7575 am 2c43b3d0: am cf457919: (-s ours) am 5bcbe1c8: HttpsURLConnectionTest rewrite and URLConnectionTest updates by Brian Carlstrom · 14 years ago
  17. 2c43b3d am cf457919: (-s ours) am 5bcbe1c8: HttpsURLConnectionTest rewrite and URLConnectionTest updates by Brian Carlstrom · 14 years ago
  18. cf45791 am 5bcbe1c8: HttpsURLConnectionTest rewrite and URLConnectionTest updates by Brian Carlstrom · 14 years ago
  19. 5bcbe1c HttpsURLConnectionTest rewrite and URLConnectionTest updates by Brian Carlstrom · 14 years ago
  20. 5e668e1 am 017d4f58: am eaaab464: (-s ours) am 3825a7f6: Propagate pending exception from cert_client_cb by Brian Carlstrom · 14 years ago
  21. 017d4f5 am eaaab464: (-s ours) am 3825a7f6: Propagate pending exception from cert_client_cb by Brian Carlstrom · 14 years ago
  22. eaaab46 am 3825a7f6: Propagate pending exception from cert_client_cb by Brian Carlstrom · 14 years ago
  23. 6729f05 Merge "Add a test for excessive JNI global reference usage in expat." into dalvik-dev by Elliott Hughes · 14 years ago
  24. 2c5126c Add a test for excessive JNI global reference usage in expat. by Elliott Hughes · 14 years ago
  25. 3825a7f Propagate pending exception from cert_client_cb by Brian Carlstrom · 14 years ago
  26. 41ff09c Merge "Add interning to KxmlPullParser." into dalvik-dev by Jesse Wilson · 14 years ago
  27. a78c2aa Add interning to KxmlPullParser. by Jesse Wilson · 14 years ago
  28. 7e25250 Merge "Improve ConcurrentCloseTest." into dalvik-dev by Elliott Hughes · 14 years ago
  29. 5fc5dde Improve ConcurrentCloseTest. by Elliott Hughes · 14 years ago
  30. 3077cde am b0dd31bf: Adding KeyPairGenerator test by Brian Carlstrom · 14 years ago
  31. b0dd31b Adding KeyPairGenerator test by Brian Carlstrom · 14 years ago
  32. 056611d am 4df5be29: HttpsURLConnection fixes to pass URLConnectionTest and HttpsURLConnectionTest by Brian Carlstrom · 14 years ago
  33. 4df5be2 HttpsURLConnection fixes to pass URLConnectionTest and HttpsURLConnectionTest by Brian Carlstrom · 14 years ago
  34. 05234b8 am f02c695e: HttpsURLConnectionTest rewrite and URLConnectionTest updates by Brian Carlstrom · 14 years ago
  35. f02c695 HttpsURLConnectionTest rewrite and URLConnectionTest updates by Brian Carlstrom · 14 years ago
  36. fbc39ae Merge "Switch ObjectInputStream over to reflection." into dalvik-dev by Elliott Hughes · 14 years ago
  37. de8ebca am 8a720cce: TrustManager should include PrivateKeyEntry CAs, OpenSSLSocketImpl close fix, and debugging improvements by Brian Carlstrom · 14 years ago
  38. 8a720cc TrustManager should include PrivateKeyEntry CAs, OpenSSLSocketImpl close fix, and debugging improvements by Brian Carlstrom · 14 years ago
  39. b854a55 Switch ObjectInputStream over to reflection. by Elliott Hughes · 14 years ago
  40. 163f0f2 Merge "Switch ObjectOutputStream over to reflection." into dalvik-dev by Elliott Hughes · 14 years ago
  41. 7d0d108 Switch ObjectOutputStream over to reflection. by Elliott Hughes · 14 years ago
  42. 10ed841 am 4bfc26e9: CloseGuard: make members volatile, update comment by Brad Fitzpatrick · 14 years ago
  43. 4bfc26e CloseGuard: make members volatile, update comment by Brad Fitzpatrick · 14 years ago
  44. 786a6ea Fix a typo in the XmlPullParser example. by Jesse Wilson · 14 years ago
  45. 4ab2cec3 Merge "Optimize KxmlParser." into dalvik-dev by Jesse Wilson · 14 years ago
  46. fda724d Optimize KxmlParser. by Jesse Wilson · 14 years ago
  47. 8798720 Merge "End the deflater when closing a ZipOutputStream." into dalvik-dev by Jesse Wilson · 14 years ago
  48. 1d5c4e8 End the deflater when closing a ZipOutputStream. by Jesse Wilson · 14 years ago
  49. 0e5d4f4 Merge "More java.util.zip documentation improvements." into dalvik-dev by Elliott Hughes · 14 years ago
  50. dabcbd6 Fix an Expat comment to make it clear that the specified encoding is used. by Jesse Wilson · 14 years ago
  51. fd2d7c4 More java.util.zip documentation improvements. by Elliott Hughes · 14 years ago
  52. bbf2c7d Tidy up some jar-related code. by Elliott Hughes · 14 years ago
  53. a5d31fa Slightly better Checksum documentation. by Elliott Hughes · 14 years ago
  54. 2749519 A specific test for http://b/3181430. by Elliott Hughes · 14 years ago
  55. d42697f Better documentation for GZIPInputStream/GZIPOutputStream/ZipInputStream/ZipOutputStream. by Elliott Hughes · 14 years ago
  56. 55e276b Tests that would have caught my recent ZipInputStream/ZipOutputStream regressions. by Elliott Hughes · 14 years ago
  57. 2f03027 Use JSR 166's AbstractQueue, ArrayDeque, Deque, Queue and Navigable classes. by Jesse Wilson · 14 years ago
  58. 6f4fd32 resolved conflicts for merge of eb21e9c0 to dalvik-dev by Brian Carlstrom · 14 years ago
  59. eb21e9c Merge "Move from MAX/MIN to std::max/std::min" by Brian Carlstrom · 14 years ago
  60. e4fe401 am e0201e2c: Merge "Fix a bug I introduced, and do more zip cleanup." by Elliott Hughes · 14 years ago
  61. e0201e2 Merge "Fix a bug I introduced, and do more zip cleanup." by Elliott Hughes · 14 years ago
  62. 3900e26 Move from MAX/MIN to std::max/std::min by Brian Carlstrom · 14 years ago
  63. e43b3f6 Fix a bug I introduced, and do more zip cleanup. by Elliott Hughes · 14 years ago
  64. 9251b52 am a667cc22: Merge "Add WITH_JNI_TRACE_DATA to allow tracing of SSLSocket data" by Brian Carlstrom · 14 years ago
  65. a667cc2 Merge "Add WITH_JNI_TRACE_DATA to allow tracing of SSLSocket data" by Brian Carlstrom · 14 years ago
  66. 0cbd33d Add WITH_JNI_TRACE_DATA to allow tracing of SSLSocket data by Brian Carlstrom · 14 years ago
  67. 021d333 Merge "New test cases for our XML pull parsers." into dalvik-dev by Jesse Wilson · 14 years ago
  68. 406cbf6 New test cases for our XML pull parsers. by Jesse Wilson · 14 years ago
  69. 693eacc Stop allocating empty arrays. by Elliott Hughes · 14 years ago
  70. 4c40c51 am 62895931: am 1cbb25b8: am 2e9a4db4: Merge "Don\'t kill the instrumentation test runner with an uncaught exception." into gingerbread by Jesse Wilson · 14 years ago
  71. 6289593 am 1cbb25b8: am 2e9a4db4: Merge "Don\'t kill the instrumentation test runner with an uncaught exception." into gingerbread by Jesse Wilson · 14 years ago
  72. 1cbb25b am 2e9a4db4: Merge "Don\'t kill the instrumentation test runner with an uncaught exception." into gingerbread by Jesse Wilson · 14 years ago
  73. 2e9a4db Merge "Don't kill the instrumentation test runner with an uncaught exception." into gingerbread by Jesse Wilson · 14 years ago
  74. de51059 Don't kill the instrumentation test runner with an uncaught exception. by Jesse Wilson · 14 years ago
  75. 170e14d Ensure that changes to an IdentityHashMap entrySet mutate the underlying map. by Elliott Hughes · 14 years ago
  76. dbdda1e Merge "Document that I've investigated a TODO." into dalvik-dev by Elliott Hughes · 14 years ago
  77. 298dad0 Document that I've investigated a TODO. by Elliott Hughes · 14 years ago
  78. 610ea23 am f5aabec4: am 8fbee008: am b365037f: Add @Deprecated to match @deprecated where it\'s missing in libcore. by Jesse Wilson · 14 years ago
  79. aee3b0ec Merge "Improve SocketOptions.IP_TOS documentation." into dalvik-dev by Elliott Hughes · 14 years ago
  80. f5aabec am 8fbee008: am b365037f: Add @Deprecated to match @deprecated where it\'s missing in libcore. by Jesse Wilson · 14 years ago
  81. 8fbee00 am b365037f: Add @Deprecated to match @deprecated where it\'s missing in libcore. by Jesse Wilson · 14 years ago
  82. 9b0da29 Merge "Provide indices and length when reporting StringIndexOutOfBoundsExceptions." into dalvik-dev by Jesse Wilson · 14 years ago
  83. f3b4a80 Provide indices and length when reporting StringIndexOutOfBoundsExceptions. by Jesse Wilson · 14 years ago
  84. 7510877 Track Java 6 Proxy.toString change. by Elliott Hughes · 14 years ago
  85. 14b2015 Merge "Apply a couple of trivial harmony patches." into dalvik-dev by Elliott Hughes · 14 years ago
  86. 70c145d Apply a couple of trivial harmony patches. by Elliott Hughes · 14 years ago
  87. 645012e am 3878118a: Merge "Adding a simple KeyGenerator test" by Brian Carlstrom · 14 years ago
  88. 3878118 Merge "Adding a simple KeyGenerator test" by Brian Carlstrom · 14 years ago
  89. 6e2eb7d Adding a simple KeyGenerator test by Brian Carlstrom · 14 years ago
  90. 811a5c0 Don't eagerly resolve the hostname when doing a datagram receive. by Elliott Hughes · 14 years ago
  91. 744af09 Merge "Rewrite File.getCanonicalPath." into dalvik-dev by Elliott Hughes · 14 years ago
  92. 95101d3 Rewrite File.getCanonicalPath. by Elliott Hughes · 14 years ago
  93. 8d7078b am 43c8c9d4: Merge "Make OpenSSLSocketFactory and SSLSocketFactory fields final" by Brian Carlstrom · 14 years ago
  94. 43c8c9d Merge "Make OpenSSLSocketFactory and SSLSocketFactory fields final" by Brian Carlstrom · 14 years ago
  95. 5e4835e am 06e15e6c: Fix a bug where we weren\'t pooling connections due to mismatched URLs. by Jesse Wilson · 14 years ago
  96. 41ea5dc Make OpenSSLSocketFactory and SSLSocketFactory fields final by Brian Carlstrom · 14 years ago
  97. 06e15e6 Fix a bug where we weren't pooling connections due to mismatched URLs. by Jesse Wilson · 14 years ago
  98. 3feb2a0 am f7ee2365: Fix javadoc typo by Brian Carlstrom · 14 years ago
  99. 8c7421a am 9a356d01: TrustManagerImpl.cleanupCertChain should not modify original the original chain by Brian Carlstrom · 14 years ago
  100. f7ee236 Fix javadoc typo by Brian Carlstrom · 14 years ago