summaryrefslogtreecommitdiffstats
path: root/nio/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* More merging of nio into luniPeter Hallam2010-04-23111-20705/+0
* Remove a dangling import, and another unused Messages.java.Elliott Hughes2010-04-181-1/+0
* Remove the nio Messages.java I missed, and the three now-unused imports.Elliott Hughes2010-04-184-146/+0
* Remove "Messages" from the nio, prefs, sql, text, and x-net modules.Elliott Hughes2010-04-147-250/+47
* Actually use ServiceLoader in places where we had a hard-coded equivalent.Elliott Hughes2010-04-061-102/+17
* Remove explicit 8192 arguments to BufferedReader and friends.Elliott Hughes2010-03-231-5/+1
* Revert the removal of java.nio.NIOAccess, which frameworks/base/ uses.Elliott Hughes2010-03-229-0/+100
* Remove all remaining "@since Android" tags.Elliott Hughes2010-03-223-3/+0
* Java 6 java.nio.Buffer changes.Elliott Hughes2010-03-199-437/+57
* Remove dead fields, constants, and redundant pass-through methods.Elliott Hughes2010-03-151-15/+0
* Fix all instances of "new Integer" (et cetera).Elliott Hughes2010-03-111-2/+2
* Minor documentation improvements.Elliott Hughes2010-03-092-14/+28
* One true way to query "java.net.preferIPv6Addresses".Elliott Hughes2010-01-192-8/+5
* Make java.util.Formatter perform acceptably (and fix two jtreg failures).Elliott Hughes2009-12-031-3/+3
* Remove OSNetworkSystem.oneTimeInitialization.Elliott Hughes2009-11-122-6/+10
* Remove OSNetworkSystem.sendStream and all use of ErrorCodeException.Elliott Hughes2009-10-272-20/+6
* Remove dead native org.apache.harmony.nio.AddressUtils code.Elliott Hughes2009-10-261-30/+5
* Remove OSNetworkSystem.receiveStream.Elliott Hughes2009-10-221-2/+2
* More OSNetworkSystem cleanup.Elliott Hughes2009-10-211-1/+2
* Update NIO and NIO char packages to Harmony 802921.Jesse Wilson2009-10-16105-2020/+1535
* Merge change 5582Android (Google) Code Review2009-07-273-306/+276
|\
| * Integrate luni module (but not tests) to Harmony r772995.Jesse Wilson2009-07-243-306/+276
* | JNI direct buffer function speedup, part 3.Andy McFadden2009-07-249-8/+50
|/
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03114-0/+21938
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03114-21938/+0
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-0/+58
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-153-27/+7
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-093-1/+27
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-1765-3318/+4176
* Initial ContributionThe Android Open Source Project2008-10-21114-0/+21016