1. 85d429a Merge "More backwards compatibility for Facebook." by Elliott Hughes · 12 years ago
  2. 81abb6f More backwards compatibility for Facebook. by Elliott Hughes · 12 years ago
  3. 525cae9 Merge changes I9b47bb4f,Ia7564665 by Brian Carlstrom · 12 years ago
  4. b08a5d6 Fix getIssuerAlternativeNames() test by Kenny Root · 12 years ago
  5. dd94f80 Make sure alternativeNames are unmodifiable by Kenny Root · 12 years ago
  6. a2b9e57 Merge "Stop Facebook crashing with NoSuchFieldException." by Elliott Hughes · 12 years ago
  7. 0cfd9bc Stop Facebook crashing with NoSuchFieldException. by Elliott Hughes · 12 years ago
  8. e849e49 Merge "Revert "NativeCrypto: RSA fields cannot be NULL"" by Kenny Root · 12 years ago
  9. 2a82579 Revert "NativeCrypto: RSA fields cannot be NULL" by Kenny Root · 12 years ago
  10. 854fef5 Merge "Make CLDR's 12- and 24-hour time formats available." by Elliott Hughes · 12 years ago
  11. 4f32b79 Make CLDR's 12- and 24-hour time formats available. by Elliott Hughes · 12 years ago
  12. c984328 Merge "Clean up RandomBitsSupplier." by Elliott Hughes · 12 years ago
  13. 9e51fac Merge "Fix lossage in OldDecimalFormatSymbolsTest." by Elliott Hughes · 12 years ago
  14. 04722be Fix lossage in OldDecimalFormatSymbolsTest. by Elliott Hughes · 12 years ago
  15. 1d1012a Clean up RandomBitsSupplier. by Elliott Hughes · 12 years ago
  16. 320d5c3 Merge "Track redundant ops when opening the cache." by Elliott Hughes · 12 years ago
  17. 5906f9f Merge "verifyCertificateChain should convert unknown exceptions to CertificateException" by Brian Carlstrom · 12 years ago
  18. 8c4a407 verifyCertificateChain should convert unknown exceptions to CertificateException by Brian Carlstrom · 12 years ago
  19. 13533d1 Merge "Retry failed redirections when socket is recycled." by Elliott Hughes · 12 years ago
  20. 283b2ae Merge "Should favor most specific CN when working with distinguished names" by Brian Carlstrom · 12 years ago
  21. 5d1c596 Merge changes If11202d9,Ib67395e8 by Kenny Root · 12 years ago
  22. 0d7f656 X509CertificateTest: test for empty subjectAltNames by Kenny Root · 12 years ago
  23. b93817d Track Bouncycastle fixes for subjectAltNames by Kenny Root · 12 years ago
  24. 708ab22 Merge "Harmony: fix DirName handling in X.509 certs" by Kenny Root · 12 years ago
  25. 28d504c Harmony: fix DirName handling in X.509 certs by Kenny Root · 12 years ago
  26. ff467fe Merge "NativeCrypto: RSA fields cannot be NULL" by Kenny Root · 12 years ago
  27. 58b2076 Merge "Harmony: ignore invalid IP in subject alt. names" by Kenny Root · 12 years ago
  28. 3b14c4b Harmony: ignore invalid IP in subject alt. names by Kenny Root · 12 years ago
  29. 1496f00 NativeCrypto: RSA fields cannot be NULL by Kenny Root · 12 years ago
  30. 22833af Merge "Fix Harmony's generateCertificates for empty input" by Kenny Root · 12 years ago
  31. 3b0aee6 Fix Harmony's generateCertificates for empty input by Kenny Root · 12 years ago
  32. 8db6f19 Should favor most specific CN when working with distinguished names by Brian Carlstrom · 12 years ago
  33. c9d36b1 Merge "Use EmptyArray.STRING in Splitter.fastSplit()." by Elliott Hughes · 12 years ago
  34. 52be875 Merge "X509CertificateTest: test serialization" by Kenny Root · 12 years ago
  35. eedd837 X509CertificateTest: test serialization by Kenny Root · 12 years ago
  36. 76932ea Use EmptyArray.STRING in Splitter.fastSplit(). by Vladimir Marko · 12 years ago
  37. 217c78c Merge "Should favor last CN when working with distinguished names" by Brian Carlstrom · 12 years ago
  38. 1331404 Should favor last CN when working with distinguished names by Brian Carlstrom · 12 years ago
  39. 48f56e5 Track redundant ops when opening the cache. by jwilson · 12 years ago
  40. 91cfcdf Merge "Improve the Class documentation." by Elliott Hughes · 12 years ago
  41. e72aa7d Improve the Class documentation. by Elliott Hughes · 12 years ago
  42. d647132 Merge "Improve the Calendar documentation." by Elliott Hughes · 12 years ago
  43. e040b50 Improve the Calendar documentation. by Elliott Hughes · 12 years ago
  44. 3f22500 Merge "Test for certificate generation using mark and reset" by Kenny Root · 12 years ago
  45. 4def365 Merge "Add test for X509CertificateFactory#generateCertificates" by Kenny Root · 12 years ago
  46. 174b25a Merge "Add X509CRLTest in libcore tests" by Kenny Root · 12 years ago
  47. b64408d Merge "Add X509CertificateTest in libcore tests" by Kenny Root · 12 years ago
  48. e4905fe Test for certificate generation using mark and reset by Kenny Root · 12 years ago
  49. 309e456 Add test for X509CertificateFactory#generateCertificates by Kenny Root · 12 years ago
  50. e9eff57 Add X509CRLTest in libcore tests by Kenny Root · 12 years ago
  51. 9ca3d07 Add X509CertificateTest in libcore tests by Kenny Root · 12 years ago
  52. f0f80b7 Merge "NativeCrypto: templatize ASN1 to jbyteArray" by Kenny Root · 12 years ago
  53. 982fdec NativeCrypto: templatize ASN1 to jbyteArray by Kenny Root · 12 years ago
  54. e026f39 Merge "Performance improvement in DiskLruCache.readJournalLine()." by Elliott Hughes · 12 years ago
  55. ae41594 Merge "Support System.loadLibrary for libraries with transitive dependencies." by Elliott Hughes · 12 years ago
  56. 652abda Support System.loadLibrary for libraries with transitive dependencies. by Elliott Hughes · 12 years ago
  57. a7798fa Merge "Fix X509Certificate.getBasicConstraints implementation for DRLCertFactory" by Brian Carlstrom · 12 years ago
  58. beee0a5 Fix X509Certificate.getBasicConstraints implementation for DRLCertFactory by Brian Carlstrom · 12 years ago
  59. fda0063 Merge "FileChannelImpl: Ignore ftruncate failures on non-regular files" by Nick Kralevich · 12 years ago
  60. 385c6f4 FileChannelImpl: Ignore ftruncate failures on non-regular files by Nick Kralevich · 12 years ago
  61. fc28f29 Performance improvement in DiskLruCache.readJournalLine(). by Vladimir Marko · 12 years ago
  62. 19aa40c Retry failed redirections when socket is recycled. by Jeff Sharkey · 12 years ago
  63. e60dbb8 Merge "Fix some TimerTest flakiness." by Elliott Hughes · 12 years ago
  64. 4f89392 Fix some TimerTest flakiness. by Elliott Hughes · 12 years ago
  65. beebe79 Merge "Add tcsendbreak(3)." by Elliott Hughes · 12 years ago
  66. 039f759 Add tcsendbreak(3). by Elliott Hughes · 12 years ago
  67. 4c60be4 Merge "Fix formatting of a doc comment for ZipEntry.setComment." by Elliott Hughes · 12 years ago
  68. 6369464 Fix formatting of a doc comment for ZipEntry.setComment. by Elliott Hughes · 12 years ago
  69. ea7b02a Merge "Protect broken code against native crashes." by Elliott Hughes · 12 years ago
  70. eb9689b Protect broken code against native crashes. by Elliott Hughes · 12 years ago
  71. 84ed710 Merge "More java.util.zip documentation improvements." by Elliott Hughes · 12 years ago
  72. f05aeed More java.util.zip documentation improvements. by Elliott Hughes · 12 years ago
  73. 3d8e45b Merge "Clean up ZipFile a little, fix a few bugs, and improve the documentation." by Elliott Hughes · 12 years ago
  74. 13f30b9 Clean up ZipFile a little, fix a few bugs, and improve the documentation. by Elliott Hughes · 12 years ago
  75. e856527 Merge "Fix AbstractCollection.toArray." by Elliott Hughes · 12 years ago
  76. 61e99b1 Fix AbstractCollection.toArray. by Elliott Hughes · 12 years ago
  77. ee09ab6 Merge "Add detail messages to all the easy IllegalArgumentException cases." by Elliott Hughes · 12 years ago
  78. cff1616 Add detail messages to all the easy IllegalArgumentException cases. by Elliott Hughes · 12 years ago
  79. ae33607 Merge "Synchronize calls to Matcher.closeImpl." by Elliott Hughes · 12 years ago
  80. 2c7adc8 Synchronize calls to Matcher.closeImpl. by Elliott Hughes · 12 years ago
  81. ebbcf53 Merge "Add detail messages to all remaining NullPointerExceptions." by Elliott Hughes · 12 years ago
  82. c2d0a1f Add detail messages to all remaining NullPointerExceptions. by Elliott Hughes · 12 years ago
  83. c02fbeb Merge "Support directories on the classpath, for resources." by Elliott Hughes · 12 years ago
  84. f904678 Support directories on the classpath, for resources. by Elliott Hughes · 12 years ago
  85. d37acb7 Merge "Fix OldClassTest failures." by Elliott Hughes · 12 years ago
  86. 71e607d Fix OldClassTest failures. by Elliott Hughes · 12 years ago
  87. a9c0367 Merge "Document that SimpleDateFormat L and c weren't available until Gingerbread." by Elliott Hughes · 12 years ago
  88. 492a461 Document that SimpleDateFormat L and c weren't available until Gingerbread. by Elliott Hughes · 12 years ago
  89. 1ed982b Merge "Add a test for a Matcher.hitEnd bug fixed by icu4c 49." by Elliott Hughes · 12 years ago
  90. 09f46a0 Add a test for a Matcher.hitEnd bug fixed by icu4c 49. by Elliott Hughes · 12 years ago
  91. 2ba5d1b6 Merge "Note the icu4c 49 upgrade." by Elliott Hughes · 12 years ago
  92. 161590f Note the icu4c 49 upgrade. by Elliott Hughes · 12 years ago
  93. aa3ef80 Merge "Track changes caused by the ICU 49.2 upgrade." by Elliott Hughes · 12 years ago
  94. 0ebd342 Track changes caused by the ICU 49.2 upgrade. by Craig Cornelius · 12 years ago
  95. 3f4b696 Merge jb-mr1-dev into aosp/master - do not merge by The Android Open Source Project · 12 years ago
  96. 6dc2a14 Merge "Move comment to match code" by Brian Carlstrom · 12 years ago
  97. 3125e85 Merge "Fix InnerNodeImpl.insertBefore." by Elliott Hughes · 12 years ago
  98. 52e40b6 am 446c6e7c: (-s ours) am a0d32add: DO NOT MERGE by Brian Carlstrom · 12 years ago
  99. 446c6e7 am a0d32add: DO NOT MERGE by Brian Carlstrom · 12 years ago
  100. 81341fd Fix InnerNodeImpl.insertBefore. by Elliott Hughes · 12 years ago