1. 3969080 get rid of utils/executablepath.h, which now lives in the simulator by Mathias Agopian · 15 years ago
  2. 22048ef Allow adb to use ANDORID_SERIAL env variable to specify the device to talk to. by Nick Pelly · 15 years ago
  3. 1e07084 Fix incorrect check for LOG_UEVENTS by Chuck Tuffli · 16 years ago
  4. 7acf338 init.rc: Fixes typo: sytem -> system. by Hiroshi Takekawa · 15 years ago
  5. 41ced02 Merge change 11205 by Android Code Review · 15 years ago
  6. e36c153 system/core: vold: Change permission of external storage device nodes by San Mehat · 15 years ago
  7. e353047 Fix bug of mmc.c not checking read_file result. by Xinyu Chen · 15 years ago
  8. 227c74a vold: Check partitions 1-4 instead of 0-3 by Ben Winslow · 15 years ago
  9. 1f7aceb merge from donut by Jean-Baptiste Queru · 15 years ago
  10. cc1de48 adb: Another attempted workaround for the adb disconnect problem. by Mike Lockwood · 15 years ago
  11. a868359 merge from donut by Jean-Baptiste Queru · 15 years ago
  12. 96d58f4 Merge korg/donut into korg/master by Jean-Baptiste Queru · 15 years ago
  13. de6f62a Add support for Samsung and Motorola devices. by Xavier Ducrohet · 15 years ago
  14. d52f54c install recovery image using patch mechanism by Doug Zongker · 15 years ago
  15. 1f27821 vold: If we're bootstrapping, don't automatically mount the SD card. Also fixes some by San Mehat · 15 years ago
  16. d8221d9 vold: vfat: Run up to 3 passes of the disk checker when the checker by San Mehat · 15 years ago
  17. b6e70d8 vold: Allow a damaged volume to be re-evaluated for mounting by San Mehat · 15 years ago
  18. 160d4b0 Merge change 6738 into donut by Android (Google) Code Review · 15 years ago
  19. 1219448 rootdir: Remove ip-up-vpn script, which is replaced by an executable. by Chia-chi Yeh · 15 years ago
  20. 7bf6884 adb: Increment ADB_SERVER_VERSION by Mike Lockwood · 15 years ago
  21. 48d116e init.rc: Fix commands for allowing the system_server to access wpa_supplicant.conf by Mike Lockwood · 15 years ago
  22. dc9d52f adb: Use correct language ID when retrieving USB serial number. by Mike Lockwood · 15 years ago
  23. c989199 Fix typo in adb commandline help by Kenny Root · 15 years ago
  24. 3d9b265 adb: Use correct language ID when retrieving USB serial number. by Mike Lockwood · 15 years ago
  25. b3edd07 vold: Change the disk formatter we use + fix commandline argument creation by San Mehat · 15 years ago
  26. 72eead4 toolbox: mkdosfs: Imported new 'newfs_msdos' updated disk formatter by San Mehat · 15 years ago
  27. eefef32 Set the permissions of wifi supplicant file so that system can access it. by Amith Yamasani · 15 years ago
  28. 5c49135 Merge change 5852 into donut by Android (Google) Code Review · 15 years ago
  29. 9ad18f0 vold: Kill logspam by San Mehat · 15 years ago
  30. 51afbf5 rootdir: Modify init.rc to run mtpd/racoon as a non-root user. by Chia-chi Yeh · 15 years ago
  31. 383688b toolbox: Fix uninitalized stack variable in mount. by Dima Zavin · 15 years ago
  32. 5e92446 Merge change 5662 into donut by Android (Google) Code Review · 15 years ago
  33. 4a1465f toolbox: Revise route utility. by Chia-chi Yeh · 15 years ago
  34. 4322f2d init: Enable sched_yield() compatability mode on boot. by San Mehat · 15 years ago
  35. 9f9c951 vold: Force formatting of cards to FAT32 by San Mehat · 15 years ago
  36. 3860b6e rootdir: Obsolete ppp/peers/common and racoon/racoon.conf. by Chia-chi Yeh · 15 years ago
  37. abb0855 Merge change 4728 into donut by Android (Google) Code Review · 15 years ago
  38. bbdab64 Merge change 4592 into donut by Android (Google) Code Review · 15 years ago
  39. a1140ad Merge change 5455 into donut by Android (Google) Code Review · 15 years ago
  40. 34ccf65 Add new PPP IPCP script for VPN. by Hung-ying Tyan · 15 years ago
  41. c3115b9 vold: Logging to catch when the disk checker crashes by San Mehat · 15 years ago
  42. 1537d48 vold: Fix bug where logwrapper would pass data to LOG() in the format field, by San Mehat · 15 years ago
  43. e7f444f vold: Switch vfat fsck tools by San Mehat · 15 years ago
  44. d6c6796 nexus: Rename onInterfaceStarted -> onInterfaceConnected and add Dhcp start/stop control by San Mehat · 15 years ago
  45. 54962e0 nexus: Add skeleton for DhcpClient by San Mehat · 15 years ago
  46. 88dc657 Add device, property, directory, and file permissions for VPN. by Chia-chi Yeh · 15 years ago
  47. abd54c1 rootdir: Remove gprs/pppd related scripts. by Chia-chi Yeh · 15 years ago
  48. bfa2f8e init: Bump up the max cpu bandwidth shares ratio for background. by San Mehat · 15 years ago
  49. d0290ea nexus: Fix SupplicantStatus decoding by San Mehat · 15 years ago
  50. 052403e nexus: Less verbosity in TiwlanEventListener for now by San Mehat · 15 years ago
  51. 891cb2c nexus: Add TiwlanEventListener to makefile by San Mehat · 15 years ago
  52. bbe92c3 nexus: Initialize frequency in SupplicantAssociatingEvent constructor by San Mehat · 15 years ago
  53. 0f48658 nexus: Add some logging output to WifiController by San Mehat · 15 years ago
  54. 5fc4129 nexus: Add TiwlanEventListener for reading driver events directly by San Mehat · 15 years ago
  55. 43c1619 Merge change 4228 into donut by Android (Google) Code Review · 15 years ago
  56. 2d0a6ca Merge change 4227 into donut by Android (Google) Code Review · 15 years ago
  57. 12a26e3 Merge change 4226 into donut by Android (Google) Code Review · 15 years ago
  58. 3aff2d1 Nexus: Clean up supplicant events, protocol, and continue plumbing by San Mehat · 15 years ago
  59. 669a701 nexctl: Refactor so Nexus can be tested from scripts easily. by San Mehat · 15 years ago
  60. c73a3a5 libsysutils: Move to a null terminated string protocol using space as a field separator. by San Mehat · 15 years ago
  61. d709b58 remove 3G timeout values from init.rc, this should be device specific by Mike Chan · 15 years ago
  62. 47c1d73 Merge change 4051 into donut by Android (Google) Code Review · 15 years ago
  63. 825c27d vold: Give logwrapper the ability to put jobs into the background sched group. by San Mehat · 15 years ago
  64. 0bd9a9f Add the ipcp scripts for pppd and racoon configuration for ipsec-tools. by Chung-yih Wang · 15 years ago
  65. 2cf6cff Add a note to event-log-tags listing the log tag range by Dan Egnor · 15 years ago
  66. 34c3426 Merge change 3951 into donut by Android (Google) Code Review · 15 years ago
  67. 02d40b5 Revert "adb: Workaround for adb disconnect problem." by Mike Lockwood · 15 years ago
  68. 3d6f16e init.rc: Set default cpu shares for background scheduler group to < 1% by San Mehat · 15 years ago
  69. 1f75d70 Add VPN and Keystore services and data directories. by Chung-yih Wang · 15 years ago
  70. 417a323 Fix typo in adb commandline help by Kenny Root · 15 years ago
  71. 17df71e Add an OOM adjustment category for apps undergoing backup by Christopher Tate · 15 years ago
  72. 8765778 Merge change 3008 into donut by Android (Google) Code Review · 15 years ago
  73. e38a31e adb: Workaround for adb disconnect problem. by Mike Lockwood · 15 years ago
  74. 47e234f Merge commit '66e4691ad097cfc37bdb7d3b1705ee9132f3234e' into donut by The Android Open Source Project · 15 years ago
  75. 66e4691 AI 149490: Add support for 3rd party USB Vendor. BUG=1890147 by Xavier Ducrohet · 15 years ago
  76. f754f74 Revert "Mount SD card synchronous. This is an experimental change intended to" by San Mehat · 15 years ago
  77. 21e90f0 nexus: Validate that priority and KeyManagement are set before enabling a network by San Mehat · 15 years ago
  78. 78828ff nexus: Use interface for handling Supplicant events by San Mehat · 15 years ago
  79. 3762925 nexus: Remove dependancy on libutil by San Mehat · 15 years ago
  80. 3f62720 Merge change 2875 into donut by Android (Google) Code Review · 15 years ago
  81. 8b48cf6 Merge change 2897 into donut by Android (Google) Code Review · 15 years ago
  82. 7be52b1 Added ashmem_get_size_region() function. by Bjorn Bringert · 15 years ago
  83. 006ba85 fix 1650170 pixelflinger depends on KeyedVector.h, etc by Mathias Agopian · 15 years ago
  84. fa5bf90 Fix bug where ECONNABORTED would have always occured on asocket_write. by Nick Pelly · 15 years ago
  85. 260f48a Helper to perform abortable blocking operations on a socket: by Nick Pelly · 15 years ago
  86. 3c5a6f0 nexus: Refactor some of the create/remove network path and add code for by San Mehat · 15 years ago
  87. 192331d nexus: Add ListCmd to CommandListener by San Mehat · 15 years ago
  88. 03f0d27 libsysutils: Fix command argument passing bug + whitespace cleanup by San Mehat · 15 years ago
  89. ebefc48 Expose the stable/frozen log-related definitions of <cutils/logd.h> into a new header: <android/log.h> by David 'Digit' Turner · 15 years ago
  90. fc0182e add support and proper permissions for /dev/msm_camera/ by Iliyan Malchev · 15 years ago
  91. a4aace7 Merge change 2437 into donut by Android (Google) Code Review · 15 years ago
  92. 653164b Modify init.goldfish.sh to launch the 'qemu-props' program when the emulator boots up. by David 'Digit' Turner · 15 years ago
  93. 1f546e6 adb: Allow enabling of device side adbd logging with a persistent system property. by Mike Lockwood · 15 years ago
  94. 6a3075c adb: Add adbd to the AID_SDCARD_RW group to allow writing to the SD card. by Mike Lockwood · 15 years ago
  95. 0469d2c Merge change 2282 into donut by Android (Google) Code Review · 15 years ago
  96. a481d09 Support for 3rd party USB Vendor IDs in adb. by Xavier Ducrohet · 15 years ago
  97. 4919d55 Merge change 2135 into donut by Android (Google) Code Review · 15 years ago
  98. 4876567 nexus: Switch controllers to use abstracted properties and refactor command protocol by San Mehat · 15 years ago
  99. 47c7389 Merge change 2166 into donut by Android (Google) Code Review · 15 years ago
  100. 8b2cf9f add bootanimation service to init.rc by Mathias Agopian · 15 years ago