summaryrefslogtreecommitdiffstats
path: root/luni
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix CalendarTest.test_clear_45877.Elliott Hughes2013-03-211-2/+16
* | Throw a more detailed exception on failure in NativeCrypto_SSL_CTX_newBrian Carlstrom2013-03-201-1/+1
|/
* Merge "Add support for Unix domain sockets."Elliott Hughes2013-03-2114-107/+379
|\
| * Add support for Unix domain sockets.Elliott Hughes2013-03-2014-107/+379
* | Merge "Mapped IPv4 address test fix"Kenny Root2013-03-202-1/+22
|\ \ | |/ |/|
| * Mapped IPv4 address test fixKenny Root2013-03-202-1/+22
* | Make String's fast-path UTF-8 decoder more like icu4c.Elliott Hughes2013-03-192-3/+18
|/
* Merge "Add a regression test for a Field.isAnnotationPresent crash."Elliott Hughes2013-03-191-0/+16
|\
| * Add a regression test for a Field.isAnnotationPresent crash.Elliott Hughes2013-03-191-0/+16
* | Merge "Add missing finals, small doc tidying."Ian Rogers2013-03-191-17/+17
|\ \ | |/ |/|
| * Add missing finals, small doc tidying.Ian Rogers2013-03-191-17/+17
* | Clarify Calendar.clear documentation.Elliott Hughes2013-03-192-3/+23
|/
* Merge "Fix ConcurrentCloseTest's write test to ensure we're really blocked in...Elliott Hughes2013-03-191-8/+25
|\
| * Fix ConcurrentCloseTest's write test to ensure we're really blocked in write(2).Elliott Hughes2013-03-191-8/+25
* | Merge "NativeCrypto: throw exception on invalid DNS altname"Kenny Root2013-03-192-6/+20
|\ \ | |/ |/|
| * NativeCrypto: throw exception on invalid DNS altnameKenny Root2013-03-182-6/+20
* | Improve java.util.zip compression level documentation.Jorrit Jongma2013-03-182-31/+32
|/
* Fix for test_SSLSocket_HandshakeCompletedListener_RuntimeExceptionBrian Carlstrom2013-03-161-1/+20
* Assorted socket fixes related to test_SSLSocket_setSoWriteTimeout failure inv...Brian Carlstrom2013-03-164-14/+32
* Merge "NativeCrypto: reject non-IA5String altnames"Kenny Root2013-03-151-2/+10
|\
| * NativeCrypto: reject non-IA5String altnamesKenny Root2013-03-151-2/+10
* | Merge "Return Olson ids from TimeZoneNames.forLocale in zone.tab order."Elliott Hughes2013-03-154-12/+78
|\ \ | |/ |/|
| * Return Olson ids from TimeZoneNames.forLocale in zone.tab order.Elliott Hughes2013-03-144-12/+78
* | Merge "NativeCrypto: catch null input streams in cert factory"Kenny Root2013-03-151-0/+4
|\ \
| * | NativeCrypto: catch null input streams in cert factoryKenny Root2013-03-151-0/+4
* | | Fix test since getExtendedKeyUsage doc disagreesKenny Root2013-03-151-4/+15
|/ /
* | NativeCrypto: be more tolerant during translateKeyKenny Root2013-03-146-189/+294
|/
* Revert "Put DRLCertFactory as first provider"Kenny Root2013-03-122-6/+6
* Merge "Fix Security2Test counting"Kenny Root2013-03-121-9/+7
|\
| * Fix Security2Test countingKenny Root2013-03-121-9/+7
* | Merge "Switch TLS Channel ID API from ECPrivateKey to PrivateKey."Kenny Root2013-03-123-9/+8
|\ \ | |/ |/|
| * Switch TLS Channel ID API from ECPrivateKey to PrivateKey.Alex Klyubin2013-03-123-9/+8
* | NativeCrypto: switch throw mappings to switchKenny Root2013-03-121-18/+98
* | Unit test updates for ICU 51 patchesJay Shrauner2013-03-111-10/+13
* | NativeCrypto: throw instead of return nullKenny Root2013-03-114-0/+15
* | Add support for ECDH KeyAgreement to OpenSSLProvider.Alex Klyubin2013-03-114-0/+252
|/
* Merge "Switch Provider changedProperties to LinkedHashMap"Kenny Root2013-03-092-5/+4
|\
| * Switch Provider changedProperties to LinkedHashMapKenny Root2013-03-082-5/+4
* | NativeCrypto: make all DSA errors the sameKenny Root2013-03-081-2/+2
|/
* NativeCrypto: various fixesKenny Root2013-03-083-6/+9
* Merge changes I8475e328,Ie0e35777Kenny Root2013-03-085-6/+429
|\
| * NativeCrypto: add CertPath encoding PkiPathKenny Root2013-03-083-25/+147
| * NativeCrypto: add CertPath support with PKCS7Kenny Root2013-03-085-2/+303
* | Merge "NativeCrypto: eliminate some unneeded suppressions"Kenny Root2013-03-071-2/+0
|\ \ | |/
| * NativeCrypto: eliminate some unneeded suppressionsKenny Root2013-03-071-2/+0
* | Merge "CertPathSpi: fix encoding arg name"Kenny Root2013-03-071-2/+3
|\ \ | |/
| * CertPathSpi: fix encoding arg nameKenny Root2013-03-071-2/+3
* | Fix AlphabeticIndexTest build failure.Elliott Hughes2013-03-071-16/+16
* | Add JNI wrappers for ImmutableIndexJay Shrauner2013-03-073-24/+145
|/
* Merge "NativeCrypto: add OpenSSL X.509 certificate/CRLs"Kenny Root2013-03-0710-54/+3046
|\