| Commit message (Expand) | Author | Age | Files | Lines |
* | Make forwarder2 daemon implementation more robust. | pliard@chromium.org | 2013-05-14 | 7 | -129/+58 |
* | Revert 198820 "Move FileEnumerator to its own file, do some refa..." | dbeam@chromium.org | 2013-05-08 | 1 | -3/+2 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-05-07 | 1 | -2/+3 |
* | [Android] Fix md5sum for component build | cjhopman@chromium.org | 2013-05-03 | 1 | -0/+7 |
* | [Android] Fix forwarder for the component build | yfriedman@chromium.org | 2013-04-18 | 1 | -0/+7 |
* | Update the remaining include paths of base/string_piece.h to its new location. | tfarina@chromium.org | 2013-04-17 | 3 | -3/+3 |
* | Move path functions from file_util to FilePath object. | brettw@chromium.org | 2013-04-12 | 1 | -3/+3 |
* | [Android] Add tools to find and remove unused Android resources. | newt@chromium.org | 2013-04-11 | 2 | -0/+175 |
* | net: move socket files from net/base to net/socket | phajdan.jr@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Android: adds strict_memcmp=0 for asanwrapper.sh | bulach@chromium.org | 2013-04-02 | 1 | -1/+1 |
* | Provision Android devices after the 'device_status_check' step. | sivachandra@chromium.org | 2013-03-29 | 1 | -5/+13 |
* | Instead of reabooting the device, have the daemon restart adbd. | navabi@google.com | 2013-03-23 | 1 | -2/+4 |
* | Make daemon able to exit adb by closing all discriptors. | navabi@google.com | 2013-03-20 | 1 | -0/+4 |
* | Add gyp rules to make adb_reboot and remove rebootondisconnect gyp stuff. | navabi@google.com | 2013-03-13 | 5 | -271/+46 |
* | src/: Update the remaining include paths of string_split.h to its new location. | tfarina@chromium.org | 2013-03-06 | 2 | -2/+2 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 3 | -3/+3 |
* | Use _target_name instead of package_name for java*.gypi | cjhopman@chromium.org | 2013-02-20 | 1 | -1/+0 |
* | Replace FilePath with base::FilePath in some more top level directories. | brettw@chromium.org | 2013-02-10 | 2 | -6/+7 |
* | Fix android build error with gcc 4.7.2. | Sungmann.Cho@gmail.com | 2013-01-30 | 1 | -0/+1 |
* | Add a binary for android device-side reboots | ilevy@chromium.org | 2013-01-29 | 3 | -0/+271 |
* | Cleanup tools/android OWNERS, remove set noparent | ilevy@chromium.org | 2013-01-29 | 1 | -3/+2 |
* | [Android] Sever findbugs dependencies on environment variables. | yfriedman@chromium.org | 2013-01-16 | 1 | -11/+7 |
* | Add dependency on Android tools to native unittests APKs targets | ppi@chromium.org | 2012-12-18 | 1 | -0/+19 |
* | Create the forwarder2 device daemon's PID file with mode = 666. | pliard@chromium.org | 2012-12-10 | 1 | -1/+1 |
* | Handle race condition in forwarder2's Daemon. | pliard@chromium.org | 2012-11-28 | 1 | -12/+14 |
* | Increase timeout in Forwarder2's daemon.cc. ... | pliard@chromium.org | 2012-11-26 | 1 | -7/+8 |
* | Use file_util::ScopedFD in forwarder2's Daemon. | pliard@chromium.org | 2012-11-23 | 1 | -27/+4 |
* | Use the new forwarder2's Daemon implementation in device_forwarder. | pliard@chromium.org | 2012-11-23 | 6 | -262/+521 |
* | Move eintr_wrapper.h from base to base/posix | brettw@chromium.org | 2012-11-14 | 11 | -11/+11 |
* | Support HTTP test-server based net unit tests on Android. | pliard@chromium.org | 2012-11-12 | 13 | -135/+705 |
* | Support running Android apk-based tests under ASan. | eugenis@chromium.org | 2012-11-07 | 1 | -0/+9 |
* | Added test for findbugs plugin. | michaelbai@chromium.org | 2012-11-01 | 5 | -0/+101 |
* | android: Build android_tools_common target as static_library. | tfarina@chromium.org | 2012-11-01 | 1 | -1/+1 |
* | Upstream findbugs plugin for Android | michaelbai@google.com | 2012-10-30 | 9 | -0/+266 |
* | Removing myself from OWNERs and WATCHLIST | satish@chromium.org | 2012-10-29 | 1 | -1/+0 |
* | Upstream the android python scripts changes that enable the new Forwarder2 to... | felipeg@chromium.org | 2012-10-16 | 4 | -13/+26 |
* | Print 'Starting Device Forwarder' after Unix Domain Socket initialization. | pliard@chromium.org | 2012-10-09 | 3 | -9/+14 |
* | Revert 158940 - Adapt python scripts to use the new Forwarder2 | ilevy@chromium.org | 2012-09-27 | 2 | -18/+10 |
* | Adapt python scripts to use the new Forwarder2 | felipeg@chromium.org | 2012-09-27 | 2 | -10/+18 |
* | Add support for dynamically allocated port in Forwarder2. | felipeg@chromium.org | 2012-09-22 | 8 | -40/+152 |
* | Add HostController and main file for host forwarder. | felipeg@chromium.org | 2012-09-13 | 5 | -6/+299 |
* | Android: Avoid pushing svn directories to the device. | nileshagrawal@chromium.org | 2012-09-13 | 1 | -3/+7 |
* | Fix the error when compiling tools/android with clang | michaelbai@chromium.org | 2012-09-12 | 1 | -0/+2 |
* | Add DeviceController and device_forwarder_main to Forwarder2. | felipeg@chromium.org | 2012-09-12 | 4 | -2/+224 |
* | Add DeviceListener and PipeNotifier to Forwarder2. | felipeg@chromium.org | 2012-09-11 | 5 | -0/+340 |
* | Add Thread and Forwarder Class to the Forwarder2. | felipeg@chromium.org | 2012-09-11 | 5 | -0/+264 |
* | Add Command class to Forwarder2. | felipeg@chromium.org | 2012-09-11 | 3 | -0/+137 |
* | Fix clang build error in forwarder2/socket.cc | wangxianzhu@chromium.org | 2012-09-11 | 1 | -2/+2 |
* | Forwarder 2 implementation | felipeg@chromium.org | 2012-09-07 | 7 | -1/+534 |
* | Make tools/android code built with clang | michaelbai@chromium.org | 2012-09-07 | 4 | -22/+63 |