summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add support for Libcore.os.exec*()Nick Kralevich2013-02-058-38/+85
* Merge "More Transliterator tests for Han-Latin and Han-Latin/Names."Elliott Hughes2013-02-051-0/+8
|\
| * More Transliterator tests for Han-Latin and Han-Latin/Names.Elliott Hughes2013-02-051-0/+8
|/
* Merge "Add libcore.icu.AlphabeticIndex."Elliott Hughes2013-02-057-2/+380
|\
| * Add libcore.icu.AlphabeticIndex.Elliott Hughes2013-02-057-2/+380
* | Merge "NativeCrypto: DSA keys do not always have parameters"Kenny Root2013-02-053-15/+41
|\ \ | |/ |/|
| * NativeCrypto: DSA keys do not always have parametersKenny Root2013-02-053-15/+41
|/
* Merge "Add icu4c-backed transliteration."Elliott Hughes2013-02-0524-120/+393
|\
| * Add icu4c-backed transliteration.Elliott Hughes2013-02-0424-120/+393
|/
* Merge "Fix date parsing for time zones without names."Elliott Hughes2013-02-044-11/+54
|\
| * Fix date parsing for time zones without names.Elliott Hughes2013-02-044-11/+54
* | Merge "OpenSSLCipher: fix short buffer error message"Kenny Root2013-02-041-1/+1
|\ \ | |/ |/|
| * OpenSSLCipher: fix short buffer error messageKenny Root2013-02-041-1/+1
* | Merge "Fix the documentation for Math/StrictMath ceil/floor."Elliott Hughes2013-02-042-19/+4
|\ \ | |/ |/|
| * Fix the documentation for Math/StrictMath ceil/floor.Elliott Hughes2013-02-012-19/+4
* | Merge "NativeCryptoTest: try to get lib paths from BaseDexClassLoader"Kenny Root2013-02-021-3/+9
|\ \
| * | NativeCryptoTest: try to get lib paths from BaseDexClassLoaderKenny Root2013-02-011-3/+9
|/ /
* | Merge "Change native test module name"Kenny Root2013-02-012-4/+6
|\ \
| * | Change native test module nameKenny Root2013-02-012-4/+6
|/ /
* | Merge changes I2483af79,Id7c4d362,I733fe626Kenny Root2013-02-017-11/+204
|\ \ | |/ |/|
| * NativeCrypto: fix up Channel ID testKenny Root2013-02-011-6/+5
| * OpenSSL KeyFactory for DSA and ECKenny Root2013-02-015-3/+191
| * NativeCrypto: fix Channel ID testsKenny Root2013-02-012-2/+8
|/
* Merge "Add some more X.509 certificate tests"Kenny Root2013-01-312-12/+41
|\
| * Add some more X.509 certificate testsKenny Root2013-01-302-12/+41
* | Merge "Remove passing test from known failures"Brian Carlstrom2013-01-311-5/+0
|\ \ | |/ |/|
| * Remove passing test from known failuresBrian Carlstrom2013-01-311-5/+0
|/
* Merge "Remove BouncyCastle exclusion of PBE ciphers from wrapping tests"Brian Carlstrom2013-01-301-7/+2
|\
| * Remove BouncyCastle exclusion of PBE ciphers from wrapping testsBrian Carlstrom2013-01-281-7/+2
* | Merge "Add tests for CertificateFactory byte offset"Kenny Root2013-01-292-6/+106
|\ \
| * | Add tests for CertificateFactory byte offsetKenny Root2013-01-292-6/+106
|/ /
* | Merge "Add SignatureTest case for OpenSSL ENGINE"Kenny Root2013-01-291-0/+78
|\ \
| * | Add SignatureTest case for OpenSSL ENGINEKenny Root2013-01-281-0/+78
* | | Merge "NativeCrypto: add OpenSSLSecretKey for HMAC"Kenny Root2013-01-296-28/+289
|\ \ \
| * | | NativeCrypto: add OpenSSLSecretKey for HMACKenny Root2013-01-286-28/+289
* | | | Merge "Don't rely on fallback time zone names starting "GMT"."Elliott Hughes2013-01-292-4/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Don't rely on fallback time zone names starting "GMT".Elliott Hughes2013-01-282-4/+2
|/ / /
* | | Merge "NativeCrypto: add test base for OpenSSL ENGINEs"Kenny Root2013-01-286-8/+320
|\ \ \ | |/ / | | / | |/ |/|
| * NativeCrypto: add test base for OpenSSL ENGINEsKenny Root2013-01-286-8/+320
|/
* Merge "OpenSSLKey: easier creation and use of OpenSSL keys"Kenny Root2013-01-2517-124/+217
|\
| * OpenSSLKey: easier creation and use of OpenSSL keysKenny Root2013-01-2517-124/+217
* | Merge "Manually update the libcore native code."Elliott Hughes2013-01-2515-31/+186
|\ \ | |/ |/|
| * Manually update the libcore native code.Elliott Hughes2013-01-2515-31/+186
|/
* Merge "icu4c 4.9 can localize "fil"."Elliott Hughes2013-01-222-13/+21
|\
| * icu4c 4.9 can localize "fil".Elliott Hughes2013-01-222-13/+21
|/
* Merge "Don't call GetMethodID with a pending exception."Elliott Hughes2013-01-191-5/+6
|\
| * Don't call GetMethodID with a pending exception.Elliott Hughes2013-01-181-5/+6
* | Merge "Add support for TLS Channel ID to OpenSSL-backed sockets."Brian Carlstrom2013-01-195-0/+447
|\ \ | |/ |/|
| * Add support for TLS Channel ID to OpenSSL-backed sockets.Alex Klyubin2013-01-185-0/+447
* | Merge "Always throw a SocketException from isConnected."Elliott Hughes2013-01-181-9/+2
|\ \