1. a75fb2a NativeHelper: Avoid returning local stack string by Ningsheng Jian · 10 years ago
  2. 5019faa NativeHelper: Do not allow arbitrary library strings in user builds by Andreas Gampe · 10 years ago
  3. a985e9e Add reset to ScopedFd. by Ian Rogers · 10 years ago
  4. 099d521 TEMP_FAILURE_RETRY() requires errno.h by Dan Albert · 10 years ago
  5. 5d6c98a Make libnativehelper C++ library agnostic and remove libnativehelper_libc++. by Ian Rogers · 10 years ago
  6. 11d09c7 Changes to add libcore.io.StructGroupSourceReq by Neil Fuller · 10 years ago
  7. d88efd7 Merge commit 'd53ee92b5ce950d0c39dc9963cca5b80c400d03f' into HEAD by The Android Open Source Project · 11 years ago
  8. d528212 Add ScopedFd.release() and TEMP_FAILURE_RETRY the close(). by Vladimir Marko · 11 years ago
  9. e7839f4 am a77f3a24: Add support for ndk libnativehelper build. by Ruben Brunk · 11 years ago
  10. cb85700 am 61b8cd95: Merge "Remove direct dependence on stlport" by Kenny Root · 11 years ago
  11. c4c83a7 Remove direct dependence on stlport by Kenny Root · 11 years ago
  12. a77f3a2 Add support for ndk libnativehelper build. by Ruben Brunk · 11 years ago
  13. 5326d7a am e0f789dc: Merge "Remove dead code: jniGetStackTrace." by Elliott Hughes · 11 years ago
  14. a4e4e74 Remove dead code: jniGetStackTrace. by Elliott Hughes · 11 years ago
  15. fef1227 am e1ade693: Merge "Remove toStringArray16, which is now unused." by Elliott Hughes · 11 years ago
  16. 2607c66 Remove toStringArray16, which is now unused. by Elliott Hughes · 11 years ago
  17. 52c2312 am dc8d2bcf: am 416fa5b7: Merge "Switch libnativehelper from statfs to statvfs." by Elliott Hughes · 11 years ago
  18. df03494 Renaming dalvik.vm.lib to persist.sys.dalvik.vm.lib by Brian Carlstrom · 11 years ago
  19. dc8d2bc am 416fa5b7: Merge "Switch libnativehelper from statfs to statvfs." by Elliott Hughes · 11 years ago
  20. 47a1f29 Switch libnativehelper from statfs to statvfs. by Elliott Hughes · 11 years ago
  21. b2acfa2 Add JNI Invocation API to libnativehelper by Brian Carlstrom · 11 years ago
  22. 1a0d885 am cf5ac0ec: Merge "Scoped primitive arrays: allow them to be null" by Kenny Root · 11 years ago
  23. 389e088 Scoped primitive arrays: allow them to be null by Kenny Root · 11 years ago
  24. 36613c5 am 89544997: Merge "Move ScopedFd from libcore to libnativehelper (part 1)" by Brian Carlstrom · 11 years ago
  25. a97f907 Move ScopedFd from libcore to libnativehelper (part 1) by Brian Carlstrom · 11 years ago
  26. 0b477b9 am 442a079e: Merge "Add swap operation to UniquePtr." by Brian Carlstrom · 11 years ago
  27. 7cc37bb Add swap operation to UniquePtr. by Mathieu Chartier · 12 years ago
  28. 4ca3898 am 95779265: Merge "Move more utility classes from libcore to libnativehelper (part 1)" by Brian Carlstrom · 11 years ago
  29. 3d9d214 Move more utility classes from libcore to libnativehelper (part 1) by Brian Carlstrom · 11 years ago
  30. dc176c5 Move jniGetReferent to use JniConstants by Jeff Brown · 11 years ago
  31. 2a7250b resolved conflicts for merge of b50e3d9d to jb-mr2-dev-plus-aosp by Brian Carlstrom · 11 years ago
  32. 95b0038 Manually merge JniConstants changes from 81fd7cc0. by Elliott Hughes · 11 years ago
  33. f4a3c1e Add Calendar, Object, Object[] to well-known list by Kenny Root · 11 years ago
  34. 48f1451 Add InputStream and OutputStream to the well-known classes. by Elliott Hughes · 11 years ago
  35. f199e42 Fix build. JniConstants is in libnativehelper, not libcore, in dalvik-dev. by Elliott Hughes · 11 years ago
  36. dd8af23 Moving libnativehelper additions from libcore by Brian Carlstrom · 12 years ago
  37. a7de678 Add a helper to get the referent of a Reference. by Jeff Brown · 11 years ago
  38. 97b6556 Use <stdint.h> in jni.h for better x86_64 portability. by Elliott Hughes · 11 years ago
  39. 73d3c2e Make libnativehelper stand-alone. by Elliott Hughes · 12 years ago
  40. 4ed586e Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGE by Steve Block · 13 years ago
  41. 154661e Fix JNIEXPORT now people are using -fvisibility. by Elliott Hughes · 13 years ago
  42. 1ff7a0d Normalize the include guard style. by Carl Shapiro · 13 years ago
  43. a6f951c Tidy up some includes. by Elliott Hughes · 13 years ago
  44. 87f62a8 Move JNIHelp's implementation to C++. by Elliott Hughes · 13 years ago
  45. 85629f2 Fix build by reverting NELEM change. by Elliott Hughes · 13 years ago
  46. 027ff80 In C++, we can offer a better NELEM. by Elliott Hughes · 13 years ago
  47. 2f82af1 Add jniThrowExceptionFmt. by Elliott Hughes · 13 years ago
  48. b53ec15 Remove JNI_FORCE_C by Andy McFadden · 13 years ago
  49. bf785f4 Fix a couple copyright headers that aren't in the prescribed format. by Dan Bornstein · 14 years ago
  50. abb4eff Remove trailing whitespace. by Carl Shapiro · 14 years ago
  51. a4d591b am 09eae10c: am 23971e39: Merge "Added a new JNI helper for logging exceptions. Plugged some JNI reference leaks in existing JNI helpers." into kraken by Jeff Brown · 14 years ago
  52. 2c3fc7a Added a new JNI helper for logging exceptions. by Jeff Brown · 14 years ago
  53. 7d26526 Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-master by Brian Carlstrom · 14 years ago
  54. 9f6e1d3 Fix jniThrowRuntimeException for C callers, add jniThrowNullPointerException. by Elliott Hughes · 14 years ago
  55. 773c779 am 66cbe5b1: am bf1bb914: am 4a888b09: Two exception-related tweaks: (1) Make the dynamic exception construction mechanism be able to handle exception constructors that take Object instead of String. (2) Add a convenience in JNIHelp to throw RuntimeExceptions. by Dan Bornstein · 14 years ago
  56. f84f4c6 Two exception-related tweaks: (1) Make the dynamic exception construction by Dan Bornstein · 15 years ago
  57. d293e88 Merge change I4c4d050d by Android (Google) Code Review · 15 years ago
  58. 6edaa47 Clone TEMP_FAILURE_RETRY in JNIHelp.h, to make up for (take your pick) by Dan Bornstein · 15 years ago
  59. 1709634 Remove dead native org.apache.harmony.nio.AddressUtils code. by Elliott Hughes · 15 years ago
  60. e4239ae Expose the portable "strerror_r" used by jniThrowIOException. by Elliott Hughes · 15 years ago
  61. 0b9d26c "External allocation" tracking for direct buffers. by Andy McFadden · 15 years ago
  62. 7f844dd auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  63. 3a7b73e auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  64. 379c0f0 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 15 years ago
  65. ad83f63 Initial Contribution by The Android Open Source Project · 16 years ago