summaryrefslogtreecommitdiffstats
path: root/adb
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the mac build.Dan Albert2015-02-251-2/+3
* Merge "Move transport declarations into transport.h."Dan Albert2015-02-2521-155/+193
|\
| * Move transport declarations into transport.h.Dan Albert2015-02-2421-155/+193
* | Add .clang-format file.Dan Albert2015-02-241-0/+11
|/
* Merge "Add a project wide clang switch."Dan Albert2015-02-251-0/+8
|\
| * Add a project wide clang switch.Dan Albert2015-02-241-0/+8
* | Merge "Remove the emulator special case from the "adb root" code."Elliott Hughes2015-02-241-7/+0
|\ \
| * | Remove the emulator special case from the "adb root" code.Elliott Hughes2015-02-241-7/+0
* | | Make Python tests only check the current device.Dan Albert2015-02-241-46/+19
| |/ |/|
* | Fix Mac build.Dan Albert2015-02-241-1/+1
* | Fix Windows SDK build.Dan Albert2015-02-241-1/+4
|/
* Add missing <stdlib.h> to adb_listeners.c.Elliott Hughes2015-02-241-0/+1
* Merge "Move more into libadb and libadbd."Dan Albert2015-02-241-23/+6
|\
| * Move more into libadb and libadbd.Dan Albert2015-02-201-23/+6
* | Merge "Oops. Fix make variable name. Thanks again, make."Dan Albert2015-02-242-2/+4
|\ \ | |/
| * Oops. Fix make variable name. Thanks again, make.Dan Albert2015-02-202-2/+4
* | Merge "Ignore another stupid lint warning."Dan Albert2015-02-241-1/+1
|\ \ | |/
| * Ignore another stupid lint warning.Dan Albert2015-02-201-1/+1
* | Add more logging message and dead codeNanik Tolaram2015-02-233-20/+9
|/
* 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