1. 8a40c8a adb: switch reconnect_queue to std::set. by Josh Gao · 7 years ago
  2. 043fbec adb: add environment variables to disable usb, emulators, mdns. by Josh Gao · 7 years ago
  3. e032387 adb: minor cleanup. by Josh Gao · 7 years ago
  4. 5f42ee1 Merge "fs_mgr: Small fix in overlayfs setup/teardown" by Treehugger Robot · 7 years ago
  5. 0e7dc30 Merge "llkd: switch to std::literals" by Treehugger Robot · 7 years ago
  6. b4bf8c6 fs_mgr: Small fix in overlayfs setup/teardown by Greg Kaiser · 7 years ago
  7. 6d5b931 Merge "fastbootd: Add is-userspace variable." by Treehugger Robot · 7 years ago
  8. 770395d Merge "fastbootd: Add commands for logical partitions." by Treehugger Robot · 7 years ago
  9. 18eae78 Merge changes If7c8d38f,I7117dd19,Iaa5006e3,I3a568361,I37df06e4, ... by Josh Gao · 7 years ago
  10. d9ba061 fastbootd: Add is-userspace variable. by David Anderson · 7 years ago
  11. 0d4277d fastbootd: Add commands for logical partitions. by David Anderson · 7 years ago
  12. edc9cee Merge "ParseFloat/ParseDouble, also take std::string" by Steven Moreland · 7 years ago
  13. d88b52e Merge changes from topic "squashfs+overlayfs" by Mark Salyzyn · 7 years ago
  14. 3cf9f9b Merge changes Id2a61d35,Ibe802c36 by Treehugger Robot · 7 years ago
  15. 424ffa2 Merge "init: clarify comment for the restorecon of second stage init" by Treehugger Robot · 7 years ago
  16. 88ef0b1 fastbootd: Add support for flashing logical partitions. by David Anderson · 7 years ago
  17. f1911f4 ParseFloat/ParseDouble, also take std::string by Steven Moreland · 7 years ago
  18. e85b2ad init: clarify comment for the restorecon of second stage init by Tom Cherry · 7 years ago
  19. 12211d1 fastbootd: Enable erase and flash commands for physical partitions. by David Anderson · 7 years ago
  20. 075c351 Merge "fastboot: `fastbootd` uses `libadbd.so`." by Tao Bao · 7 years ago
  21. 4264b7f Merge "fastbootd: Allow returning errors from getvar handlers." by Treehugger Robot · 7 years ago
  22. 9ce0de0 Merge "Add ParseFloat (in parsedouble.h)." by Steven Moreland · 7 years ago
  23. 52e54a6 llkd: switch to std::literals by Mark Salyzyn · 7 years ago
  24. 2d3f234 Merge "Revert^2 "Prepare to fail in RefBase destructor if count is untouched"" by Hans Boehm · 7 years ago
  25. 4842b1b Merge "ParseDouble: allow validation only." by Treehugger Robot · 7 years ago
  26. e74c526 Merge "base: move unique_fd fdsan tests into bionic." by Treehugger Robot · 7 years ago
  27. 856b7ec fastbootd: Allow returning errors from getvar handlers. by David Anderson · 7 years ago
  28. 586ef26 Add ParseFloat (in parsedouble.h). by Steven Moreland · 7 years ago
  29. 362e696 adb: report connection status when we're unauthorized. by Josh Gao · 7 years ago
  30. a8db274 adb: disable test_device.FileOperationsTest.test_pull_symlink_dir. by Josh Gao · 7 years ago
  31. 6c1b42c adb: fix test_device.FileOperationsTest.test_push_empty by Josh Gao · 7 years ago
  32. b361073 adb: switch test_adb.py over to double quotes. by Josh Gao · 7 years ago
  33. 676f375d adb: make test_adb.py work on windows. by Josh Gao · 7 years ago
  34. 9b6522b adb: switch test_adb.py to python3. by Josh Gao · 7 years ago
  35. fa06fc7 base: move unique_fd fdsan tests into bionic. by Josh Gao · 7 years ago
  36. 7b1d163 Merge "Add adb integration test to general-tests" by Treehugger Robot · 7 years ago
  37. 1b8981e ParseDouble: allow validation only. by Steven Moreland · 7 years ago
  38. 2a019ec Revert^2 "Prepare to fail in RefBase destructor if count is untouched" by Hans Boehm · 7 years ago
  39. b71eedf fastboot: `fastbootd` uses `libadbd.so`. by Tao Bao · 7 years ago
  40. 934db8a init: add fs_mgr_overlayfs_mount_all to FirstStageMount by Mark Salyzyn · 7 years ago
  41. c60153f adb: add overlayfs handling for readonly system filesystems by Mark Salyzyn · 7 years ago
  42. d9e6c20 fs_mgr: get fs_mgr_mount_all to call fs_mgr_overlayfs_mount_all by Mark Salyzyn · 7 years ago
  43. b28389f fs_mgr: add overlayfs handling for squashfs system filesystems by Mark Salyzyn · 7 years ago
  44. 70306b9 Merge "fastbootd: Implement the getvar command." by Treehugger Robot · 7 years ago
  45. ec004eb Merge "Allow to get raw register data on all platforms." by Florian Mayer · 7 years ago
  46. f41897a Merge "adb: clean up handle_host_request." by Treehugger Robot · 7 years ago
  47. fe891a8 Merge "Move to using ClassAccessor" by Mathieu Chartier · 7 years ago
  48. 75fea7e Add adb integration test to general-tests by Julien Desprez · 7 years ago
  49. 31d2c26 fastbootd: Implement the getvar command. by Hridya Valsaraju · 7 years ago
  50. c2277fc Move to using ClassAccessor by Mathieu Chartier · 7 years ago
  51. 1e0e1b4 Merge "lmkd: Skip memory.stat usage when per-app memcgs are not used" by Treehugger Robot · 7 years ago
  52. 932247e Allow to get raw register data on all platforms. by Florian Mayer · 7 years ago
  53. 1d1c002 lmkd: Skip memory.stat usage when per-app memcgs are not used by Suren Baghdasaryan · 7 years ago
  54. 41950dd Merge "lmkd: Protect against buffer overflow" by Suren Baghdasaryan · 7 years ago
  55. 8fa3adb Merge "Merge libsync_recovery rules into libsync." by Tao Bao · 7 years ago
  56. f0da9b0 lmkd: Protect against buffer overflow by Greg Kaiser · 7 years ago
  57. 4039051 adb: clean up handle_host_request. by Josh Gao · 7 years ago
  58. 7d4e7d3 Merge "Revert "Support Speck encryption."" by Treehugger Robot · 7 years ago android-o-mr1-iot-release-1.0.3
  59. 6b0ecda Merge "fastboot: Fix product-services typo" by Treehugger Robot · 7 years ago
  60. ba22102 Merge "Make libadf, libsync_recovery recovery_available." by Tao Bao · 7 years ago
  61. f32d3df Merge libsync_recovery rules into libsync. by Tao Bao · 7 years ago
  62. 9b66330 Make libadf, libsync_recovery recovery_available. by Jerry Zhang · 7 years ago
  63. f3c3327 Merge "bootstat: duplicate boot reason entries" by Mark Salyzyn · 7 years ago
  64. 954c141 Revert "Support Speck encryption." by Greg Kaiser · 7 years ago
  65. 274b544 bootstat: duplicate boot reason entries by Mark Salyzyn · 7 years ago
  66. 5d70781 Merge "Merge Android Pie into master" by Xin Li · 7 years ago
  67. 8cdea7f fastboot: Fix product-services typo by David Anderson · 7 years ago
  68. 574533a Merge "split first stage init into a separate executable" by Tom Cherry · 7 years ago
  69. 50973d1 Merge changes from topic "fdsan_debuggerd" by Josh Gao · 7 years ago
  70. 919ee8a Merge "Revert "Prepare to fail in RefBase destructor if count is untouched"" by Orion Hodson · 7 years ago
  71. b9d0753 Revert "Prepare to fail in RefBase destructor if count is untouched" by Hans Boehm · 7 years ago
  72. 297d9bf adb: actually enable fdsan. by Josh Gao · 7 years ago
  73. 9d100f1 adb: move AdbCloser to its rightful place. by Josh Gao · 7 years ago
  74. ce841d9 libdebuggerd: extract and print the fdsan table. by Josh Gao · 7 years ago
  75. 9da1f51 crash_dump: pass the address of the fdsan table. by Josh Gao · 7 years ago
  76. 4f878cf Merge "fs_mgr: Do not mount empty partitions." by Treehugger Robot · 7 years ago
  77. a70e2b2 Merge "liblp: Allow flashing to readonly logical partitions." by Treehugger Robot · 7 years ago
  78. fb973d3 Merge Android Pie into master by Xin Li · 7 years ago
  79. c4630ef Merge "Allow existance of partition to be checked before flashall or update" by Treehugger Robot · 7 years ago
  80. c30a75a Merge "Add fastbootd." by Treehugger Robot · 7 years ago
  81. 6868cb9 fs_mgr: Do not mount empty partitions. by David Anderson · 7 years ago
  82. 4d71d85 liblp: Allow flashing to readonly logical partitions. by David Anderson · 7 years ago
  83. 19e545c Merge "adb: `adbd` uses shared libraries." am: 0e947189c5 by Tao Bao · 7 years ago
  84. 0e94718 Merge "adb: `adbd` uses shared libraries." by Tao Bao · 7 years ago
  85. eca59ae adb: `adbd` uses shared libraries. by Tao Bao · 7 years ago
  86. f1f0a9c Allow existance of partition to be checked before flashall or update by Hridya Valsaraju · 7 years ago
  87. b708511 Merge "Prepare to fail in RefBase destructor if count is untouched" by Hans Boehm · 7 years ago
  88. 3143848 split first stage init into a separate executable by Tom Cherry · 7 years ago
  89. f502182 Merge "Prepare to fail in RefBase destructor if count is untouched" by Hans Boehm · 7 years ago
  90. 5aa4656 Merge "Be permissive about badly formed elf files." am: c7815d675a by Christopher Ferris · 7 years ago
  91. c7815d6 Merge "Be permissive about badly formed elf files." by Christopher Ferris · 7 years ago
  92. 9d3146a Prepare to fail in RefBase destructor if count is untouched by Hans Boehm · 7 years ago
  93. 5744e4d Merge "Split init's source files init first stage and second stage" by Tom Cherry · 7 years ago
  94. d856c9c Merge "Accept DexMetadata files (.dm) for install-multiple" am: d560f39fd7 by Calin Juravle · 7 years ago
  95. 8660f5a Merge "liblp: Try to merge extents during partition resizes." am: b0c9318493 by David Anderson · 7 years ago
  96. 497d0dd Merge "Fix incorrect left shifts." am: d2b5a53ef8 by Christopher Ferris · 7 years ago
  97. 727c807 Merge "liblp: Add more logging for logical partition operations." am: 805bc5d757 by David Anderson · 7 years ago
  98. e0f6dc4 Merge "Split init's source files init first stage and second stage" by Tom Cherry · 7 years ago
  99. 5acf069 Be permissive about badly formed elf files. by Christopher Ferris · 7 years ago
  100. 44aceed Split init's source files init first stage and second stage by Tom Cherry · 7 years ago