summaryrefslogtreecommitdiffstats
path: root/luni
Commit message (Expand)AuthorAgeFilesLines
* Check that the result of UniquePtr::release is always used.Elliott Hughes2011-06-071-6/+14
* Remove dead tests.Elliott Hughes2011-06-0636-4440/+0
* Clean up test duplication and fix broken tests.Elliott Hughes2011-06-066-1149/+159
* Remove some unnecessary cruft.Elliott Hughes2011-06-064-49/+17
* am 003f7a4d: Make test initialization lazyBrian Carlstrom2011-06-0610-1257/+1080
|\
| * Make test initialization lazyBrian Carlstrom2011-06-0410-1257/+1080
* | Merge "Remove more dead "security theater" cruft." into dalvik-devElliott Hughes2011-06-0646-7847/+208
|\ \
| * | Remove more dead "security theater" cruft.Elliott Hughes2011-06-0446-7847/+208
* | | Remove support for deprecated IPv4 address formats.Elliott Hughes2011-06-036-73/+112
|/ /
* | am cbec51f5: SHA1_MessageDigestImpl should work for inputs of 256 MegabytesBrian Carlstrom2011-06-012-1/+196
|\ \ | |/
| * SHA1_MessageDigestImpl should work for inputs of 256 MegabytesBrian Carlstrom2011-06-012-1/+196
* | am ee100f24: Merge "Make ErrnoException a checked exception."Elliott Hughes2011-05-2718-58/+96
|\ \ | |/
| * Merge "Make ErrnoException a checked exception."Elliott Hughes2011-05-2718-58/+96
| |\
| | * Make ErrnoException a checked exception.Elliott Hughes2011-05-2718-58/+96
* | | am 5722fb8a: Fix the FileOutputStream documentation.Elliott Hughes2011-05-271-10/+14
|\ \ \ | |/ /
| * | Fix the FileOutputStream documentation.Elliott Hughes2011-05-271-10/+14
| |/
* | Relative/absolute and opaque/hierarchical docs for java.net.URI.Jesse Wilson2011-05-272-8/+74
* | Document java.net.URI.Jesse Wilson2011-05-274-274/+321
|/
* Merge "Clean Up URI's parsing code." into dalvik-devJesse Wilson2011-05-265-172/+108
|\
| * Clean Up URI's parsing code.Jesse Wilson2011-05-265-172/+108
* | Merge "Don't use mapped IPv4 addresses with MCAST_JOIN_GROUP." into dalvik-devElliott Hughes2011-05-263-12/+13
|\ \
| * | Don't use mapped IPv4 addresses with MCAST_JOIN_GROUP.Elliott Hughes2011-05-263-12/+13
* | | Merge "Match the RI's exact exception type." into dalvik-devElliott Hughes2011-05-261-2/+2
|\ \ \ | |_|/ |/| |
| * | Match the RI's exact exception type.Elliott Hughes2011-05-261-2/+2
| |/
* | Fix URI to behave more like the spec and browsers and less like the RI.Jesse Wilson2011-05-264-65/+85
* | Use canonicalizePath in URI.Jesse Wilson2011-05-256-1981/+70
|/
* Merge "Parity between URI and URL tests." into dalvik-devJesse Wilson2011-05-254-66/+560
|\
| * Parity between URI and URL tests.Jesse Wilson2011-05-254-66/+560
* | More Harmony test consolidation.Elliott Hughes2011-05-255-444/+4
* | Deduplicate Harmony tests.Elliott Hughes2011-05-252-1116/+122
* | Merge "Make it possible to test java.io.Console." into dalvik-devElliott Hughes2011-05-251-4/+4
|\ \ | |/ |/|
| * Make it possible to test java.io.Console.Elliott Hughes2011-05-251-4/+4
* | Merge "Rewrite parsing for java.net.URL." into dalvik-devJesse Wilson2011-05-2512-360/+842
|\ \
| * | Rewrite parsing for java.net.URL.Jesse Wilson2011-05-2512-360/+842
| |/
* | am 4ccd262b: Cleanup KeyStoreBuilderParametersTestBrian Carlstrom2011-05-251-51/+27
|\ \ | |/ |/|
| * Cleanup KeyStoreBuilderParametersTestBrian Carlstrom2011-05-251-51/+27
* | Merge "Fix a bug in FileChannel.map." into dalvik-devElliott Hughes2011-05-241-1/+7
|\ \
| * | Fix a bug in FileChannel.map.Elliott Hughes2011-05-241-1/+7
* | | am e2fdfbde: Merge "OpenSSLSocketImpl should tolerate X509KeyManager returnin...Brian Carlstrom2011-05-247-37/+173
|\ \ \ | |/ / |/| / | |/
| * OpenSSLSocketImpl should tolerate X509KeyManager returning null valuesBrian Carlstrom2011-05-247-37/+173
* | Fix a couple of FileChannel bugs.Elliott Hughes2011-05-242-1/+4
* | Remove two tests that are duplicated in the Harmony suite.Elliott Hughes2011-05-242-73/+0
* | Fix the deprected overload of String.getBytes.Elliott Hughes2011-05-231-2/+4
* | Fix a minor serialization bug found by a Harmony test.Elliott Hughes2011-05-231-1/+1
* | Update a useless system property.Elliott Hughes2011-05-231-3/+6
* | Move the non-upstream part of OldFileOutputStreamTest into FileOutputStreamTest.Elliott Hughes2011-05-232-204/+27
* | Merge "Fix read/write bugs in DatagramChannel and SocketChannel." into dalvik...Elliott Hughes2011-05-234-7/+23
|\ \
| * | Fix read/write bugs in DatagramChannel and SocketChannel.Elliott Hughes2011-05-204-7/+23
* | | Merge "Ensure signature verification fast path is used with alternatively for...Brian Carlstrom2011-05-211-33/+16
|\ \ \
| * | | Ensure signature verification fast path is used with alternatively formatted ...Brian Carlstrom2011-05-211-33/+16
| |/ /