1. 6c1e5f4 Manually update the libcore native code. by Elliott Hughes · 12 years ago
  2. 46cbaab Fix libcore's usage of readdir_r(3). by Elliott Hughes · 12 years ago
  3. 7cd6760 Make libjavacore independent of libnativehelper for the PDK. by Elliott Hughes · 12 years ago
  4. e940661 Fix File.listImpl's error checking. by Elliott Hughes · 12 years ago
  5. a37e971 Rewrite NetworkInterface. by Elliott Hughes · 13 years ago
  6. c7fa207 Add mkdir(2) and remove(2). by Elliott Hughes · 13 years ago
  7. b719019 Add chmod(2). by Elliott Hughes · 13 years ago
  8. 59fa716 Add statfs(2). by Elliott Hughes · 13 years ago
  9. a20cc6f Add rename(2) and symlink(2). by Elliott Hughes · 13 years ago
  10. 2ffce92 Move File.createNewFile into Java. by Elliott Hughes · 13 years ago
  11. 47cb338 Add fstat(2), lstat(2), and stat(2). by Elliott Hughes · 13 years ago
  12. bdb717a Simplify the constant initialization. by Elliott Hughes · 13 years ago
  13. ddfdbb9 Add access(2), strerror(3) and access to environ. by Elliott Hughes · 13 years ago
  14. ddafeb1 Rationalize our various native conversions to java.lang.String[]. by Elliott Hughes · 14 years ago
  15. fb85a3a Use jniThrowOutOfMemoryError everywhere. by Elliott Hughes · 14 years ago
  16. d7486d5 Fix File.length for sparse files. by Elliott Hughes · 14 years ago
  17. 298dad0 Document that I've investigated a TODO. by Elliott Hughes · 14 years ago
  18. 95101d3 Rewrite File.getCanonicalPath. by Elliott Hughes · 14 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. 3ca8646 Squashed commit of three reverts related to permissions of new files and directories: by Mike Lockwood · 14 years ago
  21. e22935d Remove most of our C-style casts. by Elliott Hughes · 14 years ago
  22. 4ea56d6 Create new files with permissions 0666 instead of 0777 by Mike Lockwood · 14 years ago
  23. 787bd9e Fix random permissions being set for new files. by Mike Lockwood · 14 years ago
  24. 9b21112 Remove restricted permissions in file and directory creation by Mike Lockwood · 14 years ago
  25. aaacdb0 Remove File's cached UTF-8 byte[]. by Elliott Hughes · 14 years ago
  26. 6410112 Add null-pointer checking to ScopedPrimitiveArray. by Elliott Hughes · 14 years ago
  27. a9f5c16 Remove dynamic calls to FindClass. by Elliott Hughes · 14 years ago
  28. abf945f Bullet-proof the lseek/read in Inflater.setFileInput. by Elliott Hughes · 14 years ago
  29. ebca53a Add write-back ScopedPrimitiveArrays (and use them). by Elliott Hughes · 14 years ago
  30. 8044bf6 Make ScopedLocalRef more convenient, and use it more widely. by Elliott Hughes · 14 years ago
  31. 99c59bf Expand upon the old ScopedByteArray, and start removing some of the Get/ReleaseCritical calls. by Elliott Hughes · 14 years ago
  32. 44e0e56 Enable -Wall -Wextra for libcore and cleanup all but one warning by Brian Carlstrom · 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. 08ec8fd Java 6 java.io.File changes. by Elliott Hughes · 14 years ago
  36. 0a807e5 Fix two compiler warnings. by Elliott Hughes · 15 years ago
  37. f226fd4 More java.io.File cleanup. by Elliott Hughes · 15 years ago
  38. d385bfc Improve the FileNotFoundExceptions thrown by OSFileSystem.open. by Elliott Hughes · 15 years ago
  39. 93a4b2a More java.io.File cleanup. by Elliott Hughes · 15 years ago
  40. c5c9c66 More java.io.File improvements. by Elliott Hughes · 15 years ago
  41. 87415b1 Fix File.isHidden and File.listRoots. by Elliott Hughes · 15 years ago
  42. 1326cfc Fix java.io.File's JNI's fixed-length buffers. by Elliott Hughes · 15 years ago
  43. 5e1a009 Switch java_io_File.c over to C++. by Elliott Hughes · 15 years ago[Renamed (80%) from luni/src/main/native/java_io_File.c]
  44. adc854b auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  45. 1c0fed6 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  46. dd828f4 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  47. fdb2704 Initial Contribution by The Android Open Source Project · 16 years ago