1. a0c98ef Ensure -user builds can run the dex preopt pass in the emulator. by David 'Digit' Turner · 15 years ago
  2. 79aedbe Merge change 26423 into eclair by Android (Google) Code Review · 15 years ago
  3. 7953b89 Add support for Acer devices by Robert CH Chou · 15 years ago
  4. b92174d Add event parameter for the restore set (device id) data is being restored from by Dan Egnor · 15 years ago
  5. 061b6de Add event log tag for server-prompted reset of backup data by Christopher Tate · 15 years ago
  6. 88003b0 Merge change 26051 into eclair by Android (Google) Code Review · 15 years ago
  7. 6ae9256 adb: Add USB Vendor IDs for LG and Huawei by Mike Lockwood · 15 years ago
  8. 9b4f1ff init.rc: specify keystore directory and fix permissions. by Chia-chi Yeh · 15 years ago
  9. 6f9d1c2 add account field to the sync log event by Doug Zongker · 15 years ago
  10. 1320687 Remove logwrapper for Bluetoothd. by Jaikumar Ganesh · 15 years ago
  11. b6b4007 adb: Clean up argument passing for create_service_thread() by Mike Lockwood · 15 years ago
  12. 119dcd8 Merge change 25859 into eclair by Android (Google) Code Review · 15 years ago
  13. b13d4e8 Improve error-handling when an expected token is missing. by Jack Palevich · 15 years ago
  14. bb6f68c init.rc: mount debugfs for debugging by Brian Swetland · 15 years ago
  15. 1c60e46 Produce error rather than assert when encountering a nested function. by Jack Palevich · 15 years ago
  16. 05647c8 Merge change 25170 into eclair by Android (Google) Code Review · 15 years ago
  17. 6388fe8 Merge change 25383 into eclair by Android (Google) Code Review · 15 years ago
  18. 35ad5f4 rootdir: init.rc: *LATENCY EXPERIMENT* - Disable cgroups in favor of new scheduler policy support by San Mehat · 15 years ago
  19. 7baff71 rootdir: init.rc: tweak cfs scheduler - disable child_runs_first by San Mehat · 15 years ago
  20. 154b7d7 Add bitfields to header for screen shots. This will allow ddms to distinguish by Rebecca Schultz Zavin · 15 years ago
  21. 0384a98 Disable sched_policy under Windows. by Raphael · 15 years ago
  22. 7a013f9 Fix vold coredump when enable_ums cmd comes without media inserted. by David Ding · 15 years ago
  23. 3cd5b66 libcutils: Dont include kernel header + add defines by San Mehat · 15 years ago
  24. 493dad9 libcutils: Add abstracted support for setting scheduler policies by San Mehat · 15 years ago
  25. 25f1a5a init.rc: Adjust permissions on /data/dontpanic/ so dumpstate will not need root by Mike Lockwood · 15 years ago
  26. 8880093 Merge change 24493 into eclair by Android (Google) Code Review · 15 years ago
  27. 04bee29 Fix several issues in framebuffer_service by Rebecca Schultz Zavin · 15 years ago
  28. e67eff1 Merge change 24564 into eclair by Android (Google) Code Review · 15 years ago
  29. 374ad78 Merge change 24577 into eclair by Android (Google) Code Review · 15 years ago
  30. e7aa149 Merge change 24576 into eclair by Android (Google) Code Review · 15 years ago
  31. 53f0658 Update peephole optimizer by Jack Palevich · 15 years ago
  32. bb3e9c1 Add a script "accarm" for ad-hoc testing of the ARM acc compiler. by Jack Palevich · 15 years ago
  33. c2d8e0e init: Make /dev/pmem_gpu* be writable by all by Dima Zavin · 15 years ago
  34. 8b213f1 Merge change 24474 into eclair by Android (Google) Code Review · 15 years ago
  35. ae0aa69 Merge change 24479 into eclair by Android (Google) Code Review · 15 years ago
  36. d30a2ce Implement a simple peephole optimization framework for ARM. by Jack Palevich · 15 years ago
  37. 833ea8d Fix an infinite loop in time2sub. by David 'Digit' Turner · 15 years ago
  38. 2f21659 Merge change 24213 into eclair by Android (Google) Code Review · 15 years ago
  39. 0e1f612 Merge change 24415 into eclair by Android (Google) Code Review · 15 years ago
  40. d531557 Move ARM disassembler out of libacc and into the acc command-line tool. by Jack Palevich · 15 years ago
  41. d9a16d6 Merge change 23852 into eclair by Android (Google) Code Review · 15 years ago
  42. d62ae8f Merge change 24061 into eclair by Android (Google) Code Review · 15 years ago
  43. 9332482 init.rc: Make /data/dontpanic files readable only by the system process. by Mike Lockwood · 15 years ago
  44. ca8177d Fix a bug that prevented the "generic" product builds from working in the emulator. by David 'Digit' Turner · 15 years ago
  45. c0b7490 Merge change 24171 into eclair by Android (Google) Code Review · 15 years ago
  46. c408bbf Turn an assert into an error to handle bad struct members more gracefully. by Jack Palevich · 15 years ago
  47. 6b89efa Merge change 24168 into eclair by Android (Google) Code Review · 15 years ago
  48. 5f32438 Merge change 24167 into eclair by Android (Google) Code Review · 15 years ago
  49. 9116bc4 Improved DEBUG_SAVE_INPUT_TO_FILE logic. by Jack Palevich · 15 years ago
  50. 61de31f Generate an error for the use of an undeclared struct. by Jack Palevich · 15 years ago
  51. 82a6014 rootdir: init.rc: Allow all processes access to /data/dontpanic by San Mehat · 15 years ago
  52. bdb005a Added a hack that makes the SD card world-writable when the sampling by Bob Lee · 15 years ago
  53. 4599c1f Merge change 23892 into eclair by Android (Google) Code Review · 15 years ago
  54. dfd31ee Merge change 24034 into eclair by Android (Google) Code Review · 15 years ago
  55. 8fe5dca Improve error message for unknown struct members by Jack Palevich · 15 years ago
  56. 9b7ed8a Merge change 24030 into eclair by Android (Google) Code Review · 15 years ago
  57. 5fd66ae Improve address operator (unary &). by Jack Palevich · 15 years ago
  58. c62592b Merge change 23911 into eclair by Android (Google) Code Review · 15 years ago
  59. 91acb14 Revert "adb: Another attempted workaround for the adb disconnect problem." by Joe Onorato · 15 years ago
  60. ca5e0bc android_atomic_write() implementation was using cmpxchg which was useless by Mathias Agopian · 15 years ago
  61. f602030 Add contacts aggregation event to the log. by Ken Shirriff · 15 years ago
  62. f56d1b5 Revert "adb: "adb bugreport" now runs dumpstate via init rather than execing it in the shell." by Mike Lockwood · 15 years ago
  63. 90764cf Fix a call to memset(3) with reversed arguments. by Elliott Hughes · 15 years ago
  64. e991dec Merge changes 23694,23695,23696 into eclair by Android (Google) Code Review · 15 years ago
  65. abe3a9c init.rc: Add dumpstate service by Mike Lockwood · 15 years ago
  66. c5e7ef2 init: Add support for enforcing setprop by caller's group. by Mike Lockwood · 15 years ago
  67. be0045a adb: "adb bugreport" now runs dumpstate via init rather than execing it in the shell. by Mike Lockwood · 15 years ago
  68. 69551d8 Merge change 23557 into eclair by Android (Google) Code Review · 15 years ago
  69. c822213 init: add some more audio devices by Brian Swetland · 15 years ago
  70. 020f35f rootdir: init.rc: Allow all processes access to apanic/ramconsole crash data. by San Mehat · 15 years ago
  71. f26d6ce rootdir: init.rc: Clean up dump collection by San Mehat · 15 years ago
  72. c840167 init: add vdec device node by Dima Zavin · 15 years ago
  73. 2dfe490 system: vold: Ensure a default vold.conf exists for generic target by San Mehat · 15 years ago
  74. d42ab25 Merge change 23045 into eclair by Android (Google) Code Review · 15 years ago
  75. 3dfe6c6 Add persistent radio prop perms ; cleanup ws and typos. by Tammo Spalink · 15 years ago
  76. 4ad30d2 Merge change 23106 into eclair by Android (Google) Code Review · 15 years ago
  77. ecfd8e7 acc error tweaks by Joe Onorato · 15 years ago
  78. f68a5cd vold: Format cards < 2GB as FAT16, otherwise FAT32. Also let the formatter by San Mehat · 15 years ago
  79. bd3f7de Merge change 22836 into eclair by Android (Google) Code Review · 15 years ago
  80. fc27922 Merge change 22835 into eclair by Android (Google) Code Review · 15 years ago
  81. 2154187 rootdir: init.rc: Copy kernel crash dumps to /data and free kernel resources by San Mehat · 15 years ago
  82. 7c44fe5 init: builtins: Add 'copy' command to init.rc parser by San Mehat · 15 years ago
  83. c158427 Merge change 22828 into eclair by Android (Google) Code Review · 15 years ago
  84. 9221bcc Preliminary struct and union support. by Jack Palevich · 15 years ago
  85. a3e8a6a adb: Fix emulator support. by Mike Lockwood · 15 years ago
  86. 1bba53f Fix broken 'adb root' command. by Xavier Ducrohet · 15 years ago
  87. 968c8f0 Merge change 22503 into eclair by Android (Google) Code Review · 15 years ago
  88. e2e8938 Merge change 22636 into eclair by Android (Google) Code Review · 15 years ago
  89. 0ab3a93 Allow radio to modify net.ppp* properties for dns by Robert Greenwalt · 15 years ago
  90. c0f2533 Make pointer casting work. by Jack Palevich · 15 years ago
  91. 0f400c5 Add runtime check for whether or not the OTCC-output tests can be run. by Jack Palevich · 15 years ago
  92. ff19670 adb: Improved support for running adb over TCP/IP by Mike Lockwood · 15 years ago
  93. 90b06ac only use faster SHA-1 code on machines with good libc by Doug Zongker · 15 years ago
  94. a2f441b Merge change 21613 into eclair by Android (Google) Code Review · 15 years ago
  95. 444acdd am 85b3fcc5: system/core: vold: Change permission of external storage device nodes by San Mehat · 15 years ago
  96. 85b3fcc system/core: vold: Change permission of external storage device nodes by San Mehat · 15 years ago
  97. 6d51d9c system/core: vold: Change permission of external storage device nodes by San Mehat · 15 years ago
  98. 1fd8a8e Merge change 21737 into eclair by Android (Google) Code Review · 15 years ago
  99. e37c724 Merge change 22155 into eclair by Android (Google) Code Review · 15 years ago
  100. fb62cf9 Merge change 22143 into eclair by Android (Google) Code Review · 15 years ago