summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge "Libnetutils: Remove unused functions & variables"Andreas Gampe2014-11-244-12/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Libnetutils: Remove unused functions & variablesAndreas Gampe2014-11-244-12/+2
| |/ / /
* | | | Merge "Liblog: Remove unused function"Andreas Gampe2014-11-241-9/+0
|\ \ \ \
| * | | | Liblog: Remove unused functionAndreas Gampe2014-11-241-9/+0
| |/ / /
* | | | Merge "fastboot: add parameter for unbuffered stderr/stdout"Elliott Hughes2014-11-241-1/+9
|\ \ \ \
| * | | | fastboot: add parameter for unbuffered stderr/stdoutFlorian Bäuerle2014-11-241-1/+9
| |/ / /
* | | | Merge "Libziparchive: Remove unused variable"Andreas Gampe2014-11-241-1/+0
|\ \ \ \
| * | | | Libziparchive: Remove unused variableAndreas Gampe2014-11-241-1/+0
| |/ / /
* | | | Merge "Libcutils: Remove unused variable"Andreas Gampe2014-11-241-1/+0
|\ \ \ \
| * | | | Libcutils: Remove unused variableAndreas Gampe2014-11-241-1/+0
| |/ / /
* | | | Merge "Libutils: Comment out unused constants"Andreas Gampe2014-11-241-2/+3
|\ \ \ \
| * | | | Libutils: Comment out unused constantsAndreas Gampe2014-11-241-2/+3
| |/ / /
* | | | Merge "sdcard: mount sdcard with the noexec option"Elliott Hughes2014-11-241-1/+1
|\ \ \ \
| * | | | sdcard: mount sdcard with the noexec optionDaisuke Okitsu2014-11-241-1/+1
| |/ / /
* | | | Merge "libadf: add tests for various failure modes"Greg Hackmann2014-11-241-14/+99
|\ \ \ \
| * | | | libadf: add tests for various failure modesGreg Hackmann2014-05-071-14/+99
* | | | | Merge "libadf: add tests"Greg Hackmann2014-11-242-0/+279
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | libadf: add testsGreg Hackmann2014-05-072-0/+279
* | | | Merge "Lose clear, false, and true to toybox."Elliott Hughes2014-11-234-150/+0
|\ \ \ \
| * | | | Lose clear, false, and true to toybox.Elliott Hughes2014-11-224-150/+0
|/ / / /
* | | | Merge "Fix Mac build."Elliott Hughes2014-11-221-1/+1
|\ \ \ \
| * | | | Fix Mac build.Elliott Hughes2014-11-221-1/+1
|/ / / /
* | | | Merge "Kill HAVE_BIG_ENDIAN, HAVE_ENDIAN_H, and HAVE_LITTLE_ENDIAN."Elliott Hughes2014-11-226-89/+10
|\ \ \ \
| * | | | Kill HAVE_BIG_ENDIAN, HAVE_ENDIAN_H, and HAVE_LITTLE_ENDIAN.Elliott Hughes2014-11-216-89/+10
* | | | | Merge "Kill LOCAL_SOCKET_NAMESPACE."Elliott Hughes2014-11-223-7/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Kill LOCAL_SOCKET_NAMESPACE.Elliott Hughes2014-11-213-7/+7
|/ / / /
* | | | Merge "system/core: Remove AID_GRAPHICS from adb groups"Nick Kralevich2014-11-221-3/+2
|\ \ \ \
| * | | | system/core: Remove AID_GRAPHICS from adb groupsAjay Dudani2014-11-211-3/+2
|/ / / /
* | | | Merge "Add a missing include."Dan Albert2014-11-211-0/+3
|\ \ \ \
| * | | | Add a missing include.Dan Albert2014-11-211-0/+3
* | | | | Merge "notify: dynamically allocate filename buffer"Elliott Hughes2014-11-211-4/+8
|\ \ \ \ \
| * | | | | notify: dynamically allocate filename bufferJohan Redestig2014-11-201-4/+8
* | | | | | Merge "Remove the adb usb vendor id whitelist."Elliott Hughes2014-11-214-412/+0
|\ \ \ \ \ \
| * | | | | | Remove the adb usb vendor id whitelist.Elliott Hughes2014-11-214-412/+0
|/ / / / / /
* | | | | | Merge "Disable vendor id filtering for OS X."Elliott Hughes2014-11-211-56/+37
|\ \ \ \ \ \
| * | | | | | Disable vendor id filtering for OS X.Al Sutton2014-11-211-56/+37
| | |/ / / / | |/| | | |
* | | | | | Merge "Remove explict use of ASCII encoding"Elliott Hughes2014-11-212-2/+2
|\ \ \ \ \ \
| * | | | | | Remove explict use of ASCII encodingAl Sutton2014-11-212-2/+2
| |/ / / / /
* | | | | | Merge "adb: Add USB vendor ID for Ubiquiti Networks, Inc."Elliott Hughes2014-11-211-0/+3
|\ \ \ \ \ \
| * | | | | | adb: Add USB vendor ID for Ubiquiti Networks, Inc.Jeremy Chang2014-11-191-0/+3
* | | | | | | Merge "Fix format string"Chih-Hung Hsieh2014-11-211-3/+4
|\ \ \ \ \ \ \
| * | | | | | | Fix format stringChih-Hung Hsieh2014-11-201-3/+4
|/ / / / / / /
* | | | | | | Merge "Make mkdirAndChown do what it claims to do"Chih-hung Hsieh2014-11-211-2/+2
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Make mkdirAndChown do what it claims to doBernhard Rosenkränzer2014-11-171-2/+2
* | | | | | | Merge "Add a pre-C++11 constexpr compatibility macro."Dan Albert2014-11-201-0/+11
|\ \ \ \ \ \ \
| * | | | | | | Add a pre-C++11 constexpr compatibility macro.Dan Albert2014-11-201-0/+11
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge "Return path including executable instead of without"Elliott Hughes2014-11-202-10/+10
|\ \ \ \ \ \ \
| * | | | | | | Return path including executable instead of withoutAl Sutton2014-11-202-10/+10
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge "Disable vendor id filtering for Linux."Elliott Hughes2014-11-202-20/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Disable vendor id filtering for Linux.Elliott Hughes2014-11-192-20/+4
|/ / / / / /