1. 8a410a0 adb: add dry-run option to push/sync. by Josh Gao · 4 years, 10 months ago
  2. fb386cc adb: implement LZ4 compression. by Josh Gao · 4 years, 10 months ago
  3. 58bee93 adb: fix use of wrong union variant. by Josh Gao · 4 years, 10 months ago
  4. bfcd8ff adb: add interfaces for Encoder/Decoder. by Josh Gao · 4 years, 10 months ago
  5. 1a43087 adbd: delete unused variable. by Josh Gao · 4 years, 10 months ago
  6. 521e999 adb: move things around to prepare to add LZ4. by Josh Gao · 4 years, 10 months ago
  7. 2f0f9eb adb: implement compression for file sync. by Josh Gao · 4 years, 11 months ago
  8. a4dfc14 adbd: remove static dependency on libcutils. by Josh Gao · 5 years ago
  9. 7b08307 adb: add ls_v2. by Josh Gao · 5 years ago
  10. 849a6cf adb: rename syncmsg::*::time to mtime. by Josh Gao · 5 years ago
  11. fc39382 adbd: move posix_fadvise after open. by Josh Gao · 6 years ago
  12. dfdf916 Revert "Add a way to turn off unique_fd's operator int." by Ian Kasprzak · 6 years ago
  13. 6bc7700 Add a way to turn off unique_fd's operator int. by Josh Gao · 6 years ago
  14. e2f3234 adb: Avoid extra std::string copies by Greg Kaiser · 6 years ago
  15. d20b11e Revert "Handle adb sync with Bionic under /bionic" by Jiyong Park · 6 years ago
  16. 9eeb9f7 adb: update symlink timestamps. by Josh Gao · 6 years ago
  17. 5301009 Handle adb sync with Bionic under /bionic by Jiyong Park · 6 years ago
  18. c270596 adb: convert more stuff to unique_fd. by Josh Gao · 6 years ago
  19. 0560feb adbd: compile for host. by Josh Gao · 6 years ago
  20. a37bf2d adb: identical symlink, do not update by Mark Salyzyn · 6 years ago
  21. 4c28dde adb: use adb's unique_fd instead of android::base. by Josh Gao · 6 years ago
  22. c7b7459 adb: split file_sync_service.h into client and daemon parts. by Josh Gao · 6 years ago
  23. ce7a284 adb: Modernize the service creation by Luis Hector Chavez · 6 years ago
  24. f967117 adbd: fix spurious failure to create dirs when pushing. by Josh Gao · 7 years ago
  25. 145ac02 Support /odm and /product in "adb remount" and "adb sync". by Elliott Hughes · 7 years ago
  26. 361148b adb: switch over to Android.bp. by Josh Gao · 7 years ago[Renamed from file_sync_service.cpp]
  27. 27a7a5e Standarize on VFS_CAP_REVISION_2 by Nick Kralevich · 7 years ago
  28. b4ef19c Merge "adb: Use kernel aio for functionfs." by Treehugger Robot · 7 years ago
  29. 645cd70 adbd: don't spin if file sync read fails. by Josh Gao · 7 years ago
  30. a2cb8de adb: Use kernel aio for functionfs. by Jerry Zhang · 7 years ago
  31. e679407 Move adb_dirname and adb_basename to libbase by Colin Cross · 8 years ago
  32. 14ed70a adb: add tracing to file_sync_service.cpp. by Josh Gao · 8 years ago
  33. a2cf375 Revert "Revert "adb: extend sync protocol's stat support."" by Josh Gao · 8 years ago
  34. 31a96f7 Revert "adb: extend sync protocol's stat support." by Josh Gao · 8 years ago
  35. 25a992e adb: extend sync protocol's stat support. by Josh Gao · 8 years ago
  36. 8833f14 Set file capabilities after writing file data by Jin Qian · 8 years ago
  37. 81a870e liblog: adb: move security interfaces to private by Mark Salyzyn · 8 years ago
  38. 5f17a90 system/core Replace log/log.h with android/log.h by Mark Salyzyn · 8 years ago
  39. 02c9474 Set file capabilities on adb sync/push. by Elliott Hughes · 9 years ago
  40. 013a8eb adbd: restore the old error handling behavior. by Josh Gao · 9 years ago
  41. bd446be adb: fix mistaken uses of SendFail in file_sync_service.cpp. by Josh Gao · 9 years ago
  42. 29a64f9 ADB security logging by Rubin Xu · 9 years ago
  43. f55ead9 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  44. 54e3efe Fix "adb sync" (and "adb push") error reporting. by Elliott Hughes · 9 years ago
  45. fe1a612 adb: make mkdirs/secure_mkdirs do what they say. by Josh Gao · 9 years ago
  46. 8595283 Use const auto&/auto&& in adb. by Elliott Hughes · 9 years ago
  47. 6b045f2 am e4975da3: Merge "Adb: use VLOG() to replace D() for verbose logging." by Yabin Cui · 9 years ago
  48. 19bec5b Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 9 years ago
  49. dfcb40f am 182f1ed6: Merge "adb: clean up debug tracing a little." by Yabin Cui · 9 years ago
  50. 815ad88 adb: clean up debug tracing a little. by Yabin Cui · 9 years ago
  51. 78180fd am 9492db23: am 62643302: Merge "Not all filesystems support setting SELinux labels." by Elliott Hughes · 9 years ago
  52. bfd8937 Not all filesystems support setting SELinux labels. by Elliott Hughes · 9 years ago
  53. 087f39b am 1ce12d39: am 4be21af6: Merge "Move adb\'s selinux_android_restorecon up and check for failures." by Elliott Hughes · 9 years ago
  54. 4f97b61 Move adb's selinux_android_restorecon up and check for failures. by Elliott Hughes · 9 years ago
  55. 3d239a9 am 12d762e1: am 219bc645: Merge "EINTR is handled by adb_read/unix_read and friends." by Elliott Hughes · 9 years ago
  56. 219bc64 Merge "EINTR is handled by adb_read/unix_read and friends." by Elliott Hughes · 9 years ago
  57. ecc4edc resolved conflicts for merge of 068ee4d0 to mnc-dev-plus-aosp by Elliott Hughes · 9 years ago
  58. 5d1ccc0 resolved conflicts for merge of 3ecba7f9 to mnc-dev-plus-aosp by Elliott Hughes · 9 years ago
  59. 6ee087c resolved conflicts for merge of ba8fc829 to mnc-dev-plus-aosp by Elliott Hughes · 9 years ago
  60. 3dcb3bf Fix the fs_config call. by Elliott Hughes · 9 years ago
  61. 8979ed2 Fix 32-bit build. by Elliott Hughes · 9 years ago
  62. 0bd8587 EINTR is handled by adb_read/unix_read and friends. by Elliott Hughes · 9 years ago
  63. d73ef20 Clean up error handling/reporting in file_sync_service.cpp. by Elliott Hughes · 9 years ago
  64. 6d65065 am 5c027334: am 6bba79c6: Merge "There are no big endian hosts, grandpa." by Elliott Hughes · 9 years ago
  65. 9e8e355 There are no big endian hosts, grandpa. by Elliott Hughes · 9 years ago
  66. 1942946 am c583c511: am 7907b539: Merge "adb sync cleanup." by Elliott Hughes · 9 years ago
  67. b628cb1 adb sync cleanup. by Elliott Hughes · 9 years ago
  68. 8f85795 resolved conflicts for merge of 4e90b0ae to mnc-dev-plus-aosp by Elliott Hughes · 9 years ago
  69. d189cfb More adb cleanup. by Elliott Hughes · 9 years ago
  70. ca1b6d2 resolved conflicts for merge of 486645ee to mnc-dev-plus-aosp by Elliott Hughes · 9 years ago
  71. 28d1f8d Write mkdirs in more idiomatic C++ style. by Alex Vallée · 10 years ago
  72. 38c4ce8 am ce2047a9: am 1a706865: Merge "Fix const-ness of strrchr callers." by Elliott Hughes · 9 years ago
  73. 24f9b08 Fix const-ness of strrchr callers. by Elliott Hughes · 9 years ago
  74. f4a920c fs_config: replace getenv('OUT') by new fs_config parameter by Thierry Strudel · 10 years ago
  75. db6fe64 File header cleanup. by Dan Albert · 10 years ago
  76. dedf767 Revert "Revert "adb: support /oem partition"" by Elliott Hughes · 10 years ago
  77. 0c481d0 Revert "adb: support /oem partition" by Dan Albert · 10 years ago
  78. 95b2d54 adb: support /oem partition by Mårten Kongstad · 10 years ago
  79. f30d73c Move adb to C++. by Dan Albert · 10 years ago[Renamed (98%) from file_sync_service.c]
  80. b5f43a1 Merge "Fix a writex transcription error." by Dan Albert · 10 years ago