summaryrefslogtreecommitdiffstats
path: root/openssl/src/main
Commit message (Expand)AuthorAgeFilesLines
* Remove libcore's dependency on bouncycastleBrian Carlstrom2010-06-263-740/+0
* Make BigInteger thread-safe.Elliott Hughes2010-06-112-194/+75
* Bullet-proof the lseek/read in Inflater.setFileInput.Elliott Hughes2010-06-031-0/+2
* Make NativeBN's filename match the class name.Elliott Hughes2010-05-272-1/+1
* Enhance ScopedUtfChars to include the null check most callers were missing.Elliott Hughes2010-05-261-13/+10
* Add write-back ScopedPrimitiveArrays (and use them).Elliott Hughes2010-05-201-11/+10
* Remove more uses of Get/Release Critical.Elliott Hughes2010-05-182-41/+28
* Expand upon the old ScopedByteArray, and start removing some of the Get/Relea...Elliott Hughes2010-05-171-96/+84
* Moving most libcore .c files to .cppBrian Carlstrom2010-05-072-68/+63
* Enable -Wall -Wextra for libcore and cleanup all but one warningBrian Carlstrom2010-05-071-40/+40
* Move the libcore registration out of libnativehelpers and into libcore.Elliott Hughes2010-04-161-7/+0
* Remove a workaround for an openssl bug that's been fixed upstream.Elliott Hughes2010-02-032-70/+8
* Fix jniThrowRuntimeException for C callers, add jniThrowNullPointerException.Elliott Hughes2010-01-281-11/+3
* Rewrite NativeBN_twosCompFitsIntoBytes.Elliott Hughes2009-10-302-81/+0
* Don't throw OutOfMemoryError if it's already been thrown.Elliott Hughes2009-09-171-6/+0
* Remove NativeBN_bn2twosComp.Elliott Hughes2009-09-102-25/+0
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-033-0/+1080
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-033-1080/+0
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-6/+6
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-18/+19
* Initial ContributionThe Android Open Source Project2008-10-213-0/+1079