Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
libcore
/
93e0cbb1c2d34f5ba3af704f4f62dd3fe1a73b1d
/
luni
93e0cbb
am d6103319: am aeeaa64f: Replace the implementation of this class.
by Dan Bornstein
· 14 years ago
aeeaa64
Replace the implementation of this class.
by Dan Bornstein
· 14 years ago
481134c
Merge "Remove Elliptic Curve CA certificate" into gingerbread
by Brian Carlstrom
· 14 years ago
119e5bf
Remove Elliptic Curve CA certificate
by Brian Carlstrom
· 14 years ago
76fe13d
am 06f64732: am 96f748a2: Merge "fix operator precedence bug when calculating bits." into gingerbread
by Nick Kralevich
· 14 years ago
96f748a
Merge "fix operator precedence bug when calculating bits." into gingerbread
by Nick Kralevich
· 14 years ago
386bfdc
am 409630d7: am 50458469: Merge "Documenting WiFi sign in and SSL fallback with HttpURLConnection." into gingerbread
by Jesse Wilson
· 14 years ago
5045846
Merge "Documenting WiFi sign in and SSL fallback with HttpURLConnection." into gingerbread
by Jesse Wilson
· 14 years ago
23e3c8d
Documenting WiFi sign in and SSL fallback with HttpURLConnection.
by Jesse Wilson
· 14 years ago
caea65e
fix operator precedence bug when calculating bits.
by Nick Kralevich
· 14 years ago
57f2ec9
Merge "Move improved cert chain handling from CertificateChainValidator to TrustManagerImpl"
by Brian Carlstrom
· 14 years ago
28013f5
am 2e5cc6ce: am 4506af08: Merge "Improving the documentation around SecureRandom.setSeed()." into gingerbread
by Jesse Wilson
· 14 years ago
4506af0
Merge "Improving the documentation around SecureRandom.setSeed()." into gingerbread
by Jesse Wilson
· 14 years ago
e52c164
Improving the documentation around SecureRandom.setSeed().
by Jesse Wilson
· 14 years ago
9ff0e55
Move improved cert chain handling from CertificateChainValidator to TrustManagerImpl
by Brian Carlstrom
· 14 years ago
a0ea4f0
am c3c555bc: am 10548999: Merge "Remove obsolete test from AllTests group." into gingerbread
by Jesse Wilson
· 14 years ago
0fde4f6
Merge commit 'd9768e71' into manualmerge
by Jesse Wilson
· 14 years ago
58972ff
Merge "Restore md2WithRSAEncryption version of Version Class 3 CA" into gingerbread
by Brian Carlstrom
· 14 years ago
998389a
Restore md2WithRSAEncryption version of Version Class 3 CA
by Brian Carlstrom
· 14 years ago
1054899
Merge "Remove obsolete test from AllTests group." into gingerbread
by Jesse Wilson
· 14 years ago
1747448
Remove obsolete test from AllTests group.
by Jesse Wilson
· 14 years ago
712fd37
Merge "Remove tests for SecurityManager." into gingerbread
by Jesse Wilson
· 14 years ago
aec2ed4
Remove tests for SecurityManager.
by Jesse Wilson
· 14 years ago
107bf37
am 304ca349: am 29ad030d: Merge "Test that strings interned manually and then later loaded as literals maintain reference equality." into gingerbread
by Jesse Wilson
· 14 years ago
ef6370c
Fix initialization races in X509CertImpl
by Brian Carlstrom
· 14 years ago
0601502
Test that strings interned manually and then later loaded as literals maintain reference equality.
by Jesse Wilson
· 14 years ago
6cdb6b7
Change Engine.getInstance interfaces to make usage less error prone
by Brian Carlstrom
· 14 years ago
0a48084
Remove Engine.spi memory leak by clearing after access
by Brian Carlstrom
· 14 years ago
4ad543f
am d9523a4f: am 7fe9c8ad: Merge "Tests for HTTP bugs using HTTPS through a proxy." into gingerbread
by Jesse Wilson
· 14 years ago
12dad51
am 2545edd2: am 5b539e57: Merge "Fix HTTPS hostname verification to use the URL host, not the proxy host." into gingerbread
by Jesse Wilson
· 14 years ago
00e115c
am 4aa863a0: Fix Class.getMethods() for visibility bridge methods.
by Jesse Wilson
· 14 years ago
49a5242
am 7e39eff6: am ed72e08a: Change SSLParametersImpl.getDefaultTrustManager to not throw checked exceptions
by Brian Carlstrom
· 14 years ago
f97a046
am 0dc94964: am d6e53e42: SSLParameters.getDefaultTrustManager() should lazily initialize its value
by Brian Carlstrom
· 14 years ago
7fe9c8a
Merge "Tests for HTTP bugs using HTTPS through a proxy." into gingerbread
by Jesse Wilson
· 14 years ago
5b539e5
Merge "Fix HTTPS hostname verification to use the URL host, not the proxy host." into gingerbread
by Jesse Wilson
· 14 years ago
984fcff
Tests for HTTP bugs using HTTPS through a proxy.
by Jesse Wilson
· 14 years ago
ea81327
Fix HTTPS hostname verification to use the URL host, not the proxy host.
by Jesse Wilson
· 14 years ago
4aa863a
Fix Class.getMethods() for visibility bridge methods.
by Jesse Wilson
· 14 years ago
69a0026
Merge "Fix Class.getMethods() for visibility bridge methods." into gingerbread
by Jesse Wilson
· 14 years ago
7e27918
Fix Class.getMethods() for visibility bridge methods.
by Jesse Wilson
· 14 years ago
ed72e08
Change SSLParametersImpl.getDefaultTrustManager to not throw checked exceptions
by Brian Carlstrom
· 14 years ago
d6e53e4
SSLParameters.getDefaultTrustManager() should lazily initialize its value
by Brian Carlstrom
· 14 years ago
6a27d01
am 058c0764: am 765c2139: Drop a proper finalizer in RandomAccessFile to catch resource leaks.
by Jesse Wilson
· 14 years ago
755f7f2
am 644de474: am 0ad02672: Test what happens to RandomAccessFile when it is leaked.
by Jesse Wilson
· 14 years ago
a8e7b5e
am ee3152da: am 0e8cadc6: java.io.File javadoc improvements.
by Elliott Hughes
· 14 years ago
cc27a45
am 290e262c: am 575c2a63: Merge "Fix and improve Matcher.group(int) documentation." into gingerbread
by Elliott Hughes
· 14 years ago
765c213
Drop a proper finalizer in RandomAccessFile to catch resource leaks.
by Jesse Wilson
· 14 years ago
44b0fe0
am fc15fc0f: am 7b4e6828: Merge "Favor Harmony\'s CertificateFactory.X509 over BouncyCastle\'s" into gingerbread
by Brian Carlstrom
· 14 years ago
0ad0267
Test what happens to RandomAccessFile when it is leaked.
by Jesse Wilson
· 14 years ago
0e8cadc
java.io.File javadoc improvements.
by Elliott Hughes
· 14 years ago
575c2a6
Merge "Fix and improve Matcher.group(int) documentation." into gingerbread
by Elliott Hughes
· 14 years ago
5850271
Fix and improve Matcher.group(int) documentation.
by Elliott Hughes
· 14 years ago
0a1b409
Merge "Remove expiring trustcenter.de CA certificates"
by Brian Carlstrom
· 14 years ago
33cb982
Remove OpenSSLSocketImpl.instanceCount
by Brian Carlstrom
· 14 years ago
b3f685a
Remove expiring trustcenter.de CA certificates
by Brian Carlstrom
· 14 years ago
8a81dbf
am 1d2861f4: am 7d38fa0f: Merge "Test updates for new SecretKeyFactory.PBKDF2WithHmacSHA1 support" into gingerbread
by Brian Carlstrom
· 14 years ago
7b4e682
Merge "Favor Harmony's CertificateFactory.X509 over BouncyCastle's" into gingerbread
by Brian Carlstrom
· 14 years ago
735f934
Favor Harmony's CertificateFactory.X509 over BouncyCastle's
by Brian Carlstrom
· 14 years ago
51a8be2
am bf1bdd0a: am c84c0e51: Merge "Remove logging tests duplicated from Harmony" into gingerbread
by Jesse Wilson
· 14 years ago
7d38fa0
Merge "Test updates for new SecretKeyFactory.PBKDF2WithHmacSHA1 support" into gingerbread
by Brian Carlstrom
· 14 years ago
9157899
Test updates for new SecretKeyFactory.PBKDF2WithHmacSHA1 support
by Brian Carlstrom
· 14 years ago
aebb795
am 4cd20f1e: am 0886bf8a: Merge "Delete test for the AES algorithm parameter generator, which we no longer support." into gingerbread
by Jesse Wilson
· 14 years ago
c84c0e5
Merge "Remove logging tests duplicated from Harmony" into gingerbread
by Jesse Wilson
· 14 years ago
0886bf8
Merge "Delete test for the AES algorithm parameter generator, which we no longer support." into gingerbread
by Jesse Wilson
· 14 years ago
44ec7c7
Delete test for the AES algorithm parameter generator, which we no longer support.
by Jesse Wilson
· 14 years ago
35e28df
am 849425a7: am a20d5db4: Fix a test with broken expectations for localized arabic exponent.
by Jesse Wilson
· 14 years ago
a20d5db
Fix a test with broken expectations for localized arabic exponent.
by Jesse Wilson
· 14 years ago
ecfa064
am 65eee03b: am 2d9aee7a: Merge "Update TestUtils certificates to fix CertPathBuilder1Test and CertPathTest" into gingerbread
by Brian Carlstrom
· 14 years ago
2d9aee7
Merge "Update TestUtils certificates to fix CertPathBuilder1Test and CertPathTest" into gingerbread
by Brian Carlstrom
· 14 years ago
52dea0a
Update TestUtils certificates to fix CertPathBuilder1Test and CertPathTest
by Brian Carlstrom
· 14 years ago
1b18340
am 26322578: am e9f71f37: Remove math tests duplicated from Harmony.
by Jesse Wilson
· 14 years ago
e9f71f3
Remove math tests duplicated from Harmony.
by Jesse Wilson
· 14 years ago
021f500
Remove logging tests duplicated from Harmony
by Jesse Wilson
· 14 years ago
916a236
am 3efa3e34: am c1851da3: Scrub test failures in java.text.
by Jesse Wilson
· 14 years ago
c1851da
Scrub test failures in java.text.
by Jesse Wilson
· 14 years ago
dc825fe
am 9583c700: am cd68630d: Merge "SSL* AppData should not hold onto JNI global references" into gingerbread
by Brian Carlstrom
· 14 years ago
cd68630
Merge "SSL* AppData should not hold onto JNI global references" into gingerbread
by Brian Carlstrom
· 14 years ago
df9c090
SSL* AppData should not hold onto JNI global references
by Brian Carlstrom
· 14 years ago
1c9d28c
am 564bd43b: am 95dd6707: Merge "Better detail messages for System.loadLibrary UnsatisfiedLinkErrors." into gingerbread
by Elliott Hughes
· 14 years ago
95dd670
Merge "Better detail messages for System.loadLibrary UnsatisfiedLinkErrors." into gingerbread
by Elliott Hughes
· 14 years ago
cd7664c
am 4bf3d0b0: am d5ef39f5: Include a message when a task is rejected from an executor.
by Jesse Wilson
· 14 years ago
8f3d724
am 082d39a2: am e8c1e814: Merge "Don\'t explode if flush() is called when an HTTP upload stream is closed." into gingerbread
by Jesse Wilson
· 14 years ago
5df6708
am ff805724: am 16bba11e: Merge "Don\'t use the decompression-buffer as the skip buffer in InflaterInputStream." into gingerbread
by Jesse Wilson
· 14 years ago
140984c
am 0b8ee7e6: am 9cc0b47e: Merge "Add More Support_Locale Conditions to ScannerTest" into gingerbread
by Brian Muramatsu
· 14 years ago
d5ef39f
Include a message when a task is rejected from an executor.
by Jesse Wilson
· 14 years ago
4590724
am 61799c7b: am 2bcf15aa: Merge "Fix File.getCanonicalizePath to resolve symbolic links." into gingerbread
by Elliott Hughes
· 14 years ago
f469685
Better detail messages for System.loadLibrary UnsatisfiedLinkErrors.
by Elliott Hughes
· 14 years ago
e8c1e81
Merge "Don't explode if flush() is called when an HTTP upload stream is closed." into gingerbread
by Jesse Wilson
· 14 years ago
16bba11
Merge "Don't use the decompression-buffer as the skip buffer in InflaterInputStream." into gingerbread
by Jesse Wilson
· 14 years ago
f29ad8a
Don't explode if flush() is called when an HTTP upload stream is closed.
by Jesse Wilson
· 14 years ago
9cc0b47
Merge "Add More Support_Locale Conditions to ScannerTest" into gingerbread
by Brian Muramatsu
· 14 years ago
2bcf15a
Merge "Fix File.getCanonicalizePath to resolve symbolic links." into gingerbread
by Elliott Hughes
· 14 years ago
4d2023e
Fix File.getCanonicalizePath to resolve symbolic links.
by Elliott Hughes
· 14 years ago
8a9e11d
am bc325a17: am dd07d540: Merge "CA certificate update" into gingerbread
by Brian Carlstrom
· 14 years ago
3541c79
Don't use the decompression-buffer as the skip buffer in InflaterInputStream.
by Jesse Wilson
· 14 years ago
fe546fb
am 6aded03e: am 7b660b46: Merge "Fix problems with OldSimpleDateFormatTest.java." into gingerbread
by Jesse Wilson
· 14 years ago
4865d28
am 72b26111: am 56b04b03: Fix IP_MULTICAST_IF getsockopt.
by Elliott Hughes
· 14 years ago
dd07d54
Merge "CA certificate update" into gingerbread
by Brian Carlstrom
· 14 years ago
feea910
am 901c9c6f: am 8047b6f0: Merge "Support creating unbound server sockets in DefaultServerSocketFactory." into gingerbread
by Jesse Wilson
· 14 years ago
7b660b4
Merge "Fix problems with OldSimpleDateFormatTest.java." into gingerbread
by Jesse Wilson
· 14 years ago
Next »