summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Clean up #includes in ScopedLocalRef.h.Elliott Hughes2012-08-011-1/+3
* Improve the BaseDexClassLoader detail message, and make ScopedLocalRef more u...Elliott Hughes2012-08-011-7/+13
* Check that the result of UniquePtr::release is always used.Elliott Hughes2011-06-071-2/+2
* Fix ByteBuffer.put(ByteBuffer).Elliott Hughes2011-04-251-0/+80
* Use JNI's jchar instead of ICU's (equivalent) UChar.Elliott Hughes2011-04-081-1/+1
* Clean up the CharsetDecoder/CharsetEncoder implementation a bit more.Elliott Hughes2011-02-071-0/+51
* Add and use STATIC_ASSERT for compile-time asserts, and remove some 32-bit li...Elliott Hughes2010-10-181-0/+28
* Make network I/O interruptible.Elliott Hughes2010-08-091-0/+43
* Add null-pointer checking to ScopedPrimitiveArray.Elliott Hughes2010-07-121-2/+10
* Fix sim-eng build with missing #include.Elliott Hughes2010-06-011-0/+1
* Refactor some of the OSNetworkSystem stuff to more appropriate homes.Elliott Hughes2010-06-011-0/+4
* Enhance ScopedUtfChars to include the null check most callers were missing.Elliott Hughes2010-05-261-2/+15
* Add write-back ScopedPrimitiveArrays (and use them).Elliott Hughes2010-05-201-25/+60
* Make ScopedLocalRef more convenient, and use it more widely.Elliott Hughes2010-05-171-6/+7
* Expand upon the old ScopedByteArray, and start removing some of the Get/Relea...Elliott Hughes2010-05-172-57/+65
* Remove ScopedGlobalRef (and other cleanups)Brian Carlstrom2010-05-151-56/+0
* Reduced the amount of memory used by the TimeZone display names.Elliott Hughes2010-05-112-2/+57
* Move ScopedJavaUnicodeString to include/Kenny Root2010-05-071-0/+57
* Moving OpenSSLSocketImpl native code to NativeCrypto (and other clearnup)Brian Carlstrom2010-05-061-0/+55
* Dead code/cruft removal in the collation code.Elliott Hughes2010-04-231-1/+1
* Move the libcore registration out of libnativehelpers and into libcore.Elliott Hughes2010-04-161-0/+40
* Fix a bug, and protect against an unrelated class of bugs.Elliott Hughes2010-03-293-0/+12
* Start cleaning up the Charset implementation.Elliott Hughes2010-03-261-0/+56
* Add a general-purpose scoped pointer for libcore JNI.Elliott Hughes2010-02-101-0/+231
* Improve the FileNotFoundExceptions thrown by OSFileSystem.open.Elliott Hughes2009-12-081-0/+53
* Rewrite NetworkInterface's JNI for IPv6.Elliott Hughes2009-11-202-0/+58
* Don't allocate arbitrary-length buffers on the stack.Elliott Hughes2009-11-131-0/+55