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
Commit message (
Expand
)
Author
Age
Files
Lines
*
The last of the Kxml correctness fixes for Expat compatibility.
Jesse Wilson
2010-11-30
4
-34
/
+115
*
Merge "Fix XML DOM test failures and close guard warnings." into dalvik-dev
Jesse Wilson
2010-11-29
9
-353
/
+281
|
\
|
*
Fix XML DOM test failures and close guard warnings.
Jesse Wilson
2010-11-29
9
-353
/
+281
*
|
Merge "A little opcode cleanup in dalvik.system." into dalvik-dev
Dan Bornstein
2010-11-29
2
-22
/
+75
|
\
\
|
|
/
|
/
|
|
*
A little opcode cleanup in dalvik.system.
Dan Bornstein
2010-11-29
2
-22
/
+75
*
|
am 6c78b7b9: Toward EC TLS support
Brian Carlstrom
2010-11-29
19
-189
/
+914
|
\
\
|
*
|
Toward EC TLS support
Brian Carlstrom
2010-11-29
19
-189
/
+914
*
|
|
Resolve entity values recursively and support default attributes.
Jesse Wilson
2010-11-28
4
-60
/
+350
*
|
|
Implement DTD parsing in KxmlParser.
Jesse Wilson
2010-11-23
2
-72
/
+443
*
|
|
am f87e23ab: End the deflater when closing a ZipOutputStream.
Jesse Wilson
2010-11-23
0
-0
/
+0
|
\
\
\
|
|
/
/
|
*
|
End the deflater when closing a ZipOutputStream.
Jesse Wilson
2010-11-23
2
-0
/
+3
*
|
|
Merge "Test the behavior of pull parser DTD parsing / handling." into dalvik-dev
Jesse Wilson
2010-11-22
4
-34
/
+393
|
\
\
\
|
*
|
|
Test the behavior of pull parser DTD parsing / handling.
Jesse Wilson
2010-11-22
4
-34
/
+393
*
|
|
|
resolved conflicts for merge of bb253213 to dalvik-dev
Brian Carlstrom
2010-11-22
1
-2
/
+2
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Fix the libcore part of the simulator build.
Marco Nelissen
2010-11-22
1
-2
/
+2
*
|
|
|
Merge "Update ArrayStoreExceptionTest now the VM produces more readable outpu...
Elliott Hughes
2010-11-22
1
-1
/
+1
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Update ArrayStoreExceptionTest now the VM produces more readable output.
Elliott Hughes
2010-11-22
1
-1
/
+1
*
|
|
|
Move XML parser tests out of apache/harmony/xml.
Jesse Wilson
2010-11-22
7
-7
/
+9
|
/
/
/
*
|
|
Change KxmlParser.next() to use one while loop instead of two.
Jesse Wilson
2010-11-20
2
-122
/
+182
*
|
|
Test for ArrayStoreException detail messages.
Elliott Hughes
2010-11-19
1
-0
/
+33
*
|
|
Merge "Remove a broken test." into dalvik-dev
Elliott Hughes
2010-11-19
1
-6
/
+0
|
\
\
\
|
*
|
|
Remove a broken test.
Elliott Hughes
2010-11-19
1
-6
/
+0
|
|
|
/
|
|
/
|
*
|
|
Merge "Fix problems with entity references and relaxed namespaces." into dalv...
Jesse Wilson
2010-11-19
2
-30
/
+78
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix problems with entity references and relaxed namespaces.
Jesse Wilson
2010-11-19
2
-30
/
+78
*
|
|
Include zdump(1)-like output in ZoneInfo.toString.
Elliott Hughes
2010-11-19
2
-24
/
+56
|
/
/
*
|
am 4d7f6230: Merge "minor CloseGuard javadoc corrections"
Brian Carlstrom
2010-11-19
1
-2
/
+2
|
\
\
|
|
/
|
*
Merge "minor CloseGuard javadoc corrections"
Brian Carlstrom
2010-11-19
1
-2
/
+2
|
|
\
|
|
*
minor CloseGuard javadoc corrections
Brian Carlstrom
2010-11-19
1
-2
/
+2
*
|
|
Merge "More tests for XML pull parsing." into dalvik-dev
Jesse Wilson
2010-11-19
1
-15
/
+43
|
\
\
\
|
*
|
|
More tests for XML pull parsing.
Jesse Wilson
2010-11-19
1
-15
/
+43
*
|
|
|
resolved conflicts for merge of 18fb450a to dalvik-dev
Brian Carlstrom
2010-11-19
1
-2
/
+8
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Fix for simulator build, no stlport in simulator
Kristian Monsen
2010-11-19
1
-1
/
+6
|
|
|
/
|
|
/
|
*
|
|
Merge "Throw ClassCastExceptions with good detail messages from the library."...
Elliott Hughes
2010-11-18
9
-32
/
+110
|
\
\
\
|
*
|
|
Throw ClassCastExceptions with good detail messages from the library.
Elliott Hughes
2010-11-18
9
-32
/
+110
*
|
|
|
am 26e0cc02: Fix pointer vs integer mismatch in several return statements.
Olivier Bailly
2010-11-18
3
-8
/
+8
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
Fix pointer vs integer mismatch in several return statements.
Olivier Bailly
2010-11-18
3
-8
/
+8
*
|
|
Add a basic test for ClassCastException detail messages.
Elliott Hughes
2010-11-18
2
-6
/
+37
*
|
|
Merge "Reflection documentation improvements." into dalvik-dev
Elliott Hughes
2010-11-18
5
-73
/
+55
|
\
\
\
|
*
|
|
Reflection documentation improvements.
Elliott Hughes
2010-11-18
5
-73
/
+55
*
|
|
|
am 57f2cc03: Test updates for Elliptic Curve
Brian Carlstrom
2010-11-18
15
-339
/
+181
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Test updates for Elliptic Curve
Brian Carlstrom
2010-11-18
15
-339
/
+181
*
|
|
|
am 910544a7: Fix some doc links in Arrays
Kenny Root
2010-11-17
1
-18
/
+18
|
\
\
\
\
|
|
/
/
/
|
|
|
/
|
|
_
|
/
|
/
|
|
|
*
|
Fix some doc links in Arrays
Kenny Root
2010-11-17
1
-18
/
+18
*
|
|
Merge "Fix a typo in the XmlPullParser example." into dalvik-dev
Jesse Wilson
2010-11-17
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix a typo in the XmlPullParser example.
Jesse Wilson
2010-11-14
1
-1
/
+1
*
|
|
|
Merge "Use JSR 166's AbstractQueue, ArrayDeque, Deque, Queue and Navigable cl...
Jesse Wilson
2010-11-17
6
-1294
/
+1908
|
\
\
\
\
|
*
|
|
|
Use JSR 166's AbstractQueue, ArrayDeque, Deque, Queue and Navigable classes.
Jesse Wilson
2010-11-10
6
-1294
/
+1908
*
|
|
|
|
am 2c43b3d0: am cf457919: (-s ours) am 5bcbe1c8: HttpsURLConnectionTest rewri...
Brian Carlstrom
2010-11-16
0
-0
/
+0
|
\
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
am cf457919: (-s ours) am 5bcbe1c8: HttpsURLConnectionTest rewrite and URLCon...
Brian Carlstrom
2010-11-16
0
-0
/
+0
|
|
\
\
\
\
|
|
*
\
\
\
am 5bcbe1c8: HttpsURLConnectionTest rewrite and URLConnectionTest updates
Brian Carlstrom
2010-11-16
2
-505
/
+290
|
|
|
\
\
\
\
[next]