summaryrefslogtreecommitdiffstats
path: root/luni
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of isReachable bugs.Elliott Hughes2011-09-305-122/+68
* s/Ipv6/IPv6/Elliott Hughes2011-09-291-1/+1
* Fix the InetAddress/Inet4Address/Inet6Address documentation.Elliott Hughes2011-09-294-292/+158
* Give InputStream/OutputStream decent documentation.Jesse Wilson2011-09-142-24/+49
* Merge "Discourage developers from catching subclasses of SocketException."Jesse Wilson2011-09-126-11/+16
|\
| * Discourage developers from catching subclasses of SocketException.Jesse Wilson2011-09-126-11/+16
* | Make socket channel address available after bind().Jesse Wilson2011-09-121-3/+1
|/
* Tests to verify that reflection + anonymous classes works properly.Jesse Wilson2011-08-301-0/+39
* Remove DigiNotar Root CABrian Carlstrom2011-08-291-121/+0
* Merge "Test that Calendars can in fact be serialized."Jesse Wilson2011-08-251-0/+34
|\
| * Test that Calendars can in fact be serialized.Jesse Wilson2011-08-251-0/+34
* | Merge "Return real FileDescriptor in Socket wrappers."Jeff Sharkey2011-08-254-1/+23
|\ \ | |/ |/|
| * Return real FileDescriptor in Socket wrappers.Jeff Sharkey2011-08-244-1/+23
* | Make QueryTimeoutTest understandable.Jesse Wilson2011-08-252-731/+165
* | CipherSpi.engineUpdate should handle null engineUpdate resultBrian Carlstrom2011-08-231-0/+3
|/
* Merge "Clear the preferences nodes before asserting about them."Jesse Wilson2011-08-191-165/+92
|\
| * Clear the preferences nodes before asserting about them.Jesse Wilson2011-08-191-165/+92
* | Don't expect caching of partial (HTTP 206) responses.Jesse Wilson2011-08-191-1/+1
|/
* Merge "Fix JarInputStream Manifest parsing."Jesse Wilson2011-08-182-8/+15
|\
| * Fix JarInputStream Manifest parsing.Jesse Wilson2011-08-182-8/+15
* | Permit file:///foo or file:/fooJesse Wilson2011-08-181-2/+4
|/
* Merge "Don't leave the thread's interrupted bit set."Jesse Wilson2011-08-161-0/+1
|\
| * Don't leave the thread's interrupted bit set.Jesse Wilson2011-08-161-0/+1
* | Merge "Don't let a helper thread die with an exception."Jesse Wilson2011-08-161-102/+76
|\ \ | |/
| * Don't let a helper thread die with an exception.Jesse Wilson2011-08-161-102/+76
* | Merge "Fix the PackageTest to not rely on a Class.getPackage() side effect."Jesse Wilson2011-08-161-1/+4
|\ \
| * | Fix the PackageTest to not rely on a Class.getPackage() side effect.Jesse Wilson2011-08-161-1/+4
| |/
* | Don't assume the test thread's group will have children.Jesse Wilson2011-08-161-8/+15
|/
* Merge "Make HTTP implementation details public for CTS tests."Jesse Wilson2011-08-168-122/+268
|\
| * Make HTTP implementation details public for CTS tests.Jesse Wilson2011-08-158-122/+268
* | Merge "Don't rely on side effects of other tests in OldStmtTest."Jesse Wilson2011-08-151-167/+134
|\ \
| * | Don't rely on side effects of other tests in OldStmtTest.Jesse Wilson2011-08-151-167/+134
| |/
* | Make OldAbstractPreferencesTest resistent to a dirty environment.Jesse Wilson2011-08-151-3/+5
|/
* Merge "Fix a racy preferences test to not rely on disk flush latency."Jesse Wilson2011-08-141-52/+42
|\
| * Fix a racy preferences test to not rely on disk flush latency.Jesse Wilson2011-08-141-52/+42
* | Merge "Don't use getClassContext() to get the calling classes."Jesse Wilson2011-08-141-30/+5
|\ \
| * | Don't use getClassContext() to get the calling classes.Jesse Wilson2011-08-141-30/+5
| |/
* | Merge "Drop security manager tests from OldJarFileTest."Jesse Wilson2011-08-141-162/+31
|\ \
| * | Drop security manager tests from OldJarFileTest.Jesse Wilson2011-08-141-162/+31
| |/
* | Merge "Don't expect parens on a null method name."Jesse Wilson2011-08-141-1/+1
|\ \
| * | Don't expect parens on a null method name.Jesse Wilson2011-08-141-1/+1
| |/
* | Don't try to access a long field as an int field.Elliott Hughes2011-08-141-2/+2
|/
* Use the application's class loader for URL stream handlers.Jesse Wilson2011-08-121-2/+3
* Merge "Scrub some CTS test failures."Jesse Wilson2011-08-124-227/+7
|\
| * Scrub some CTS test failures.Jesse Wilson2011-08-124-227/+7
* | Use Libcore.os.fstat to recognize socket FileDescriptors in BlockGuard.Elliott Hughes2011-08-112-2/+38
* | Fix Character's javadoc table of Unicode categories.Elliott Hughes2011-08-101-2/+2
|/
* Remove the contentEquals() method that was added to java.lang.String.Philip Milne2011-08-052-18/+13
* Restore the 'final' bit on DataInputStream.read() (libcore)Jesse Wilson2011-07-291-0/+5
* Merge "Only permit square brackets on IPv6 addresses."Jesse Wilson2011-07-282-3/+20
|\