Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
libcore
/
e0201e2c65d67b516d45076da0879330d3b0e31a
e0201e2
Merge "Fix a bug I introduced, and do more zip cleanup."
by Elliott Hughes
· 14 years ago
e43b3f6
Fix a bug I introduced, and do more zip cleanup.
by Elliott Hughes
· 14 years ago
a667cc2
Merge "Add WITH_JNI_TRACE_DATA to allow tracing of SSLSocket data"
by Brian Carlstrom
· 14 years ago
0cbd33d
Add WITH_JNI_TRACE_DATA to allow tracing of SSLSocket data
by Brian Carlstrom
· 14 years ago
6289593
am 1cbb25b8: am 2e9a4db4: Merge "Don\'t kill the instrumentation test runner with an uncaught exception." into gingerbread
by Jesse Wilson
· 14 years ago
1cbb25b
am 2e9a4db4: Merge "Don\'t kill the instrumentation test runner with an uncaught exception." into gingerbread
by Jesse Wilson
· 14 years ago
2e9a4db
Merge "Don't kill the instrumentation test runner with an uncaught exception." into gingerbread
by Jesse Wilson
· 14 years ago
de51059
Don't kill the instrumentation test runner with an uncaught exception.
by Jesse Wilson
· 14 years ago
f5aabec
am 8fbee008: am b365037f: Add @Deprecated to match @deprecated where it\'s missing in libcore.
by Jesse Wilson
· 14 years ago
8fbee00
am b365037f: Add @Deprecated to match @deprecated where it\'s missing in libcore.
by Jesse Wilson
· 14 years ago
3878118
Merge "Adding a simple KeyGenerator test"
by Brian Carlstrom
· 14 years ago
6e2eb7d
Adding a simple KeyGenerator test
by Brian Carlstrom
· 14 years ago
43c8c9d
Merge "Make OpenSSLSocketFactory and SSLSocketFactory fields final"
by Brian Carlstrom
· 14 years ago
41ea5dc
Make OpenSSLSocketFactory and SSLSocketFactory fields final
by Brian Carlstrom
· 14 years ago
06e15e6
Fix a bug where we weren't pooling connections due to mismatched URLs.
by Jesse Wilson
· 14 years ago
f7ee236
Fix javadoc typo
by Brian Carlstrom
· 14 years ago
9a356d0
TrustManagerImpl.cleanupCertChain should not modify original the original chain
by Brian Carlstrom
· 14 years ago
b81e1d9
Add CloseGuard.Reporter interface to allow customization of warnings
by Brian Carlstrom
· 14 years ago
30a77f3
Propagate pending exception from cert_client_cb
by Brian Carlstrom
· 14 years ago
bd3f08d
Remove CloseGuard warnings for FileInputStream/FileOutputStream created from FileDescriptors
by Brian Carlstrom
· 14 years ago
b365037
Add @Deprecated to match @deprecated where it's missing in libcore.
by Jesse Wilson
· 14 years ago
98e55eb
Merge "Fix sign-extension issues in GZIPInputStream."
by Elliott Hughes
· 14 years ago
096f877
Fix sign-extension issues in GZIPInputStream.
by Elliott Hughes
· 14 years ago
41e9577
Merge "Adding CloseGuard.setEnabled for StrictMode integration"
by Brian Carlstrom
· 14 years ago
b3f32d4
Adding CloseGuard.setEnabled for StrictMode integration
by Brian Carlstrom
· 14 years ago
0956815
Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-master
by Elliott Hughes
· 14 years ago
700ec1f
Fix an AllTests build break.
by Jesse Wilson
· 14 years ago
d787a82
Merge "We currently ship two Xml pull parsers. Use the same tests for each." into dalvik-dev
by Jesse Wilson
· 14 years ago
f03d744
Merge "Add a public @hide InetAddress.isNumeric." into dalvik-dev
by Elliott Hughes
· 14 years ago
0d93c38
Add a public @hide InetAddress.isNumeric.
by Elliott Hughes
· 14 years ago
6e9f4ad
am 4b42e5d6: Merge remote branch \'goog/dalvik-dev\' into dalvik-dev-to-master
by Brian Carlstrom
· 14 years ago
b076473
We currently ship two Xml pull parsers. Use the same tests for each.
by Jesse Wilson
· 14 years ago
4d55cfd
Merge "Let ICU extract country codes from locales." into dalvik-dev
by Elliott Hughes
· 14 years ago
7ff7010
Let ICU extract country codes from locales.
by Elliott Hughes
· 14 years ago
4b42e5d
Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-master
by Brian Carlstrom
· 14 years ago
a82c60e
am 7847d338: Move NativeCrypto dependencies on openssl internals to jsse.patch
by Brian Carlstrom
· 14 years ago
7847d33
Move NativeCrypto dependencies on openssl internals to jsse.patch
by Brian Carlstrom
· 14 years ago
b4bb9ab
resolved conflicts for merge of a5c608e5 to dalvik-dev
by Brian Carlstrom
· 14 years ago
a5c608e
TrustManager improvements
by Brian Carlstrom
· 14 years ago
a30033b
Merge "Save packets by writing header+body as one packet where feasible." into dalvik-dev
by Jesse Wilson
· 14 years ago
0efebd8
Save packets by writing header+body as one packet where feasible.
by Jesse Wilson
· 14 years ago
b5bde2f
More shift removal.
by Elliott Hughes
· 14 years ago
e5189a2
Merge "Skip empty samples in the sampling profiler." into dalvik-dev
by Jesse Wilson
· 14 years ago
f9dc345
Skip empty samples in the sampling profiler.
by Jesse Wilson
· 14 years ago
b3d8d84
am ea6c57a6: am 7c69a149: am aa37a8aa: Avoid races between OpenSSLSocketImpl I/O and close()
by Brian Carlstrom
· 14 years ago
ea6c57a
am 7c69a149: am aa37a8aa: Avoid races between OpenSSLSocketImpl I/O and close()
by Brian Carlstrom
· 14 years ago
7c69a14
am aa37a8aa: Avoid races between OpenSSLSocketImpl I/O and close()
by Brian Carlstrom
· 14 years ago
aa37a8a
Avoid races between OpenSSLSocketImpl I/O and close()
by Brian Carlstrom
· 14 years ago
bc40740
am 12e7cb01: Avoid races between OpenSSLSocketImpl I/O and close()
by Brian Carlstrom
· 14 years ago
12e7cb0
Avoid races between OpenSSLSocketImpl I/O and close()
by Brian Carlstrom
· 14 years ago
fb3c3d6
am 2e37069e: Change SamplingProfiler to use a sampling interval instead of Hz
by Brian Carlstrom
· 14 years ago
2e37069
Change SamplingProfiler to use a sampling interval instead of Hz
by Brian Carlstrom
· 14 years ago
f8eacd8
am 9103cc15: am 47d94511: am 95d52b3b: Remove a pointless test, which just tested a test support class.
by Dan Bornstein
· 14 years ago
9103cc1
am 47d94511: am 95d52b3b: Remove a pointless test, which just tested a test support class.
by Dan Bornstein
· 14 years ago
47d9451
am 95d52b3b: Remove a pointless test, which just tested a test support class.
by Dan Bornstein
· 14 years ago
95d52b3
Remove a pointless test, which just tested a test support class.
by Dan Bornstein
· 14 years ago
ba44e4b
am 93e0cbb1: am d6103319: am aeeaa64f: Replace the implementation of this class.
by Dan Bornstein
· 14 years ago
93e0cbb
am d6103319: am aeeaa64f: Replace the implementation of this class.
by Dan Bornstein
· 14 years ago
d610331
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
c1a675c
Remove the tree map in the HTTP headers.
by Jesse Wilson
· 14 years ago
a75ae27
am 6cbbd111: Don\'t BlockGuard on INetworkSystem.isConnected w/ 0 timeout.
by Brad Fitzpatrick
· 14 years ago
6cbbd11
Don't BlockGuard on INetworkSystem.isConnected w/ 0 timeout.
by Brad Fitzpatrick
· 14 years ago
0eb70e3
Optimize DataInputStream and a few friends.
by Elliott Hughes
· 14 years ago
c6c6c5d
Optimize DataOutputStream and RandomAccessFile.
by Elliott Hughes
· 14 years ago
30edef6f
Merge "Fix broken interactions between HTTP response caches and redirects." into dalvik-dev
by Jesse Wilson
· 14 years ago
8ac847a
Fix broken interactions between HTTP response caches and redirects.
by Jesse Wilson
· 14 years ago
eb4fa25
Merge "Improve UnknownHostException detail messages." into dalvik-dev
by Elliott Hughes
· 14 years ago
fbbae97
Improve UnknownHostException detail messages.
by Elliott Hughes
· 14 years ago
1209842
am d1280478: am cb5204fe: am 09b06cc1: Set capabilities sooner.
by Andy McFadden
· 14 years ago
d128047
am cb5204fe: am 09b06cc1: Set capabilities sooner.
by Andy McFadden
· 14 years ago
cb5204f
am 09b06cc1: Set capabilities sooner.
by Andy McFadden
· 14 years ago
09b06cc
Set capabilities sooner.
by Andy McFadden
· 14 years ago
2dcd7e7
Merge "Fix ResponseCache to support caching of HTTPS responses." into dalvik-dev
by Jesse Wilson
· 14 years ago
37dcf55
Fix ResponseCache to support caching of HTTPS responses.
by Jesse Wilson
· 14 years ago
d29fddc
Flip 'abstract public' to 'public abstract'.
by Jesse Wilson
· 14 years ago
ed94021
Merge "Fix some flakiness in hostname tests." into dalvik-dev
by Jesse Wilson
· 14 years ago
2925824
Fix some flakiness in hostname tests.
by Jesse Wilson
· 14 years ago
24077fe
Merge "Fixing concurrency bug in CloseGuardTester." into dalvik-dev
by Jesse Wilson
· 14 years ago
2ae03af
Fixing concurrency bug in CloseGuardTester.
by Jesse Wilson
· 14 years ago
31741c0
Fixing process documentation.
by Jesse Wilson
· 14 years ago
e3bb832
am 51658b75: am 686547e2: (-s ours) am 481134c0: Merge "Remove Elliptic Curve CA certificate" into gingerbread
by Brian Carlstrom
· 14 years ago
51658b7
am 686547e2: (-s ours) am 481134c0: Merge "Remove Elliptic Curve CA certificate" into gingerbread
by Brian Carlstrom
· 14 years ago
686547e
am 481134c0: Merge "Remove Elliptic Curve CA certificate" into gingerbread
by Brian Carlstrom
· 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
8890504
Fix Float.parseFloat (et cetera) javadoc.
by Elliott Hughes
· 14 years ago
b594e8d
Merge "Close process-spawned streams when the process is destroyed." into dalvik-dev
by Jesse Wilson
· 14 years ago
cb16111
am 76fe13de: am 06f64732: am 96f748a2: Merge "fix operator precedence bug when calculating bits." into gingerbread
by Nick Kralevich
· 14 years ago
2353846
Close process-spawned streams when the process is destroyed.
by Jesse Wilson
· 14 years ago
76fe13d
am 06f64732: am 96f748a2: Merge "fix operator precedence bug when calculating bits." into gingerbread
by Nick Kralevich
· 14 years ago
06f6473
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
f068eee
Merge "Change ThreadGroup to no longer hold strong references to threads." into dalvik-dev
by Jesse Wilson
· 14 years ago
be013ce
Change ThreadGroup to no longer hold strong references to threads.
by Jesse Wilson
· 14 years ago
492c22b
am 386bfdcf: am 409630d7: am 50458469: Merge "Documenting WiFi sign in and SSL fallback with HttpURLConnection." into gingerbread
by Jesse Wilson
· 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
409630d
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
Next »