1. 595ea24 Merge "Restore some java.security package documentation" by Brian Carlstrom · 12 years ago
  2. d972b75 Restore some java.security package documentation by Brian Carlstrom · 12 years ago
  3. 46cbaab Fix libcore's usage of readdir_r(3). by Elliott Hughes · 12 years ago
  4. 8d55628 Support zone.tab in libcore, and remove the file format version. by Elliott Hughes · 12 years ago
  5. 4c0cbc2 Make libcore look in /data/misc for tzdata updates. by Elliott Hughes · 12 years ago
  6. 5af1943 Merge "Wait for threads to finish in ThreadsTest before continuing" by Brian Carlstrom · 12 years ago
  7. 2c18c0d Merge "Fix ThreadsTest use of CyclicBarrier" by Brian Carlstrom · 12 years ago
  8. b462e11 Merge "Change ThreadsTest to use CyclicBarrier to address flakiness" by Brian Carlstrom · 12 years ago
  9. 53d000c Make it possible to share libcore.util.ZoneInfo with bionic. by Elliott Hughes · 12 years ago
  10. 2407ee6 Wait for threads to finish in ThreadsTest before continuing by Brian Carlstrom · 12 years ago
  11. e8011d8 Fix ThreadsTest use of CyclicBarrier by Brian Carlstrom · 12 years ago
  12. ed41493 Change ThreadsTest to use CyclicBarrier to address flakiness by Brian Carlstrom · 12 years ago
  13. a49a1e8 Fix the pt_PT currency symbol (€ rather than ¤). by Elliott Hughes · 12 years ago
  14. bb1546d Make sure URL.toURILenient throws the proper exception on trailing garbage escape by Brian Carlstrom · 12 years ago
  15. 5088f4c Merge "Pull libcore's time zone data from the new single 'tzdata' file." by Elliott Hughes · 12 years ago
  16. 6cbefca Pull libcore's time zone data from the new single 'tzdata' file. by Elliott Hughes · 12 years ago
  17. 9726be5 Fix Thread.interrupt and PipedInputStream/PipedReader issues found by InterruptedStreamTest by Brian Carlstrom · 12 years ago
  18. 436426f Fix OldThreadTest.test_getState to work when run repeatedly by Brian Carlstrom · 12 years ago
  19. d2f41fe Merge "Fix ConcurrentCloseTest flakiness." by Elliott Hughes · 12 years ago
  20. babccbf Fix ConcurrentCloseTest flakiness. by Elliott Hughes · 12 years ago
  21. ea80e16 AlgNameMapper: make test case insensitive by Kenny Root · 12 years ago
  22. 0eacbe9 Merge "Try to more robustly identify algorithm for JARs" by Kenny Root · 12 years ago
  23. 196687f Merge "Use OpenSSL to convert from OID to name" by Kenny Root · 12 years ago
  24. f2df9e57 Merge "Adding minimum cryptographic strength check for cert chains." by Geremy Condra · 12 years ago
  25. 200be70 Adding minimum cryptographic strength check for cert chains. by Geremy Condra · 12 years ago
  26. 8a0cab6 Try to more robustly identify algorithm for JARs by Kenny Root · 12 years ago
  27. be4a7d6 More "charsetName" consistency. by Elliott Hughes · 12 years ago
  28. 4a8388a Use OpenSSL to convert from OID to name by Kenny Root · 12 years ago
  29. 34e8086 Merge "Add tests for AlgNameMapper" by Kenny Root · 12 years ago
  30. 0251c5a SubjectPublicKeyInfo: use algorithm OID as fallback by Kenny Root · 12 years ago
  31. 73a0777 Add tests for AlgNameMapper by Kenny Root · 12 years ago
  32. edefa57 OpenSSLCipher: add ARC4 support by Kenny Root · 12 years ago
  33. 75404c0 Merge "Fix a typo where BufferedReader refers to chars as bytes." by Brian Carlstrom · 12 years ago
  34. fd1bbd5 Fix a typo where BufferedReader refers to chars as bytes. by Jesse Wilson · 12 years ago
  35. 52c906b Add support for ECDSA signatures on jar files by Kenny Root · 12 years ago
  36. 9d2fb53 NativeCrypto: add EC key pairs by Kenny Root · 12 years ago
  37. 4e8aff7 Merge "Remove various content-free package.html files." by Elliott Hughes · 12 years ago
  38. bf983d5 Merge "Move the useful parts of the java.sql package.html into the relevant classes." by Elliott Hughes · 12 years ago
  39. bfd37b2 Move the useful parts of the java.sql package.html into the relevant classes. by Elliott Hughes · 12 years ago
  40. 02f8123 Remove various content-free package.html files. by Elliott Hughes · 12 years ago
  41. 3306cbe Remove XML package.html files. by Elliott Hughes · 12 years ago
  42. bf0709a Merge "Fix typos from "beed" to "been"" by Brian Carlstrom · 12 years ago
  43. 0dc144d Merge "Move java.lang.ref documentation into Reference." by Elliott Hughes · 12 years ago
  44. b37c70e Merge "NativeCrypto: const correctness for bignumToArray" by Kenny Root · 12 years ago
  45. 8f09b07 Move java.lang.ref documentation into Reference. by Elliott Hughes · 12 years ago
  46. 5692d40 Fix typos from "beed" to "been" by Brian Carlstrom · 12 years ago
  47. d8cf93d NativeCrypto: const correctness for bignumToArray by Kenny Root · 12 years ago
  48. ba31b4a Fix StringTest#testCaseMapping_en_US. by Elliott Hughes · 12 years ago
  49. 0883232 Explain that System.arraycopy is like memmove(3), not memcpy(3). by Elliott Hughes · 12 years ago
  50. 7358758 Extra log output for ConcurrentCloseTest flakiness. by Elliott Hughes · 12 years ago
  51. 729266e Merge "Fix races in OldPreferencesTest." by Elliott Hughes · 12 years ago
  52. 6508bcc Merge "Add stronger digest support to JarVerifier" by Kenny Root · 12 years ago
  53. 99d0590 Merge "Remove provider specified from JarVerifier" by Kenny Root · 12 years ago
  54. 30d217a Merge "Add OIDs for algorithms" by Kenny Root · 12 years ago
  55. bd8ab2e Remove provider specified from JarVerifier by Kenny Root · 12 years ago
  56. bff099b Add stronger digest support to JarVerifier by Kenny Root · 12 years ago
  57. 0f12963 Fix races in OldPreferencesTest. by Elliott Hughes · 12 years ago
  58. 3d16433 Add OIDs for algorithms by Kenny Root · 12 years ago
  59. 2371917 Merge "Rewrite NativeBreakIterator to use refreshInputText." by Elliott Hughes · 12 years ago
  60. 0158436 Rewrite NativeBreakIterator to use refreshInputText. by Elliott Hughes · 12 years ago
  61. 5f7d4a5 am 34907e20: Merge "NativeCrypto: scope output byte array" by Kenny Root · 12 years ago
  62. 34907e2 Merge "NativeCrypto: scope output byte array" by Kenny Root · 12 years ago
  63. 39d248f am 99f69762: Merge "NativeCrypto: clear errors for key verification" by Kenny Root · 12 years ago
  64. 99f6976 Merge "NativeCrypto: clear errors for key verification" by Kenny Root · 12 years ago
  65. 912d510 NativeCrypto: clear errors for key verification by Kenny Root · 12 years ago
  66. e3247e4 am e4008c91: Merge "NativeCrypto: add tests for DSA and RSA keys" by Kenny Root · 12 years ago
  67. 4f241f3 am 6521bf07: Merge "NativeCrypto: add test for EVP_SignInit" by Kenny Root · 12 years ago
  68. f2c8382 am 5a1225cc: Merge "NativeCrypto: add assertions for no OpenSSL errors" by Kenny Root · 12 years ago
  69. e4008c9 Merge "NativeCrypto: add tests for DSA and RSA keys" by Kenny Root · 12 years ago
  70. 6521bf0 Merge "NativeCrypto: add test for EVP_SignInit" by Kenny Root · 12 years ago
  71. 5a1225c Merge "NativeCrypto: add assertions for no OpenSSL errors" by Kenny Root · 12 years ago
  72. 890d2ef NativeCrypto: scope output byte array by Kenny Root · 12 years ago
  73. 6ebc3d8 NativeCrypto: add tests for DSA and RSA keys by Kenny Root · 12 years ago
  74. 714c74d NativeCrypto: add test for EVP_SignInit by Kenny Root · 12 years ago
  75. 008e8a7 NativeCrypto: add assertions for no OpenSSL errors by Kenny Root · 12 years ago
  76. 2bc9eec am e80885fe: Merge "Slim down ZoneInfo.toString." by Elliott Hughes · 12 years ago
  77. e80885f Merge "Slim down ZoneInfo.toString." by Elliott Hughes · 12 years ago
  78. de3df04 Slim down ZoneInfo.toString. by Elliott Hughes · 12 years ago
  79. 353e844 am 3f83b9c8: Merge "OpenSSLCipher: account for padding on doFinal" by Kenny Root · 12 years ago
  80. 9e1cd81 am 26d9dc15: Merge "Do not use OpenSSLCipherContext in tests" by Kenny Root · 12 years ago
  81. 3f83b9c Merge "OpenSSLCipher: account for padding on doFinal" by Kenny Root · 12 years ago
  82. 26d9dc1 Merge "Do not use OpenSSLCipherContext in tests" by Kenny Root · 12 years ago
  83. 7ca2e35 Do not use OpenSSLCipherContext in tests by Kenny Root · 12 years ago
  84. 5b59046 OpenSSLCipher: account for padding on doFinal by Kenny Root · 12 years ago
  85. e1c313d am dcdcf17c: Merge "Add a test for ResourceBundle.Control.getCandidateLocales." by Elliott Hughes · 12 years ago
  86. cb17801 am 7dd2a254: Merge "Remove unnecessary #include." by Elliott Hughes · 12 years ago
  87. 87bd57a Add a test for ResourceBundle.Control.getCandidateLocales. by Elliott Hughes · 12 years ago
  88. 7dd2a25 Merge "Remove unnecessary #include." by Elliott Hughes · 12 years ago
  89. f5df21e Remove unnecessary #include. by Elliott Hughes · 12 years ago
  90. 206730d am dfa280ba: Merge "OpenSSLMac: add license header" by Kenny Root · 12 years ago
  91. dfa280b Merge "OpenSSLMac: add license header" by Kenny Root · 12 years ago
  92. 2429c2a am 3c636203: Merge "Fix a bug in tunnel construction and \'Connection: close\' headers." by Brian Carlstrom · 12 years ago
  93. 3c63620 Merge "Fix a bug in tunnel construction and 'Connection: close' headers." by Brian Carlstrom · 12 years ago
  94. 080cda4 am 7ae5f93f: Merge "OpenSSLMac: new OpenSSL HMAC connector" by Kenny Root · 12 years ago
  95. 725daeb OpenSSLMac: add license header by Kenny Root · 12 years ago
  96. 7ae5f93 Merge "OpenSSLMac: new OpenSSL HMAC connector" by Kenny Root · 12 years ago
  97. a9a21fc OpenSSLMac: new OpenSSL HMAC connector by Kenny Root · 12 years ago
  98. 4bedacd Fix a bug in tunnel construction and 'Connection: close' headers. by Jesse Wilson · 12 years ago
  99. a0592d4 am d0670a67: Merge "OpenSSLCipher: use OpenSSL buf_len data" by Kenny Root · 12 years ago
  100. 81508e2 OpenSSLCipher: use OpenSSL buf_len data by Kenny Root · 12 years ago