index
:
libcore.git
kitkat
s12.0
s12.1
libcore
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
luni
/
src
/
test
/
java
/
org
/
apache
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add a test for Method.getParameterAnnotations.
Elliott Hughes
2012-07-23
1
-0
/
+11
*
Address flakiness of doFinal and unwrap CipherTests
Brian Carlstrom
2012-07-19
1
-105
/
+113
*
Start removing Support_PortManager.
Elliott Hughes
2012-07-18
1
-3
/
+1
*
Merge from AOSP
Jean-Baptiste Queru
2012-07-09
1
-0
/
+22
|
\
|
*
Fix SealedObject.readObject.
Elliott Hughes
2012-07-09
1
-0
/
+22
*
|
Only use SSL CUTTHROUGH (False Start) if the server supports NPN.
Jesse Wilson
2012-05-15
1
-44
/
+15
*
|
Avoid session reuse to fix test_SSL_do_handshake_clientCertificateRequested_t...
Brian Carlstrom
2012-05-01
1
-0
/
+2
*
|
Use SSL_CTX_set_session_id_context in ServerSessionContext
Brian Carlstrom
2012-04-17
1
-0
/
+22
*
|
Add test for case insensitivity in OpenSSLSignature.
Geremy Condra
2012-04-02
1
-0
/
+37
*
|
Disable TLSv1.1 and TLSv1.2 by default
Brian Carlstrom
2012-03-28
1
-1
/
+1
*
|
Don't use the SSL_CTX prefix for a method that takes an SSL.
Jesse Wilson
2012-03-26
1
-2
/
+2
*
|
Expose NPN in OpenSSL.
Jesse Wilson
2012-03-25
1
-70
/
+110
*
|
Tracking openssl-1.0.1
Brian Carlstrom
2012-03-21
2
-1
/
+3
*
|
Add support for OpenSSL engines
Kenny Root
2012-03-13
1
-0
/
+11
*
|
Add signatures to the OpenSSLProvider
Kenny Root
2012-01-31
1
-849
/
+0
*
|
Add signature generation to OpenSSLSignature
Kenny Root
2012-01-31
1
-0
/
+849
|
/
*
Add ExceptionCheck after all places we setCallbackState
Brian Carlstrom
2011-06-28
1
-162
/
+66
*
TrustedCertificateStore additions for TrustedCredentials Fragment
Brian Carlstrom
2011-06-27
1
-7
/
+14
*
am eda291fb: Merge "Libcore changes corresponding to ICU4.6 upgrade."
claireho
2011-06-13
1
-1
/
+1
|
\
|
*
Merge "Libcore changes corresponding to ICU4.6 upgrade."
claireho
2011-06-13
1
-1
/
+1
|
|
\
|
|
*
Libcore changes corresponding to ICU4.6 upgrade.
claireho
2011-06-09
1
-1
/
+1
*
|
|
am 6abb9fbb: Merge "Deduplicate from Harmony\'s java.util tests."
Jesse Wilson
2011-06-08
31
-12070
/
+0
|
\
|
|
|
*
|
Deduplicate from Harmony's java.util tests.
Jesse Wilson
2011-06-08
31
-12070
/
+0
|
|
/
*
|
Remove more dead code and tests.
Elliott Hughes
2011-06-08
1
-79
/
+0
*
|
am f45c08ac: Merge "Test fixes validated on RI and device"
Brian Carlstrom
2011-06-08
1
-1
/
+2
|
\
|
|
*
Test fixes validated on RI and device
Brian Carlstrom
2011-06-07
1
-1
/
+2
*
|
Remove dead tests.
Elliott Hughes
2011-06-06
20
-3235
/
+0
*
|
Clean up test duplication and fix broken tests.
Elliott Hughes
2011-06-06
2
-1149
/
+0
*
|
am 003f7a4d: Make test initialization lazy
Brian Carlstrom
2011-06-06
6
-936
/
+822
|
\
|
|
*
Make test initialization lazy
Brian Carlstrom
2011-06-04
6
-936
/
+822
*
|
Remove more dead "security theater" cruft.
Elliott Hughes
2011-06-04
1
-110
/
+0
|
/
*
Use canonicalizePath in URI.
Jesse Wilson
2011-05-25
1
-1859
/
+0
*
More Harmony test consolidation.
Elliott Hughes
2011-05-25
1
-444
/
+0
*
Deduplicate Harmony tests.
Elliott Hughes
2011-05-25
1
-1116
/
+0
*
am c77290ea: Remove IndexedPKIXParameters
Brian Carlstrom
2011-05-20
1
-0
/
+92
|
\
|
*
Remove IndexedPKIXParameters
Brian Carlstrom
2011-05-19
1
-0
/
+92
*
|
am 3041d84e: Merge "Make CertInstaller installed CA certs trusted by applicat...
Brian Carlstrom
2011-05-17
2
-23
/
+541
|
\
|
|
*
Make CertInstaller installed CA certs trusted by applications via default Tru...
Brian Carlstrom
2011-05-16
2
-23
/
+541
|
*
Don't cache the underlying Socket's underlying SocketImpl's underlying FileDe...
Elliott Hughes
2011-04-05
1
-1
/
+1
*
|
Dont line wrap Base64.
Jesse Wilson
2011-05-10
1
-45
/
+0
*
|
Address some test failures in the HTTP client.
Jesse Wilson
2011-05-05
2
-181
/
+4
*
|
A handful of networking test fixes.
Elliott Hughes
2011-05-04
1
-2
/
+2
*
|
Don't cache the underlying Socket's underlying SocketImpl's underlying FileDe...
Elliott Hughes
2011-04-01
1
-1
/
+1
|
/
*
Move URLConnection classes to libcore.net.
Jesse Wilson
2011-03-18
1
-54
/
+0
*
Make OSMemory the semi-supported libcore.io.Memory.
Elliott Hughes
2011-03-14
1
-92
/
+0
*
Rewrite BitSet and add the new valueOf and toLongArray methods.
Elliott Hughes
2011-03-11
1
-1402
/
+0
*
Add new InetSocketAddress.getHostString method.
Elliott Hughes
2011-03-07
1
-0
/
+13
*
Remove some @SuppressWarnings("nls") cruft I noticed the other day.
Elliott Hughes
2011-03-04
6
-115
/
+7
*
Removing use of @tests and @Test.* annotations
Brian Carlstrom
2011-03-02
192
-9942
/
+817
*
Remove all the remaining AllTests cruft.
Elliott Hughes
2011-02-28
7
-395
/
+0
[prev]
[next]