1. 9634b56 Stop using -fvisibility=hidden. by Elliott Hughes · 12 years ago
  2. 17380a3 Merge "Improve detail messages for throwers of NegativeArraySizeException." by Brian Carlstrom · 12 years ago
  3. 834ce23 Improve detail messages for throwers of NegativeArraySizeException. by Elliott Hughes · 13 years ago
  4. 783969f Merge "Clean up #includes in ScopedLocalRef.h." by Brian Carlstrom · 12 years ago
  5. 4e0af08 Clean up #includes in ScopedLocalRef.h. by Elliott Hughes · 12 years ago
  6. 70e86f2 Merge "Improve the BaseDexClassLoader detail message, and make ScopedLocalRef more unique_ptr-like." by Brian Carlstrom · 12 years ago
  7. 3bbe531 Improve the BaseDexClassLoader detail message, and make ScopedLocalRef more unique_ptr-like. by Elliott Hughes · 12 years ago
  8. 8588cab Merge "Use float comparison for setTargetHeapUtilization constants." by Brian Carlstrom · 12 years ago
  9. 63ac769 Use float comparison for setTargetHeapUtilization constants. by Ian Rogers · 12 years ago
  10. ab9b18c Merge "CA certificate update: T-TeleSec GlobalRoot Class 3" by Elliott Hughes · 12 years ago
  11. 3b0d46b CA certificate update: T-TeleSec GlobalRoot Class 3 by Brian Carlstrom · 12 years ago
  12. 31b3607 Merge "Increment OpenSSLKey EVP_PKEY reference when it is selected for use with SSL_use_PrivateKey" by Brian Carlstrom · 12 years ago
  13. 88d8d17 Merge "Fix problem with Runtime.runFinalization()" by Elliott Hughes · 12 years ago
  14. 3edd28a Fix problem with Runtime.runFinalization() by Mattias Petersson · 12 years ago
  15. f4439e5 Increment OpenSSLKey EVP_PKEY reference when it is selected for use with SSL_use_PrivateKey by Brian Carlstrom · 12 years ago
  16. 48b00f0 Merge "HttpResponseCache should return 504, not 502." by Elliott Hughes · 12 years ago
  17. 25e65a5 Merge "Fix TimeZone's handling of Australia/Lord_Howe." by Elliott Hughes · 12 years ago
  18. fddea02 HttpResponseCache should return 504, not 502. by Elliott Hughes · 12 years ago
  19. 78c3de0 Fix TimeZone's handling of Australia/Lord_Howe. by Elliott Hughes · 12 years ago
  20. 0b8dc2e Merge "De-pessimize the String(byte[], int, int) constructor." by Elliott Hughes · 12 years ago
  21. bbe3e7f De-pessimize the String(byte[], int, int) constructor. by Elliott Hughes · 12 years ago
  22. b7dd9ee Merge "Repair the damage I did removing "useless" checkIndex calls from the asXBuffer adapter classes." by Elliott Hughes · 12 years ago
  23. 86f5f3e Repair the damage I did removing "useless" checkIndex calls from the asXBuffer adapter classes. by Elliott Hughes · 12 years ago
  24. 044b0dc Merge "NullPointerException invoking Field.getModifiers" by Brian Carlstrom · 12 years ago
  25. bd8dfd9 NullPointerException invoking Field.getModifiers by Brian Carlstrom · 12 years ago
  26. 9249b42 Merge "Tests for the CertBlacklist." by Brian Carlstrom · 12 years ago
  27. 1178c18 Tests for the CertBlacklist. by Geremy Condra · 12 years ago
  28. c0e9010 Merge "Fix HttpURLConnection CloseGuard warning due to lack of close on GZIPInputStream" by Brian Carlstrom · 12 years ago
  29. 8155888 Fix HttpURLConnection CloseGuard warning due to lack of close on GZIPInputStream by Brian Carlstrom · 12 years ago
  30. 88a5c75 Merge "Fix deserialization of transient fields." by Elliott Hughes · 12 years ago
  31. 05895fa Fix deserialization of transient fields. by Elliott Hughes · 12 years ago
  32. f9b430c Merge "Remove useless checkIndex calls from the asXBuffer adapter classes." by Elliott Hughes · 12 years ago
  33. 30d9719 Merge "Fix even more CipherTest flakiness due to implicit random IV values" by Brian Carlstrom · 12 years ago
  34. 3441dda Fix even more CipherTest flakiness due to implicit random IV values by Brian Carlstrom · 12 years ago
  35. 26841c0 Remove useless checkIndex calls from the asXBuffer adapter classes. by Elliott Hughes · 12 years ago
  36. b862a11 Merge "Make ZipFileTest#testHugeZipFile faster, and reduce ZipFile memory usage." by Elliott Hughes · 12 years ago
  37. a57c521 Make ZipFileTest#testHugeZipFile faster, and reduce ZipFile memory usage. by Elliott Hughes · 12 years ago
  38. 2283ed1 Merge "Improve the assertion detail in flaky ThreadsTest." by Elliott Hughes · 12 years ago
  39. cb2b829 Improve the assertion detail in flaky ThreadsTest. by Elliott Hughes · 12 years ago
  40. ce0f01a Merge "Address more CipherTest flakiness due to random IV values" by Brian Carlstrom · 12 years ago
  41. d77eccc Address more CipherTest flakiness due to random IV values by Brian Carlstrom · 12 years ago
  42. 41b15b8 Merge "Fix URLConnectionTest#test_getAllowUserInteraction." by Elliott Hughes · 12 years ago
  43. 7d71bf5 Merge "Tolerate cache files being removed from underneath DiskLruCache" by Brian Carlstrom · 12 years ago
  44. 3827b65 Fix URLConnectionTest#test_getAllowUserInteraction. by Elliott Hughes · 12 years ago
  45. 459718c Tolerate cache files being removed from underneath DiskLruCache by Brian Carlstrom · 12 years ago
  46. bebe134 Merge "Fix flakey test_SSLSocket_setSoTimeout_basic by using a full second timeout" by Brian Carlstrom · 12 years ago
  47. 80cfc0d Merge "Declare that various Posix methods can throw SocketException." by Elliott Hughes · 12 years ago
  48. d7d09ef Merge "Signature.verify should not throw if called twice" by Brian Carlstrom · 12 years ago
  49. 52ec5bc Signature.verify should not throw if called twice by Brian Carlstrom · 12 years ago
  50. fc13327 Fix flakey test_SSLSocket_setSoTimeout_basic by using a full second timeout by Brian Carlstrom · 12 years ago
  51. fe1daea Merge "Fix OpenSSLSocketImpl.close race" by Brian Carlstrom · 12 years ago
  52. e25c9d7 Merge "Provider should enumerate services in the order they are added" by Brian Carlstrom · 12 years ago
  53. df9f596 Fix OpenSSLSocketImpl.close race by Brian Carlstrom · 12 years ago
  54. 26010ab Declare that various Posix methods can throw SocketException. by Elliott Hughes · 12 years ago
  55. fc7d051 Provider should enumerate services in the order they are added by Brian Carlstrom · 12 years ago
  56. d44e8b8 Merge "Clean up ICU error reporting." by Elliott Hughes · 12 years ago
  57. 5ec69b2 Clean up ICU error reporting. by Elliott Hughes · 12 years ago
  58. 5ac82ce Merge "Add a test for Method.getParameterAnnotations." by Elliott Hughes · 12 years ago
  59. 5ce432f Add a test for Method.getParameterAnnotations. by Elliott Hughes · 12 years ago
  60. c0f040a Merge "Remove another batch of Support_PortManager cruft." by Elliott Hughes · 12 years ago
  61. bd8d745 Remove another batch of Support_PortManager cruft. by Elliott Hughes · 12 years ago
  62. bfbbc10 Merge "Second chunk of Support_PortManager removal." by Elliott Hughes · 12 years ago
  63. 514d316 Second chunk of Support_PortManager removal. by Elliott Hughes · 12 years ago
  64. 518cfbc Merge "TLS + SNI + proxy => bug : the SNI at the TLS layer is the hostname of the proxy instead of the hostname in the URL" by Brian Carlstrom · 12 years ago
  65. b7705a4 TLS + SNI + proxy => bug : the SNI at the TLS layer is the hostname of the proxy instead of the hostname in the URL by Brian Carlstrom · 12 years ago
  66. 1f02ac4 Merge "Address flakiness of doFinal and unwrap CipherTests" by Brian Carlstrom · 12 years ago
  67. 459a8cc Address flakiness of doFinal and unwrap CipherTests by Brian Carlstrom · 12 years ago
  68. 02ba68c Merge "Start removing Support_PortManager." by Elliott Hughes · 12 years ago
  69. 903b3f5 Start removing Support_PortManager. by Elliott Hughes · 12 years ago
  70. 7b218fd Merge "OldDateFormatTest is flaky; improve its output." by Elliott Hughes · 12 years ago
  71. 47cc9f9 OldDateFormatTest is flaky; improve its output. by Elliott Hughes · 12 years ago
  72. f0c85fa Merge "CertificateRequest should handle case where certificate is requested but none is available." by Brian Carlstrom · 12 years ago
  73. 7c935d4 CertificateRequest should handle case where certificate is requested but none is available. by gcollins · 12 years ago
  74. 9bedf85 Merge "Rewrite File.mkdirs, improve the documentation, and add tests." by Elliott Hughes · 12 years ago
  75. 372d8ba Merge "Fix Matcher.find(int) to ignore the region." by Elliott Hughes · 12 years ago
  76. 91cd2ea Fix Matcher.find(int) to ignore the region. by Elliott Hughes · 12 years ago
  77. fec5184 Rewrite File.mkdirs, improve the documentation, and add tests. by Elliott Hughes · 12 years ago
  78. fac398f Merge "Fix NetworkInterface.getNetworkInterfaces /proc/net/if_inet6 parsing." by Elliott Hughes · 12 years ago
  79. b0e6dc5 Fix NetworkInterface.getNetworkInterfaces /proc/net/if_inet6 parsing. by Elliott Hughes · 12 years ago
  80. 5655e03 Merge from AOSP by Jean-Baptiste Queru · 12 years ago
  81. 64c25bd Merge from AOSP by Jean-Baptiste Queru · 12 years ago
  82. 4169a3f Merge "Improve HttpResponseCache performance." by Elliott Hughes · 12 years ago
  83. ebac4e8 Improve HttpResponseCache performance. by Vladimir Marko · 12 years ago
  84. 9a3b750 Merge "Fix SealedObject.readObject." by Elliott Hughes · 12 years ago
  85. 38846d1 Fix SealedObject.readObject. by Elliott Hughes · 12 years ago
  86. 08256ad am 3516b603: Merge "Clarify the documentation of the Pattern character classes." by Elliott Hughes · 12 years ago
  87. a5bc3af am 1f52ec62: Merge "Fix xpath documentation bug." by Elliott Hughes · 12 years ago
  88. eeddfe4 Merge 55b4312b by Jean-Baptiste Queru · 12 years ago
  89. 1389450 am 2d289627: Merge "Bring Random.nextGaussian in line with the specification." by Elliott Hughes · 12 years ago
  90. 3516b60 Merge "Clarify the documentation of the Pattern character classes." by Elliott Hughes · 12 years ago
  91. 1f52ec6 Merge "Fix xpath documentation bug." by Elliott Hughes · 12 years ago
  92. c008701 Reconcile with jb-release by The Android Open Source Project · 12 years ago
  93. eaa9fa7 Fix xpath documentation bug. by Elliott Hughes · 12 years ago
  94. 03255f8 merge in jb-release history after reset to jb-dev by The Android Automerger · 12 years ago
  95. 953dfe3 Clarify the documentation of the Pattern character classes. by Elliott Hughes · 12 years ago
  96. ba4be8f am 4ec2d0de: HttpEngine should not attempt to cache proxy CONNECT responses by Brian Carlstrom · 12 years ago
  97. 4ec2d0d HttpEngine should not attempt to cache proxy CONNECT responses by Brian Carlstrom · 12 years ago
  98. 10461d3 Reconcile with jb-release by The Android Open Source Project · 12 years ago
  99. 1398126 merge in jb-release history after reset to jb-dev by The Android Automerger · 12 years ago
  100. 55b4312 Merge "Be more careful when parsing custom zone ids." by Elliott Hughes · 12 years ago