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
/
javax
Commit message (
Expand
)
Author
Age
Files
Lines
*
Optimize DefaultHostnameVerifier.
Jesse Wilson
2010-12-20
1
-218
/
+65
*
Use our canonical Arrays range-checking methods.
Elliott Hughes
2010-12-03
2
-17
/
+10
*
Comments/javadoc should be in en_US, not en_CA.
Elliott Hughes
2010-12-03
3
-3
/
+3
*
Stop allocating empty arrays.
Elliott Hughes
2010-11-09
4
-8
/
+13
*
resolved conflicts for merge of a5c608e5 to dalvik-dev
Brian Carlstrom
2010-11-02
1
-2
/
+0
|
\
|
*
TrustManager improvements
Brian Carlstrom
2010-11-02
1
-2
/
+0
*
|
am 8ae047f5: Merge "Change Engine.getInstance interfaces to make usage less e...
Brian Carlstrom
2010-10-19
9
-117
/
+76
|
\
\
|
|
/
|
*
Change Engine.getInstance interfaces to make usage less error prone
Brian Carlstrom
2010-10-19
9
-117
/
+76
*
|
am 0a480846: Remove Engine.spi memory leak by clearing after access
Brian Carlstrom
2010-10-19
9
-106
/
+117
|
\
\
|
|
/
|
*
Remove Engine.spi memory leak by clearing after access
Brian Carlstrom
2010-10-19
9
-106
/
+117
*
|
am 44b0fe09: am fc15fc0f: am 7b4e6828: Merge "Favor Harmony\'s CertificateFac...
Brian Carlstrom
2010-10-07
1
-52
/
+43
|
\
\
|
|
/
|
*
am fc15fc0f: am 7b4e6828: Merge "Favor Harmony\'s CertificateFactory.X509 ove...
Brian Carlstrom
2010-10-07
1
-52
/
+43
|
|
\
|
|
*
Favor Harmony's CertificateFactory.X509 over BouncyCastle's
Brian Carlstrom
2010-10-04
1
-52
/
+43
*
|
|
Use IoUtils.closeQuietly where possible.
Jesse Wilson
2010-10-03
3
-22
/
+8
*
|
|
Simplify skip() to use skipByReading or the superclass where possible.
Jesse Wilson
2010-10-01
1
-23
/
+3
|
/
/
*
|
am 901c9c6f: am 8047b6f0: Merge "Support creating unbound server sockets in D...
Jesse Wilson
2010-09-29
1
-6
/
+3
|
\
\
|
|
/
|
*
Merge "Support creating unbound server sockets in DefaultServerSocketFactory....
Jesse Wilson
2010-09-29
1
-6
/
+3
|
|
\
|
|
*
Support creating unbound server sockets in DefaultServerSocketFactory.
Jesse Wilson
2010-09-29
1
-6
/
+3
*
|
|
resolved conflicts for merge of 53e83038 to master
Brian Carlstrom
2010-09-28
1
-2
/
+5
|
\
\
\
|
|
/
/
|
*
|
Merge "Scrub missing calls to super.finalize()" into gingerbread
Brian Carlstrom
2010-09-28
1
-4
/
+7
|
|
\
\
|
|
*
|
Scrub missing calls to super.finalize()
Brian Carlstrom
2010-09-28
1
-4
/
+7
|
|
|
/
*
|
|
am 395f899e: am 2a275f06: Merge "Tests for ServerSocketFactory.getDefault()."...
Jesse Wilson
2010-09-28
1
-18
/
+13
|
\
\
\
|
|
/
/
|
*
|
Tests for ServerSocketFactory.getDefault().
Jesse Wilson
2010-09-28
1
-18
/
+13
|
|
/
*
|
Merge "Don't null out fields in ExemptionMechanism.finalize()." into dalvik-dev
Jesse Wilson
2010-09-02
1
-6
/
+8
|
\
\
|
|
/
|
/
|
|
*
Don't null out fields in ExemptionMechanism.finalize().
Jesse Wilson
2010-09-02
1
-6
/
+8
|
*
Don't use StringBuffer where we don't need to.
Elliott Hughes
2010-09-01
7
-16
/
+13
*
|
Use idiomatic Java "type[] id" syntax instead of "type id[]".
Elliott Hughes
2010-09-02
2
-4
/
+4
*
|
Don't use StringBuffer where we don't need to.
Brian Carlstrom
2010-09-01
7
-16
/
+13
|
/
*
Adding documentation for a API bug in FilterInputStream subclasses
Jesse Wilson
2010-08-31
1
-0
/
+4
*
Clean up some dead/useless code.
Elliott Hughes
2010-08-11
1
-2
/
+49
*
Sorting imports.
Jesse Wilson
2010-08-11
52
-88
/
+36
*
Fixing the last API deltas between Dalvik and Java 6.
Jesse Wilson
2010-06-04
6
-168
/
+168
*
Merge "Remove the last exception message catalog." into dalvik-dev
Elliott Hughes
2010-05-29
1
-5
/
+2
|
\
|
*
Remove the last exception message catalog.
Elliott Hughes
2010-05-28
1
-5
/
+2
*
|
Further small fixes to increase API compatibility with RI v6.
Jesse Wilson
2010-05-28
2
-15
/
+133
|
/
*
RI 6 support for javax.net.ssl
Brian Carlstrom
2010-05-26
13
-170
/
+345
*
Implement Java 6 SQL API. Javadoc is still messy and some unit tests
Jeremy Sharpe
2010-05-25
7
-132
/
+1122
*
Remove more localized exception messages.
Elliott Hughes
2010-05-21
18
-311
/
+202
*
Remove more localized exception messages.
Elliott Hughes
2010-05-21
5
-45
/
+39
*
Remove all trailing whitespace from the dalvik team-maintained parts of libcore.
Elliott Hughes
2010-05-13
105
-1891
/
+1891
*
Convert tabs to spaces.
Elliott Hughes
2010-05-13
23
-998
/
+998
*
Remove //$NON-NLS-\d$ cruft.
Elliott Hughes
2010-05-13
26
-205
/
+205
*
Documentation improvements.
Elliott Hughes
2010-05-11
1
-8
/
+0
*
Merge awt-kernel, icu, luni-kernel, prefs, security-kernel, x-net into luni
Peter Hallam
2010-05-04
118
-0
/
+21283
*
merge more modules into luni
Peter Hallam
2010-04-27
81
-0
/
+12725