summaryrefslogtreecommitdiffstats
path: root/luni
Commit message (Expand)AuthorAgeFilesLines
* Improve documentation about the user's default locale.Elliott Hughes2010-04-137-118/+104
* Fix String.toLowerCase and toUpperCase.Elliott Hughes2010-04-132-165/+136
* Fix supplementary character support.Elliott Hughes2010-04-121-40/+44
* Throw the same exceptions as the RI from String methods.Elliott Hughes2010-04-101-6/+5
* Merge "Make String.split 10x faster." into dalvik-devElliott Hughes2010-04-091-14/+12
|\
| * Make String.split 10x faster.Elliott Hughes2010-04-091-14/+12
* | Merge "Latest java.util.concurrent from the JSR 166 project." into dalvik-devJesse Wilson2010-04-095-1/+1831
|\ \
| * | Latest java.util.concurrent from the JSR 166 project.Jesse Wilson2010-04-095-1/+1831
* | | Disable our new javax.net.ssl tests until hangs are resolvedBrian Carlstrom2010-04-091-1/+2
|/ /
* | An InlineNative for String.isEmpty, so it's not slower than length() == 0.Elliott Hughes2010-04-081-0/+5
|/
* Fixing javax.net.ssl test failures on RIBrian Carlstrom2010-04-083-5/+13
* Fix build by adding missing imports.Elliott Hughes2010-04-061-0/+2
* Merge "Actually use ServiceLoader in places where we had a hard-coded equival...Elliott Hughes2010-04-061-12/+33
|\
| * Actually use ServiceLoader in places where we had a hard-coded equivalent.Elliott Hughes2010-04-061-12/+33
* | Rewrite JSSE code to use one openssl SSL per SSLSocket an one SSL_CTX per SSL...Brian Carlstrom2010-04-061-2/+4
* | resolved conflicts for merge of dd53c703 to dalvik-devElliott Hughes2010-04-0511-88/+59
|\ \
| * | Froyo InputStream.available documentation improvement.Elliott Hughes2010-04-0511-88/+59
* | | Remove unnecessary final local variables and arguments from javax.net.ssl testsBrian Carlstrom2010-04-054-157/+157
| |/ |/|
* | Merge "New "from scratch" Junit tests for javax.net.ssl" into dalvik-devBrian Carlstrom2010-04-037-0/+1693
|\ \
| * | New "from scratch" Junit tests for javax.net.sslBrian Carlstrom2010-04-037-0/+1693
* | | Add Java 6's java.util.ServiceLoader.Elliott Hughes2010-04-026-0/+368
|/ /
* | Tidy up our getAvailableLocales methods to actually ask ICU4C.Elliott Hughes2010-04-012-11/+3
* | Merge "Add Java 6's java.net.IDN." into dalvik-devElliott Hughes2010-04-015-1/+308
|\ \
| * | Add Java 6's java.net.IDN.Elliott Hughes2010-04-015-1/+308
* | | Fix an off-by-one error in fd range checking.Elliott Hughes2010-03-311-4/+6
* | | Merge "Add Java 6's ResourceBundle/Properties API." into dalvik-devElliott Hughes2010-03-318-565/+1646
|\ \ \ | |/ / |/| |
| * | Add Java 6's ResourceBundle/Properties API.Elliott Hughes2010-03-318-565/+1646
* | | Add Java 6's Calendar API changes.Elliott Hughes2010-03-312-1201/+1089
|/ /
* | Trivial tidying up of networking code.Elliott Hughes2010-03-305-132/+21
* | Fix a bug, and protect against an unrelated class of bugs.Elliott Hughes2010-03-294-15/+26
* | Fix build.Elliott Hughes2010-03-293-16/+10
* | Fix StrictMath.copySign's behavior with NaN.Elliott Hughes2010-03-264-104/+72
* | Use more idiomatic naming in test code.Elliott Hughes2010-03-261-3/+3
* | Apply https://issues.apache.org/jira/browse/HARMONY-4307.Elliott Hughes2010-03-251-28/+47
* | Clean up a few toStrings.Elliott Hughes2010-03-251-8/+6
* | am ec7c8c98: Fix java.util.Random\'s constructors.Elliott Hughes2010-03-253-22/+48
|\ \ | |/
| * Fix java.util.Random's constructors.Elliott Hughes2010-03-243-22/+48
* | Add Java 6's getAvailableLocales/getInstance to DateFormatSymbols and Decimal...Elliott Hughes2010-03-244-3/+80
* | Merge "Remove explicit 8192 arguments to BufferedReader and friends." into da...Elliott Hughes2010-03-238-57/+15
|\ \
| * | Remove explicit 8192 arguments to BufferedReader and friends.Elliott Hughes2010-03-238-57/+15
* | | am b7b9be13: Merge "Improve java.net.InetAddress.getLocalHost documentation."Elliott Hughes2010-03-231-4/+32
|\ \ \ | |/ / |/| / | |/
| * Improve java.net.InetAddress.getLocalHost documentation.Elliott Hughes2010-03-231-4/+32
* | Remove the "default buffer size" warnings.Elliott Hughes2010-03-234-122/+38
* | Add the Java 6 java.text.spi and java.util.spi interfaces.Elliott Hughes2010-03-224-0/+215
* | Remove all remaining "@since Android" tags.Elliott Hughes2010-03-2212-27/+5
* | Add Java 6's java.util.Arrays changes.Elliott Hughes2010-03-222-197/+2586
* | Add's Java 6's DecimalFormat.setRoundingMode (et cetera).Elliott Hughes2010-03-181-0/+99
* | Add Java 6's Scanner.reset and fix RuleBasedCollator's javadoc.Elliott Hughes2010-03-181-0/+14
* | Add Java 6's new PipedReader/PipedInputStream constructors.Elliott Hughes2010-03-174-533/+543
* | Add Java 6's ObjectStreamClass.lookupAny.Elliott Hughes2010-03-172-138/+170