summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/javax
Commit message (Expand)AuthorAgeFilesLines
...
* | Remove XML package.html files.Elliott Hughes2012-10-1110-892/+0
|/
* Fix typos from "beed" to "been"Brian Carlstrom2012-10-112-3/+3
* Add consistent reasons for NullPointerExceptionKenny Root2012-09-1425-79/+97
* Remove more cruft.Elliott Hughes2012-08-011-2/+0
* Merge from AOSPJean-Baptiste Queru2012-07-091-12/+18
|\
| * Fix SealedObject.readObject.Elliott Hughes2012-07-091-12/+18
* | am 1f52ec62: Merge "Fix xpath documentation bug."Elliott Hughes2012-07-031-1/+1
|\ \ | |/
| * Fix xpath documentation bug.Elliott Hughes2012-06-291-1/+1
* | Revert "Revert "Cut down on object allocation in CipherInputStream""Brian Carlstrom2012-05-212-32/+42
* | Revert "Cut down on object allocation in CipherInputStream"Brian Carlstrom2012-05-202-38/+33
* | Cut down on object allocation in CipherInputStreamBrian Carlstrom2012-05-172-33/+38
* | javax.net.ssl javadoc cleanupBrian Carlstrom2012-05-092-10/+14
* | Use lenient wildcard matching for *.clients.google.com.Brian Carlstrom2012-01-231-2/+2
* | Use lenient wildcard matching for android.clients.google.com.Jesse Wilson2012-01-031-1/+4
* | Cleanup verifyHostName to use regionMatches instead of regex splits.Jesse Wilson2012-01-021-36/+21
* | Move the frameworks/base hostname verifier into libcore. Part 1/2Jesse Wilson2011-12-272-131/+513
|/
* CipherSpi.engineUpdate should handle null engineUpdate resultBrian Carlstrom2011-08-231-0/+3
* Don't trigger a reverse DNS lookup from a log statement.Jesse Wilson2011-06-231-43/+36
* Merge "Kill more dead code and tests." into dalvik-devElliott Hughes2011-06-082-104/+4
|\
| * Kill more dead code and tests.Elliott Hughes2011-06-082-104/+4
* | am f45c08ac: Merge "Test fixes validated on RI and device"Brian Carlstrom2011-06-081-1/+1
|\ \ | |/ |/|
| * Test fixes validated on RI and deviceBrian Carlstrom2011-06-071-1/+1
* | Remove some unnecessary cruft.Elliott Hughes2011-06-061-12/+3
* | Remove more dead "security theater" cruft.Elliott Hughes2011-06-043-405/+18
|/
* OpenSSLSocketImpl should tolerate X509KeyManager returning null valuesBrian Carlstrom2011-05-242-6/+22
* Make CertInstaller installed CA certs trusted by applications via default Tru...Brian Carlstrom2011-05-161-5/+5
* am 347b2a60: Avoid loading all CA certs into Zygote memory, lazily load inste...Brian Carlstrom2011-04-291-1/+1
|\
| * Avoid loading all CA certs into Zygote memory, lazily load instead (2 of 3)Brian Carlstrom2011-04-291-1/+1
* | Add getnameinfo(3) (and gai_strerror(3)).Elliott Hughes2011-04-193-58/+3
* | Improve HttpsURLConnection documentation with examplesBrian Carlstrom2011-04-111-2/+76
|/
* Remove bogus "super()" calls.Elliott Hughes2011-03-1724-28/+0
* Drop SecuritySupport helpers from XML.Jesse Wilson2011-03-1410-943/+101
* Factor out our single-byte InputStream.read/OutputStream.write implementations.Elliott Hughes2011-03-071-11/+4
* Remove useless overrides of InputStream.read(byte[]) and OutputStream.write(b...Elliott Hughes2011-03-072-30/+0
* Kill many of the stl_style_names in Java.Elliott Hughes2011-03-072-39/+33
* Fix build.Elliott Hughes2011-02-241-1/+2
* Fix more FindBugs warnings: DM_STRING_CTOR.Elliott Hughes2011-02-241-1/+1
* Fix more FindBugs warnings: BC_EQUALS_METHOD_SHOULD_WORK_FOR_ALL_OBJECTS.Elliott Hughes2011-02-241-3/+7
* Simplify internal libcore logging.Elliott Hughes2011-02-222-12/+2
* Fix various FindBugs warnings.Elliott Hughes2011-02-172-3/+3
* resolved conflicts for merge of 6186821c to dalvik-devJesse Wilson2011-02-075-5/+5
|\
| * Move libcore.base classes to libcore.util and libcore.io.Jesse Wilson2011-02-075-5/+5
* | Tolerate leading slash in Cipher transformationBrian Carlstrom2011-01-281-0/+5
* | am c9b49a59: am 4ed57b34: am 79dd7240: Merge "Cipher.init incorrectly impleme...Brian Carlstrom2011-01-251-13/+18
|\ \ | |/
| * am 4ed57b34: am 79dd7240: Merge "Cipher.init incorrectly implements RFC 3280 ...Brian Carlstrom2011-01-241-13/+18
| |\
| | * Cipher.init incorrectly implements RFC 3280 key usage validationBrian Carlstrom2011-01-231-13/+18
* | | Remove useless android-changed comments.Elliott Hughes2011-01-133-12/+0
* | | Kill most users of StringTokenizer.Elliott Hughes2011-01-132-26/+19
* | | Most callers of toLowerCase/toUpperCase should pass Locale.US to avoid proble...Elliott Hughes2011-01-131-2/+2
* | | Change all "final static"s to "static final".Elliott Hughes2011-01-111-2/+2