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
Commit message (
Expand
)
Author
Age
Files
Lines
*
More cleanup of "hycomp.h".
Elliott Hughes
2010-05-14
9
-92
/
+34
*
Remove dead code.
Elliott Hughes
2010-05-14
2
-7
/
+1
*
Merge "Fix getInetAddress/getPort/getLocalAddress/getLocalPort." into dalvik-dev
Elliott Hughes
2010-05-14
7
-325
/
+226
|
\
|
*
Fix getInetAddress/getPort/getLocalAddress/getLocalPort.
Elliott Hughes
2010-05-14
7
-325
/
+226
*
|
Use JSSE cipher suite names and restore JSSE SSLSessionContext semantics
Brian Carlstrom
2010-05-14
12
-465
/
+457
*
|
Fix bug in TreeMap. All methods that returns Entrys must return immutable Ent...
Jeremy Sharpe
2010-05-14
2
-41
/
+155
|
/
*
Remove all trailing whitespace from the dalvik team-maintained parts of libcore.
Elliott Hughes
2010-05-13
2408
-42778
/
+42778
*
Convert tabs to spaces.
Elliott Hughes
2010-05-13
40
-1152
/
+1152
*
Remove //$NON-NLS-\d$ cruft.
Elliott Hughes
2010-05-13
433
-5383
/
+5383
*
Fix *Channel to check that they're not trying to write into a read-only ByteB...
Elliott Hughes
2010-05-13
8
-92
/
+205
*
Slightly reduce duplication in FileChannelImpl/SocketChannelImpl.
Elliott Hughes
2010-05-12
2
-31
/
+20
*
Minor file system changes.
Elliott Hughes
2010-05-12
6
-69
/
+43
*
Apply http://svn.apache.org/viewvc?rev=936696&view=rev.
Elliott Hughes
2010-05-12
1
-0
/
+5
*
Reduced the amount of memory used by the TimeZone display names.
Elliott Hughes
2010-05-11
3
-82
/
+70
*
Merge "Documentation improvements." into dalvik-dev
Elliott Hughes
2010-05-11
22
-1315
/
+338
|
\
|
*
Documentation improvements.
Elliott Hughes
2010-05-11
22
-1315
/
+338
*
|
Merge "SSLSession and SSLSessionContext timeout improvements" into dalvik-dev
Brian Carlstrom
2010-05-11
4
-42
/
+90
|
\
\
|
*
|
SSLSession and SSLSessionContext timeout improvements
Brian Carlstrom
2010-05-11
4
-42
/
+90
*
|
|
Fix a bug in PriorityQueue where compareTo() is used instead of equals() in t...
Jeremy Sharpe
2010-05-11
2
-10
/
+9
|
/
/
*
|
SSLSessionContexts should throw NullPointerException on getSession(null)
Brian Carlstrom
2010-05-11
3
-33
/
+93
*
|
SSLContext.getClientSessionContext and getServerSessionContext should work be...
Brian Carlstrom
2010-05-10
6
-38
/
+38
|
/
*
Merge "New MockWebServer for HTTP testing." into dalvik-dev
Jesse Wilson
2010-05-10
1
-128
/
+55
|
\
|
*
New MockWebServer for HTTP testing.
Jesse Wilson
2010-05-10
1
-128
/
+55
*
|
Add missing include needed for simulator build
Brian Carlstrom
2010-05-07
1
-0
/
+1
*
|
Merge "Moving most libcore .c files to .cpp" into dalvik-dev
Brian Carlstrom
2010-05-07
15
-617
/
+601
|
\
\
|
*
|
Moving most libcore .c files to .cpp
Brian Carlstrom
2010-05-07
15
-617
/
+601
*
|
|
Trivia.
Elliott Hughes
2010-05-07
10
-79
/
+32
|
/
/
*
|
Fix sim build, remove static initalizers from Deflater/Inflater.
Elliott Hughes
2010-05-07
6
-78
/
+26
*
|
Enable -Wall -Wextra for libcore and cleanup all but one warning
Brian Carlstrom
2010-05-07
30
-369
/
+283
*
|
Merge "Clean up the zlib-related native code." into dalvik-dev
Elliott Hughes
2010-05-07
24
-4045
/
+467
|
\
\
|
*
|
Clean up the zlib-related native code.
Elliott Hughes
2010-05-07
24
-4045
/
+467
*
|
|
Move ScopedJavaUnicodeString to include/
Kenny Root
2010-05-07
1
-57
/
+0
*
|
|
Merge "Moving OpenSSLSocketImpl native code to NativeCrypto (and other clearn...
Brian Carlstrom
2010-05-06
4
-623
/
+603
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Moving OpenSSLSocketImpl native code to NativeCrypto (and other clearnup)
Brian Carlstrom
2010-05-06
4
-623
/
+603
|
|
/
*
|
Merge "Fix SimpleDateFormat's unsafe Date handling." into dalvik-dev
Elliott Hughes
2010-05-06
3
-3
/
+43
|
\
\
|
*
|
Fix SimpleDateFormat's unsafe Date handling.
Elliott Hughes
2010-05-06
3
-3
/
+43
|
|
/
*
|
Setting expectations and fixing failures from scrubbing Harmony tests.
Jesse Wilson
2010-05-06
3
-4
/
+8
|
/
*
Improve File.renameTo documentation.
Elliott Hughes
2010-05-05
1
-60
/
+58
*
Trivia.
Elliott Hughes
2010-05-05
2
-9
/
+4
*
Merge "Remove the "Answers" javadoc barbarism." into dalvik-dev
Elliott Hughes
2010-05-05
11
-304
/
+61
|
\
|
*
Remove the "Answers" javadoc barbarism.
Elliott Hughes
2010-05-05
11
-304
/
+61
*
|
Merge "A test for unexpected finalization on objects that failed creation." i...
Jesse Wilson
2010-05-05
1
-0
/
+40
|
\
\
|
|
/
|
/
|
|
*
A test for unexpected finalization on objects that failed creation.
Jesse Wilson
2010-05-05
1
-0
/
+40
*
|
Merge "Fix HttpURLConnection to not cache failures." into dalvik-dev
Elliott Hughes
2010-05-05
6
-209
/
+216
|
\
\
|
*
|
Fix HttpURLConnection to not cache failures.
Elliott Hughes
2010-05-05
6
-209
/
+216
*
|
|
Moving OpenSSLSessionImpl native code to NativeCrypto
Brian Carlstrom
2010-05-05
4
-199
/
+201
|
/
/
*
|
Merge "Remove use of non-errno error codes in OSNetworkSystem." into dalvik-dev
Elliott Hughes
2010-05-05
4
-513
/
+119
|
\
\
|
*
|
Remove use of non-errno error codes in OSNetworkSystem.
Elliott Hughes
2010-05-04
4
-513
/
+119
*
|
|
Remove unnecessary NativeCrypto "OpenSSL error" warning
Brian Carlstrom
2010-05-04
1
-10
/
+10
*
|
|
Addressing post-submit comments regarding OpenSSL handhake changes
Brian Carlstrom
2010-05-04
5
-10
/
+71
[next]