summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move transport declarations into transport.h.Dan Albert2015-02-2421-155/+193
* 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
* | | Merge "Make Python tests only check the current device."Dan Albert2015-02-241-46/+19
|\ \ \
| * | | Make Python tests only check the current device.Dan Albert2015-02-241-46/+19
| | |/ | |/|
* | | Merge "init: grab-bootchart.sh: run bootchart and display results"Mark Salyzyn2015-02-242-5/+7
|\ \ \ | |/ / |/| |
| * | init: grab-bootchart.sh: run bootchart and display resultsMark Salyzyn2015-02-242-5/+7
| |/
* | Merge "Fix Mac build."Dan Albert2015-02-241-1/+1
|\ \
| * | Fix Mac build.Dan Albert2015-02-241-1/+1
|/ /
* | Merge "Fix Windows SDK build."Dan Albert2015-02-241-1/+4
|\ \ | |/ |/|
| * Fix Windows SDK build.Dan Albert2015-02-241-1/+4
|/
* Merge "Add missing <stdlib.h> to adb_listeners.c."Elliott Hughes2015-02-241-0/+1
|\
| * 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
* | Merge "Remove useless refCounting from FileMap."Narayan Kamath2015-02-244-32/+8
|\ \
| * | Remove useless refCounting from FileMap.Narayan Kamath2015-02-234-32/+8
* | | Merge "Add more logging message and dead code"Mark Salyzyn2015-02-233-20/+9
|\ \ \ | |/ / |/| |
| * | Add more logging message and dead codeNanik Tolaram2015-02-233-20/+9
|/ /
* | Merge "Remove loghack.h."Narayan Kamath2015-02-212-121/+1
|\ \ | |/ |/|
| * Remove loghack.h.Narayan Kamath2015-02-212-121/+1
* | Merge "Remove reference to NOT_USING_KLIBC and cygwin."Narayan Kamath2015-02-201-14/+1
|\ \ | |/ |/|
| * Remove reference to NOT_USING_KLIBC and cygwin.Narayan Kamath2015-02-191-14/+1
* | Merge "Libcutils: Remove unused variable"Andreas Gampe2015-02-201-1/+0
|\ \
| * | Libcutils: Remove unused variableAndreas Gampe2015-02-191-1/+0
|/ /
* | 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
| |/ /
* | | Merge "Fix Windows adb build."Dan Albert2015-02-193-11/+9
|\ \ \ | |/ / |/| |
| * | Fix Windows adb build.Dan Albert2015-02-193-11/+9
|/ /
* | Merge "Move adb_main to its own file."Dan Albert2015-02-196-379/+415
|\ \
| * | Move adb_main to its own file.Dan Albert2015-02-186-379/+415
* | | Merge "Move the listener code into its own file."Dan Albert2015-02-195-280/+352
|\ \ \ | |/ /
| * | Move the listener code into its own file.Dan Albert2015-02-185-280/+352
* | | Merge "Move the adb auth code into its own file."Dan Albert2015-02-195-67/+108
|\ \ \ | |/ /
| * | 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
* | | Merge "Fix build."Elliott Hughes2015-02-191-6/+12
|\ \ \
| * | | 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
* | | Merge "Move USB transport code to libadb."Dan Albert2015-02-181-10/+15
|\ \ \