1. abaf7cb libnativehelper: Retire legacy FileDescriptor methods by Orion Hodson · 3 years, 1 month ago
  2. a3d2b63 Move JNIHelp to header by John Reck · 3 years, 1 month ago
  3. d0a53db libnativehelper: retire AFileDescriptor_{get,set}FD by Orion Hodson · 3 years, 1 month ago
  4. 0194f1f libnativehelper: add AFileDescriptor_{set,get}Fd by Orion Hodson · 3 years, 2 months ago
  5. b366380 Add jniThrowErrnoException in libnativehelper by Sorin Basca · 3 years, 3 months ago
  6. 4b3346a Remove __ANDROID_API__ #if checks. by Elliott Hughes · 3 years, 5 months ago
  7. 238626e Retire jniGetFileDescriptor from libnativehelper_compat_libc++ by Orion Hodson · 3 years, 6 months ago
  8. 80af3ff Merge "Remove jniGetReferent from libnativehelper." by Nicolas Geoffray · 3 years, 9 months ago
  9. aa2655f Remove jniGetReferent from libnativehelper. by Nicolas Geoffray · 3 years, 9 months ago
  10. e3d4d6d Remove jniCreateStringArray. by Nicolas Geoffray · 3 years, 9 months ago
  11. 76beb5e Merge "Make JNI Invocation API available to apps" by Orion Hodson · 3 years, 9 months ago
  12. 643d904 Make JNI Invocation API available to apps by Orion Hodson · 3 years, 10 months ago
  13. 5160c42 Remove ScopedBytes.h and scoped_bytes.h by Orion Hodson · 3 years, 9 months ago
  14. 9660d33 Add FileDescriptor NDK methods by Orion Hodson · 4 years ago
  15. f839d79 libnativehelper API split by Orion Hodson · 4 years ago
  16. 15b4aab Delete local reference in toStringArray() error paths by Orion Hodson · 4 years ago
  17. ce48736 Use pragma once over #define guards by Orion Hodson · 4 years, 2 months ago
  18. 962ee00 Move JniConstants to a C based implementation by Orion Hodson · 4 years, 2 months ago
  19. 85a2032 Clean-up JniInvocation by Orion Hodson · 4 years, 2 months ago
  20. 051d55c Drop FileDescriptor ownerId field from libnativehelper by Orion Hodson · 4 years, 2 months ago
  21. c2d541b Remove toStringArray from libnativehelper_api.h by Orion Hodson · 4 years, 3 months ago
  22. 17367dc Simplify toStringArray implementation by Orion Hodson · 4 years, 3 months ago
  23. 41b779b Retire jniStrError by Orion Hodson · 4 years, 3 months ago
  24. 44dbb40 Fix cpplint guard warnings by Orion Hodson · 4 years, 8 months ago
  25. 85cdde8 Clean-up exported API by Orion Hodson · 4 years, 8 months ago
  26. 8023ba1 Retire convenience macros from JNIHelp.h by Orion Hodson · 4 years, 8 months ago
  27. bcc2b6f Add java.nio.Buffer helper methods. by Orion Hodson · 5 years ago
  28. 44e418e Expose JniConstants::Uninitialize for libcore use. by Nicolas Geoffray · 5 years ago
  29. 2b66db5 Move AsynchronousCloseMonitor to libjavacore. by Pete Bentley · 5 years ago
  30. b01e7fe libnativehelper: refactoring for Runtime Module by Orion Hodson · 6 years ago
  31. fd87143 libnativehelper: minor C++ modernization by Orion Hodson · 5 years ago
  32. aadb373 Move JniConstants to points of use by Orion Hodson · 6 years ago
  33. 987fb4c Remove <nativehelper/UniquePtr.h> by Elliott Hughes · 6 years ago
  34. 5deab37 Mark UniquePtr as deprecated. by Elliott Hughes · 6 years ago
  35. 0505b22 Handle null FileDescriptors passed to native methods. by Pete Bentley · 6 years ago
  36. 669bc9e Add getter for java.io.FileDescriptor.owner. by Josh Gao · 6 years ago
  37. 3c46171 Do not reinitialize system properties to fake their values by Tom Cherry · 6 years ago
  38. 28d14bf Libnativehelper: Move mutable class cache to libcore by Andreas Gampe · 7 years ago
  39. d299c07 Nativehelper: Export header-only version of helpers by Andreas Gampe · 7 years ago
  40. 0d73c15 Merge "Remove setsockoptGroupSourceReq and StructGroupSourceReq" by vichang · 7 years ago
  41. fac8cb2 Nativehelper: Fix ScopedLocalRef by Andreas Gampe · 7 years ago
  42. 076bf28 Nativehelper: Add C++11 support to ScopedLocalRef by Andreas Gampe · 7 years ago
  43. 9b496b4 Remove setsockoptGroupSourceReq and StructGroupSourceReq by Victor Chang · 7 years ago
  44. 0b6891c Merge "Move default libnativehelper include to mock dir." am: cfdbad8210 by Steven Moreland · 7 years ago
  45. ab365e3 Move default libnativehelper include to mock dir. by Steven Moreland · 7 years ago
  46. 286e2ee Merge "Add JNI helper function jniCreateString()." am: a22102d917 by Fredrik Roubert · 7 years ago
  47. 2e31280 Add JNI helper function jniCreateString(). by Fredrik Roubert · 7 years ago
  48. 70d4d8b Merge "Track libcore commit 58228b82c64808eddac02736f18f5003730443a0" by Przemyslaw Szczepaniak · 7 years ago
  49. 5f72472 Track libcore commit 58228b82c64808eddac02736f18f5003730443a0 by Przemyslaw Szczepaniak · 7 years ago
  50. 6ae6952 Add move semantics to ScopedUtfChars by Adam Lesinski · 8 years ago
  51. 4701539 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 8 years ago
  52. e26fd49 Track libcore change 162bf4d3d62da1e581e7a40e01f5ad664f0507ef by Yi Kong · 8 years ago
  53. 5b948ff Merge "Add inet6AddressHolderClass JniConstant" by Treehugger Robot · 8 years ago
  54. ca2077d Remove libcore include dependency by Colin Cross · 8 years ago
  55. eedd7c7 Remove <nativehelper/ScopedFd.h>. by Elliott Hughes · 8 years ago
  56. c9be467 Add inet6AddressHolderClass JniConstant by Yi Kong · 8 years ago
  57. b493dac Fix google-explicit-constructor warnings in libnativehelper by Chih-Hung Hsieh · 8 years ago
  58. 83c7169 Fix misc-macro-parentheses warnings in libnativehelper. by Chih-Hung Hsieh · 8 years ago
  59. 67c3c13 Clean up JniConstants by Yi Kong · 8 years ago
  60. 65eaf99 Add SocketTagger class to JniConstants by Yi Kong · 8 years ago
  61. e03afaa Move AsynchronousCloseMonitor here from libcore by Przemyslaw Szczepaniak · 8 years ago
  62. 75fc6d2 Add a JniConstant for InetSocketAddressHolder. by Piotr Jastrzebski · 9 years ago
  63. 829b684 Remove JNI constants related to RealToString. by Narayan Kamath · 9 years ago
  64. 6ea79a1 Add a JNI constant for InetAddressHolder. by Piotr Jastrzebski · 9 years ago
  65. 8e0256e Track switch to OpenJdk's java.text class. by Piotr Jastrzebski · 9 years ago
  66. fa20ed6 Improve ScopedFd API by Casey Dahlin · 9 years ago
  67. e7fc23d Speed up ScopedPrimitiveArrayRO by Mathieu Chartier · 9 years ago
  68. 4ebb967 Replace InetUnixAddress with UnixSocketAddress by Neil Fuller · 9 years ago
  69. 315ac19 ScopedFd: Don't use TEMP_FAILURE_RETRY() with close() by Spencer Low · 9 years ago
  70. 63daad5 Add JNI references for PacketSocketAddress. by Lorenzo Colitti · 9 years ago
  71. 25b67b1 Add JNI references for android.system.NetlinkSocketAddress. by Erik Kline · 9 years ago
  72. 54733ea Rename field: fd -> fd_ by Dmitriy Ivanov · 9 years ago
  73. b926f19 Add Class<java.util.zip.ZipEntry> to JniConstants. by Narayan Kamath · 9 years ago
  74. c250bc9 Don't need swap anymore. by Dan Albert · 10 years ago
  75. 8288dde Add DISALLOW_COPY_AND_ASSIGN macro. by Ian Rogers · 10 years ago
  76. 88b84ec NativeHelper: Avoid returning local stack string by Ningsheng Jian · 10 years ago
  77. 5f4f4aa NativeHelper: Do not allow arbitrary library strings in user builds by Andreas Gampe · 10 years ago
  78. a985e9e Add reset to ScopedFd. by Ian Rogers · 10 years ago
  79. 099d521 TEMP_FAILURE_RETRY() requires errno.h by Dan Albert · 10 years ago
  80. 5d6c98a Make libnativehelper C++ library agnostic and remove libnativehelper_libc++. by Ian Rogers · 10 years ago
  81. 11d09c7 Changes to add libcore.io.StructGroupSourceReq by Neil Fuller · 10 years ago
  82. d88efd7 Merge commit 'd53ee92b5ce950d0c39dc9963cca5b80c400d03f' into HEAD by The Android Open Source Project · 11 years ago
  83. d528212 Add ScopedFd.release() and TEMP_FAILURE_RETRY the close(). by Vladimir Marko · 11 years ago
  84. e7839f4 am a77f3a24: Add support for ndk libnativehelper build. by Ruben Brunk · 11 years ago
  85. cb85700 am 61b8cd95: Merge "Remove direct dependence on stlport" by Kenny Root · 11 years ago
  86. c4c83a7 Remove direct dependence on stlport by Kenny Root · 11 years ago
  87. a77f3a2 Add support for ndk libnativehelper build. by Ruben Brunk · 11 years ago
  88. 5326d7a am e0f789dc: Merge "Remove dead code: jniGetStackTrace." by Elliott Hughes · 11 years ago
  89. a4e4e74 Remove dead code: jniGetStackTrace. by Elliott Hughes · 11 years ago
  90. fef1227 am e1ade693: Merge "Remove toStringArray16, which is now unused." by Elliott Hughes · 11 years ago
  91. 2607c66 Remove toStringArray16, which is now unused. by Elliott Hughes · 11 years ago
  92. 52c2312 am dc8d2bcf: am 416fa5b7: Merge "Switch libnativehelper from statfs to statvfs." by Elliott Hughes · 11 years ago
  93. df03494 Renaming dalvik.vm.lib to persist.sys.dalvik.vm.lib by Brian Carlstrom · 11 years ago
  94. dc8d2bc am 416fa5b7: Merge "Switch libnativehelper from statfs to statvfs." by Elliott Hughes · 11 years ago
  95. 47a1f29 Switch libnativehelper from statfs to statvfs. by Elliott Hughes · 11 years ago
  96. b2acfa2 Add JNI Invocation API to libnativehelper by Brian Carlstrom · 11 years ago
  97. 1a0d885 am cf5ac0ec: Merge "Scoped primitive arrays: allow them to be null" by Kenny Root · 11 years ago
  98. 389e088 Scoped primitive arrays: allow them to be null by Kenny Root · 11 years ago
  99. 36613c5 am 89544997: Merge "Move ScopedFd from libcore to libnativehelper (part 1)" by Brian Carlstrom · 11 years ago
  100. a97f907 Move ScopedFd from libcore to libnativehelper (part 1) by Brian Carlstrom · 11 years ago