- 771f2c2 Merge "Remove unused #include." by Elliott Hughes · 6 years ago
- 3eb5d77 Merge "adb: work around adbd push bug." by Treehugger Robot · 6 years ago
- cd0f5c3 Remove unused #include. by Elliott Hughes · 6 years ago
- e4fded2 adb: fix escape_arg for multiple quotes by Ryan Prichard · 6 years ago
- 0cee7cc adb: work around adbd push bug. by Josh Gao · 6 years ago
- 4c0078d adbd: fix spurious failure to create dirs when pushing. by Josh Gao · 6 years ago
- d8a4c60 Simplify __attribute__((__printf__)) use. by Elliott Hughes · 6 years ago
- b8f4fe4 Merge changes from topic "mingw-clang" by Treehugger Robot · 6 years ago
- a2df1ef Do not customize __format__ for Windows/MinGW to gnu_printf by Pirama Arumuga Nainar · 6 years ago
- 409465a Merge "adb: fix obsolete documentation." by Treehugger Robot · 6 years ago
- accc95d adb: fix obsolete documentation. by Elliott Hughes · 6 years ago
- 04b9ca8 Revert "adb: detect some spin loops and abort." by Josh Gao · 6 years ago
- 7982178 Update cflags for building Windows modules with Clang by Pirama Arumuga Nainar · 6 years ago
- 9674bcb Merge changes Ibfa5e7e6,I706b57a9,I53d21134,I69d4d585 by Treehugger Robot · 6 years ago
- 3bbc816 adb: detect some spin loops and abort. by Josh Gao · 6 years ago
- 812ba6a Merge "adb: add nonblocking fd Connection." by Treehugger Robot · 6 years ago
- ded557f adb: add an id field to fdevent. by Josh Gao · 6 years ago
- e44d38d adb: delete unused members in fdevent. by Josh Gao · 6 years ago
- 172d0d4 adb: add `adb raw` to connect to an arbitrary service. by Josh Gao · 6 years ago
- 5587aba Merge "Fix `adb logcat` return code." by Elliott Hughes · 6 years ago
- 31f0f1b Fix `adb logcat` return code. by Elliott Hughes · 6 years ago
- 6082e7d adb: add nonblocking fd Connection. by Josh Gao · 7 years ago
- 011ee12 Shared libs are supported in recovery mode by Jiyong Park · 6 years ago
- ae74e42 Merge "Fix exit-time-destructor warning" by Treehugger Robot · 6 years ago
- 8b47d31 Fix exit-time-destructor warning by Pirama Arumuga Nainar · 6 years ago
- 07445f4 adb: add remount -R for deduplicated ext4 by David Anderson · 7 years ago
- e82401e Merge "adb: really fix the mac build." by Josh Gao · 7 years ago
- 6e1246c adb: really fix the mac build. by Josh Gao · 7 years ago
- 6c9bb05 Merge "Build adbd for recovery" by Treehugger Robot · 7 years ago
- 99c27d3 adb: fix mac build. by Josh Gao · 7 years ago
- a0e7504 Build adbd for recovery by Jiyong Park · 7 years ago
- fd3fd93 adb: add benchmark script. by Josh Gao · 7 years ago
- 7c738cd adb: add IOVector. by Josh Gao · 7 years ago
- 9da1a91 Revert "Revert "adb: add support for O_CLOEXEC to unique_fd pipe wrapper."" by Josh Gao · 7 years ago
- a2157a7 Merge "Revert "adb: add support for O_CLOEXEC to unique_fd pipe wrapper."" by Josh Gao · 7 years ago
- f139ba4 Revert "adb: add support for O_CLOEXEC to unique_fd pipe wrapper." by Josh Gao · 7 years ago
- 812a6b7 Merge "adb: add support for O_CLOEXEC to unique_fd pipe wrapper." by Treehugger Robot · 7 years ago
- 7a22358 Merge changes I465804fd,Ib5a684bb,If5e66570,I8471cc00,I8ba0a70a by Josh Gao · 7 years ago
- 948b3e1 adb: add support for O_CLOEXEC to unique_fd pipe wrapper. by Josh Gao · 7 years ago
- 3b37fa2 adb: convert fdevent over to unique_fd. by Josh Gao · 7 years ago
- ae9c1dc adb: move towards using unique_fd. by Josh Gao · 7 years ago
- e535302 adb: delete FDEVENT_DONTCLOSE. by Josh Gao · 7 years ago
- 71f775a adb: remove fdevent_install, fdevent_remove. by Josh Gao · 7 years ago
- 2fa9770 Merge changes I4d6da40d,I91c7ced5,I7b9f6d18 by Treehugger Robot · 7 years ago
- 93e4501 Merge "adb: Retry io in case of interrupt" by Treehugger Robot · 7 years ago
- adf07c5 Merge "adb: Move io_setup to usb_handle init" by Treehugger Robot · 7 years ago
- 3255974 adb: Add a test for emulator connection by Luis Hector Chavez · 7 years ago
- fbee0a9 adb: Improve test_adb a bit more by Luis Hector Chavez · 7 years ago
- 454bc7c adb: Add a way to reconnect TCP transports by Luis Hector Chavez · 7 years ago
- d8c1ae9 adb: Move io_setup to usb_handle init by Jerry Zhang · 7 years ago
- 5ba6802 adb: Retry io in case of interrupt by Jerry Zhang · 7 years ago
- 570426a adb: warn on remount if undoing deduplication is impossible by David Anderson · 7 years ago
- 2744084 adb: fix uninitialized variable in AsyncServiceRef. by Josh Gao · 7 years ago
- da6ab73 Merge "adb: fix double close in jdwp_service." by Treehugger Robot · 7 years ago
- b7a9956 adb: fix double close in jdwp_service. by Josh Gao · 7 years ago
- 313aa71 Merge "adb: better error messages on deduplicated filesystems." by Treehugger Robot · 7 years ago
- a962ec0 adb: better error messages on deduplicated filesystems. by David Anderson · 7 years ago
- c97cea0 Merge "adb: add authorizing, connecting states to transport." by Josh Gao · 7 years ago
- 53248e4 Merge "Documented adb install --instant" by android-build-prod (mdb) · 7 years ago
- 807be77 Documented adb install --instant by Felipe Leme · 7 years ago
- 3e41f92 Remove unused `tags` property from Android.bp files by Dan Willemsen · 7 years ago
- 704494b adb: add authorizing, connecting states to transport. by Josh Gao · 7 years ago
- c587f02 adb: Avoid waiting for emulator connections by Luis Hector Chavez · 7 years ago
- 4e6f3d9 Merge "Add test_suites lines." by Elliott Hughes · 7 years ago
- 40fdf3f Add test_suites lines. by Elliott Hughes · 7 years ago
- 9a388d5 adb: Make the Connection object a std::shared_ptr by Luis Hector Chavez · 7 years ago
- 56fe753 adb: Add a way to distinguish between connection failures and successes by Luis Hector Chavez · 7 years ago
- c4ad6b6 Merge changes I722d2c41,Ic216ddef by Treehugger Robot · 7 years ago
- 224d965 Merge "adb: don't error in handle_host_request if we can't acquire a transport." by Treehugger Robot · 7 years ago
- 78f133d adb: don't error in handle_host_request if we can't acquire a transport. by Josh Gao · 7 years ago
- 8b67c52 Improve test_adb.py by Luis Hector Chavez · 7 years ago
- 5d39585 adb: Distinguish betwen already-connected and connection failure by Luis Hector Chavez · 7 years ago
- 77561c1 Remove out of date comment. by Elliott Hughes · 7 years ago
- 44899ee adb: fix `adb reverse` when adbd has multiple transports. by Josh Gao · 7 years ago
- 2e93df2 adb: win32: cleanup winsock initialization. by Josh Gao · 7 years ago
- 011ba4b adb: win32: properly set EBADF in some functions. by Josh Gao · 7 years ago
- 64a63ac adb: partially clang-format sysdeps_win32.cpp. by Josh Gao · 7 years ago
- 116aa0a adb: implement adb_writev. by Josh Gao · 7 years ago
- 1ce9957 adb: switch apacket payload to a type that doesn't initialize its contents. by Josh Gao · 7 years ago
- ee63d74 Merge "adb: properly calculate packet size on Mac." by Treehugger Robot · 7 years ago
- 2ea4652 adb: properly calculate packet size on Mac. by Josh Gao · 7 years ago
- 6eb9248 Merge "Support /odm and /product in "adb remount" and "adb sync"." by Elliott Hughes · 7 years ago
- daacf4f adb: Correctly drop caps when ambient capabilities are used by Luis Hector Chavez · 7 years ago
- fa1f191 Merge "adbd: configure jemalloc to not immediately purge." by Treehugger Robot · 7 years ago
- 218f766 adbd: configure jemalloc to not immediately purge. by Josh Gao · 7 years ago
- 8daf742 Merge "Revert "Revert "adb: add transport benchmark.""" by Treehugger Robot · 7 years ago
- 9c59649 Revert "Revert "adb: add transport benchmark."" by Josh Gao · 7 years ago
- 57e97cb Support /odm and /product in "adb remount" and "adb sync". by Elliott Hughes · 7 years ago
- 9c8c038 Merge "Move adb/fastboot bash completion into adb/fastboot." by Elliott Hughes · 7 years ago
- fbfa0e8 Move adb/fastboot bash completion into adb/fastboot. by Elliott Hughes · 7 years ago
- 3876e37 Merge "Revert "adb: add transport benchmark."" by David Brazdil · 7 years ago
- 2ef56a1 Revert "adb: add transport benchmark." by David Brazdil · 7 years ago
- 3f6ef0d Merge "adb: add transport benchmark." by Josh Gao · 7 years ago
- d78f59c adb: add transport benchmark. by Josh Gao · 7 years ago
- c251ec5 adb: don't abort when connecting to the same address twice. by Josh Gao · 7 years ago
- 7651eb9 adb: try harder to fill our test sockets. by Josh Gao · 7 years ago
- 954e128 adb: don't set has_write_error on success. by Josh Gao · 7 years ago
- 7ab5571 adb: move ownership of the fdevent thread into FdeventTest. by Josh Gao · 7 years ago
- fa30bf3 adb: guarantee that fdevent_run_on_main_thread happens last. by Josh Gao · 7 years ago
- 05fb45b adb: fix FdeventTest.invalid_fd on Windows. by Josh Gao · 7 years ago