summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* Add detail messages to all the easy IllegalArgumentException cases.Elliott Hughes2013-07-1254-189/+175
* Revert "Values in ZIP files are unsigned."Ricardo Cerqueira2013-07-122-7/+7
* Values in ZIP files are unsigned.Elliott Hughes2013-07-112-7/+7
* Remove support for duplicate file entriesGeremy Condra2013-07-071-1/+4
* libcore: Better Enum fix for JDK 7Steve Kondik2013-03-201-2/+2
* Fix compilation of Enum on JDK 7Steve Kondik2013-01-091-1/+1
* Test to verify BC Signature algorithms by OIDBrian Carlstrom2012-11-011-6/+5
* Change OpenSSLCipherRSA.{engineGetBlockSize,engineGetOutputSize} to return re...Brian Carlstrom2012-10-101-3/+21
* Merge "Ensure we give "tl" the display name "Filipino"." into jb-mr1-devBrian Carlstrom2012-10-051-0/+11
|\
| * Ensure we give "tl" the display name "Filipino".Elliott Hughes2012-10-041-0/+11
* | Fix a bug in tunnel construction and 'Connection: close' headers.Jesse Wilson2012-10-051-7/+9
* | Rewrite NIO Pipe to use socketpair(2).Elliott Hughes2012-10-037-29/+37
|/
* Strip content length in requests with "transparent" gzip handling.Narayan Kamath2012-09-242-0/+10
* Add OpenSSLSocketImpl.setSoWriteTimeout to allow SO_SNDTIMEO to be specifiedBrian Carlstrom2012-09-222-12/+41
* am 2682316c: am c87dc489: Merge "Add setsid."Elliott Hughes2012-09-213-0/+3
|\
| * Add setsid.Elliott Hughes2012-09-213-0/+3
* | am f0f825cb: am 90bdb9da: Merge "Fix LocaleData.toString once and for all."Elliott Hughes2012-09-212-38/+66
|\ \ | |/
| * Fix LocaleData.toString once and for all.Elliott Hughes2012-09-202-38/+66
* | am 63529068: am 82d74983: Merge "Fix a native memory leak in SimpleDateFormat...Elliott Hughes2012-09-215-115/+94
|\ \ | |/
| * Fix a native memory leak in SimpleDateFormat cloning.Elliott Hughes2012-09-205-115/+94
* | am 7252fd9a: am 630a4982: Merge "Remove obsolete ThirdPartyProject.prop files."Elliott Hughes2012-09-201-9/+0
|\ \ | |/
| * Remove obsolete ThirdPartyProject.prop files.Elliott Hughes2012-09-201-9/+0
* | Add cached trust anchors to the chain prior to checking pinning.Geremy Condra2012-09-191-7/+33
* | Move null check for cert store to the consumer code.Geremy Condra2012-09-191-3/+3
* | Migrate PinFailureLogger to use the DropBox.Geremy Condra2012-09-192-10/+20
* | Add dummy DropBox to libcore.Geremy Condra2012-09-191-0/+72
* | Restructure logging to ease the transition to dropbox.Geremy Condra2012-09-194-22/+85
* | am 0101812e: am e2f9b2c6: Merge "OsConstants: add O_NOFOLLOW"Kenny Root2012-09-181-0/+1
|\ \ | |/
| * Merge "OsConstants: add O_NOFOLLOW"Kenny Root2012-09-181-0/+1
| |\
| | * OsConstants: add O_NOFOLLOWKenny Root2012-09-171-0/+1
* | | Add logging to detect cert pin failures caused by MITM proxies.Geremy Condra2012-09-182-0/+19
* | | Make PinListEntry and PinEntryException public for CertPinManagerTestBrian Carlstrom2012-09-162-2/+4
* | | am d23dd0d4: am 90450038: Merge "Consistently use "charsetName" for charset n...Elliott Hughes2012-09-145-57/+57
|\ \ \ | |/ /
| * | Consistently use "charsetName" for charset names.Elliott Hughes2012-09-145-57/+57
| * | Add consistent reasons for NullPointerExceptionKenny Root2012-09-14149-447/+530
| |/
* | Merge "Add consistent reasons for NullPointerException" into jb-mr1-devKenny Root2012-09-14149-447/+530
|\ \
| * | Add consistent reasons for NullPointerExceptionKenny Root2012-09-14149-447/+530
* | | am dad6b628: am 480d35bc: Merge "Manually inline StrictMath.min(JJ) and Stric...Elliott Hughes2012-09-142-144/+2
|\ \ \ | | |/ | |/|
| * | Merge "Manually inline StrictMath.min(JJ) and StrictMath.max(JJ)."Elliott Hughes2012-09-142-144/+2
| |\ \
| | * | Manually inline StrictMath.min(JJ) and StrictMath.max(JJ).Elliott Hughes2012-09-142-144/+2
* | | | am c9411f30: am 3f905a73: Merge "Document that Random.nextGaussian should use...Elliott Hughes2012-09-141-0/+2
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Merge "Document that Random.nextGaussian should use StrictMath."Elliott Hughes2012-09-141-0/+2
| |\ \ | | |/ | |/|
| | * Document that Random.nextGaussian should use StrictMath.Elliott Hughes2012-09-111-0/+2
* | | Added event logging to PinListEntry.Geremy Condra2012-09-122-4/+77
* | | Added basic cert pinning support.Geremy Condra2012-09-1210-32/+533
* | | Tracking upgrade to bouncycastle 1.47Brian Carlstrom2012-09-121-20/+20
* | | am a1359997: am 9f519e17: Merge "Add OpenSSLProvider support for Cipher.RSA/N...Brian Carlstrom2012-09-124-45/+141
|\ \ \ | |/ /
| * | Add OpenSSLProvider support for Cipher.RSA/None/PKCS1PaddingBrian Carlstrom2012-09-124-45/+141
| |/
* | am ab991b57: am 43211dce: Merge "Make FileDescriptor.sync() work on ttys"Elliott Hughes2012-09-054-1/+8
|\ \ | |/
| * Make FileDescriptor.sync() work on ttysJohan Redestig2012-09-054-1/+8