summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SigAlgParams and other testsKenny Root2013-03-0541-72/+167
* Merge "NativeCrypto: add OpenSSLBIOInputStream"Kenny Root2013-03-056-0/+474
|\
| * NativeCrypto: add OpenSSLBIOInputStreamKenny Root2013-03-046-0/+474
|/
* Merge "NativeCrypto: fix 64-bit pointer"Kenny Root2013-03-051-1/+1
|\
| * NativeCrypto: fix 64-bit pointerKenny Root2013-03-041-1/+1
|/
* Merge "use longs instead of ints to store pointers in OpenSSL binding"Brian Carlstrom2013-03-0418-655/+656
|\
| * use longs instead of ints to store pointers in OpenSSL bindingJoel Dice2013-03-0118-655/+656
|/
* Merge "Add Unsafe.allocateInstance."Elliott Hughes2013-03-015-1/+64
|\
| * Add Unsafe.allocateInstance.Elliott Hughes2013-03-015-1/+64
|/
* Merge "Fix the HashMap performance regression."Elliott Hughes2013-03-012-8/+28
|\
| * Fix the HashMap performance regression.Elliott Hughes2013-02-282-8/+28
|/
* Merge "use longs instead of ints to store pointers in NativeDecimalFormat"Elliott Hughes2013-02-282-56/+56
|\
| * use longs instead of ints to store pointers in NativeDecimalFormatJoel Dice2013-02-272-56/+56
|/
* Merge "use longs instead of ints to store pointers in ExpatParser"Elliott Hughes2013-02-273-136/+112
|\
| * use longs instead of ints to store pointers in ExpatParserJoel Dice2013-02-273-136/+112
|/
* Merge "use longs instead of ints to store pointers in ObjectStreamClass"Elliott Hughes2013-02-272-8/+8
|\
| * use longs instead of ints to store pointers in ObjectStreamClassJoel Dice2013-02-272-8/+8
|/
* Merge "Make the CLDR version available."Elliott Hughes2013-02-273-3/+17
|\
| * Make the CLDR version available.Elliott Hughes2013-02-273-3/+17
|/
* Merge "Fix AlphabeticIndexTest after the icu4c 50 upgrade."Elliott Hughes2013-02-271-4/+4
|\
| * Fix AlphabeticIndexTest after the icu4c 50 upgrade.Elliott Hughes2013-02-271-4/+4
|/
* Merge "Fix test failures caused by the icu4c 50 upgrade."Elliott Hughes2013-02-273-5/+5
|\
| * 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
* | | Merge "Remove duplication in EvilMapTest."Elliott Hughes2013-02-252-53/+7
|\ \ \
| * | | 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
* | | | Merge "Tidy up runtime memory query documentation."Ian Rogers2013-02-221-16/+18
|\ \ \ \ | |/ / / |/| | |
| * | | Tidy up runtime memory query documentation.Ian Rogers2013-02-221-16/+18
|/ / /
* | | Merge "Fix DatatypeFactory documentation."Elliott Hughes2013-02-221-0/+3
|\ \ \
| * | | Fix DatatypeFactory documentation.Elliott Hughes2013-02-221-0/+3
|/ / /
* | | Merge "Fix Method.equals."Elliott Hughes2013-02-221-1/+15
|\ \ \
| * | | Fix Method.equals.Elliott Hughes2013-02-211-1/+15
|/ / /
* | | Merge "Secondary hash for IdentityHashMap and WeakHashMap."Elliott Hughes2013-02-226-113/+84
|\ \ \ | |/ / |/| |
| * | 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
| |/
* | Merge "Memory leak in StringStack::push detected in ExpatParser_initialize"Elliott Hughes2013-02-211-0/+1
|\ \
| * | Memory leak in StringStack::push detected in ExpatParser_initializeandrey yusipov2013-02-211-0/+1
|/ /
* | Merge "Be explicit about how dangerous JSON "longs" are."Elliott Hughes2013-02-201-5/+9
|\ \
| * | Be explicit about how dangerous JSON "longs" are.Elliott Hughes2013-02-201-5/+9
|/ /
* | Merge "Implement Package.getAnnotations."Elliott Hughes2013-02-201-5/+11
|\ \