summaryrefslogtreecommitdiffstats
path: root/adb
Commit message (Expand)AuthorAgeFilesLines
* Merge "Lose adb.c and sockets.c to libadb."Dan Albert2015-02-191-13/+11
|\
| * Lose adb.c and sockets.c to libadb.Dan Albert2015-02-191-13/+11
* | Merge "Document the behavior of props affecting adb root."Dan Albert2015-02-191-2/+13
|\ \
| * | Document the behavior of props affecting adb root.Dan Albert2015-02-191-2/+13
| |/
* | Fix Windows adb build.Dan Albert2015-02-193-11/+9
|/
* Move adb_main to its own file.Dan Albert2015-02-186-379/+415
* Move the listener code into its own file.Dan Albert2015-02-185-280/+352
* Move the adb auth code into its own file.Dan Albert2015-02-185-67/+108
* Merge "Move emulator tracing into its own file."Dan Albert2015-02-194-54/+112
|\
| * Move emulator tracing into its own file.Dan Albert2015-02-184-54/+112
* | Fix build.Elliott Hughes2015-02-181-6/+12
* | Merge "adb: add "adb unroot" to restart adb in non-root mode"Elliott Hughes2015-02-195-37/+70
|\ \ | |/ |/|
| * adb: add "adb unroot" to restart adb in non-root modeDan Pasanen2015-02-185-37/+70
* | Move USB transport code to libadb.Dan Albert2015-02-181-10/+15
|/
* Merge "Add extern "C" to all the adb headers."Dan Albert2015-02-186-0/+56
|\
| * Add extern "C" to all the adb headers.Dan Albert2015-02-186-0/+56
* | Ignore useless cpplint messages in adb.Dan Albert2015-02-181-0/+2
|/
* fix bug that passing invalid fd to fstats on win32 buildseric.yan2015-02-091-1/+1
* Remove netcfg's unused options.Elliott Hughes2015-02-031-1/+1
* Revert "Remove netcfg's unused options."Elliott Hughes2015-02-031-1/+1
* Remove netcfg's unused options.Elliott Hughes2015-02-031-1/+1
* The bsddroid project has been dead since 2010.Elliott Hughes2015-01-313-699/+0
* Merge "Verify token length before adb signs it"Sami Tolvanen2015-01-281-0/+5
|\
| * Verify token length before adb signs itSami Tolvanen2015-01-271-0/+5
* | Merge "Make server port option work on windows"Elliott Hughes2015-01-281-2/+3
|\ \
| * | Make server port option work on windowsWenhao Li2013-11-131-2/+3
* | | adb: tracing: don't make strings if runtime tracing is disabledSpencer Low2015-01-271-2/+6
* | | adb: Win32: set socket buffer sizes properlySpencer Low2015-01-263-11/+31
| |/ |/|
* | Protect from eng vs userdebug build breaks.Dan Albert2015-01-261-60/+66
* | Merge "Fix userdebug build."Dan Albert2015-01-272-0/+5
|\ \
| * | Fix userdebug build.Dan Albert2015-01-262-0/+5
* | | Fix win_sdk build.Dan Albert2015-01-261-42/+1
|/ /
* | Begin moving code from adb to libadb.Dan Albert2015-01-267-50/+84
* | Merge "Fix the v2 descriptor handling."Christopher Ferris2015-01-261-11/+6
|\ \
| * | Fix the v2 descriptor handling.Christopher Ferris2015-01-261-11/+6
* | | adbd: tcpip command uses port number from uninitialized memorySpencer Low2015-01-251-2/+2
|/ /
* | Merge "adb: Fix 'adb forward --no-rebind'."David 'Digit' Turner2015-01-231-1/+1
|\ \
| * | adb: Fix 'adb forward --no-rebind'.David 'Digit' Turner2015-01-231-1/+1
* | | Python unit test for adb.Riley Andrews2015-01-131-0/+390
* | | Clean up adb Win32 symlink #ifdefs.Elliott Hughes2015-01-122-35/+26
|/ /
* | Merge "Use getmntent when accessing /proc/mounts."Yabin Cui2015-01-061-29/+13
|\ \
| * | Use getmntent when accessing /proc/mounts.Yabin Cui2015-01-051-29/+13
* | | Fix disable-verity when the underlying block device is ROSami Tolvanen2015-01-053-49/+18
|/ /
* | Fix build with clangBernhard Rosenkränzer2014-12-121-1/+3
* | fix memory leak in copy_remote_dir_localRiley Andrews2014-12-121-19/+43
* | Remove unused local variable.Chih-Hung Hsieh2014-12-101-1/+0
* | Fix some style issues in adb_commandline().Riley Andrews2014-12-091-27/+27
* | Refactor the host adb argument parsing loop to remove a gotoRiley Andrews2014-12-091-101/+70
* | Fix buildPaul Lawrence2014-12-091-1/+1
* | Add adb enable-verityPaul Lawrence2014-12-096-31/+104