- 0dedfa3 Deprecated 'adb bugreport' with flat files. am: 307951e124 by Felipe Leme · 9 years ago
- 2dd526d Minor improvements on bugreport generation. am: 80a65d03c9 by Felipe Leme · 9 years ago
- 80f3939 adb: fix stat on Windows. by Josh Gao · 9 years ago
- a59f6ad adb: extract Windows bits out of directory_exists test. by Josh Gao · 9 years ago
- 1e470b5 Deprecated 'adb bugreport' with flat files. by Felipe Leme · 9 years ago
- 08e460e Minor improvements on bugreport generation. by Felipe Leme · 9 years ago
- b030890 Removed extra 'pulling file' message. by Felipe Leme · 9 years ago
- 532703c Show bugreport progress. by Felipe Leme · 9 years ago
- 0832592 Refactored functions that copy sdout and stderr to strings to use a callback. by Felipe Leme · 9 years ago
- da3f8f9 Split bugreport() into its own file and added unit tests. by Felipe Leme · 9 years ago
- 79f999c Ensure the target sees a proper EOD marker during restore by Christopher Tate · 9 years ago
- 45e8078 adb: don't dup local socket fd. by Josh Gao · 9 years ago
- 3b40eff adb: fix fd double close, Subprocess lifetime issue. by Josh Gao · 9 years ago
- c1fd67d Merge "Redirect bugreport stderr to host's stderr." into nyc-dev by TreeHugger Robot · 9 years ago
- 5d0595f Redirect bugreport stderr to host's stderr. by Felipe Leme · 9 years ago
- 28aec60 Allow multiple (sequential) adb users on Linux. by Elliott Hughes · 9 years ago
- b6bd97e adbd: properly close subprocess pipes on Ctrl+C. by David Pursell · 9 years ago
- db7ef47 Revert "adb: close ep0 on disconnection." by Siqi Lin · 9 years ago
- dd642a4 [adb] Followup CL to clean up adb_auth_host.cpp by Yurii Zubrytskyi · 9 years ago
- f20734b [adb] Issue the "auth" emulator command before any other one by Yurii Zubrytskyi · 9 years ago
- 0560f3e Merge "adb: close ep0 on disconnection." into nyc-dev by Yabin Cui · 9 years ago
- b1d2b8a adb: use asocket's close function when closing. by Josh Gao · 9 years ago
- 8334e10 adb: switch the socket list mutex to a recursive_mutex. by Josh Gao · 9 years ago
- 2a5b2c6 adb: clang-format sockets.cpp. by Josh Gao · 9 years ago
- 2a83501 adb: add implementations of mutex, recursive_mutex. by Josh Gao · 9 years ago
- 1ba2cc1 Merge "adb: search for a maximum of 16 emulators." into nyc-dev by Josh Gao · 9 years ago
- 8aa6bca adb: search for a maximum of 16 emulators. by Josh Gao · 9 years ago
- 775a2bc Display warning about bugreport delay. by Felipe Leme · 9 years ago
- c89247a Automatically add a .zip to adb bugreport file when missing. by Felipe Leme · 9 years ago
- c07e7a4 adb: close ep0 on disconnection. by Yabin Cui · 9 years ago
- fb3c3d8 adb: fix adb usb operations on device. by Yabin Cui · 9 years ago
- 2e8937c adb: use a custom thread to poll for usb devices on mac. by Yabin Cui · 9 years ago
- 249aa3c Fix kick_transport test. by Yabin Cui · 9 years ago
- 9312f81 Merge changes Ia4a2ff77,I970806e3,I47daa338 into nyc-dev by TreeHugger Robot · 9 years ago
- 3453d07 adb: increase the FD table size on Win32. by Josh Gao · 9 years ago
- 3025612 adb: bump the server version to 36. by Josh Gao · 9 years ago
- ec0933d adb: add reconnect command. by Yabin Cui · 9 years ago
- ce16263 adb: after `adb root`, wait for the device in any state. by Josh Gao · 9 years ago
- 3e77ce1 adb: add support for 'wait-for-any'. by Josh Gao · 9 years ago
- 55e8ac7 adb: make 'wait-for-{recovery,sideload,bootloader} work. by Josh Gao · 9 years ago
- c928e78 Implements 'adb bugreport <ZIP_FILE>'. by Felipe Leme · 9 years ago
- af3d3b6 Fix buffer overrun in adb wait-for-device. by Elliott Hughes · 9 years ago
- 0f50df7 Merge "emulator: Use distinct serial names for simultaneous qemu pipes." into nyc-dev by Prathmesh Prabhu · 9 years ago
- 653be14 emulator: Use distinct serial names for simultaneous qemu pipes. by Prathmesh Prabhu · 9 years ago
- 046c90f adbd: fix spurious close of uninitialized fd. by Josh Gao · 9 years ago
- 5066322 adb: wait for restore to complete before returning. by Josh Gao · 9 years ago
- 26f95b3 adb: wait for adbd to die and respawn in root/unroot. by Josh Gao · 9 years ago
- 0ead217 adb: make ScopedFd universally accessible and useful. by Josh Gao · 9 years ago
- 032b449 adb: clean up quotes in test_device.py. by Josh Gao · 9 years ago
- 07cc97a adb: mkdir the correct directory name when pulling. by Josh Gao · 9 years ago
- 450f2c6 adb: cleanup file skipping logic. by Josh Gao · 9 years ago
- 00d279b adb: symlinks to dirs count as dirs for pull destination. by Josh Gao · 9 years ago
- e773068 adb: relax serial matching rules. by David Pursell · 9 years ago
- 066e00d adb: report progress for small files. by Josh Gao · 9 years ago
- 7ac9b5e Also archive adb.exe/fastboot.exe when building win_sdk. by Ying Wang · 9 years ago
- af05896 adb: fix directory creation logic. by Josh Gao · 9 years ago
- e6b24c2 adb: fix mistaken use of PLOG. by Josh Gao · 9 years ago
- 4bed9b1 adb: use TCP keepalive. by David Pursell · 9 years ago
- d58fbcb Emulator: fix adbd qemu pipe partial write by bohu · 9 years ago
- b2d35ce Merge "Only debuggable packages can be downgraded." into nyc-dev by Alex Klyubin · 9 years ago
- 6f9684e adb: fix leak of framework_fd. by Josh Gao · 9 years ago
- 436c13c adb: bail out if wait_for_device fails in send_shell_command. by Josh Gao · 9 years ago
- 084ac27 Only debuggable packages can be downgraded. by Alex Klyubin · 9 years ago
- f90f3e1 Remove duplicate fdevent.cpp entry by Dan Willemsen · 9 years ago
- 30f58eb adb: sysdeps_test: improve smoke test. by Josh Gao · 9 years ago
- 1e8c120 adb: check for an error response from adbd between each write. by Josh Gao · 9 years ago
- 5ffdf76 adbd: restore the old error handling behavior. by Josh Gao · 9 years ago
- b3e9420 adb: change unsigned to uint32_t in sync struct definitions. by Josh Gao · 9 years ago
- c48dac2 adb: detect when the client disconnects in wait-for-device. by Josh Gao · 9 years ago
- c73f22e adb: make fdevent_test, socket_test compile on Windows. by Josh Gao · 9 years ago
- ae07746 adb: add fd exhaustion test, fix errno reporting in sysdeps_win32. by Josh Gao · 9 years ago
- be4b321 adb: move win32 fd base to 2048, fix fd allocation. by Josh Gao · 9 years ago
- 7a2e613 adb: don't emulate fdevent or socketpair on Windows. by Josh Gao · 9 years ago
- 1b367cc adb: fix clang-format for access modifier dedent. by Josh Gao · 9 years ago
- b2a7674 Add missing liblog dependency by Dimitry Ivanov · 9 years ago
- 5cb45d1 adb: sysdeps_win32: actually change ExitThread to _endthreadex. by Josh Gao · 9 years ago
- 1adce23 adb: make adb_thread_func_t return void, add adb_thread_exit. by Josh Gao · 9 years ago
- d91433d adb: redact reference to secret internal time machine. by Josh Gao · 9 years ago
- b80537e adb: mkdirs fixes by Spencer Low · 9 years ago
- 55c198d adb: sysdeps: add support for joining threads. by Josh Gao · 9 years ago
- df09ee8 adb: allow wine's output for sysdeps_win32 strerror test. by Josh Gao · 9 years ago
- bdb9147 adb: setsid() for adb host server. by Yabin Cui · 9 years ago
- 6e850a8 adb: make ctrl-c when spawning a daemon not kill the daemon. by Josh Gao · 9 years ago
- 9a46b7f adb: fix mkdirs test. by Josh Gao · 9 years ago
- a1df1f5 Merge "adb: don\'t append a slash to a path that already ends with one." am: aae1eb2c4f by Josh Gao · 9 years ago
- 19794af Merge "adb: win32: fix start-server to properly display UTF-8 on the console" am: 1617dd4fe9 by Elliott Hughes · 9 years ago
- 2516ede Merge "adb: report subprocess creation errors to the client." am: 7aa7a81eb1 by Josh Gao · 9 years ago
- 6bc842f Merge "adb: fix mistaken uses of SendFail in file_sync_service.cpp." am: 2d2185ee09 by Josh Gao · 9 years ago
- 9002047 Merge "adb: don't append a slash to a path that already ends with one." by Josh Gao · 9 years ago
- 2abd769 adb: win32: fix start-server to properly display UTF-8 on the console by Spencer Low · 9 years ago
- 729cbf9 adb: don't append a slash to a path that already ends with one. by Josh Gao · 9 years ago
- f9eb731 adb: report subprocess creation errors to the client. by Josh Gao · 9 years ago
- e8b58d2 adb: fix mistaken uses of SendFail in file_sync_service.cpp. by Josh Gao · 9 years ago
- bb70d4e Merge "adb: win32: handle incomplete UTF-8 in console output, other fixes" am: 85c65dab42 by David Pursell · 9 years ago
- aa6e826 Merge "adb: win32: handle incomplete UTF-8 in console output, other fixes" by David Pursell · 9 years ago
- 602bef0 Merge "base: add SystemErrorCodeToString() function." am: 79d8f07a6f by David Pursell · 9 years ago
- 6032cf3 Merge "base: add SystemErrorCodeToString() function." by David Pursell · 9 years ago
- d32c76b base: add SystemErrorCodeToString() function. by David Pursell · 9 years ago
- bf16e93 Merge changes I93287b87,I30a3eb0b am: d18aea9974 am: 831bd4f043 by Josh Gao · 9 years ago
- 0f1b4dd Merge changes I93287b87,I30a3eb0b by Josh Gao · 9 years ago