summaryrefslogtreecommitdiffstats
path: root/luni/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | Merge "Support multiple KeyManagers in TestSSLContext and TestKeyStore."Alex Klyubin2014-03-212-7/+45
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
| * | | | | | | | | | | | Support multiple KeyManagers in TestSSLContext and TestKeyStore.Alex Klyubin2014-03-192-7/+45
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge "Assert SSLContext.init does not require X.509 KeyManager/TrustManager."Alex Klyubin2014-03-211-1/+20
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| * | | | | | | | | | | Assert SSLContext.init does not require X.509 KeyManager/TrustManager.Alex Klyubin2014-03-201-1/+20
| |/ / / / / / / / / /
* | | | | | | | | | | Fix test failures due to the ICU-52 update.Narayan Kamath2014-03-201-1/+1
|/ / / / / / / / / /
* | | | | | | | | | NativeBN: use bn_correct_top on negative BNKenny Root2014-03-182-0/+30
|/ / / / / / / / /
* | | | | | | | | Don't assume minusSign is a single char.Narayan Kamath2014-03-148-44/+49
* | | | | | | | | Adjust AlphabeticIndexTest for hiragana char.Narayan Kamath2014-03-141-4/+2
* | | | | | | | | Merge "Update tests for to handle changes in ICU52."Narayan Kamath2014-03-148-71/+76
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Update tests for to handle changes in ICU52.ccornelius2014-03-148-71/+76
* | | | | | | | | | Fix ICU glue for uloc_toLanguageTag.Narayan Kamath2014-03-132-16/+28
|/ / / / / / / / /
* | | | | | | | | Merge "Add 1.7 methods to TimeZone / SimpleTimeZone"Neil Fuller2014-03-121-0/+16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add 1.7 methods to TimeZone / SimpleTimeZoneNeil Fuller2014-03-121-0/+16
* | | | | | | | | | Merge "Add Java 1.7 APIs: ZipFile, ZipInputStream, ZipOutputStream"Neil Fuller2014-03-127-69/+478
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add Java 1.7 APIs: ZipFile, ZipInputStream, ZipOutputStreamNeil Fuller2014-03-127-69/+478
| |/ / / / / / / / /
* | | | | | | | | | Merge "Add Currency.getNumericCode()"Neil Fuller2014-03-114-0/+29
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add Currency.getNumericCode()Neil Fuller2014-03-114-0/+29
| |/ / / / / / / / /
* | | | | | | | | | Merge "Use the correct buffer size for the Pushback stream."Narayan Kamath2014-03-112-3/+56
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Use the correct buffer size for the Pushback stream.Narayan Kamath2014-03-102-3/+56
* | | | | | | | | | | Merge "SSLSocketTest: test NPN/ALPN socket reuse"Kenny Root2014-03-101-0/+77
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | SSLSocketTest: test NPN/ALPN socket reuseKenny Root2014-03-101-0/+77
* | | | | | | | | | | Relax testUrlWithSpaceInHostViaHttpProxy testNeil Fuller2014-03-101-5/+4
* | | | | | | | | | | Merge "Add 1.7 methods to HttpCookie."Neil Fuller2014-03-101-14/+56
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Add 1.7 methods to HttpCookie.Neil Fuller2014-03-071-14/+56
| |/ / / / / / / / /
* | | | | | | | | | Fix incorrectly worded assertion failure.Neil Fuller2014-03-071-1/+1
* | | | | | | | | | Merge "Fix URLConnectionTest#testSetChunkedStreamingMode"Neil Fuller2014-03-031-1/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix URLConnectionTest#testSetChunkedStreamingModeNeil Fuller2014-03-031-1/+5
| |/ / / / / / / / /
* | | | | | | | | | Merge "Implementation of MulticastChannel."Neil Fuller2014-03-0322-15/+2356
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Implementation of MulticastChannel.Neil Fuller2014-02-2822-15/+2356
* | | | | | | | | | Merge "Tests and docs updates for OkHttp update."Neil Fuller2014-03-032-79/+26
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Tests and docs updates for OkHttp update.Neil Fuller2014-02-282-79/+26
| |/ / / / / / / / /
* | | | | | | | | | Merge "Add unpadded array allocations."Ian Rogers2014-03-012-6/+141
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Add unpadded array allocations.Ian Rogers2014-02-282-6/+141
* | | | | | | | | | Add a stub set24HourTimeFormat function for the framework.Narayan Kamath2014-02-271-0/+6
|/ / / / / / / / /
* | | | | | | | | Merge "NativeCrypto: use crypto APIs from different threads in tests"Kenny Root2014-02-262-0/+71
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | NativeCrypto: use crypto APIs from different threads in testsKenny Root2014-02-252-0/+71
* | | | | | | | | | Merge "Improve error message when attempting to open an empty zip"Paul Duffin2014-02-265-7/+68
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Improve error message when attempting to open an empty zipPaul Duffin2014-02-265-7/+68
* | | | | | | | | | | Corrected documentation of OutputStreamWriter.close()Paul Duffin2014-02-261-2/+2
|/ / / / / / / / / /
* | | | | | | | | | SSLSocketTest: interrupt_read is too flakyKenny Root2014-02-251-2/+32
* | | | | | | | | | Fix remaining file related CTS Test failures.Narayan Kamath2014-02-242-3/+6
|/ / / / / / / / /
* | | | | | | | | Update BN to work when sizeof(BN_ULONG) != 4.Colin Cross2014-02-211-51/+74
* | | | | | | | | Fix NativeBreakIterator_cloneImpl return type.Elliott Hughes2014-02-211-1/+1
* | | | | | | | | When decoding enum annotation value, treat it as a field name, not enum valueBrian Carlstrom2014-02-201-4/+14
* | | | | | | | | Change HttpsURLConnectionTest for okhttp update.Neil Fuller2014-02-191-576/+467
* | | | | | | | | Addition of 1.7 methods to URLConnection.Neil Fuller2014-02-194-26/+136
* | | | | | | | | Merge "Fix another set of file related tests."Narayan Kamath2014-02-194-501/+20
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix another set of file related tests.Narayan Kamath2014-02-194-501/+20
* | | | | | | | | | Merge "Fix FileTest / OldFileTest."Narayan Kamath2014-02-192-104/+45
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix FileTest / OldFileTest.Narayan Kamath2014-02-192-104/+45
| |/ / / / / / / / /