index
:
libcore.git
replicant-4.2
replicant-6.0
libcore
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
luni
/
src
/
main
/
java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "Rewrite java.util.regex to use ICU's C++ API." into dalvik-dev
Elliott Hughes
2010-06-25
3
-303
/
+125
|
\
|
*
Rewrite java.util.regex to use ICU's C++ API.
Elliott Hughes
2010-06-25
3
-303
/
+125
*
|
Merge "Remove the vmData field from java.lang.ref.Reference." into dalvik-dev
Barry Hayes
2010-06-25
1
-8
/
+0
|
\
\
|
|
/
|
/
|
|
*
Remove the vmData field from java.lang.ref.Reference.
Barry Hayes
2010-06-23
1
-8
/
+0
*
|
Fix String.replace("", _).
Elliott Hughes
2010-06-24
1
-19
/
+34
*
|
Merge "Use Charset.defaultCharset() instead of "file.encoding"." into dalvik-dev
Elliott Hughes
2010-06-24
5
-68
/
+36
|
\
\
|
*
|
Use Charset.defaultCharset() instead of "file.encoding".
Elliott Hughes
2010-06-24
5
-68
/
+36
|
|
/
*
|
A couple of intention-revealing renames I missed in the last commit.
Elliott Hughes
2010-06-23
2
-3
/
+3
*
|
Add TimeZones.forLocale, plus some tidying.
Elliott Hughes
2010-06-23
10
-179
/
+181
|
/
*
Merge "Fixing various test failures in Harmony's ArrayListTest." into dalvik-dev
Jesse Wilson
2010-06-22
1
-5
/
+8
|
\
|
*
Fixing various test failures in Harmony's ArrayListTest.
Jesse Wilson
2010-06-22
1
-5
/
+8
*
|
Fix Math.atan2 documentation.
Elliott Hughes
2010-06-22
1
-1
/
+1
*
|
Improve Formatter exception detail messages and fix test expectations.
Elliott Hughes
2010-06-22
12
-111
/
+30
*
|
Merge "Minor java.util.regex.Pattern documentation fixes." into dalvik-dev
Elliott Hughes
2010-06-22
1
-2
/
+3
|
\
\
|
*
|
Minor java.util.regex.Pattern documentation fixes.
Elliott Hughes
2010-06-22
1
-2
/
+3
*
|
|
Merge "Fixing ProcessBuilder.environment() to maintain a mutable copy." into ...
Jesse Wilson
2010-06-22
1
-3
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fixing ProcessBuilder.environment() to maintain a mutable copy.
Jesse Wilson
2010-06-22
1
-3
/
+4
|
|
/
*
|
String should throw UnsupportedEncodingException if Charset.forName fails.
Elliott Hughes
2010-06-22
1
-3
/
+17
*
|
Merge "Stop using GetStringChars/ReleaseStringChars." into dalvik-dev
Elliott Hughes
2010-06-22
1
-4
/
+2
|
\
\
|
|
/
|
/
|
|
*
Stop using GetStringChars/ReleaseStringChars.
Elliott Hughes
2010-06-22
1
-4
/
+2
*
|
Merge "Move IndexedPKIXParameters from external/bouncycastle to libcore to av...
Brian Carlstrom
2010-06-21
2
-2
/
+159
|
\
\
|
|
/
|
/
|
|
*
Move IndexedPKIXParameters from external/bouncycastle to libcore to avoid cyc...
Brian Carlstrom
2010-06-21
2
-2
/
+159
*
|
Stop using CharsetEncoder in File.newCString.
Elliott Hughes
2010-06-21
1
-10
/
+9
*
|
Switch Base64 over to Charset.
Elliott Hughes
2010-06-21
3
-10
/
+8
|
/
*
am 5b1fb173: resolved conflicts for merge of c4c9ba1d to master
Jean-Baptiste Queru
2010-06-21
1
-5
/
+3
|
\
|
*
resolved conflicts for merge of c4c9ba1d to master
Jean-Baptiste Queru
2010-06-21
1
-5
/
+3
|
|
\
|
*
|
libcore/luni/src/main/java/org/bouncycastle moved to external/bouncycastle/sr...
Brian Carlstrom
2010-06-18
471
-76664
/
+0
*
|
|
Merge "Add support for ICU's PluralRules." into dalvik-dev
Elliott Hughes
2010-06-18
1
-0
/
+60
|
\
\
\
|
*
|
|
Add support for ICU's PluralRules.
Elliott Hughes
2010-06-18
1
-0
/
+60
*
|
|
|
Implementing ZoneInfo.hasSameRules().
Jesse Wilson
2010-06-18
15
-123
/
+111
|
/
/
/
*
|
|
Merge "Fixing various problems with HTTPS proxies thru HTTP." into dalvik-dev
Jesse Wilson
2010-06-17
5
-42
/
+82
|
\
\
\
|
*
|
|
Fixing various problems with HTTPS proxies thru HTTP.
Jesse Wilson
2010-06-14
5
-42
/
+82
*
|
|
|
Merge "Minor bidi tidying." into dalvik-dev
Elliott Hughes
2010-06-17
3
-109
/
+55
|
\
\
\
\
|
*
|
|
|
Minor bidi tidying.
Elliott Hughes
2010-06-17
3
-109
/
+55
*
|
|
|
|
Merge "libcore/luni/src/main/java/org/bouncycastle moved to external/bouncyca...
Brian Carlstrom
2010-06-17
471
-76664
/
+0
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
libcore/luni/src/main/java/org/bouncycastle moved to external/bouncycastle/sr...
Brian Carlstrom
2010-06-17
471
-76664
/
+0
*
|
|
|
|
Rewrite FileDescriptor and ProcessManager's JNI in terms of JNIHelp.h's API.
Elliott Hughes
2010-06-17
1
-4
/
+0
|
/
/
/
/
*
|
|
|
Merge "Apply harmony patch for https://issues.apache.org/jira/browse/HARMONY-...
Elliott Hughes
2010-06-16
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Apply harmony patch for https://issues.apache.org/jira/browse/HARMONY-6271.
Elliott Hughes
2010-06-16
1
-1
/
+1
*
|
|
|
|
am 32a84bfe: am 65bfb219: am 7983be97: Sprinkle BlockGuard checks on DNS look...
Brad Fitzpatrick
2010-06-16
1
-0
/
+4
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
/
/
|
|
|
/
/
|
|
/
|
|
|
*
|
|
am 65bfb219: am 7983be97: Sprinkle BlockGuard checks on DNS lookups.
Brad Fitzpatrick
2010-06-16
1
-0
/
+4
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Sprinkle BlockGuard checks on DNS lookups.
Brad Fitzpatrick
2010-06-16
1
-0
/
+4
*
|
|
|
Use ServiceLoader in Charset.
Elliott Hughes
2010-06-15
2
-362
/
+75
*
|
|
|
Merge "Various broken tests." into dalvik-dev
Elliott Hughes
2010-06-15
2
-16
/
+10
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Various broken tests.
Elliott Hughes
2010-06-14
2
-16
/
+10
*
|
|
|
am d3ff6bb5: am 2eed1da5: am b5e5b53f: Merge "Add WrappedNetworkSystem to Blo...
Brad Fitzpatrick
2010-06-14
1
-1
/
+2
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
am 2eed1da5: am b5e5b53f: Merge "Add WrappedNetworkSystem to Blockguard for S...
Brad Fitzpatrick
2010-06-14
1
-1
/
+2
|
|
\
\
|
|
|
/
|
|
*
Add WrappedNetworkSystem to Blockguard for StrictMode work.
Brad Fitzpatrick
2010-06-14
1
-1
/
+2
*
|
|
Merge "More charset-related cleanup/optimization." into dalvik-dev
Elliott Hughes
2010-06-14
26
-191
/
+187
|
\
\
\
|
*
|
|
More charset-related cleanup/optimization.
Elliott Hughes
2010-06-14
26
-191
/
+187
[next]