Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_libcore
/
6f9a604de20786839e20a87e05203e54b0c0efa7
6f9a604
Remove dead code.
by Elliott Hughes
· 13 years ago
e3b1b9e
Merge "Gut dalvik.system.TemporaryDirectory, which has nothing to do with setting java.io.tmpdir."
by Elliott Hughes
· 13 years ago
10a0948
Merge "Add setenv(3) and unsetenv(3) to Libcore.os."
by Elliott Hughes
· 13 years ago
895a613
Add setenv(3) and unsetenv(3) to Libcore.os.
by Elliott Hughes
· 13 years ago
3fd7be7
Gut dalvik.system.TemporaryDirectory, which has nothing to do with setting java.io.tmpdir.
by Elliott Hughes
· 13 years ago
df0d029
Merge "Make System.loadLibrary use open(2) rather than stat(2)."
by Elliott Hughes
· 13 years ago
6d17baa
Make System.loadLibrary use open(2) rather than stat(2).
by Elliott Hughes
· 13 years ago
fbc035d
Merge "Make Runtime.availableProcessors report configured rather than on-line processors."
by Elliott Hughes
· 13 years ago
6bc1295
Make Runtime.availableProcessors report configured rather than on-line processors.
by Elliott Hughes
· 13 years ago
2ba4f42
Merge "Don't create as many temporary icu4c Locale objects."
by Elliott Hughes
· 13 years ago
007776e
Don't create as many temporary icu4c Locale objects.
by Elliott Hughes
· 13 years ago
372334d
Merge "Make private static field final."
by Ian Rogers
· 13 years ago
d076006
Make private static field final.
by Ian Rogers
· 13 years ago
93ee28d
Merge "Fix misuses of assert in OldClassTest and comment out other libcore asserts."
by Elliott Hughes
· 13 years ago
adcea0b
Merge "Prefer PKIX algorithm name for TrustManagerFactory and KeyManagerFactory"
by Brian Carlstrom
· 13 years ago
67a3685
Fix misuses of assert in OldClassTest and comment out other libcore asserts.
by Elliott Hughes
· 13 years ago
c934a09
Prefer PKIX algorithm name for TrustManagerFactory and KeyManagerFactory
by Brian Carlstrom
· 13 years ago
595ea24
Merge "Restore some java.security package documentation"
by Brian Carlstrom
· 13 years ago
d972b75
Restore some java.security package documentation
by Brian Carlstrom
· 13 years ago
7071a50
Merge "Fix libcore's usage of readdir_r(3)."
by Elliott Hughes
· 13 years ago
46cbaab
Fix libcore's usage of readdir_r(3).
by Elliott Hughes
· 13 years ago
b6cf911
Merge "Support zone.tab in libcore, and remove the file format version."
by Elliott Hughes
· 13 years ago
8d55628
Support zone.tab in libcore, and remove the file format version.
by Elliott Hughes
· 13 years ago
bce53b5
Merge "Make libcore look in /data/misc for tzdata updates."
by Elliott Hughes
· 13 years ago
4c0cbc2
Make libcore look in /data/misc for tzdata updates.
by Elliott Hughes
· 13 years ago
5af1943
Merge "Wait for threads to finish in ThreadsTest before continuing"
by Brian Carlstrom
· 13 years ago
2c18c0d
Merge "Fix ThreadsTest use of CyclicBarrier"
by Brian Carlstrom
· 13 years ago
b462e11
Merge "Change ThreadsTest to use CyclicBarrier to address flakiness"
by Brian Carlstrom
· 13 years ago
f1c804d
Merge "Make it possible to share libcore.util.ZoneInfo with bionic."
by Elliott Hughes
· 13 years ago
53d000c
Make it possible to share libcore.util.ZoneInfo with bionic.
by Elliott Hughes
· 13 years ago
2407ee6
Wait for threads to finish in ThreadsTest before continuing
by Brian Carlstrom
· 13 years ago
e8011d8
Fix ThreadsTest use of CyclicBarrier
by Brian Carlstrom
· 13 years ago
ed41493
Change ThreadsTest to use CyclicBarrier to address flakiness
by Brian Carlstrom
· 13 years ago
ca5c576
Merge "Fix LIBCORE_SKIP_TESTS without causing warnings."
by Elliott Hughes
· 13 years ago
c5cd6e8
Fix LIBCORE_SKIP_TESTS without causing warnings.
by Elliott Hughes
· 13 years ago
42dac9f
Merge "Fix the pt_PT currency symbol (€ rather than ¤)."
by Elliott Hughes
· 13 years ago
a49a1e8
Fix the pt_PT currency symbol (€ rather than ¤).
by Elliott Hughes
· 13 years ago
f3a2641
Merge "Make libcore's dependency on the tzdata explicit."
by Elliott Hughes
· 13 years ago
055fe87
Make libcore's dependency on the tzdata explicit.
by Elliott Hughes
· 13 years ago
b350301
Merge "Make sure URL.toURILenient throws the proper exception on trailing garbage escape"
by Brian Carlstrom
· 13 years ago
bb1546d
Make sure URL.toURILenient throws the proper exception on trailing garbage escape
by Brian Carlstrom
· 13 years ago
5088f4c
Merge "Pull libcore's time zone data from the new single 'tzdata' file."
by Elliott Hughes
· 13 years ago
6cbefca
Pull libcore's time zone data from the new single 'tzdata' file.
by Elliott Hughes
· 13 years ago
019ddbb
Merge "Fix Thread.interrupt and PipedInputStream/PipedReader issues found by InterruptedStreamTest"
by Brian Carlstrom
· 13 years ago
9726be5
Fix Thread.interrupt and PipedInputStream/PipedReader issues found by InterruptedStreamTest
by Brian Carlstrom
· 13 years ago
29d8e0c
Merge "Fix OldThreadTest.test_getState to work when run repeatedly"
by Brian Carlstrom
· 13 years ago
436426f
Fix OldThreadTest.test_getState to work when run repeatedly
by Brian Carlstrom
· 13 years ago
d2f41fe
Merge "Fix ConcurrentCloseTest flakiness."
by Elliott Hughes
· 13 years ago
babccbf
Fix ConcurrentCloseTest flakiness.
by Elliott Hughes
· 13 years ago
a7b391c
Merge "AlgNameMapper: make test case insensitive"
by Kenny Root
· 13 years ago
ea80e16
AlgNameMapper: make test case insensitive
by Kenny Root
· 13 years ago
0eacbe9
Merge "Try to more robustly identify algorithm for JARs"
by Kenny Root
· 13 years ago
196687f
Merge "Use OpenSSL to convert from OID to name"
by Kenny Root
· 13 years ago
f2df9e57
Merge "Adding minimum cryptographic strength check for cert chains."
by Geremy Condra
· 13 years ago
200be70
Adding minimum cryptographic strength check for cert chains.
by Geremy Condra
· 13 years ago
8a0cab6
Try to more robustly identify algorithm for JARs
by Kenny Root
· 13 years ago
815d893
Merge "More "charsetName" consistency."
by Elliott Hughes
· 13 years ago
be4a7d6
More "charsetName" consistency.
by Elliott Hughes
· 13 years ago
4a8388a
Use OpenSSL to convert from OID to name
by Kenny Root
· 13 years ago
34e8086
Merge "Add tests for AlgNameMapper"
by Kenny Root
· 13 years ago
d3d501c
Merge "SubjectPublicKeyInfo: use algorithm OID as fallback"
by Kenny Root
· 13 years ago
0251c5a
SubjectPublicKeyInfo: use algorithm OID as fallback
by Kenny Root
· 13 years ago
70798f6
Merge "OpenSSLCipher: add ARC4 support"
by Kenny Root
· 13 years ago
73a0777
Add tests for AlgNameMapper
by Kenny Root
· 13 years ago
edefa57
OpenSSLCipher: add ARC4 support
by Kenny Root
· 13 years ago
75404c0
Merge "Fix a typo where BufferedReader refers to chars as bytes."
by Brian Carlstrom
· 13 years ago
fd1bbd5
Fix a typo where BufferedReader refers to chars as bytes.
by Jesse Wilson
· 13 years ago
0bf8e7a
Merge "Add support for ECDSA signatures on jar files"
by Kenny Root
· 13 years ago
52c906b
Add support for ECDSA signatures on jar files
by Kenny Root
· 13 years ago
d5d84f6
Merge "NativeCrypto: add EC key pairs"
by Kenny Root
· 13 years ago
9d2fb53
NativeCrypto: add EC key pairs
by Kenny Root
· 13 years ago
4e8aff7
Merge "Remove various content-free package.html files."
by Elliott Hughes
· 13 years ago
bf983d5
Merge "Move the useful parts of the java.sql package.html into the relevant classes."
by Elliott Hughes
· 13 years ago
a7a609b
Merge "Remove XML package.html files."
by Elliott Hughes
· 13 years ago
bfd37b2
Move the useful parts of the java.sql package.html into the relevant classes.
by Elliott Hughes
· 13 years ago
02f8123
Remove various content-free package.html files.
by Elliott Hughes
· 13 years ago
3306cbe
Remove XML package.html files.
by Elliott Hughes
· 13 years ago
bf0709a
Merge "Fix typos from "beed" to "been""
by Brian Carlstrom
· 13 years ago
0dc144d
Merge "Move java.lang.ref documentation into Reference."
by Elliott Hughes
· 13 years ago
b37c70e
Merge "NativeCrypto: const correctness for bignumToArray"
by Kenny Root
· 13 years ago
8f09b07
Move java.lang.ref documentation into Reference.
by Elliott Hughes
· 13 years ago
5692d40
Fix typos from "beed" to "been"
by Brian Carlstrom
· 13 years ago
d8cf93d
NativeCrypto: const correctness for bignumToArray
by Kenny Root
· 13 years ago
7375703
Merge "Fix StringTest#testCaseMapping_en_US."
by Elliott Hughes
· 13 years ago
ba31b4a
Fix StringTest#testCaseMapping_en_US.
by Elliott Hughes
· 13 years ago
099ded1
Merge "Explain that System.arraycopy is like memmove(3), not memcpy(3)."
by Elliott Hughes
· 13 years ago
0883232
Explain that System.arraycopy is like memmove(3), not memcpy(3).
by Elliott Hughes
· 13 years ago
58d3370
Merge "Extra log output for ConcurrentCloseTest flakiness."
by Elliott Hughes
· 13 years ago
7358758
Extra log output for ConcurrentCloseTest flakiness.
by Elliott Hughes
· 13 years ago
729266e
Merge "Fix races in OldPreferencesTest."
by Elliott Hughes
· 13 years ago
6508bcc
Merge "Add stronger digest support to JarVerifier"
by Kenny Root
· 13 years ago
99d0590
Merge "Remove provider specified from JarVerifier"
by Kenny Root
· 13 years ago
30d217a
Merge "Add OIDs for algorithms"
by Kenny Root
· 13 years ago
bd8ab2e
Remove provider specified from JarVerifier
by Kenny Root
· 13 years ago
bff099b
Add stronger digest support to JarVerifier
by Kenny Root
· 13 years ago
0f12963
Fix races in OldPreferencesTest.
by Elliott Hughes
· 13 years ago
3d16433
Add OIDs for algorithms
by Kenny Root
· 13 years ago
2371917
Merge "Rewrite NativeBreakIterator to use refreshInputText."
by Elliott Hughes
· 13 years ago
0158436
Rewrite NativeBreakIterator to use refreshInputText.
by Elliott Hughes
· 13 years ago
5f7d4a5
am 34907e20: Merge "NativeCrypto: scope output byte array"
by Kenny Root
· 13 years ago
Next »