summaryrefslogtreecommitdiffstats
path: root/luni/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | Merge "Rename our 'realpath' because it isn't the same as realpath(3)."Elliott Hughes2014-01-314-162/+163
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Rename our 'realpath' because it isn't the same as realpath(3).Elliott Hughes2014-01-314-162/+163
| |/ / / / / / / / /
* | | | | | | | | | CryptoProvider: remove duplicate algorithmsKenny Root2014-01-317-1393/+5
* | | | | | | | | | Remove DRLCertFactoryKenny Root2014-01-3110-2818/+16
* | | | | | | | | | X509CRLTest: fix lastUpdate vs revocation timeKenny Root2014-01-311-2/+21
* | | | | | | | | | X509CRLImpl: add generics!Kenny Root2014-01-311-10/+10
* | | | | | | | | | X509CRLImpl: fix getRevokedCertificate by serialKenny Root2014-01-311-4/+14
|/ / / / / / / / /
* | | | | | | | | Merge "X509CRLTest: add get revoked by serial test"Kenny Root2014-01-311-0/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | X509CRLTest: add get revoked by serial testKenny Root2014-01-311-0/+3
* | | | | | | | | | Uncomment some accidentally commented tests.Narayan Kamath2014-01-301-2/+5
|/ / / / / / / / /
* | | | | | | | | Merge "Refactoring in preparation for NIO2 changes."Neil Fuller2014-01-3013-295/+660
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Refactoring in preparation for NIO2 changes.Neil Fuller2014-01-2913-295/+660
* | | | | | | | | | Introduction of SeekableByteChannel.Neil Fuller2014-01-302-106/+184
* | | | | | | | | | Merge "Fixing FileChannel.truncate() / position()"Neil Fuller2014-01-293-1/+123
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fixing FileChannel.truncate() / position()Neil Fuller2014-01-273-1/+123
| |/ / / / / / / / /
* | | | | | | | | | Fix Matcher.group documentation.Elliott Hughes2014-01-283-136/+95
* | | | | | | | | | Fixed broken EnumTestPaul Duffin2014-01-215-0/+0
* | | | | | | | | | Fix javadoc for Character.UnicodeScript.Narayan Kamath2014-01-201-1/+3
* | | | | | | | | | Merge "java7: Implement new Locale APIs."Narayan Kamath2014-01-176-70/+2498
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | java7: Implement new Locale APIs.Narayan Kamath2014-01-176-70/+2498
* | | | | | | | | | | Merge "Fix encodings in X500PrincipalTest"Kenny Root2014-01-163-11/+88
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix encodings in X500PrincipalTestKenny Root2014-01-143-11/+88
| |/ / / / / / / / / /
* | | | | | | | | | | CipherInputStream: increase buffers for speedKenny Root2014-01-153-30/+156
|/ / / / / / / / / /
* | | | | | | | | | Merge "ProviderServiceTest: fix SecureRandom test with late binding"Kenny Root2014-01-141-7/+0
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ProviderServiceTest: fix SecureRandom test with late bindingKenny Root2014-01-131-7/+0
* | | | | | | | | | | Merge "Test the length of ClientHello generated by SSLSocket."Alex Klyubin2014-01-131-2/+118
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Test the length of ClientHello generated by SSLSocket.Alex Klyubin2013-12-201-2/+118
* | | | | | | | | | | Merge "java7: Implement Character.UnicodeScript"Narayan Kamath2014-01-133-8/+515
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | java7: Implement Character.UnicodeScriptNarayan Kamath2014-01-133-8/+515
* | | | | | | | | | | | Merge "Invalidate DirectByteBuffers when freed."Calin Juravle2014-01-134-2/+315
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Invalidate DirectByteBuffers when freed.Calin Juravle2014-01-104-2/+315
* | | | | | | | | | | | Merge "Improve the Matcher documentation."Elliott Hughes2014-01-101-31/+5
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Improve the Matcher documentation.Elliott Hughes2014-01-091-31/+5
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Removing the nestedException field from ObjectOutputStream.Neil Fuller2014-01-101-35/+13
|/ / / / / / / / / /
* | | | | | | | | | GZIPInputStream: avoid leaks in init.John Spurlock2014-01-071-6/+11
* | | | | | | | | | Delete Support_PortManager & OldDatagramSocketTestNarayan Kamath2014-01-061-2183/+0
* | | | | | | | | | Merge "Test that icu4c only uses the Gregorian calendar when formatting date ...Elliott Hughes2013-12-201-4/+32
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Test that icu4c only uses the Gregorian calendar when formatting date ranges ...Elliott Hughes2013-12-201-4/+32
* | | | | | | | | | Merge "Move DeleteOnExit to libcore.io."Narayan Kamath2013-12-202-8/+12
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Move DeleteOnExit to libcore.io.Narayan Kamath2013-12-202-8/+12
* | | | | | | | | | | Allow multiple gzip members in gzip streams.Narayan Kamath2013-12-203-63/+186
* | | | | | | | | | | Disable MD5 cipher suites in SSLSocket and SSLEngine.Alex Klyubin2013-12-191-2/+2
* | | | | | | | | | | Fix test breakages due to TLSv1.2 enabled and FS preferred.Alex Klyubin2013-12-191-2/+2
|/ / / / / / / / / /
* | | | | | | | | | Make DeflaterInputStream#available more consistent.Narayan Kamath2013-12-191-2/+5
* | | | | | | | | | Disable 3DES cipher suites in SSLSocket.Alex Klyubin2013-12-181-7/+7
|/ / / / / / / / /
* | | | | | | | | Merge "Disable static server key ECDH cipher suites in SSLSocket."Alex Klyubin2013-12-181-8/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Disable static server key ECDH cipher suites in SSLSocket.Alex Klyubin2013-12-171-8/+8
* | | | | | | | | | Throw an NPE in a more obvious manner.Narayan Kamath2013-12-181-1/+6
* | | | | | | | | | Move tests from harmony/archive to libcore.Narayan Kamath2013-12-183-1857/+0
|/ / / / / / / / /
* | | | | | | | | Enable AES-GCM cipher suites by default in SSLSocket.Alex Klyubin2013-12-171-9/+9