1. 23ec091 Implement recvfrom(2). by Elliott Hughes · 13 years ago
  2. 9d0f4b4 Disable verbose socket logging. by Jeff Sharkey · 13 years ago
  3. 90d96a4 Add sendto(2) and reimplement all network writes in terms of it. by Elliott Hughes · 13 years ago
  4. 214620d Quieten socket tagging. by Elliott Hughes · 13 years ago
  5. e27d020 Remove OSNetworkSystem.close. by Elliott Hughes · 13 years ago
  6. 5637884 resolved conflicts for merge of 1e8d508f to dalvik-dev by Jeff Sharkey · 13 years ago
  7. 1e8d508 Add Socket tagging for granular data accounting. by Jeff Sharkey · 13 years ago
  8. 2bad9bf Reimplement OSNetworkSystem.isConnected in Java. by Elliott Hughes · 13 years ago
  9. 70c8204 Expose poll(2) and reimplement java.nio.channels.Selector. by Elliott Hughes · 13 years ago
  10. a7bb294 Clean up the select(2) implementation. by Elliott Hughes · 13 years ago
  11. 32b0fa4 DatagramSocket.disconnect is really a connect(2) of an AF_UNSPEC sockaddr. by Elliott Hughes · 13 years ago
  12. 996bf79 Expose connect(2). by Elliott Hughes · 13 years ago
  13. da15009 Expose bind(2). by Elliott Hughes · 13 years ago
  14. d6ecf92 Fix non-blocking connects. by Elliott Hughes · 13 years ago
  15. 220c0af Rewrite blocking connects in terms of the non-blocking primitives. by Elliott Hughes · 13 years ago
  16. b974666 Finish setsockopt(2). by Elliott Hughes · 13 years ago
  17. 9aa5333 Ensure that the zygote is single-threaded before forking. by Elliott Hughes · 13 years ago
  18. 55d86d8 Implement reference queuing in managed code. by Carl Shapiro · 13 years ago
  19. 0a9d1ee Add getsockname(2) and getsockopt(2). by Elliott Hughes · 13 years ago
  20. 645d772 am e9af8901: SamplingProfilerIntegration and SamplingProfiler improvements (2/3) by Brian Carlstrom · 13 years ago
  21. e9af890 SamplingProfilerIntegration and SamplingProfiler improvements (2/3) by Brian Carlstrom · 13 years ago
  22. 454a95f Add socket(2) and start adding setsockopt(2). by Elliott Hughes · 13 years ago
  23. 8b15dcc Add sendfile(2). by Elliott Hughes · 13 years ago
  24. bbac92e Add readv(2)/writev(2). by Elliott Hughes · 13 years ago
  25. 461d0d8 Add ioctl(2) for int*. by Elliott Hughes · 13 years ago
  26. 53eaa09 Merge "Add write(2)." into dalvik-dev by Elliott Hughes · 13 years ago
  27. 6b89e5f Merge "Minor tweak to NativeStart" into dalvik-dev by Andy McFadden · 13 years ago
  28. 78c7cc5 Add write(2). by Elliott Hughes · 13 years ago
  29. 26c7025 Add read(2). by Elliott Hughes · 13 years ago
  30. d4ce68d Minor tweak to NativeStart by Andy McFadden · 13 years ago
  31. b4088b3 resolved conflicts for merge of cfa84a2a to dalvik-dev by Brian Carlstrom · 13 years ago
  32. cfa84a2 Import SamplingProfiler from http://code.google.com/p/dalvik/ by Brian Carlstrom · 13 years ago
  33. fc549a0 Add fcntl(2). by Elliott Hughes · 13 years ago
  34. e1502d6 Add listen(2). by Elliott Hughes · 13 years ago
  35. 59e4744 Add shutdown(2). by Elliott Hughes · 13 years ago
  36. 0ac77ac Add open(2). by Elliott Hughes · 13 years ago
  37. e6ce85b Merge "Remove more dead SecurityManager cruft." into dalvik-dev by Elliott Hughes · 13 years ago
  38. 8647680 Remove more dead SecurityManager cruft. by Elliott Hughes · 13 years ago
  39. bbfadc8 Move finalization into the core library. by Carl Shapiro · 13 years ago
  40. dedaccd Add lseek(2). by Elliott Hughes · 13 years ago
  41. f5333fd Add ftruncate(2). by Elliott Hughes · 13 years ago
  42. 6fc1a0e Add sysconf(3). by Elliott Hughes · 13 years ago
  43. 47cb338 Add fstat(2), lstat(2), and stat(2). by Elliott Hughes · 13 years ago
  44. 52724d3 Add fsync(2) and fdatasync(2). by Elliott Hughes · 13 years ago
  45. cdf7a1f Expose POSIX constants. by Elliott Hughes · 14 years ago
  46. 3d93b50 Remove the stopAtPrivileged argument. by Dan Bornstein · 14 years ago
  47. 2f03cca Use -fvisibility and clean up a little. by Elliott Hughes · 14 years ago
  48. 9ac1ed0 Clean up of test-related dalvik.annotation classes by Brian Carlstrom · 14 years ago
  49. f5309a3 Fix more FindBugs warnings: RR_NOT_CHECKED. by Elliott Hughes · 14 years ago
  50. 85440d1 am 2f323ffc: Merge "Move state from Sampler to SamplingProfiler that needs to be preserved across a profiler restart" by Brian Carlstrom · 14 years ago
  51. ed94c62 Move state from Sampler to SamplingProfiler that needs to be preserved across a profiler restart by Brian Carlstrom · 14 years ago
  52. a7ef552 Simplify internal libcore logging. by Elliott Hughes · 14 years ago
  53. 6aa068b Fix various FindBugs warnings. by Elliott Hughes · 14 years ago
  54. 79859c0 Fix dalvik.system FindBugs warnings. by Elliott Hughes · 14 years ago
  55. ea52753 Refactor DexClassLoader and PathClassLoader. by Dan Bornstein · 14 years ago
  56. 296b43d Remove the obsolete TouchDex code. by Elliott Hughes · 14 years ago
  57. 24923f9 Move more of the system properties handling into managed code. by Elliott Hughes · 14 years ago
  58. e037583 am 7190be77: Restore the code for optimized file specification. by Dan Bornstein · 14 years ago
  59. 7190be7 Restore the code for optimized file specification. by Dan Bornstein · 14 years ago
  60. 3af5f37 Merge "Stub out and deprecate gcSoftReferences." into dalvik-dev by Carl Shapiro · 14 years ago
  61. 3b7c2eb Stub out and deprecate gcSoftReferences. by Carl Shapiro · 14 years ago
  62. 26ce8fb resolved conflicts for merge of 6186821c to dalvik-dev by Jesse Wilson · 14 years ago
  63. 6186821 Move libcore.base classes to libcore.util and libcore.io. by Jesse Wilson · 14 years ago
  64. e834b28 am 82c16e90: am d57cdc2f: am 766776ce: Remove broken+deprecated SamplingProfiler.writeHprofData by Jesse Wilson · 14 years ago
  65. 766776c Remove broken+deprecated SamplingProfiler.writeHprofData by Jesse Wilson · 14 years ago
  66. a8e6ab1 am b0886c84: am d26f4e0d: am 6fcb5467: Merge "Expose an interface for clearing a heap growth limit." into honeycomb by Carl Shapiro · 14 years ago
  67. c6fbb24 am 0d46536e: am cbd2876d: am be9c142f: Minor doc tweaks. by Andy McFadden · 14 years ago
  68. 2793254 Expose an interface for clearing a heap growth limit. by Carl Shapiro · 14 years ago
  69. be9c142 Minor doc tweaks. by Andy McFadden · 14 years ago
  70. e3c084b am 16ed9750: am a04850bc: am 6044fd95: Synch up file opening code in PathClassLoader and DexClassLoader. by Dan Bornstein · 14 years ago
  71. 6044fd9 Synch up file opening code in PathClassLoader and DexClassLoader. by Dan Bornstein · 14 years ago
  72. 02582f0 am 3c61f6c5: am fb641fa5: am c4379294: Remove @cts comments from hidden classes. by Carl Shapiro · 14 years ago
  73. c437929 Remove @cts comments from hidden classes. by Carl Shapiro · 14 years ago
  74. 3a1e980 am bc307281: am 2ce1fb3e: am 55fa6d07: Merge "Remove the allocation limits interfaces." into honeycomb by Carl Shapiro · 14 years ago
  75. 3ca860a Remove the allocation limits interfaces. by Carl Shapiro · 14 years ago
  76. b1d1d4c am 2d71deb0: am 651d1905: am 79214492: Fix a droid doc error caused by the erroneous inflection of @return. by Carl Shapiro · 14 years ago
  77. 7921449 Fix a droid doc error caused by the erroneous inflection of @return. by Carl Shapiro · 14 years ago
  78. 698e79d am 706ea0b9: am 5e7fa214: am f6dbefb3: Merge "Remove method level hiding within hidden classes." into honeycomb by Carl Shapiro · 14 years ago
  79. f6dbefb Merge "Remove method level hiding within hidden classes." into honeycomb by Carl Shapiro · 14 years ago
  80. c7d1c84 am 04874adf: am 36dc3b8d: am cb966aef: Remove support for setting the minimum size of the heap at runtime. by Carl Shapiro · 14 years ago
  81. fb374e1 Remove method level hiding within hidden classes. by Carl Shapiro · 14 years ago
  82. cb966ae Remove support for setting the minimum size of the heap at runtime. by Carl Shapiro · 14 years ago
  83. b2097e7 am 66d9e787: am cbe26f42: am c8dde40c: Merge "Get memory for direct byte buffers from the Java heap rather than the native heap." into honeycomb by Elliott Hughes · 14 years ago
  84. 3676bd2 Get memory for direct byte buffers from the Java heap rather than the native heap. by Elliott Hughes · 14 years ago
  85. c3d30bf Tell editors that these are Makefiles (or fragments thereof). by Elliott Hughes · 14 years ago
  86. d7fd1b8 Adding binary hprof support to SamplingProfiler by Brian Carlstrom · 14 years ago
  87. b8f9285 Revert "Remove inline natives for an unused performance test." (libcore) by Jesse Wilson · 14 years ago
  88. 2c549ad Remove native targets for unused performance tests. by Jesse Wilson · 14 years ago
  89. 1ad1fe9 Revert "Remove native targets for unused performance tests." by Ben Cheng · 14 years ago
  90. 272a383 Remove native targets for unused performance tests. by Jesse Wilson · 14 years ago
  91. 1f7938c Remove the external allocation facility. by Carl Shapiro · 14 years ago
  92. 92e51d7 We always wantDex at this point. by Dan Bornstein · 14 years ago
  93. 5fb197c Don't bother trying to unzip a file named "*.dex". by Dan Bornstein · 14 years ago
  94. 8abd4e4 Plumbing for loading byte[]-based dex files. by Dan Bornstein · 14 years ago
  95. 2c0ee3e Add BlockGuardPolicyException constructor with a message by Brad Fitzpatrick · 14 years ago
  96. 866e7ae Fix a bunch of javac -Xlint warnings in our code. by Elliott Hughes · 14 years ago
  97. 5f13d22 Update and clarify opcode values. by Dan Bornstein · 14 years ago
  98. 0e7fb57 Expose the "packed opcode" concept, just a bit. by Dan Bornstein · 14 years ago
  99. 98b837c am 5aad086b: Merge "Fix SamplingProfiler to handle null group on thread termination" by Brian Carlstrom · 14 years ago
  100. 9bbbf3a Fix SamplingProfiler to handle null group on thread termination by Brian Carlstrom · 14 years ago