summaryrefslogtreecommitdiffstats
path: root/luni
Commit message (Expand)AuthorAgeFilesLines
...
| * NativeCrypto: add OpenSSL X.509 certificate/CRLsKenny Root2013-03-0710-54/+3046
* | Merge "Unit tests for all registered ECDH KeyAgreement instances."Kenny Root2013-03-072-1/+439
|\ \ | |/ |/|
| * Unit tests for all registered ECDH KeyAgreement instances.Alex Klyubin2013-03-012-1/+439
* | Put DRLCertFactory as first providerKenny Root2013-03-062-6/+6
* | Add test for empty CRLKenny Root2013-03-061-0/+5
* | Merge "SigAlgParams and other tests"Kenny Root2013-03-063-12/+92
|\ \
| * | SigAlgParams and other testsKenny Root2013-03-053-12/+92
* | | Add a regression test for Matcher.replaceFirst.Elliott Hughes2013-03-061-0/+8
* | | Add a Formatter regression test.Elliott Hughes2013-03-061-0/+5
* | | Merge "use longs instead of ints to store pointers in regex classes"Elliott Hughes2013-03-054-51/+51
|\ \ \ | |/ / |/| |
| * | use longs instead of ints to store pointers in regex classesJoel Dice2013-02-284-51/+51
* | | NativeCrypto: add OpenSSLBIOInputStreamKenny Root2013-03-046-0/+474
* | | NativeCrypto: fix 64-bit pointerKenny Root2013-03-041-1/+1
* | | use longs instead of ints to store pointers in OpenSSL bindingJoel Dice2013-03-0118-655/+656
* | | Add Unsafe.allocateInstance.Elliott Hughes2013-03-015-1/+64
| |/ |/|
* | Fix the HashMap performance regression.Elliott Hughes2013-02-282-8/+28
|/
* use longs instead of ints to store pointers in NativeDecimalFormatJoel Dice2013-02-272-56/+56
* use longs instead of ints to store pointers in ExpatParserJoel Dice2013-02-273-136/+112
* use longs instead of ints to store pointers in ObjectStreamClassJoel Dice2013-02-272-8/+8
* Make the CLDR version available.Elliott Hughes2013-02-273-3/+17
* Fix AlphabeticIndexTest after the icu4c 50 upgrade.Elliott Hughes2013-02-271-4/+4
* Fix test failures caused by the icu4c 50 upgrade.Elliott Hughes2013-02-263-5/+5
* Merge "Switch to using icu4c 50's TimeZoneNames API."Elliott Hughes2013-02-2712-282/+203
|\
| * Switch to using icu4c 50's TimeZoneNames API.Elliott Hughes2013-02-2612-282/+203
* | Merge "CertPath: output PkiPath in correct order"Brian Carlstrom2013-02-272-153/+188
|\ \ | |/ |/|
| * CertPath: output PkiPath in correct orderKenny Root2013-02-252-153/+188
* | Merge "Add support for SECG names for NIST P-192 and P-256 ECC curves."Kenny Root2013-02-262-0/+34
|\ \
| * | Add support for SECG names for NIST P-192 and P-256 ECC curves.Alex Klyubin2013-02-152-0/+34
* | | Merge "Add test for CertPath"Kenny Root2013-02-261-0/+252
|\ \ \ | | |/ | |/|
| * | Add test for CertPathKenny Root2013-02-251-0/+252
* | | Remove duplication in EvilMapTest.Elliott Hughes2013-02-252-53/+7
* | | Merge "Fix HashMap/Hashtable/LinkedHashMap to not allow corruption of the sha...Elliott Hughes2013-02-233-0/+162
|\ \ \
| * | | Fix HashMap/Hashtable/LinkedHashMap to not allow corruption of the shared table.Elliott Hughes2013-02-223-0/+162
* | | | Tidy up runtime memory query documentation.Ian Rogers2013-02-221-16/+18
|/ / /
* | | Fix DatatypeFactory documentation.Elliott Hughes2013-02-221-0/+3
* | | Fix Method.equals.Elliott Hughes2013-02-211-1/+15
* | | Secondary hash for IdentityHashMap and WeakHashMap.Ian Rogers2013-02-216-113/+84
|/ /
* | Merge "CertPath: fix some arg names"Kenny Root2013-02-212-5/+7
|\ \
| * | CertPath: fix some arg namesKenny Root2013-02-212-5/+7
| |/
* | Memory leak in StringStack::push detected in ExpatParser_initializeandrey yusipov2013-02-211-0/+1
* | Implement Package.getAnnotations.Elliott Hughes2013-02-201-5/+11
* | Persist Transliterator objects with JNI wrappersJay Shrauner2013-02-193-33/+83
* | Add additional AlphabeticIndex methodsJay Shrauner2013-02-192-1/+41
|/
* Merge "Admit that we can't really fix DateFormatSymbols serialization..."Elliott Hughes2013-02-131-2/+3
|\
| * Admit that we can't really fix DateFormatSymbols serialization...Elliott Hughes2013-02-131-2/+3
* | Add explicit null check in ArrayListKenny Root2013-02-131-0/+4
|/
* Merge "Remove invalid X509Certificate2Test tests"Kenny Root2013-02-081-25/+0
|\
| * Remove invalid X509Certificate2Test testsKenny Root2013-02-081-25/+0
* | Merge "Explain Formatter's %tc better."Elliott Hughes2013-02-081-9/+10
|\ \
| * | Explain Formatter's %tc better.Elliott Hughes2013-02-081-9/+10