summaryrefslogtreecommitdiffstats
path: root/adb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "adb: support /oem partition""Elliott Hughes2015-03-168-104/+122
* Revert "adb: support /oem partition"Dan Albert2015-03-163-94/+100
* adb: support /oem partitionMÃ¥rten Kongstad2015-03-163-100/+94
* Create libbase.Dan Albert2015-03-142-10/+9
* adb doesn't actually use libzipfile.Elliott Hughes2015-03-133-3/+0
* Fix build from -Werror=maybe-uninitialized.Dan Albert2015-03-091-1/+1
* Move adb to C++.Dan Albert2015-03-0934-278/+317
* Merge "Fix a writex transcription error."Dan Albert2015-03-091-1/+1
|\
| * Fix a writex transcription error.Dan Albert2015-03-091-1/+1
* | Make the root/unroot test more robust.Dan Albert2015-03-091-2/+22
|/
* check if uid=0 before attempting remountNick Kralevich2015-02-251-0/+6
* Test readx/writex (now renamed).Dan Albert2015-02-2519-211/+435
* Remove _(GNU|XOPEN)_SOURCE makefile cruft.Dan Albert2015-02-251-4/+6
* Add some basic tests to adb.Dan Albert2015-02-253-18/+107
* 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
|/