| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove StaticAssert.h. | Elliott Hughes | 2013-09-06 | 1 | -28/+0 |
* | Move ScopedFd from libcore to libnativehelper (part 2) | Brian Carlstrom | 2013-05-14 | 1 | -46/+0 |
* | Move more utility classes from libcore to libnativehelper (part 2) | Brian Carlstrom | 2013-05-10 | 7 | -669/+0 |
* | Fix ScopedStringChars to behave like ScopedUtfChars. | Elliott Hughes | 2013-05-01 | 2 | -52/+72 |
* | Expose Java arrays inside ScopedPrimitiveArrays. | Jeff Sharkey | 2013-02-08 | 1 | -0/+2 |
* | Add icu4c-backed transliteration. | Elliott Hughes | 2013-02-04 | 1 | -24/+34 |
* | Clean up #includes in ScopedLocalRef.h. | Elliott Hughes | 2012-08-01 | 1 | -1/+3 |
* | Improve the BaseDexClassLoader detail message, and make ScopedLocalRef more u... | Elliott Hughes | 2012-08-01 | 1 | -7/+13 |
* | Check that the result of UniquePtr::release is always used. | Elliott Hughes | 2011-06-07 | 1 | -2/+2 |
* | Fix ByteBuffer.put(ByteBuffer). | Elliott Hughes | 2011-04-25 | 1 | -0/+80 |
* | Use JNI's jchar instead of ICU's (equivalent) UChar. | Elliott Hughes | 2011-04-08 | 1 | -1/+1 |
* | Clean up the CharsetDecoder/CharsetEncoder implementation a bit more. | Elliott Hughes | 2011-02-07 | 1 | -0/+51 |
* | Add and use STATIC_ASSERT for compile-time asserts, and remove some 32-bit li... | Elliott Hughes | 2010-10-18 | 1 | -0/+28 |
* | Make network I/O interruptible. | Elliott Hughes | 2010-08-09 | 1 | -0/+43 |
* | Add null-pointer checking to ScopedPrimitiveArray. | Elliott Hughes | 2010-07-12 | 1 | -2/+10 |
* | Fix sim-eng build with missing #include. | Elliott Hughes | 2010-06-01 | 1 | -0/+1 |
* | Refactor some of the OSNetworkSystem stuff to more appropriate homes. | Elliott Hughes | 2010-06-01 | 1 | -0/+4 |
* | Enhance ScopedUtfChars to include the null check most callers were missing. | Elliott Hughes | 2010-05-26 | 1 | -2/+15 |
* | Add write-back ScopedPrimitiveArrays (and use them). | Elliott Hughes | 2010-05-20 | 1 | -25/+60 |
* | Make ScopedLocalRef more convenient, and use it more widely. | Elliott Hughes | 2010-05-17 | 1 | -6/+7 |
* | Expand upon the old ScopedByteArray, and start removing some of the Get/Relea... | Elliott Hughes | 2010-05-17 | 2 | -57/+65 |
* | Remove ScopedGlobalRef (and other cleanups) | Brian Carlstrom | 2010-05-15 | 1 | -56/+0 |
* | Reduced the amount of memory used by the TimeZone display names. | Elliott Hughes | 2010-05-11 | 2 | -2/+57 |
* | Move ScopedJavaUnicodeString to include/ | Kenny Root | 2010-05-07 | 1 | -0/+57 |
* | Moving OpenSSLSocketImpl native code to NativeCrypto (and other clearnup) | Brian Carlstrom | 2010-05-06 | 1 | -0/+55 |
* | Dead code/cruft removal in the collation code. | Elliott Hughes | 2010-04-23 | 1 | -1/+1 |
* | Move the libcore registration out of libnativehelpers and into libcore. | Elliott Hughes | 2010-04-16 | 1 | -0/+40 |
* | Fix a bug, and protect against an unrelated class of bugs. | Elliott Hughes | 2010-03-29 | 3 | -0/+12 |
* | Start cleaning up the Charset implementation. | Elliott Hughes | 2010-03-26 | 1 | -0/+56 |
* | Add a general-purpose scoped pointer for libcore JNI. | Elliott Hughes | 2010-02-10 | 1 | -0/+231 |
* | Improve the FileNotFoundExceptions thrown by OSFileSystem.open. | Elliott Hughes | 2009-12-08 | 1 | -0/+53 |
* | Rewrite NetworkInterface's JNI for IPv6. | Elliott Hughes | 2009-11-20 | 2 | -0/+58 |
* | Don't allocate arbitrary-length buffers on the stack. | Elliott Hughes | 2009-11-13 | 1 | -0/+55 |