1. cab01ac libcore: use proper nativehelper headers by Steven Moreland · 7 years ago
  2. 37f866f Update JNI code in preparation for ICU 59 switching to C++11 char16_t. by Fredrik Roubert · 7 years ago
  3. 50baaea Remove LocalArray.h. by Chih-Hung Hsieh · 8 years ago
  4. 158f9ba Remove ScopedPthreadMutexLock.h by Colin Cross · 8 years ago
  5. a04b5c3 Explicitly specify the icu:: namespace. by Elliott Hughes · 9 years ago
  6. a942660 Pass BCP-47 tags and not Locale.toString results to ICU. by Elliott Hughes · 10 years ago
  7. 55c4a2d Remove StaticAssert.h. by Elliott Hughes · 11 years ago
  8. 8028fe9 Move ScopedFd from libcore to libnativehelper (part 2) by Brian Carlstrom · 11 years ago
  9. 7785a7b Move more utility classes from libcore to libnativehelper (part 2) by Brian Carlstrom · 11 years ago
  10. 60b1855 Fix ScopedStringChars to behave like ScopedUtfChars. by Elliott Hughes · 11 years ago
  11. c38663d Expose Java arrays inside ScopedPrimitiveArrays. by Jeff Sharkey · 11 years ago
  12. 3aac4dd Add icu4c-backed transliteration. by Elliott Hughes · 11 years ago
  13. 4e0af08 Clean up #includes in ScopedLocalRef.h. by Elliott Hughes · 12 years ago
  14. 3bbe531 Improve the BaseDexClassLoader detail message, and make ScopedLocalRef more unique_ptr-like. by Elliott Hughes · 12 years ago
  15. 1a577c9 Check that the result of UniquePtr::release is always used. by Elliott Hughes · 13 years ago
  16. 0568a63 Fix ByteBuffer.put(ByteBuffer). by Elliott Hughes · 13 years ago
  17. da7c103 Use JNI's jchar instead of ICU's (equivalent) UChar. by Elliott Hughes · 13 years ago
  18. 37871fb Clean up the CharsetDecoder/CharsetEncoder implementation a bit more. by Elliott Hughes · 13 years ago
  19. aba7ce6 Add and use STATIC_ASSERT for compile-time asserts, and remove some 32-bit limits. by Elliott Hughes · 14 years ago
  20. 9f2b1b1 Make network I/O interruptible. by Elliott Hughes · 14 years ago
  21. 6410112 Add null-pointer checking to ScopedPrimitiveArray. by Elliott Hughes · 14 years ago
  22. a5d0294 Fix sim-eng build with missing #include. by Elliott Hughes · 14 years ago
  23. 753dcd8 Refactor some of the OSNetworkSystem stuff to more appropriate homes. by Elliott Hughes · 14 years ago
  24. 0596087 Enhance ScopedUtfChars to include the null check most callers were missing. by Elliott Hughes · 14 years ago
  25. ebca53a Add write-back ScopedPrimitiveArrays (and use them). by Elliott Hughes · 14 years ago
  26. 8044bf6 Make ScopedLocalRef more convenient, and use it more widely. by Elliott Hughes · 14 years ago
  27. 99c59bf Expand upon the old ScopedByteArray, and start removing some of the Get/ReleaseCritical calls. by Elliott Hughes · 14 years ago
  28. 3534c7c Remove ScopedGlobalRef (and other cleanups) by Brian Carlstrom · 14 years ago
  29. f281667 Reduced the amount of memory used by the TimeZone display names. by Elliott Hughes · 14 years ago
  30. 2def26b Move ScopedJavaUnicodeString to include/ by Kenny Root · 14 years ago
  31. 3e24c53 Moving OpenSSLSocketImpl native code to NativeCrypto (and other clearnup) by Brian Carlstrom · 14 years ago
  32. 0808cae Dead code/cruft removal in the collation code. by Elliott Hughes · 14 years ago
  33. c08f9fb Move the libcore registration out of libnativehelpers and into libcore. by Elliott Hughes · 14 years ago
  34. 7ca6fd0 Fix a bug, and protect against an unrelated class of bugs. by Elliott Hughes · 14 years ago
  35. bcf7c66 Start cleaning up the Charset implementation. by Elliott Hughes · 14 years ago
  36. c015c1b Add a general-purpose scoped pointer for libcore JNI. by Elliott Hughes · 14 years ago
  37. d385bfc Improve the FileNotFoundExceptions thrown by OSFileSystem.open. by Elliott Hughes · 14 years ago
  38. b5fc5ec Rewrite NetworkInterface's JNI for IPv6. by Elliott Hughes · 15 years ago
  39. 845ce3c Don't allocate arbitrary-length buffers on the stack. by Elliott Hughes · 15 years ago