summaryrefslogtreecommitdiffstats
path: root/luni
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge "Fix a z/Z mixup in the SimpleDateFormat documentation."Elliott Hughes2013-04-161-1/+1
|\ \
| * | Fix a z/Z mixup in the SimpleDateFormat documentation.Elliott Hughes2013-04-151-1/+1
| |/
* | NativeCrypto: set Calendar instances to 0 millisKenny Root2013-04-153-10/+10
* | Disable KeyPairGenerator test for AndroidKeyStoreKenny Root2013-04-151-0/+6
|/
* Fix Formatter documentation.Elliott Hughes2013-04-101-5/+6
* Extra Formatter tests.Elliott Hughes2013-04-101-0/+39
* Fix the BigDecimal documentation to not be a copy & paste of the BigInteger d...Elliott Hughes2013-04-102-129/+54
* Fix the SimpleDateFormat L/M E/c documentation.Elliott Hughes2013-04-101-1/+4
* Fix BigInteger test failures.Elliott Hughes2013-04-102-22/+24
* Revert "Revert "Clean up some code that's dead now we're using OkHttp.""Elliott Hughes2013-04-083-1739/+33
* Revert "Clean up some code that's dead now we're using OkHttp."Elliott Hughes2013-04-083-5/+1748
* Clean up some code that's dead now we're using OkHttp.Elliott Hughes2013-04-083-1748/+5
* Don't forget to call sessionRemoved from removeEldestEntryBrian Carlstrom2013-04-064-37/+116
* Check the EE's eKU extension field, if present.Chris Palmer2013-04-063-118/+215
* Merge "Move the external/apache-harmony/math tests into libcore."Elliott Hughes2013-04-061-1/+1
|\
| * Move the external/apache-harmony/math tests into libcore.Elliott Hughes2013-04-041-1/+1
* | Merge "NativeCrypto: catch another RSA error"Kenny Root2013-04-052-1/+6
|\ \
| * | NativeCrypto: catch another RSA errorKenny Root2013-04-052-1/+6
* | | Merge "Make KeyFactory.translateKey for OpenSSL keys a no-op."Kenny Root2013-04-053-5/+9
|\ \ \ | |/ / |/| |
| * | Make KeyFactory.translateKey for OpenSSL keys a no-op.Alex Klyubin2013-03-293-5/+9
* | | Merge "Improve the Locale.getISO3Country/getISO3Language documentation and be...Elliott Hughes2013-04-043-48/+54
|\ \ \
| * | | Improve the Locale.getISO3Country/getISO3Language documentation and behavior.Elliott Hughes2013-04-043-48/+54
| | |/ | |/|
* | | Merge "Switch to OkHttp as URL's preferred HTTP implementation."Brian Carlstrom2013-04-0329-7367/+28
|\ \ \
| * | | Switch to OkHttp as URL's preferred HTTP implementation.jwilson2013-04-0329-7367/+28
* | | | Don't install APK files with unsupported General Purpose Bit Flag bits.William Luh2013-04-033-5/+29
|/ / /
* | | NativeCrypto: add missing native functionKenny Root2013-04-011-0/+11
* | | NativeCrypto: adjust thrown exceptionsKenny Root2013-04-013-2/+6
* | | NativeCrypto: adjust BasicConstraints checkKenny Root2013-04-013-19/+3
|/ /
* | Merge "NativeCrypto: make generation bug compatible"Kenny Root2013-03-302-1/+23
|\ \
| * | NativeCrypto: make generation bug compatibleKenny Root2013-03-292-1/+23
* | | Use long instead of int for address in DirectByteBuffer constructorJoel Dice2013-03-292-2/+2
|/ /
* | Merge "Switch OpenSSLECDHKeyAgreement to KeyFactory.translateKey."Kenny Root2013-03-293-56/+43
|\ \
| * | Switch OpenSSLECDHKeyAgreement to KeyFactory.translateKey.Alex Klyubin2013-03-293-56/+43
| |/
* | Disallow KeyFactory.translateKey between public and privateAlex Klyubin2013-03-293-6/+6
|/
* Use longs instead of ints to store pointers in NIO buffers.Joel Dice2013-03-299-96/+94
* Merge "Remove dead NioUtils.getDirectBufferAddress."Elliott Hughes2013-03-291-19/+0
|\
| * Remove dead NioUtils.getDirectBufferAddress.Elliott Hughes2013-03-281-19/+0
* | Add strsignal(3) to Libcore.os.Elliott Hughes2013-03-285-0/+13
|/
* Merge "InvalidKeyException for "opaque" keys null getEncoded()"Kenny Root2013-03-283-6/+30
|\
| * InvalidKeyException for "opaque" keys null getEncoded()Alex Klyubin2013-03-263-6/+30
* | Simplify the nio Buffer implementations, and fix MappedByteBuffer.Elliott Hughes2013-03-2745-3464/+1808
* | Improve java.nio.Buffer.toString.Elliott Hughes2013-03-261-9/+5
|/
* MimeUtils' list of MIME types should be in order of popularity.Elliott Hughes2013-03-251-5/+11
* Fix libcore translation of AF_UNSPEC InetAddress instances.Elliott Hughes2013-03-211-0/+1
* Revert "Revert "Fix Manifest behavior with Manifest-Version/Signature-Version.""Elliott Hughes2013-03-214-22/+62
* Merge "Remove EWOULDBLOCK from libcore."Elliott Hughes2013-03-214-9/+8
|\
| * Remove EWOULDBLOCK from libcore.Elliott Hughes2013-03-214-9/+8
* | Revert "Fix Manifest behavior with Manifest-Version/Signature-Version."Elliott Hughes2013-03-214-62/+22
|/
* Fix Manifest behavior with Manifest-Version/Signature-Version.Elliott Hughes2013-03-214-22/+62
* Merge "Fix CalendarTest.test_clear_45877."Elliott Hughes2013-03-211-2/+16
|\