Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_libcore
/
53fbc0a776feebcc04f6c24b34f2c7ba39e6b5a1
53fbc0a
Add optional tags to libcore.
by Jesse Wilson
· 14 years ago
288041b
Make the implementation of Formatter %e more similar to %f.
by Elliott Hughes
· 14 years ago
46cb23a
Return char[] instead of String from NativeDecimalFormat.
by Elliott Hughes
· 14 years ago
e8545ce
Merge "Speed up Formatter %f a bit more by using a thread-local NativeDecimalFormat." into gingerbread
by Elliott Hughes
· 14 years ago
fa9acfd
Speed up Formatter %f a bit more by using a thread-local NativeDecimalFormat.
by Elliott Hughes
· 14 years ago
3b7e451
Merge "Add a test case to demonstrate MessageDigest.reset() doesn't." into gingerbread
by Brian Carlstrom
· 14 years ago
9fac1da
Merge "In javadoc, it's @return, not @returns." into gingerbread
by Joe Onorato
· 14 years ago
5deb785
In javadoc, it's @return, not @returns.
by Joe Onorato
· 14 years ago
4e63d2a
Add a test case to demonstrate MessageDigest.reset() doesn't.
by Jesse Wilson
· 14 years ago
a3de55d
Implement OpenSSLMessageDigestJDK.clone and fix OpenSSLMessageDigestJDK.digest
by Brian Carlstrom
· 14 years ago
a97292b
Fix KeyStore2Test
by Brian Carlstrom
· 14 years ago
44e4b13
Add negative argument bounds checking to OpenSSLMessageDigest.update
by Brian Carlstrom
· 14 years ago
a263bb6
Merge "Support sqlite_jni on the dalvikvm host build." into gingerbread
by Jesse Wilson
· 14 years ago
ba26799
Support sqlite_jni on the dalvikvm host build.
by Jesse Wilson
· 14 years ago
f267896
make new module optional
by Jean-Baptiste Queru
· 14 years ago
df349b3
Fix HttpsURLConnectionTest failures
by Brian Carlstrom
· 14 years ago
6812a2e
Rename internal SSLParameters to SSLParametersImpl to avoid collision with new javax.net.ssl.SSLParameters
by Brian Carlstrom
· 14 years ago
2b6188d
Merge "Remove SSLContextImpl.engineInit(..) that takes persistent cache arguments" into gingerbread
by Brian Carlstrom
· 14 years ago
8edffc9
Merge "Fix test code that hardcodes the keystore. Necessary for the host build." into gingerbread
by Jesse Wilson
· 14 years ago
28192ac5
Fix test code that hardcodes the keystore. Necessary for the host build.
by Jesse Wilson
· 14 years ago
ca99759
Remove SSLContextImpl.engineInit(..) that takes persistent cache arguments
by Brian Carlstrom
· 14 years ago
8312405
Merge "Make the bouncy castle keystore available for the host build." into gingerbread
by Jesse Wilson
· 14 years ago
f7aa935
Make the bouncy castle keystore available for the host build.
by Jesse Wilson
· 14 years ago
f1ab58e
Merge "Fix the TimeZone.getTimeZone documentation and a test." into gingerbread
by Elliott Hughes
· 14 years ago
6c0aa9e
Fix the TimeZone.getTimeZone documentation and a test.
by Elliott Hughes
· 14 years ago
7898a91
Update the host core.jar build to include classes.dex.
by Jesse Wilson
· 14 years ago
489118a
Merge "Even more follow up to enh's HttpURLConnection docs review." into gingerbread
by Jesse Wilson
· 14 years ago
9d3b63b
Merge "Document Unicode versions and that we don't support the locale spi junk." into gingerbread
by Elliott Hughes
· 14 years ago
11b9d26
Even more follow up to enh's HttpURLConnection docs review.
by Jesse Wilson
· 14 years ago
d2d7abe
Document Unicode versions and that we don't support the locale spi junk.
by Elliott Hughes
· 14 years ago
55bbb57
More follow up to enh's HttpURLConnection docs review.
by Jesse Wilson
· 14 years ago
8c283b6
Document HttpURLConnection's many features and misfeatures.
by Jesse Wilson
· 14 years ago
5900e55
Use BlockGuard for OpenSSL sockets.
by Brad Fitzpatrick
· 14 years ago
9f7ee09
Canonicalize all PEM certificates files to include text and SHA1 fingerprint
by Brian Carlstrom
· 14 years ago
7e29fa5
Merge "Cope with HTTP responses where the response code and headers disagree." into gingerbread
by Jesse Wilson
· 14 years ago
65d890e
Cope with HTTP responses where the response code and headers disagree.
by Jesse Wilson
· 14 years ago
99d9f92
Fix off-by-one error in BigInteger.valueOf.
by Elliott Hughes
· 14 years ago
c390acc
Don't throw when calling Socket.close on a closed socket.
by Elliott Hughes
· 14 years ago
4eb8ca7
Fix the last remaining gaps in our Java 6 API.
by Jesse Wilson
· 14 years ago
b7155fd
Fixing a broken pipe with HttpsURLConnection connection reuse.
by Jesse Wilson
· 14 years ago
171dc20
Use idiomatic Java "type[] id" syntax instead of "type id[]".
by Elliott Hughes
· 14 years ago
7f0c06f
Don't use StringBuffer where we don't need to.
by Brian Carlstrom
· 14 years ago
6206667
Make StringBuilder.append(float) and append(double) 2x faster.
by Elliott Hughes
· 14 years ago
f528b9d
Double the speed of StringBuilder.append(int) and append(long).
by Elliott Hughes
· 14 years ago
ca12e57
Make StringBuilder.append(CharSequence) as cheap as append(CharSequence, int, int).
by Elliott Hughes
· 14 years ago
82a495a
Move Integer and Long's toString methods into a new class.
by Elliott Hughes
· 14 years ago
10a17e2
Speed up Float.toString (and Double.toString).
by Elliott Hughes
· 14 years ago
706de11
Minor tidy-up of Float.toString and Double.toString.
by Elliott Hughes
· 14 years ago
d16c314
Faster implementations of Math/StrictMath's copySign methods.
by Elliott Hughes
· 14 years ago
3e6f49b
Double the speed of %.2f in Formatter.
by Elliott Hughes
· 14 years ago
95c82c8
Fix "java.net.preferIPv6Addresses".
by Elliott Hughes
· 14 years ago
50ae322
Configure HttpURLConnection to prefer gzipped content by default.
by Jesse Wilson
· 14 years ago
51ee38b
New Java-based SamplingProfiler
by Brian Carlstrom
· 14 years ago
5b65f4f
Merge "Adding documentation for a API bug in FilterInputStream subclasses" into gingerbread
by Jesse Wilson
· 14 years ago
858dd42
Adding documentation for a API bug in FilterInputStream subclasses
by Jesse Wilson
· 14 years ago
44f9360
Merge "Support "Connection: close" from both request and response." into gingerbread
by Jesse Wilson
· 14 years ago
f418bf4
Support "Connection: close" from both request and response.
by Jesse Wilson
· 14 years ago
fc3bbd8
Merge "Search the application library path first." into gingerbread
by Jesse Wilson
· 14 years ago
af7e773
Search the application library path first.
by Jesse Wilson
· 14 years ago
7394768
Merge "Reduce duplication of tests in org.apache.harmony.luni.tests.java.lang." into gingerbread
by Jesse Wilson
· 14 years ago
2333d6b
Reduce duplication of tests in org.apache.harmony.luni.tests.java.lang.
by Jesse Wilson
· 14 years ago
172531a
Fix several code hygiene problems in BigInteger.
by Jesse Wilson
· 14 years ago
7740fdf
Add SUSPENDED state.
by Andy McFadden
· 14 years ago
e866b78
Fix BigDecimal.precision() to return the correct result.
by Jesse Wilson
· 14 years ago
d5a7f1e
Fix a typo and remove a little cruft.
by Elliott Hughes
· 14 years ago
758570a
Remove fdlibm.h-related hacks now I've cleaned the header file.
by Elliott Hughes
· 14 years ago
159b7cc
Merge "Fix concurrency issues in BigInteger." into gingerbread
by Jesse Wilson
· 14 years ago
fd3f174
Fix concurrency issues in BigInteger.
by Jesse Wilson
· 14 years ago
48dfb27
Restore PBE Ciphers and SecreyKeyFactories if underlying algorithm is supported for better PKCS12 support
by Brian Carlstrom
· 14 years ago
7303502
Relying on fdlibm's build to set the version type to IEEE.
by Jesse Wilson
· 14 years ago
5f2e687
SSLSocket.read should throw SocketException not NullPointerException
by Brian Carlstrom
· 14 years ago
7023c8f
Fix error in Float.floatToIntBits documentation.
by Elliott Hughes
· 14 years ago
ab97329
Merge "Updating expectations for Harmony tests that we have yet to fix" into gingerbread
by Jesse Wilson
· 14 years ago
125f068
Fix a bug when user sets "Content-Encoding: chunked" manually.
by Jesse Wilson
· 14 years ago
e2b681d
Updating expectations for Harmony tests that we have yet to fix
by Jesse Wilson
· 14 years ago
7fd25e8
Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-gingerbread
by Brian Carlstrom
· 14 years ago
ccb503d
Merge "Updating StandardNames for recent ARCFOUR and Blowfish additions" into gingerbread
by Brian Carlstrom
· 14 years ago
a0925f8
Updating StandardNames for recent ARCFOUR and Blowfish additions
by Brian Carlstrom
· 14 years ago
2918372
Minor net cleanup.
by Elliott Hughes
· 14 years ago
6c7b5b5
Relying on fdlibm's build to set the version type to IEEE.
by Jesse Wilson
· 14 years ago
ebf7131
am 27717d4d: am e595037c: resolved conflicts for merge of bc411e69 to gingerbread-plus-aosp
by Jean-Baptiste Queru
· 14 years ago
27717d4
am e595037c: resolved conflicts for merge of bc411e69 to gingerbread-plus-aosp
by Jean-Baptiste Queru
· 14 years ago
2e873a0
Merge "Multicast cleanup." into dalvik-dev
by Elliott Hughes
· 14 years ago
0b29a1f
Multicast cleanup.
by Elliott Hughes
· 14 years ago
e595037
resolved conflicts for merge of bc411e69 to gingerbread-plus-aosp
by Jean-Baptiste Queru
· 14 years ago
572ddfb
Merge "Export the new countInstancesOfClass method." into dalvik-dev
by Carl Shapiro
· 14 years ago
4940ff3
Remove a bit more nio cruft.
by Elliott Hughes
· 14 years ago
bc411e6
Fix compilation error: invalid conversion from 'const char*' to 'char*'.
by Rene Bolldorf
· 14 years ago
2e386d4
Export the new countInstancesOfClass method.
by Carl Shapiro
· 14 years ago
96954f0
Fix build. (Forgot to --replace.)
by Elliott Hughes
· 14 years ago
d21ee43
Merge "Some nio tidying." into dalvik-dev
by Elliott Hughes
· 14 years ago
8510524
Some nio tidying.
by Elliott Hughes
· 14 years ago
bc9563c
am bfc0713b: am 12e10c1c: b/2914872: fix concurrent initialization problem with peer certificate chain fields
by Brian Carlstrom
· 14 years ago
bfc0713
am 12e10c1c: b/2914872: fix concurrent initialization problem with peer certificate chain fields
by Brian Carlstrom
· 14 years ago
12e10c1
b/2914872: fix concurrent initialization problem with peer certificate chain fields
by Brian Carlstrom
· 14 years ago
610fa2e
path.size() does _not_ include space for the trailing NUL.
by Elliott Hughes
· 14 years ago
539081f
File names should match their contents.
by Elliott Hughes
· 14 years ago
a63f0d9
Clean up more of our floating-point cruft.
by Elliott Hughes
· 14 years ago
6bdcc32
Move the floating-point parsing into one file.
by Elliott Hughes
· 14 years ago
2fee9da
Merge "Fix last few uses of "type *id" to be "type* id"." into dalvik-dev
by Elliott Hughes
· 14 years ago
Next »