| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove strtok from adb. | Elliott Hughes | 2015-04-28 | 1 | -10/+0 |
* | Remove extern "C" barriers to using C++. | Elliott Hughes | 2015-04-17 | 1 | -12/+0 |
* | adb shell: Win32: fix Ctrl-C, tab completion, line editing, server echo | Spencer Low | 2015-03-26 | 1 | -4/+2 |
* | Test readx/writex (now renamed). | Dan Albert | 2015-02-25 | 1 | -19/+15 |
* | Add extern "C" to all the adb headers. | Dan Albert | 2015-02-18 | 1 | -0/+16 |
* | adb: Win32: set socket buffer sizes properly | Spencer Low | 2015-01-26 | 1 | -3/+19 |
* | Begin moving code from adb to libadb. | Dan Albert | 2015-01-26 | 1 | -23/+9 |
* | Fix build on mac. | leozwang | 2014-12-09 | 1 | -1/+1 |
* | Add more debug information. | leozwang | 2014-12-09 | 1 | -0/+11 |
* | Fix windows-specific error without messing up Makefile flags. | Stephen Hines | 2014-10-01 | 1 | -1/+1 |
* | Remove obsolete reference to ddk; Fixes for -Werror | Andrew Hsieh | 2014-09-30 | 1 | -0/+1 |
* | Fix win32 implicit declaration of function socket_network_client_timeout. | Elliott Hughes | 2014-05-20 | 1 | -0/+2 |
* | adb: Only use properties on device builds | Nick Kralevich | 2013-05-23 | 1 | -1/+0 |
* | Add TEMP_FAILURE_RETRY macro for darwin | Kenny Root | 2012-10-13 | 1 | -0/+15 |
* | am 207c17ff: Merge "Make adb robust against EINTR" | Kenny Root | 2012-10-12 | 1 | -8/+9 |
|\ |
|
| * | Make adb robust against EINTR | Kenny Root | 2012-10-12 | 1 | -8/+9 |
* | | adb: Add public key authentification | Benoit Goby | 2012-08-23 | 1 | -0/+2 |
* | | adb: Use bionic's strtok_r() for Windows | Scott Anderson | 2012-06-05 | 1 | -0/+9 |
|/ |
|
* | adb: fix subprocess exit handling, oom adjust fixes, extra debugging. | JP Abgrall | 2011-03-28 | 1 | -1/+9 |
* | Revert "Fix adb hang when subprocess dies early." | JP Abgrall | 2011-02-23 | 1 | -7/+2 |
* | Fix adb hang when subprocess dies early. | JP Abgrall | 2011-02-18 | 1 | -2/+7 |
* | Fix adb leaking file descriptors to forked processes | Benoit Goby | 2011-02-02 | 1 | -1/+7 |
* | adb: Add "adb disconnect" command for disconnecting TCP/IP devices. | Mike Lockwood | 2009-10-11 | 1 | -0/+8 |
* | Cleaning up whitespace in adb sources. Nothing more, nothing less. | David 'Digit' Turner | 2009-05-18 | 1 | -15/+15 |
* | Move fdevent from libcutils into adb directory. ADB is the only client of thi... | David 'Digit' Turner | 2009-05-18 | 1 | -2/+2 |
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -0/+473 |
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -473/+0 |
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 1 | -0/+473 |