1. 68f679c adb: enable -Wthread-safety on linux/darwin. by Josh Gao · 7 years ago
  2. e1dacfc adb: kill adb_thread_{create, join, detach, exit}. by Josh Gao · 7 years ago
  3. 4602adb adb: add sysdeps/chrono.h for chrono literals on Win32. by Josh Gao · 8 years ago
  4. dbe91ee Switch adb over to <chrono>. by Elliott Hughes · 8 years ago
  5. 0cd3ae1 adb: kill adb_mutex_t, adb_cond_t. by Josh Gao · 8 years ago
  6. 7eaef8a Use <condition_variable> and <mutex.h> from MinGW by Pirama Arumuga Nainar · 8 years ago
  7. b74c649 adb: retry connecting disconnected emulators instead of always looping. by Yabin Cui · 8 years ago
  8. 903b749 adb: add implementations of mutex, recursive_mutex. by Josh Gao · 8 years ago
  9. 858f133 adb: decrease the number of fds used in fd_count test. by Josh Gao · 8 years ago
  10. b31e171 adb: increase the FD table size on Win32. by Josh Gao · 8 years ago
  11. 2275f7d adb: sysdeps_test: improve smoke test. by Josh Gao · 8 years ago
  12. 0985547 adb: detect when the client disconnects in wait-for-device. by Josh Gao · 8 years ago
  13. 6487e74 adb: add fd exhaustion test, fix errno reporting in sysdeps_win32. by Josh Gao · 8 years ago
  14. 3777d2e adb: don't emulate fdevent or socketpair on Windows. by Josh Gao · 8 years ago
  15. 69c81c7 Merge "adb: make adb_thread_func_t return void, add adb_thread_exit." by Josh Gao · 8 years ago
  16. b5fea14 adb: make adb_thread_func_t return void, add adb_thread_exit. by Josh Gao · 8 years ago
  17. 6b42a2b adb: redact reference to secret internal time machine. by Josh Gao · 8 years ago
  18. 3b3e10d adb: sysdeps: add support for joining threads. by Josh Gao · 8 years ago