1. 44dbb40 Fix cpplint guard warnings by Orion Hodson · 4 years, 8 months ago
  2. 85cdde8 Clean-up exported API by Orion Hodson · 4 years, 8 months ago
  3. 8023ba1 Retire convenience macros from JNIHelp.h by Orion Hodson · 4 years, 8 months ago
  4. bcc2b6f Add java.nio.Buffer helper methods. by Orion Hodson · 5 years ago
  5. 44e418e Expose JniConstants::Uninitialize for libcore use. by Nicolas Geoffray · 5 years ago
  6. 2b66db5 Move AsynchronousCloseMonitor to libjavacore. by Pete Bentley · 5 years ago
  7. b01e7fe libnativehelper: refactoring for Runtime Module by Orion Hodson · 6 years ago
  8. fd87143 libnativehelper: minor C++ modernization by Orion Hodson · 5 years ago
  9. aadb373 Move JniConstants to points of use by Orion Hodson · 6 years ago
  10. 987fb4c Remove <nativehelper/UniquePtr.h> by Elliott Hughes · 6 years ago
  11. 5deab37 Mark UniquePtr as deprecated. by Elliott Hughes · 6 years ago
  12. 0505b22 Handle null FileDescriptors passed to native methods. by Pete Bentley · 6 years ago
  13. 669bc9e Add getter for java.io.FileDescriptor.owner. by Josh Gao · 6 years ago
  14. 3c46171 Do not reinitialize system properties to fake their values by Tom Cherry · 7 years ago
  15. 28d14bf Libnativehelper: Move mutable class cache to libcore by Andreas Gampe · 7 years ago
  16. d299c07 Nativehelper: Export header-only version of helpers by Andreas Gampe · 7 years ago
  17. 0d73c15 Merge "Remove setsockoptGroupSourceReq and StructGroupSourceReq" by vichang · 7 years ago
  18. fac8cb2 Nativehelper: Fix ScopedLocalRef by Andreas Gampe · 7 years ago
  19. 076bf28 Nativehelper: Add C++11 support to ScopedLocalRef by Andreas Gampe · 7 years ago
  20. 9b496b4 Remove setsockoptGroupSourceReq and StructGroupSourceReq by Victor Chang · 7 years ago
  21. 0b6891c Merge "Move default libnativehelper include to mock dir." am: cfdbad8210 by Steven Moreland · 7 years ago
  22. ab365e3 Move default libnativehelper include to mock dir. by Steven Moreland · 7 years ago
  23. 286e2ee Merge "Add JNI helper function jniCreateString()." am: a22102d917 by Fredrik Roubert · 7 years ago
  24. 2e31280 Add JNI helper function jniCreateString(). by Fredrik Roubert · 7 years ago
  25. 70d4d8b Merge "Track libcore commit 58228b82c64808eddac02736f18f5003730443a0" by Przemyslaw Szczepaniak · 7 years ago
  26. 5f72472 Track libcore commit 58228b82c64808eddac02736f18f5003730443a0 by Przemyslaw Szczepaniak · 7 years ago
  27. 6ae6952 Add move semantics to ScopedUtfChars by Adam Lesinski · 8 years ago
  28. 4701539 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 8 years ago
  29. e26fd49 Track libcore change 162bf4d3d62da1e581e7a40e01f5ad664f0507ef by Yi Kong · 8 years ago
  30. 5b948ff Merge "Add inet6AddressHolderClass JniConstant" by Treehugger Robot · 8 years ago
  31. ca2077d Remove libcore include dependency by Colin Cross · 8 years ago
  32. eedd7c7 Remove <nativehelper/ScopedFd.h>. by Elliott Hughes · 8 years ago
  33. c9be467 Add inet6AddressHolderClass JniConstant by Yi Kong · 8 years ago
  34. b493dac Fix google-explicit-constructor warnings in libnativehelper by Chih-Hung Hsieh · 8 years ago
  35. 83c7169 Fix misc-macro-parentheses warnings in libnativehelper. by Chih-Hung Hsieh · 8 years ago
  36. 67c3c13 Clean up JniConstants by Yi Kong · 8 years ago
  37. 65eaf99 Add SocketTagger class to JniConstants by Yi Kong · 8 years ago
  38. e03afaa Move AsynchronousCloseMonitor here from libcore by Przemyslaw Szczepaniak · 9 years ago
  39. 75fc6d2 Add a JniConstant for InetSocketAddressHolder. by Piotr Jastrzebski · 9 years ago
  40. 829b684 Remove JNI constants related to RealToString. by Narayan Kamath · 9 years ago
  41. 6ea79a1 Add a JNI constant for InetAddressHolder. by Piotr Jastrzebski · 9 years ago
  42. 8e0256e Track switch to OpenJdk's java.text class. by Piotr Jastrzebski · 9 years ago
  43. fa20ed6 Improve ScopedFd API by Casey Dahlin · 9 years ago
  44. e7fc23d Speed up ScopedPrimitiveArrayRO by Mathieu Chartier · 9 years ago
  45. 4ebb967 Replace InetUnixAddress with UnixSocketAddress by Neil Fuller · 9 years ago
  46. 315ac19 ScopedFd: Don't use TEMP_FAILURE_RETRY() with close() by Spencer Low · 9 years ago
  47. 63daad5 Add JNI references for PacketSocketAddress. by Lorenzo Colitti · 9 years ago
  48. 25b67b1 Add JNI references for android.system.NetlinkSocketAddress. by Erik Kline · 9 years ago
  49. 54733ea Rename field: fd -> fd_ by Dmitriy Ivanov · 9 years ago
  50. b926f19 Add Class<java.util.zip.ZipEntry> to JniConstants. by Narayan Kamath · 9 years ago
  51. c250bc9 Don't need swap anymore. by Dan Albert · 10 years ago
  52. 8288dde Add DISALLOW_COPY_AND_ASSIGN macro. by Ian Rogers · 10 years ago
  53. 88b84ec NativeHelper: Avoid returning local stack string by Ningsheng Jian · 10 years ago
  54. 5f4f4aa NativeHelper: Do not allow arbitrary library strings in user builds by Andreas Gampe · 10 years ago
  55. a985e9e Add reset to ScopedFd. by Ian Rogers · 10 years ago
  56. 099d521 TEMP_FAILURE_RETRY() requires errno.h by Dan Albert · 10 years ago
  57. 5d6c98a Make libnativehelper C++ library agnostic and remove libnativehelper_libc++. by Ian Rogers · 10 years ago
  58. 11d09c7 Changes to add libcore.io.StructGroupSourceReq by Neil Fuller · 10 years ago
  59. d88efd7 Merge commit 'd53ee92b5ce950d0c39dc9963cca5b80c400d03f' into HEAD by The Android Open Source Project · 11 years ago
  60. d528212 Add ScopedFd.release() and TEMP_FAILURE_RETRY the close(). by Vladimir Marko · 11 years ago
  61. e7839f4 am a77f3a24: Add support for ndk libnativehelper build. by Ruben Brunk · 11 years ago
  62. cb85700 am 61b8cd95: Merge "Remove direct dependence on stlport" by Kenny Root · 11 years ago
  63. c4c83a7 Remove direct dependence on stlport by Kenny Root · 11 years ago
  64. a77f3a2 Add support for ndk libnativehelper build. by Ruben Brunk · 11 years ago
  65. 5326d7a am e0f789dc: Merge "Remove dead code: jniGetStackTrace." by Elliott Hughes · 11 years ago
  66. a4e4e74 Remove dead code: jniGetStackTrace. by Elliott Hughes · 11 years ago
  67. fef1227 am e1ade693: Merge "Remove toStringArray16, which is now unused." by Elliott Hughes · 11 years ago
  68. 2607c66 Remove toStringArray16, which is now unused. by Elliott Hughes · 11 years ago
  69. 52c2312 am dc8d2bcf: am 416fa5b7: Merge "Switch libnativehelper from statfs to statvfs." by Elliott Hughes · 11 years ago
  70. df03494 Renaming dalvik.vm.lib to persist.sys.dalvik.vm.lib by Brian Carlstrom · 11 years ago
  71. dc8d2bc am 416fa5b7: Merge "Switch libnativehelper from statfs to statvfs." by Elliott Hughes · 11 years ago
  72. 47a1f29 Switch libnativehelper from statfs to statvfs. by Elliott Hughes · 11 years ago
  73. b2acfa2 Add JNI Invocation API to libnativehelper by Brian Carlstrom · 11 years ago
  74. 1a0d885 am cf5ac0ec: Merge "Scoped primitive arrays: allow them to be null" by Kenny Root · 11 years ago
  75. 389e088 Scoped primitive arrays: allow them to be null by Kenny Root · 11 years ago
  76. 36613c5 am 89544997: Merge "Move ScopedFd from libcore to libnativehelper (part 1)" by Brian Carlstrom · 11 years ago
  77. a97f907 Move ScopedFd from libcore to libnativehelper (part 1) by Brian Carlstrom · 11 years ago
  78. 0b477b9 am 442a079e: Merge "Add swap operation to UniquePtr." by Brian Carlstrom · 11 years ago
  79. 7cc37bb Add swap operation to UniquePtr. by Mathieu Chartier · 12 years ago
  80. 4ca3898 am 95779265: Merge "Move more utility classes from libcore to libnativehelper (part 1)" by Brian Carlstrom · 11 years ago
  81. 3d9d214 Move more utility classes from libcore to libnativehelper (part 1) by Brian Carlstrom · 11 years ago
  82. dc176c5 Move jniGetReferent to use JniConstants by Jeff Brown · 11 years ago
  83. 2a7250b resolved conflicts for merge of b50e3d9d to jb-mr2-dev-plus-aosp by Brian Carlstrom · 11 years ago
  84. 95b0038 Manually merge JniConstants changes from 81fd7cc0. by Elliott Hughes · 11 years ago
  85. f4a3c1e Add Calendar, Object, Object[] to well-known list by Kenny Root · 11 years ago
  86. 48f1451 Add InputStream and OutputStream to the well-known classes. by Elliott Hughes · 11 years ago
  87. f199e42 Fix build. JniConstants is in libnativehelper, not libcore, in dalvik-dev. by Elliott Hughes · 11 years ago
  88. dd8af23 Moving libnativehelper additions from libcore by Brian Carlstrom · 12 years ago
  89. a7de678 Add a helper to get the referent of a Reference. by Jeff Brown · 11 years ago
  90. 97b6556 Use <stdint.h> in jni.h for better x86_64 portability. by Elliott Hughes · 11 years ago
  91. 73d3c2e Make libnativehelper stand-alone. by Elliott Hughes · 12 years ago
  92. 4ed586e Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGE by Steve Block · 13 years ago
  93. 154661e Fix JNIEXPORT now people are using -fvisibility. by Elliott Hughes · 13 years ago
  94. 1ff7a0d Normalize the include guard style. by Carl Shapiro · 13 years ago
  95. a6f951c Tidy up some includes. by Elliott Hughes · 13 years ago
  96. 87f62a8 Move JNIHelp's implementation to C++. by Elliott Hughes · 13 years ago
  97. 85629f2 Fix build by reverting NELEM change. by Elliott Hughes · 13 years ago
  98. 027ff80 In C++, we can offer a better NELEM. by Elliott Hughes · 13 years ago
  99. 2f82af1 Add jniThrowExceptionFmt. by Elliott Hughes · 13 years ago
  100. b53ec15 Remove JNI_FORCE_C by Andy McFadden · 13 years ago