- 8aa57d2 base: add ScopedLockAssertion. by Josh Gao · 6 years ago
- e1fa814 Adding new feature to adb "abb". by Alex Buynytskyy · 6 years ago
- 68f2c38 adb: remove incorrect use of RTTI. by Josh Gao · 6 years ago
- ca6d69d Merge "adb: fix authentication when reconnecting." by Treehugger Robot · 6 years ago
- eb65652 adb: fix authentication when reconnecting. by Josh Gao · 6 years ago
- 62add5b Enable the APEX support on the device side. by Josh Gao · 6 years ago
- 8496bf5 adb: switch version back to 40. by Josh Gao · 6 years ago
- 281aab7 Add feature flag for b/110953234 fix. by Josh Gao · 6 years ago
- dcb4c36 Accept apex packages as argument. by Dario Freni · 6 years ago
- 10bd8c9 Merge changes I9b77c105,I0b369d16,I59602c20,Iae4f3d55 by Josh Gao · 6 years ago
- 3a34bc5 adbd: implement a nonblocking USB Connection. by Josh Gao · 6 years ago
- e64126b adb: rationalize fatal/error logging. by Elliott Hughes · 6 years ago
- 2b8b505 Merge changes Ic8d22016,I3e15296e,Ie275e22c by Treehugger Robot · 6 years ago
- 7d13c59 adb: extract helper for dumping a packet header. by Josh Gao · 6 years ago
- 5231aff Adapt to switch to libc++ for Windows by Pirama Arumuga Nainar · 6 years ago
- c3462f4 adb: static constexpr. by Elliott Hughes · 6 years ago
- d24580d adb: don't try to reconnect emulators. by Josh Gao · 6 years ago
- 13cb8c0 adb: make disconnect stop reconnection immediately. by Josh Gao · 6 years ago
- d2ea065 adb: switch reconnect_queue to std::set. by Josh Gao · 6 years ago
- 597044d adb: report connection status when we're unauthorized. by Josh Gao · 6 years ago
- a3a7147 adb: delete hellish hodgepodge. by Josh Gao · 6 years ago
- 5c47e9f adb: disable ReconnectHandler in adbd. by Josh Gao · 6 years ago
- b018289 adb: more immediately try to reconnect connections. by Josh Gao · 6 years ago
- c4deb39 adb: don't pass time_point::max to condition_variable::wait_until. by Josh Gao · 6 years ago
- fa3107e adb: fix register_socket_transport related double-closes. by Josh Gao · 6 years ago
- b4edbdf adb: Remove most C-style allocations by Luis Hector Chavez · 6 years ago
- 86e6718 [adb] Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
- 7ee327d Merge changes I465804fd,Ib5a684bb,If5e66570,I8471cc00,I8ba0a70a by Josh Gao · 7 years ago
- 9528df2 adb: remove fdevent_install, fdevent_remove. by Josh Gao · 7 years ago
- 0aeda10 adb: Add a way to reconnect TCP transports by Luis Hector Chavez · 7 years ago
- 7a7c5cb adb: add authorizing, connecting states to transport. by Josh Gao · 7 years ago
- 25bc41c adb: Avoid waiting for emulator connections by Luis Hector Chavez · 7 years ago
- 3c7881d adb: Make the Connection object a std::shared_ptr by Luis Hector Chavez · 7 years ago
- da74b90 adb: Add a way to distinguish between connection failures and successes by Luis Hector Chavez · 7 years ago
- 7771920 adb: Distinguish betwen already-connected and connection failure by Luis Hector Chavez · 7 years ago
- cd2a529 adb: switch apacket payload to a type that doesn't initialize its contents. by Josh Gao · 7 years ago
- 13781e8 adb: don't abort when connecting to the same address twice. by Josh Gao · 7 years ago
- f2a988c adb: implement std::make_unique, start using it. by Josh Gao · 7 years ago
- 3cd03be adb: remove meaningless const. by Josh Gao · 7 years ago
- 715fe60 adb: convert Connection to a nonblocking interface. by Josh Gao · 7 years ago
- 361148b adb: switch over to Android.bp. by Josh Gao · 7 years ago
- 50576fd adb: stop using quick_exit. by Josh Gao · 7 years ago
- 839b932 adb: switch apacket over to a std::string payload. by Josh Gao · 7 years ago
- 5cb76ce adb: use delete on objects with destructors. by Josh Gao · 7 years ago
- a7d9d71 adb: switch asocket::enqueue to std::string. by Josh Gao · 7 years ago
- b14756a adb: restore packet data length checks. by Josh Gao · 7 years ago
- 395b86a adb: extract atransport's connection interface. by Josh Gao · 7 years ago
- 30c4266 adb: fix a leak. by Josh Gao · 7 years ago
- 4dd3501 Sort devices list before output. by Artem Iglikov · 7 years ago
- ee7b44d adb: disable checksum on new versions by Tim Murray · 7 years ago
- ef704a1 adb: remove SendConnectOnHost. by Josh Gao · 8 years ago
- 6e0ed55 adb: partially revert 3cf1b36e. by Josh Gao · 7 years ago
- 4d29974 Revert "adb: fix deadlock between transport_unref and usb_close." by Josh Gao · 7 years ago
- 3212463 adb: add track-devices-l service. by Josh Gao · 7 years ago
- b39e415 adb: allow selection of a specific transport. by Josh Gao · 7 years ago
- aaa82f7 adb: fix deadlock in kick_all_transports. by Josh Gao · 7 years ago
- e44e983 adb: fix deadlock between transport_unref and usb_close. by Josh Gao · 8 years ago
- 27983bc Add host feature for `push --sync` support. by Dan Albert · 8 years ago
- 67b683a adb: boolify check_header and check_data. by Josh Gao · 8 years ago
- 165460f adb: move all cleanup to a function with defined ordering. by Josh Gao · 8 years ago
- 1e3bf73 adb: wait for devices to come up instead of sleeping for 3s. by Josh Gao · 8 years ago
- 3cf1b36 adb: fix two device offline problems. by Yabin Cui · 8 years ago
- 0f3312a adb: kill adb_thread_{create, join, detach, exit}. by Josh Gao · 8 years ago
- 210b63f adb: add `adb host-features`, report libusb status. by Josh Gao · 8 years ago
- 9e09a97 adb: add tracing to transport.cpp. by Josh Gao · 8 years ago
- 0d6aa99 adb: clang-format transport.cpp by Josh Gao · 8 years ago
- a2cf375 Revert "Revert "adb: extend sync protocol's stat support."" by Josh Gao · 8 years ago
- 31a96f7 Revert "adb: extend sync protocol's stat support." by Josh Gao · 8 years ago
- 25a992e adb: extend sync protocol's stat support. by Josh Gao · 8 years ago
- 4e56250 adb: add `adb reconnect offline` to reconnect offline devices. by Josh Gao · 8 years ago
- 67ac379 adb: rationalize types. by Josh Gao · 8 years ago
- eac2058 adb: split up adb_auth.cpp. by Josh Gao · 8 years ago
- e7daf57 adb: kill adb_mutex_t, adb_cond_t. by Josh Gao · 8 years ago
- 5fd77e1 Merge changes I9761298a,I8d3312b2 am: 0b4fcb75d4 by Josh Gao · 8 years ago
- 22cb70b adb: add support for vendor key directories. by Josh Gao · 8 years ago
- 57bdf8e Merge "Clean up key handling in adb." am: b859830450 by Josh Gao · 8 years ago
- 801066a Clean up key handling in adb. by Elliott Hughes · 8 years ago
- cd6cc2c Merge "adb: retry connecting disconnected emulators instead of always looping." am: ab032ff50c by Yabin Cui · 9 years ago
- f401ead adb: retry connecting disconnected emulators instead of always looping. by Yabin Cui · 9 years ago
- c09e742 Merge "adb: use a custom thread to poll for usb devices on mac." am: 28d7c54 by Yabin Cui · 9 years ago
- 234a02a adb: use a custom thread to poll for usb devices on mac. by Yabin Cui · 9 years ago
- 445d398 Merge "Fix kick_transport test." am: 63e0819 am: 119ca23 by Yabin Cui · 9 years ago
- f2a9f9b Fix kick_transport test. by Yabin Cui · 9 years ago
- 34893c5 Merge "adb: add reconnect command." am: 54ee6d1 am: 1dd696a by Yabin Cui · 9 years ago
- d78ed22 adb: add reconnect command. by Yabin Cui · 9 years ago
- 61c5e20 Merge "adb: relax serial matching rules." am: bf889742f2 am: 668c38516f by David Pursell · 9 years ago
- c929c6f adb: relax serial matching rules. by David Pursell · 9 years ago
- ac23990 Merge "adb: make adb_thread_func_t return void, add adb_thread_exit." by Josh Gao · 9 years ago
- 7d40525 adb: make adb_thread_func_t return void, add adb_thread_exit. by Josh Gao · 9 years ago
- 4298921 Merge "Share the new adb USB diagnostic code with fastboot." am: efd8c3289e by Elliott Hughes · 9 years ago
- 7009749 Share the new adb USB diagnostic code with fastboot. by Elliott Hughes · 9 years ago
- e3a23d6 Merge "adb: add help text for USB permission errors." am: aafa096090 am: e37325defc by David Pursell · 9 years ago
- aafa096 Merge "adb: add help text for USB permission errors." by David Pursell · 9 years ago
- 51251bb Merge "Track rename of base/ to android-base/." am: 316a0dd842 am: e2a9563be1 by Elliott Hughes · 9 years ago
- f55ead9 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
- 6e5c7eb adb: add help text for USB permission errors. by David Pursell · 9 years ago
- a11f444 Merge changes Ic124ecb9,I94de55d2 am: ac9a780904 am: 9a3f299ec0 am: 33bc6f38e7 by Josh Gao · 9 years ago
- e3a87d0 adb: remove exit-time destructors. by Josh Gao · 9 years ago
- aff9c67 Revert "Revert "use new cmd command"" by Todd Kennedy · 9 years ago
- 06238c8 Merge "adb/base: minor compiler portability improvements" am: 0e20f1184a am: 8163cbc535 by Elliott Hughes · 9 years ago