1. aba7ce6 Add and use STATIC_ASSERT for compile-time asserts, and remove some 32-bit limits. by Elliott Hughes · 14 years ago
  2. 9f2b1b1 Make network I/O interruptible. by Elliott Hughes · 14 years ago
  3. 6410112 Add null-pointer checking to ScopedPrimitiveArray. by Elliott Hughes · 14 years ago
  4. a5d0294 Fix sim-eng build with missing #include. by Elliott Hughes · 14 years ago
  5. 753dcd8 Refactor some of the OSNetworkSystem stuff to more appropriate homes. by Elliott Hughes · 14 years ago
  6. 0596087 Enhance ScopedUtfChars to include the null check most callers were missing. by Elliott Hughes · 14 years ago
  7. ebca53a Add write-back ScopedPrimitiveArrays (and use them). by Elliott Hughes · 14 years ago
  8. 8044bf6 Make ScopedLocalRef more convenient, and use it more widely. by Elliott Hughes · 14 years ago
  9. 99c59bf Expand upon the old ScopedByteArray, and start removing some of the Get/ReleaseCritical calls. by Elliott Hughes · 14 years ago
  10. 3534c7c Remove ScopedGlobalRef (and other cleanups) by Brian Carlstrom · 14 years ago
  11. f281667 Reduced the amount of memory used by the TimeZone display names. by Elliott Hughes · 14 years ago
  12. 2def26b Move ScopedJavaUnicodeString to include/ by Kenny Root · 14 years ago
  13. 3e24c53 Moving OpenSSLSocketImpl native code to NativeCrypto (and other clearnup) by Brian Carlstrom · 14 years ago
  14. 0808cae Dead code/cruft removal in the collation code. by Elliott Hughes · 14 years ago
  15. c08f9fb Move the libcore registration out of libnativehelpers and into libcore. by Elliott Hughes · 14 years ago
  16. 7ca6fd0 Fix a bug, and protect against an unrelated class of bugs. by Elliott Hughes · 14 years ago
  17. bcf7c66 Start cleaning up the Charset implementation. by Elliott Hughes · 14 years ago
  18. c015c1b Add a general-purpose scoped pointer for libcore JNI. by Elliott Hughes · 15 years ago
  19. d385bfc Improve the FileNotFoundExceptions thrown by OSFileSystem.open. by Elliott Hughes · 15 years ago
  20. b5fc5ec Rewrite NetworkInterface's JNI for IPv6. by Elliott Hughes · 15 years ago
  21. 845ce3c Don't allocate arbitrary-length buffers on the stack. by Elliott Hughes · 15 years ago