1. 4ed586e Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGE by Steve Block · 13 years ago
  2. 154661e Fix JNIEXPORT now people are using -fvisibility. by Elliott Hughes · 13 years ago
  3. e6adf5a Break a dependency on frameworks/base when building a host VM. by Elliott Hughes · 13 years ago
  4. 1ff7a0d Normalize the include guard style. by Carl Shapiro · 13 years ago
  5. a6f951c Tidy up some includes. by Elliott Hughes · 13 years ago
  6. 87f62a8 Move JNIHelp's implementation to C++. by Elliott Hughes · 13 years ago
  7. ed2af79 Fix a buffer overrun in jniLogException. by Elliott Hughes · 13 years ago
  8. 85629f2 Fix build by reverting NELEM change. by Elliott Hughes · 13 years ago
  9. 027ff80 In C++, we can offer a better NELEM. by Elliott Hughes · 13 years ago
  10. 2f82af1 Add jniThrowExceptionFmt. by Elliott Hughes · 13 years ago
  11. 605e6a9 Fix the order in which natives are registered. by Elliott Hughes · 13 years ago
  12. b53ec15 Remove JNI_FORCE_C by Andy McFadden · 13 years ago
  13. 115c251 Added JNI hack to support JNI hack by Andy McFadden · 13 years ago
  14. a810cc5 jniRegisterNativeMethods should abort on failure by Andy McFadden · 13 years ago
  15. acc8473 Track change in libcore/NativeCode.mk. by Elliott Hughes · 14 years ago
  16. 51c0f5b Add optional tags to dalvik. by Jesse Wilson · 14 years ago
  17. 52985c6 Support dalvikvm on a Linux x86 host by Jesse Wilson · 14 years ago
  18. bf785f4 Fix a couple copyright headers that aren't in the prescribed format. by Dan Bornstein · 14 years ago
  19. 2394cac am 1c3da619: am 0f0e6f10: Merge "The ICU data is no longer compiled directly into the shared library." into gingerbread by Joe Onorato · 14 years ago
  20. 04e4137 The ICU data is no longer compiled directly into the shared library. by Joe Onorato · 14 years ago
  21. 1a3bd5d Move the implementation of JNIHelp.h's FileDescriptor helpers into JNIHelp.c. by Elliott Hughes · 14 years ago
  22. ca0b703 Remove repeated newlines at the end of files. by Carl Shapiro · 14 years ago
  23. abb4eff Remove trailing whitespace. by Carl Shapiro · 14 years ago
  24. 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
  25. 2c3fc7a Added a new JNI helper for logging exceptions. by Jeff Brown · 14 years ago
  26. d5ef6cb Merge branch 'dalvik-dev' by Brian Carlstrom · 14 years ago
  27. 7d26526 Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-master by Brian Carlstrom · 14 years ago
  28. 430e620 Remove two dead files. by Elliott Hughes · 14 years ago
  29. 46b3d4d Move the libcore registration out of libnativehelpers and into libcore. by Elliott Hughes · 14 years ago
  30. fb0a8fd Add Java 6's java.net.IDN. by Elliott Hughes · 14 years ago
  31. e7a7963 Add Java 6's java.io.Console. by Elliott Hughes · 14 years ago
  32. 27fa5f5 am 10ebc7d0: Merge "Implement (but @hide) java.text.Normalizer from Java 6." by Elliott Hughes · 14 years ago
  33. 1baa2a7 Implement (but @hide) java.text.Normalizer from Java 6. by Elliott Hughes · 14 years ago
  34. 0c015d7 resolved conflicts for merge of e84bea92 to dalvik-dev by Brian Carlstrom · 14 years ago
  35. 0761d94 Break the sqlite JDBC driver out from our JDBC implementation. by Elliott Hughes · 14 years ago
  36. 2672d48 First pass at reorganizing org.apache.harmony.xnet.provider.jsse native code into a single file. by Brian Carlstrom · 14 years ago
  37. d0d8bbe Merge remote branch 'goog/master' into mm by Elliott Hughes · 14 years ago
  38. bbcaf14 am adbe0586: am 217f8ef4: reconcile main tree with open-source eclair by The Android Open Source Project · 14 years ago
  39. 590caee am 217f8ef4: reconcile main tree with open-source eclair by The Android Open Source Project · 14 years ago
  40. 0704dba Remove RuleBasedNumberFormat from our icu4jni fork, since we don't need it. by Elliott Hughes · 14 years ago
  41. edffb28 reconcile android-2.1_r1 snapshot by The Android Open Source Project · 14 years ago
  42. 9f6e1d3 Fix jniThrowRuntimeException for C callers, add jniThrowNullPointerException. by Elliott Hughes · 14 years ago
  43. c094b8b android-2.1_r1 snapshot by The Android Open Source Project · 14 years ago
  44. ab0c08d Merge commit 'goog/eclair-plus-aosp' by Android Git Automerger · 15 years ago
  45. 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 · 15 years ago
  46. ea544a2 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 · 15 years ago
  47. ac2c10c 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 · 15 years ago
  48. f84f4c6 Two exception-related tweaks: (1) Make the dynamic exception construction by Dan Bornstein · 15 years ago
  49. 1c1c514 am d829c399: merge from open-source master by Jean-Baptiste Queru · 15 years ago
  50. f7218bb merge from open-source master by Jean-Baptiste Queru · 15 years ago
  51. 519e0b9 eclair snapshot by Jean-Baptiste Queru · 15 years ago
  52. d293e88 Merge change I4c4d050d by Android (Google) Code Review · 15 years ago
  53. 6edaa47 Clone TEMP_FAILURE_RETRY in JNIHelp.h, to make up for (take your pick) by Dan Bornstein · 15 years ago
  54. 1709634 Remove dead native org.apache.harmony.nio.AddressUtils code. by Elliott Hughes · 15 years ago
  55. 6174c46 Change the host build to include whole static libraries, and to name by Dan Bornstein · 15 years ago
  56. 261c131 Clear pending exception before throwing a new one. by Andy McFadden · 15 years ago
  57. e4239ae Expose the portable "strerror_r" used by jniThrowIOException. by Elliott Hughes · 15 years ago
  58. 0e02343 More work on getting Dalvik to build on the host (particularly OSX). by Dan Bornstein · 15 years ago
  59. 3f30fc0 First parts of enabling a host Dalvik build. by Dan Bornstein · 15 years ago
  60. 0b9d26c "External allocation" tracking for direct buffers. by Andy McFadden · 15 years ago
  61. 7f844dd auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  62. 3a7b73e auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  63. 379c0f0 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  64. ad83f63 Initial Contribution by The Android Open Source Project · 16 years ago