- a9eb38d adb: make ScopedFd universally accessible and useful. by Josh Gao · 9 years ago
- a996c29 adb: clean up quotes in test_device.py. by Josh Gao · 9 years ago
- 379612b adb: mkdir the correct directory name when pulling. by Josh Gao · 9 years ago
- 48bc0d7 adb: cleanup file skipping logic. by Josh Gao · 9 years ago
- 74e0fe7 adb: symlinks to dirs count as dirs for pull destination. by Josh Gao · 9 years ago
- 802c54e adb: relax serial matching rules. by David Pursell · 9 years ago
- f22bc60 adb: report progress for small files. by Josh Gao · 9 years ago
- f48503b Also archive adb.exe/fastboot.exe when building win_sdk. by Ying Wang · 9 years ago
- a63b17f adb: fix directory creation logic. by Josh Gao · 9 years ago
- d382d2b adb: fix mistaken use of PLOG. by Josh Gao · 9 years ago
- a76e5f0 adb: use TCP keepalive. by David Pursell · 9 years ago
- 8ac1b04 Emulator: fix adbd qemu pipe partial write by bohu · 9 years ago
- 8a67c09 Merge "Only debuggable packages can be downgraded." into nyc-dev by Alex Klyubin · 9 years ago
- 2eaa41a adb: fix leak of framework_fd. by Josh Gao · 9 years ago
- b6117c4 adb: bail out if wait_for_device fails in send_shell_command. by Josh Gao · 9 years ago
- 85ed975 Only debuggable packages can be downgraded. by Alex Klyubin · 9 years ago
- ed1d7ae Remove duplicate fdevent.cpp entry by Dan Willemsen · 9 years ago
- fa3e0bc adb: sysdeps_test: improve smoke test. by Josh Gao · 9 years ago
- da81195 adb: check for an error response from adbd between each write. by Josh Gao · 9 years ago
- 4d74811 adbd: restore the old error handling behavior. by Josh Gao · 9 years ago
- 8d68591 adb: change unsigned to uint32_t in sync struct definitions. by Josh Gao · 9 years ago
- cd2039e adb: detect when the client disconnects in wait-for-device. by Josh Gao · 9 years ago
- b582fa3 adb: make fdevent_test, socket_test compile on Windows. by Josh Gao · 9 years ago
- c1d252b adb: add fd exhaustion test, fix errno reporting in sysdeps_win32. by Josh Gao · 9 years ago
- 8443fd9 adb: move win32 fd base to 2048, fix fd allocation. by Josh Gao · 9 years ago
- addab3d adb: don't emulate fdevent or socketpair on Windows. by Josh Gao · 9 years ago
- 0b57ef7 adb: fix clang-format for access modifier dedent. by Josh Gao · 9 years ago
- 8b642e4 Add missing liblog dependency by Dimitry Ivanov · 9 years ago
- 2674cd92 adb: sysdeps_win32: actually change ExitThread to _endthreadex. by Josh Gao · 9 years ago
- d9db09c adb: make adb_thread_func_t return void, add adb_thread_exit. by Josh Gao · 9 years ago
- 7e76c89 adb: redact reference to secret internal time machine. by Josh Gao · 9 years ago
- a1071c6 adb: mkdirs fixes by Spencer Low · 9 years ago
- d302a15 adb: sysdeps: add support for joining threads. by Josh Gao · 9 years ago
- 32a2b60 adb: allow wine's output for sysdeps_win32 strerror test. by Josh Gao · 9 years ago
- 65f7080 adb: setsid() for adb host server. by Yabin Cui · 9 years ago
- 9ad736a adb: make ctrl-c when spawning a daemon not kill the daemon. by Josh Gao · 9 years ago
- db262ff adb: fix mkdirs test. by Josh Gao · 9 years ago
- 3a45f94 Merge "adb: don\'t append a slash to a path that already ends with one." am: aae1eb2c4f by Josh Gao · 9 years ago
- 2b012f2 Merge "adb: win32: fix start-server to properly display UTF-8 on the console" am: 1617dd4fe9 by Elliott Hughes · 9 years ago
- d8e0108 Merge "adb: report subprocess creation errors to the client." am: 7aa7a81eb1 by Josh Gao · 9 years ago
- 6832ddb Merge "adb: fix mistaken uses of SendFail in file_sync_service.cpp." am: 2d2185ee09 by Josh Gao · 9 years ago
- aae1eb2 Merge "adb: don't append a slash to a path that already ends with one." by Josh Gao · 9 years ago
- 53a0a99 adb: win32: fix start-server to properly display UTF-8 on the console by Spencer Low · 9 years ago
- 323899b adb: don't append a slash to a path that already ends with one. by Josh Gao · 9 years ago
- 4323507 adb: report subprocess creation errors to the client. by Josh Gao · 9 years ago
- 6ad06b9 adb: fix mistaken uses of SendFail in file_sync_service.cpp. by Josh Gao · 9 years ago
- fc04da8 Merge "adb: win32: handle incomplete UTF-8 in console output, other fixes" am: 85c65dab42 by David Pursell · 9 years ago
- 85c65da Merge "adb: win32: handle incomplete UTF-8 in console output, other fixes" by David Pursell · 9 years ago
- 488275b Merge "base: add SystemErrorCodeToString() function." am: 79d8f07a6f by David Pursell · 9 years ago
- 79d8f07 Merge "base: add SystemErrorCodeToString() function." by David Pursell · 9 years ago
- 5f787ed base: add SystemErrorCodeToString() function. by David Pursell · 9 years ago
- da870ab Merge changes I93287b87,I30a3eb0b am: d18aea9974 am: 831bd4f043 by Josh Gao · 9 years ago
- d18aea9 Merge changes I93287b87,I30a3eb0b by Josh Gao · 9 years ago
- a166e71 adb: add nullability specifiers to adb_client.h. by Josh Gao · 9 years ago
- f3f6a1d adb: add adb_get_feature_set. by Josh Gao · 9 years ago
- 7fd384b Merge "adb: fix subprocess termination for legacy shell." am: a9352202dd by David Pursell · 9 years ago
- a935220 Merge "adb: fix subprocess termination for legacy shell." by David Pursell · 9 years ago
- f74da51 Merge "adb: SIGWINCH support for Windows" am: c1eb5ba0fb am: 41b04cf896 by Josh Gao · 9 years ago
- 2e02dc6 adb: SIGWINCH support for Windows by Spencer Low · 9 years ago
- a30b79a adb: win32: handle incomplete UTF-8 in console output, other fixes by Spencer Low · 9 years ago
- 8c43666 Merge "ADB security logging" am: 8dfe21eaad am: e37103a375 by Rubin Xu · 9 years ago
- 8dfe21e Merge "ADB security logging" by Rubin Xu · 9 years ago
- 57dd5ae adb: fix subprocess termination for legacy shell. by David Pursell · 9 years ago
- aa8af38 Merge "adb: fix GetFeatureSet() to indicate failure." am: 921b8e19ee by David Pursell · 9 years ago
- b5a43c4 Merge "base: add network address parsing function from adb." am: 7fc87c9bc2 by David Pursell · 9 years ago
- 0aacbbe adb: fix GetFeatureSet() to indicate failure. by David Pursell · 9 years ago
- 706955f base: add network address parsing function from adb. by David Pursell · 9 years ago
- d61a25c ADB security logging by Rubin Xu · 9 years ago
- 870c10c Merge "adbd: use pty to determine whether a session is interactive." am: 7e923fb3c5 by Josh Gao · 9 years ago
- b5028e4 adbd: use pty to determine whether a session is interactive. by Josh Gao · 9 years ago
- 6176298 Merge "adbd: don\'t leave zombies when subprocess creation fails." am: fb494eb40d by Josh Gao · 9 years ago
- c65fae9 adbd: don't leave zombies when subprocess creation fails. by Josh Gao · 9 years ago
- 3ed4d4d Merge "adb: tag fatal, fatal_errno with printf attribute." am: 7db2cb67be by Josh Gao · 9 years ago
- c93cf8a Merge "Increase the maximum shell command length to 4096ish." am: 3472410eac by Josh Gao · 9 years ago
- 2dd90a2 Merge "Fix a couple sign-comparison warnings." am: 422359aad4 am: b2d312749e by Dan Albert · 9 years ago
- 7db2cb6 Merge "adb: tag fatal, fatal_errno with printf attribute." by Josh Gao · 9 years ago
- 56e9bb9 adb: tag fatal, fatal_errno with printf attribute. by Josh Gao · 9 years ago
- 3472410 Merge "Increase the maximum shell command length to 4096ish." by Josh Gao · 9 years ago
- 7e6683c Increase the maximum shell command length to 4096ish. by Josh Gao · 9 years ago
- bac7bb5 Fix a couple sign-comparison warnings. by Dan Albert · 9 years ago
- c76e2a8 Merge "adbd: Depend only on libminijail." am: 6fe9930722 am: 3cdfb3b0aa by Jorge Lucangeli Obes · 9 years ago
- 81a70ac Merge "Improve dumb terminal support (emacs is dumb)." am: 46798ecd17 by Elliott Hughes · 9 years ago
- 6fe9930 Merge "adbd: Depend only on libminijail." by Jorge Lucangeli Obes · 9 years ago
- d68ad69 Improve dumb terminal support (emacs is dumb). by Elliott Hughes · 9 years ago
- 4fc0c3d Merge "adbd: Remove check for set_supplementary_gids." am: fd3c12d224 by Jorge Lucangeli Obes · 9 years ago
- 218eb7c adbd: Depend only on libminijail. by Jorge Lucangeli Obes · 9 years ago
- fd79a5d adbd: Remove check for set_supplementary_gids. by Jorge Lucangeli Obes · 9 years ago
- 62d6586 Merge "WA: Fix adb wait-for-device command" am: bf867cac7e am: 4da27b1014 by Josh Gao · 9 years ago
- 94e0776 WA: Fix adb wait-for-device command by Leo Sartre · 9 years ago
- 2b787e2 Merge "Limit adb_test to first multilib" am: 3fb7d97689 am: 03e6f710bc by Dan Willemsen · 9 years ago
- 1e20e0a Limit adb_test to first multilib by Dan Willemsen · 9 years ago
- ee5910c Merge "Give adb a proper progress bar." am: 0e6a23c7d5 am: 91c228f1ef by Elliott Hughes · 9 years ago
- a00e6ef Give adb a proper progress bar. by Elliott Hughes · 9 years ago
- f6e7622 Merge "adb host: add device state in "adb wait-for-*"" am: 82509e7925 by Elliott Hughes · 9 years ago
- 3f165e8 Merge "adb: extract USB FFS read/write limit constants." am: 1ff73936a7 by Josh Gao · 9 years ago
- c85c7e8 Merge "Improve "adb install"\'s error message slightly." am: d361582dc0 by Elliott Hughes · 9 years ago
- 135405f Merge "adb: Use Minijail for privilege dropping." am: 297a8381b5 am: f733d6acad by Jorge Lucangeli Obes · 9 years ago
- 065c723 Merge "Use selinux_android_setcon() instead of setcon()" am: 64cc0825a6 by Tom Cherry · 9 years ago
- 82509e7 Merge "adb host: add device state in "adb wait-for-*"" by Elliott Hughes · 9 years ago
- 1ff7393 Merge "adb: extract USB FFS read/write limit constants." by Josh Gao · 9 years ago