1. 444aa23 Fix typos. by Elliott Hughes · 12 years ago
  2. 81abb6f More backwards compatibility for Facebook. by Elliott Hughes · 12 years ago
  3. 0cfd9bc Stop Facebook crashing with NoSuchFieldException. by Elliott Hughes · 12 years ago
  4. 652abda Support System.loadLibrary for libraries with transitive dependencies. by Elliott Hughes · 12 years ago
  5. c2d0a1f Add detail messages to all remaining NullPointerExceptions. by Elliott Hughes · 12 years ago
  6. f904678 Support directories on the classpath, for resources. by Elliott Hughes · 12 years ago
  7. 4285b52 Move comment to match code by Brian Carlstrom · 12 years ago
  8. 6133a23 Lazy parsing of zip files for Java resources. by Narayan Kamath · 12 years ago
  9. 77af18a am e3b1b9eb: Merge "Gut dalvik.system.TemporaryDirectory, which has nothing to do with setting java.io.tmpdir." by Elliott Hughes · 12 years ago
  10. 3fd7be7 Gut dalvik.system.TemporaryDirectory, which has nothing to do with setting java.io.tmpdir. by Elliott Hughes · 12 years ago
  11. 028ad9b am df0d0295: Merge "Make System.loadLibrary use open(2) rather than stat(2)." by Elliott Hughes · 12 years ago
  12. 6d17baa Make System.loadLibrary use open(2) rather than stat(2). by Elliott Hughes · 12 years ago
  13. a1efc89 am 4e8aff78: Merge "Remove various content-free package.html files." by Elliott Hughes · 12 years ago
  14. 02f8123 Remove various content-free package.html files. by Elliott Hughes · 12 years ago
  15. ee016ac Access to all users' external storage. by Jeff Sharkey · 12 years ago
  16. 1d7a4a8 Multi-user external storage support. by Jeff Sharkey · 12 years ago
  17. 75245fc Include library path information in BaseDexClassLoader for better error reporting in Runtime.loadLibrary by Brian Carlstrom · 12 years ago
  18. 3bbe531 Improve the BaseDexClassLoader detail message, and make ScopedLocalRef more unique_ptr-like. by Elliott Hughes · 13 years ago
  19. 63ac769 Use float comparison for setTargetHeapUtilization constants. by Ian Rogers · 12 years ago
  20. 8155888 Fix HttpURLConnection CloseGuard warning due to lack of close on GZIPInputStream by Brian Carlstrom · 12 years ago
  21. 0a61dbe am 4ee3fff2: Merge "Extend forkAndSpecialize to take further input arguments." by Kenny Root · 12 years ago
  22. f042909 Extend forkAndSpecialize to take further input arguments. by Stephen Smalley · 13 years ago
  23. 990acea Merge "Refuse to write optimized dex files to a non-private directory." by Jesse Wilson · 13 years ago
  24. 5c7fa7c Refuse to write optimized dex files to a non-private directory. by Jesse Wilson · 13 years ago
  25. 06f039b Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  26. 3908db5 Track removal of unsupported experimental opcodes. by Elliott Hughes · 13 years ago
  27. 7e9a64c Only tag/untag sockets when open. by Jeff Sharkey · 13 years ago
  28. 701cca1 Fix typo in Javadoc for onReadFromDisk by Casey Ho · 13 years ago
  29. 4ee53d1 Document a semantic change to setTargetSdkVersion. by Elliott Hughes · 13 years ago
  30. 675351b Allow an app's targetSdkVersion to be set by the zygote (libcore). by Elliott Hughes · 13 years ago
  31. 274d3c9 resolved conflicts for merge of ba450023 to master by Jesse Wilson · 13 years ago
  32. 7632f95 Add a constant for enabling logging of third-party JNI activity. by Elliott Hughes · 13 years ago
  33. 09bb615 Use a clear warning in the DexClassLoader docs. by Jesse Wilson · 13 years ago
  34. 5112325 Move socket tagging to frameworks/base. by Jesse Wilson · 13 years ago
  35. 2b60e18 Migrate setThreadStatsTag() from String to int. by Jeff Sharkey · 13 years ago
  36. c8a6bcc Remove an unused internal native. by Elliott Hughes · 13 years ago
  37. 64c6c36 Implement the finalizer watchdog. by Jesse Wilson · 13 years ago
  38. ebda6e3 blockguard: tweak netfilter cmd handling, document function. by JP Abgrall · 13 years ago
  39. ada8588 BlockGuard: bandwidth control: enable and simplify talking to kernel. by JP Abgrall · 13 years ago
  40. 917753d am 46fc50e8: Merge "Support wrapping app processes to inject debug instrumentation. Bug: 4437846" by Jeff Brown · 13 years ago
  41. 46fc50e Merge "Support wrapping app processes to inject debug instrumentation. Bug: 4437846" by Jeff Brown · 13 years ago
  42. 7047a3d Support wrapping app processes to inject debug instrumentation. Bug: 4437846 by Jeff Brown · 13 years ago
  43. 553d98a Expose accept(2). by Elliott Hughes · 13 years ago
  44. 23ec091 Implement recvfrom(2). by Elliott Hughes · 13 years ago
  45. 9d0f4b4 Disable verbose socket logging. by Jeff Sharkey · 13 years ago
  46. 90d96a4 Add sendto(2) and reimplement all network writes in terms of it. by Elliott Hughes · 13 years ago
  47. 214620d Quieten socket tagging. by Elliott Hughes · 13 years ago
  48. e27d020 Remove OSNetworkSystem.close. by Elliott Hughes · 13 years ago
  49. 5637884 resolved conflicts for merge of 1e8d508f to dalvik-dev by Jeff Sharkey · 13 years ago
  50. 1e8d508 Add Socket tagging for granular data accounting. by Jeff Sharkey · 13 years ago
  51. 2bad9bf Reimplement OSNetworkSystem.isConnected in Java. by Elliott Hughes · 13 years ago
  52. 70c8204 Expose poll(2) and reimplement java.nio.channels.Selector. by Elliott Hughes · 13 years ago
  53. a7bb294 Clean up the select(2) implementation. by Elliott Hughes · 13 years ago
  54. 32b0fa4 DatagramSocket.disconnect is really a connect(2) of an AF_UNSPEC sockaddr. by Elliott Hughes · 13 years ago
  55. 996bf79 Expose connect(2). by Elliott Hughes · 13 years ago
  56. da15009 Expose bind(2). by Elliott Hughes · 13 years ago
  57. d6ecf92 Fix non-blocking connects. by Elliott Hughes · 13 years ago
  58. 220c0af Rewrite blocking connects in terms of the non-blocking primitives. by Elliott Hughes · 13 years ago
  59. b974666 Finish setsockopt(2). by Elliott Hughes · 13 years ago
  60. 9aa5333 Ensure that the zygote is single-threaded before forking. by Elliott Hughes · 13 years ago
  61. 55d86d8 Implement reference queuing in managed code. by Carl Shapiro · 13 years ago
  62. 0a9d1ee Add getsockname(2) and getsockopt(2). by Elliott Hughes · 13 years ago
  63. 645d772 am e9af8901: SamplingProfilerIntegration and SamplingProfiler improvements (2/3) by Brian Carlstrom · 13 years ago
  64. e9af890 SamplingProfilerIntegration and SamplingProfiler improvements (2/3) by Brian Carlstrom · 13 years ago
  65. 454a95f Add socket(2) and start adding setsockopt(2). by Elliott Hughes · 13 years ago
  66. 8b15dcc Add sendfile(2). by Elliott Hughes · 13 years ago
  67. bbac92e Add readv(2)/writev(2). by Elliott Hughes · 13 years ago
  68. 461d0d8 Add ioctl(2) for int*. by Elliott Hughes · 13 years ago
  69. 53eaa09 Merge "Add write(2)." into dalvik-dev by Elliott Hughes · 13 years ago
  70. 6b89e5f Merge "Minor tweak to NativeStart" into dalvik-dev by Andy McFadden · 13 years ago
  71. 78c7cc5 Add write(2). by Elliott Hughes · 13 years ago
  72. 26c7025 Add read(2). by Elliott Hughes · 13 years ago
  73. d4ce68d Minor tweak to NativeStart by Andy McFadden · 13 years ago
  74. b4088b3 resolved conflicts for merge of cfa84a2a to dalvik-dev by Brian Carlstrom · 13 years ago
  75. cfa84a2 Import SamplingProfiler from http://code.google.com/p/dalvik/ by Brian Carlstrom · 13 years ago
  76. fc549a0 Add fcntl(2). by Elliott Hughes · 13 years ago
  77. e1502d6 Add listen(2). by Elliott Hughes · 13 years ago
  78. 59e4744 Add shutdown(2). by Elliott Hughes · 13 years ago
  79. 0ac77ac Add open(2). by Elliott Hughes · 13 years ago
  80. e6ce85b Merge "Remove more dead SecurityManager cruft." into dalvik-dev by Elliott Hughes · 13 years ago
  81. 8647680 Remove more dead SecurityManager cruft. by Elliott Hughes · 13 years ago
  82. bbfadc8 Move finalization into the core library. by Carl Shapiro · 13 years ago
  83. dedaccd Add lseek(2). by Elliott Hughes · 13 years ago
  84. f5333fd Add ftruncate(2). by Elliott Hughes · 13 years ago
  85. 6fc1a0e Add sysconf(3). by Elliott Hughes · 13 years ago
  86. 47cb338 Add fstat(2), lstat(2), and stat(2). by Elliott Hughes · 13 years ago
  87. 52724d3 Add fsync(2) and fdatasync(2). by Elliott Hughes · 13 years ago
  88. cdf7a1f Expose POSIX constants. by Elliott Hughes · 13 years ago
  89. 3d93b50 Remove the stopAtPrivileged argument. by Dan Bornstein · 13 years ago
  90. 2f03cca Use -fvisibility and clean up a little. by Elliott Hughes · 13 years ago
  91. 9ac1ed0 Clean up of test-related dalvik.annotation classes by Brian Carlstrom · 13 years ago
  92. f5309a3 Fix more FindBugs warnings: RR_NOT_CHECKED. by Elliott Hughes · 13 years ago
  93. 85440d1 am 2f323ffc: Merge "Move state from Sampler to SamplingProfiler that needs to be preserved across a profiler restart" by Brian Carlstrom · 13 years ago
  94. ed94c62 Move state from Sampler to SamplingProfiler that needs to be preserved across a profiler restart by Brian Carlstrom · 13 years ago
  95. a7ef552 Simplify internal libcore logging. by Elliott Hughes · 13 years ago
  96. 6aa068b Fix various FindBugs warnings. by Elliott Hughes · 13 years ago
  97. 79859c0 Fix dalvik.system FindBugs warnings. by Elliott Hughes · 13 years ago
  98. ea52753 Refactor DexClassLoader and PathClassLoader. by Dan Bornstein · 13 years ago
  99. 296b43d Remove the obsolete TouchDex code. by Elliott Hughes · 13 years ago
  100. 24923f9 Move more of the system properties handling into managed code. by Elliott Hughes · 13 years ago