- 6a3075c adb: Add adbd to the AID_SDCARD_RW group to allow writing to the SD card. by Mike Lockwood · 15 years ago
- 0469d2c Merge change 2282 into donut by Android (Google) Code Review · 16 years ago
- a481d09 Support for 3rd party USB Vendor IDs in adb. by Xavier Ducrohet · 16 years ago
- 4919d55 Merge change 2135 into donut by Android (Google) Code Review · 16 years ago
- 4876567 nexus: Switch controllers to use abstracted properties and refactor command protocol by San Mehat · 16 years ago
- 47c7389 Merge change 2166 into donut by Android (Google) Code Review · 16 years ago
- 8b2cf9f add bootanimation service to init.rc by Mathias Agopian · 16 years ago
- fee77ec don't use cdefs.h as it breaks the windows build. by Mathias Agopian · 16 years ago
- a09fbd1 Preparation work for adb to support USB vendor Ids provided by SDK add-ons. by Xavier Ducrohet · 16 years ago
- 463de48 Merge change 2162 into donut by Android (Google) Code Review · 16 years ago
- 23eaecf Mount SD card synchronous. This is an experimental change intended to by Dave Sparks · 16 years ago
- db01754 libsysutils: const correctness fixes + remove some debugging by San Mehat · 16 years ago
- 2fd9c58 nexus: OpenVPN: Instead of creating / using a configfile, use the new by San Mehat · 16 years ago
- a61755e Merge change 2077 into donut by Android (Google) Code Review · 16 years ago
- 8f13782 move native_handle stuff from master_gl by Mathias Agopian · 16 years ago
- d4cdd13 init: Clean up dynamic argument handling for services by San Mehat · 16 years ago
- 249ad57 adb: adbd no longer disables OOM and now sets children's OOM adjustment to zero by Mike Lockwood · 16 years ago
- e6be870 Merge change 1950 into donut by Android (Google) Code Review · 16 years ago
- f24e252 init: Add the ability to start services with dynamic arguments. by San Mehat · 16 years ago
- 1b15493 Merge change 1867 into donut by Android (Google) Code Review · 16 years ago
- 473b9b2 new cdma event log tags by Tammo Spalink · 16 years ago
- b48acb0 Merge change 1795 into donut by Android (Google) Code Review · 16 years ago
- b76a63b vold: Change VFAT mount options to enable sdcard write restrictions by San Mehat · 16 years ago
- 7edc4f9 vold: If a filesystem is read/only then restart the fscheck but don't make any changes by San Mehat · 16 years ago
- f6330a2 Cleaning up whitespace in adb sources. Nothing more, nothing less. by David 'Digit' Turner · 16 years ago
- 414ff7d Move fdevent from libcutils into adb directory. ADB is the only client of this API, and I intend to modify it extensively to clean its codebase soon. by David 'Digit' Turner · 16 years ago
- 328a4fb Make /system/xbin/tcpdump setuid root. by Dan Egnor · 16 years ago
- b415390 Merge change 1778 into donut by Android (Google) Code Review · 16 years ago
- e398151 Merge change 1694 into donut by Android (Google) Code Review · 16 years ago
- dee6866 Merge change 1693 into donut by Android (Google) Code Review · 16 years ago
- 4a6f232 init: Create new 'vpn' user/group and set owner of '/dev/tun' to it. by San Mehat · 16 years ago
- 5d6d417 nexus: Flesh out VPN support a bit more, cleanup service handling by San Mehat · 16 years ago
- c41d1c8 libsysutils: Introduce 'ServiceManager', for starting/stopping init services by San Mehat · 16 years ago
- 722a5c0 Add support for "standalone months" to tztime's strftime(). by Eric Fischer · 16 years ago
- c83cd87 init: Fix heap corruption for services with arguments by San Mehat · 16 years ago
- 54a1eb7 toolbox: ifconfig: Implement mtu setting, plus setting interface addr should by San Mehat · 16 years ago
- 83ec181 toolbox: route: Reflow some of the mess, fix route add parameter names to by San Mehat · 16 years ago
- 0389a12 toolbox: Make that 'pointopoint' instead of 'pointtopoint' by San Mehat · 16 years ago
- 94447ca nexus: Introduce skelaton OpenVpnController class + remove some debug messages by San Mehat · 16 years ago
- fa49e28 toolbox: Add 'pointopoint' support to ifconfig by San Mehat · 16 years ago
- 82a2116 nexus: Initial support for manipulating wifi networks + change wifi scan notification msgs by San Mehat · 16 years ago
- df6c1b9 libsysutils: General clean up + disable build in simulator builds by San Mehat · 16 years ago
- 6fc287b Fix sim build (need explicit -lpthread). by Andy McFadden · 16 years ago
- e67651c nexus: Cleanup the scanner and plug it all in so it works by San Mehat · 16 years ago
- dbdb0db libsysutils: Fix bug where we'd leak our control pipes when closing down a listener by San Mehat · 16 years ago
- 8d3fc3f nexus: Use constants for errorcodes by San Mehat · 16 years ago
- d530592 libsysutils: Send command arguments to the command, not the command again :P by San Mehat · 16 years ago
- 69772dc nexus: Move to a line based protocol (similar to FTP) + fix bugs by San Mehat · 16 years ago
- d768066 libsysutils: Tweak SocketListener and friends by San Mehat · 16 years ago
- c73d9e4 Merge changes 1341,1342 into donut by Android (Google) Code Review · 16 years ago
- fa644ff libsysutils: Add multiple client support and fix some bugs by San Mehat · 16 years ago
- 3fd82b8 adb: osx: Match devices based on interface subclass and protocol by Dima Zavin · 16 years ago
- 1441e76 nexus: Implement wifi scanner and fix a lot of bugs by San Mehat · 16 years ago
- b377955 init: Fix some broken code that did not cause problems until switching to gcc 4.4 by Mike Lockwood · 16 years ago
- 3d40729 libsysutils: Add string.h to includes by San Mehat · 16 years ago
- 9029056 Merge changes 1093,1094 into donut by Android (Google) Code Review · 16 years ago
- 747baad Merge change 1092 into donut by Android (Google) Code Review · 16 years ago
- 2780827 Merge change 1005 into donut by Android (Google) Code Review · 16 years ago
- 269946c init.rc: Add Nexus to services (disabled for now) by San Mehat · 16 years ago
- dc26607 nexus: Initial checkin of Nexus - android native network management daemon. by San Mehat · 16 years ago
- 168415b libsysutils: New C++ system convenience library by San Mehat · 16 years ago
- 770354d init: Fix segfault when log_write() was missing an arg to format. by Dima Zavin · 16 years ago
- 4a76235 Make the /dev/qemu_trace device readable and writable by all. by Jack Veenstra · 16 years ago
- feb3d6d Merge change 877 into donut by Android (Google) Code Review · 16 years ago
- b9e966f adb seems to build in 64 bit mode these days, so it's safe to build for the simulator too. by Marco Nelissen · 16 years ago
- 95ec983 fastboot: Update the help message with -b argument by Dima Zavin · 16 years ago
- 8634c6c Merge change 685 into donut by Android (Google) Code Review · 16 years ago
- 2a63bb7 fastboot, mkbootimg: support alternate base addresses by Brian Swetland · 16 years ago
- cb9ae42 system/core: Remove old mountd code by San Mehat · 16 years ago
- 6181f70 Merge change 484 into donut by Android (Google) Code Review · 16 years ago
- 6e1f215 filesystem: Add new group 'sdcard_rw' for restricting sd card write access by San Mehat · 16 years ago
- ca983f9 merge cupcake into donut by Jean-Baptiste Queru · 16 years ago
- 4933098 cgroups: Initialize cgroups at startup. by San Mehat · 16 years ago
- 8b0fb37 Merge branch 'readonly-p4-donut' into donut by Chung-yih Wang · 16 years ago
- 98c297f AI 146260: Add the net-based routing entries. by Chung-yih Wang · 16 years ago
- 477b430 Improvements to get events: -p, better output. by Dianne Hackborn · 16 years ago
- 7bdfb16 AI 144185: Integrate cdma into the main code base. by Wink Saville · 16 years ago
- 0116116 Automated import from //branches/donutburger/...@142809,142809 by Nick Pelly · 16 years ago
- 8fbedcf Automated import from //branches/cupcake/...@142808,142808 by Nick Pelly · 16 years ago
- f441e1e Automated import from //branches/donutburger/...@140818,140818 by Dianne Hackborn · 16 years ago
- 3207e48 auto import from //branches/cupcake_rel/...@141571 by The Android Open Source Project · 16 years ago
- f614d64 auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 16 years ago
- e037fd7 auto import from //branches/cupcake_rel/...@138607 by The Android Open Source Project · 16 years ago
- 2015549 auto import from //branches/cupcake/...@137873 by The Android Open Source Project · 16 years ago
- e4749f3 auto import from //branches/cupcake/...@137197 by The Android Open Source Project · 16 years ago
- dd7bc33 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
- e54eebb auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
- a1e1c1b auto import from //depot/cupcake/@132589 by The Android Open Source Project · 16 years ago
- c2d26a1 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 16 years ago
- 3e292b9 auto import from //branches/cupcake/...@132569 by The Android Open Source Project · 16 years ago
- 261ed75 auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 16 years ago
- 1b8e5a6 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 16 years ago
- 13f797d auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
- dcf3ce2 auto import from //branches/cupcake/...@127436 by The Android Open Source Project · 16 years ago
- 8ac3a13 auto import from //branches/cupcake/...@127101 by The Android Open Source Project · 16 years ago
- 2eef602 auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 16 years ago
- 5ae090e auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
- 35237d1 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
- 4f6e8d7 Initial Contribution by The Android Open Source Project · 16 years ago