1. 77c0e66 Work around an angler bootloader bug. by Elliott Hughes · 9 years ago
  2. d0f45aa Merge "Clarify and fix the intent of the partition-type checking code." by Elliott Hughes · 9 years ago
  3. 8ab9a32 Clarify and fix the intent of the partition-type checking code. by Elliott Hughes · 9 years ago
  4. 36d7af4 Merge "Set HOME, LOGNAME, SHELL, and USER from adbd." by Elliott Hughes · 9 years ago
  5. 6e699df Merge "rootdir: Allow board specific folders and symlinks in root directory" by Daniel Rosenberg · 9 years ago
  6. fbe4332 Set HOME, LOGNAME, SHELL, and USER from adbd. by Elliott Hughes · 9 years ago
  7. 518d043 Merge "Teach sp<> how to std::move" by John Reck · 9 years ago
  8. 1060739 Merge "adb: run reverse_service() in main thread." by Yabin Cui · 9 years ago
  9. 605f2f0 Merge "metricsd: Report the model manifest id." by Bertrand Simonnet · 9 years ago
  10. 52b5915 rootdir: Allow board specific folders and symlinks in root directory by Daniel Rosenberg · 9 years ago
  11. 46776e7 Merge "Make Join support string delimiters" by Casey Dahlin · 9 years ago
  12. 5345f1d Make Join support string delimiters by Casey Dahlin · 9 years ago
  13. 5c75b52 Merge "adb: use correct _WIN32 macro." by Josh Gao · 9 years ago
  14. fbfa840 adb: run reverse_service() in main thread. by Yabin Cui · 9 years ago
  15. ddf5eda Merge "Fix ParseInt/ParseUint to handle explicit "0x" hex." by Elliott Hughes · 9 years ago
  16. 3ab0586 Fix ParseInt/ParseUint to handle explicit "0x" hex. by Elliott Hughes · 9 years ago
  17. 00617fb Merge "libcutils: Make /data/nativetest{,64}/* executable." by Daniel Erat · 9 years ago
  18. 5510c13 libcutils: Make /data/nativetest{,64}/* executable. by Daniel Erat · 9 years ago
  19. 4a13972 adb: use correct _WIN32 macro. by Josh Gao · 9 years ago
  20. 1e2382a Merge "adb: fix adb client running out of sockets on Windows" by Elliott Hughes · 9 years ago
  21. 351ecd1 adb: fix adb client running out of sockets on Windows by Spencer Low · 9 years ago
  22. dd48ffe Merge "Fix ps -Z so it combines with other arguments." by Elliott Hughes · 9 years ago
  23. d2e26c0 Fix ps -Z so it combines with other arguments. by Elliott Hughes · 9 years ago
  24. 9d1636b Merge "Remove the name filtering from toolbox ps." by Elliott Hughes · 9 years ago
  25. 5dc119a Remove the name filtering from toolbox ps. by Elliott Hughes · 9 years ago
  26. d2c8cf8 Merge "logd: statistics report chatty effective percentage" by Mark Salyzyn · 9 years ago
  27. 95ec339 Merge "logd: Add support for *.logd.filter" by Mark Salyzyn · 9 years ago
  28. c723df8 logd: statistics report chatty effective percentage by Mark Salyzyn · 9 years ago
  29. 932f7ac logd: Add support for *.logd.filter by Mark Salyzyn · 9 years ago
  30. e6b96d6 metricsd: Report the model manifest id. by Bertrand SIMONNET · 9 years ago
  31. 26352bf Merge "Show transfer progress in adb sync/pull/push." by Elliott Hughes · 9 years ago
  32. 9ebdf72 Merge "fastboot shouldn't erase non-existent cache partitions." by Elliott Hughes · 9 years ago
  33. b708d16 Show transfer progress in adb sync/pull/push. by Elliott Hughes · 9 years ago
  34. 2fd45a9 fastboot shouldn't erase non-existent cache partitions. by Elliott Hughes · 9 years ago
  35. 25322ee Merge "ZipWriter: archive disk numbers are 0 index based" by Adam Lesinski · 9 years ago
  36. ac60abd Merge "Add deflate compression to ZipWriter" by Adam Lesinski · 9 years ago
  37. b093cda Merge "fs_mgr: set partition.*.verified property even without state" by Sami Tolvanen · 9 years ago
  38. 25b230c fs_mgr: set partition.*.verified property even without state by Sami Tolvanen · 9 years ago
  39. b57cd14 Merge "libziparchive: fix calculation of mod_time." by Narayan Kamath · 9 years ago
  40. 0e99a2f libziparchive: fix calculation of mod_time. by beonit · 9 years ago
  41. bb51fbc Merge changes Iefbea3b1,Ieb924b6d by Mark Salyzyn · 9 years ago
  42. 500afc7 liblog: add android_log_timestamp() private function by Mark Salyzyn · 9 years ago
  43. 4cbed02 liblog: logcat: add epoch and monotonic format modifiers by Mark Salyzyn · 9 years ago
  44. 4d18ae9 Merge "Use GetBuildTime from libchrome instead of __DATE__" by Dan Willemsen · 9 years ago
  45. faa566d Use GetBuildTime from libchrome instead of __DATE__ by Dan Willemsen · 9 years ago
  46. d69089a Teach sp<> how to std::move by John Reck · 9 years ago
  47. 2470439 Merge "Don't use VLAs in adb." by Elliott Hughes · 9 years ago
  48. 6ac83e4 Merge "core: Rename libchromeos into libbrillo" by Alex Vakulenko · 9 years ago
  49. 6d92997 Don't use VLAs in adb. by Elliott Hughes · 9 years ago
  50. f741617 Merge "crash_reporter: Make report log more useful" by Steve Fung · 9 years ago
  51. ef3c85a Merge "crash_sender: Properly handle curl errors" by Steve Fung · 9 years ago
  52. 270f508 crash_reporter: Make report log more useful by Steve Fung · 9 years ago
  53. 918b936 crash_sender: Properly handle curl errors by Steve Fung · 9 years ago
  54. 26aef37 core: Rename libchromeos into libbrillo by Alex Vakulenko · 9 years ago
  55. 76e9236 Merge "adb: fix -Tt options to match ssh." by David Pursell · 9 years ago
  56. 08a2709 adb: fix -Tt options to match ssh. by David Pursell · 9 years ago
  57. b42e7e8 Merge "Fix adb sync/pull/push error reporting." by Elliott Hughes · 9 years ago
  58. 8b43c3e Fix adb sync/pull/push error reporting. by Elliott Hughes · 9 years ago
  59. 69ccb95 Merge "adb: Mask SIGTTIN so that I/O works when backgrounded." by Josh Gao · 9 years ago
  60. 8dcdb57 adb: Mask SIGTTIN so that I/O works when backgrounded. by Josh Gao · 9 years ago
  61. 151e497 Merge "Disable container overflow detect on target." by Evgenii Stepanov · 9 years ago
  62. f3009f2 Disable container overflow detect on target. by Evgenii Stepanov · 9 years ago
  63. 0fd0946 Merge "Lose df to toybox." by Elliott Hughes · 9 years ago
  64. cca6019 Lose df to toybox. by Elliott Hughes · 9 years ago
  65. f4e2045 Merge "Don't use libstdc++." by Dan Albert · 9 years ago
  66. 82a6c84 Don't use libstdc++. by Dan Albert · 9 years ago
  67. 77e4677 Merge "system/core: add libpackagelistparser" by Andreas Gampe · 9 years ago
  68. 054c099 Merge "Logd: Fix missing include of rc file" by Andreas Gampe · 9 years ago
  69. f5852ce Logd: Fix missing include of rc file by Andreas Gampe · 9 years ago
  70. 438eb75 system/core: add libpackagelistparser by Andreas Gampe · 9 years ago
  71. 38aee48 Merge "init/adb: correct static lib dependencies for libselinux" by Daniel Cashman · 9 years ago
  72. e269364 Merge "sdcard: use libpackageparser" by Daniel Cashman · 9 years ago
  73. 8906560 Merge "logd: use libpackageparser" by Daniel Cashman · 9 years ago
  74. e509980 sdcard: use libpackageparser by William Roberts · 9 years ago
  75. bd2d961 init/adb: correct static lib dependencies for libselinux by William Roberts · 9 years ago
  76. 5643f80 Merge "Fix some compiler warnings in libpixelflinger." by Elliott Hughes · 9 years ago
  77. 512b0e6 Merge "Remove __DATE__/__TIME__ from init and debuggerd" by Dan Willemsen · 9 years ago
  78. 30622bb Remove __DATE__/__TIME__ from init and debuggerd by Dan Willemsen · 9 years ago
  79. c52b3c0 Merge "Disable sanitization for LinearTransform" by Andy Hung · 9 years ago
  80. 13c19e7 Disable sanitization for LinearTransform by Andy Hung · 9 years ago
  81. cd6b53f Fix some compiler warnings in libpixelflinger. by Elliott Hughes · 9 years ago
  82. 4a8d125 Merge "Fix parameter to lseek" by Elliott Hughes · 9 years ago
  83. f21f0f1 Fix parameter to lseek by caozhiyuan · 9 years ago
  84. 5654360 Merge "Fix lseek argument order." by Elliott Hughes · 9 years ago
  85. c96de0d Fix lseek argument order. by Elliott Hughes · 9 years ago
  86. 044c790 ZipWriter: archive disk numbers are 0 index based by Adam Lesinski · 9 years ago
  87. 591fd39 Add deflate compression to ZipWriter by Adam Lesinski · 9 years ago
  88. 0a85d04 Merge "crash_reporter: add missing mkdir for crash_server rule" by Mike Frysinger · 9 years ago
  89. cb31b1d crash_reporter: add missing mkdir for crash_server rule by Mike Frysinger · 9 years ago
  90. ed38714 Merge "adb: use libfec in disable-verity" by Sami Tolvanen · 9 years ago
  91. 8ad8076 adb: use libfec in disable-verity by Sami Tolvanen · 9 years ago
  92. c249293 Merge "adb: win32: Improve Winsock error code mappings and strings" by Elliott Hughes · 9 years ago
  93. 0a79600 adb: win32: Improve Winsock error code mappings and strings by Spencer Low · 9 years ago
  94. fb371d6 Merge "libbinderwrapper: Add GetCallingUid() and GetCallingPid()." by Daniel Erat · 9 years ago
  95. 4d7591b Merge "fix misuse of formatting specifiers" by Elliott Hughes · 9 years ago
  96. 2218720 Merge "crash_reporter: Use os-release.d to store the crash server url" by Steve Fung · 9 years ago
  97. 3947737 Merge "Implement ZipWriter for quickly writing ZipFiles." by Adam Lesinski · 9 years ago
  98. 7cba9db libbinderwrapper: Add GetCallingUid() and GetCallingPid(). by Daniel Erat · 9 years ago
  99. 5683366 crash_reporter: Use os-release.d to store the crash server url by Steve Fung · 9 years ago
  100. b8cc70a Merge "Error correction: Use libfec in fs_mgr" by Sami Tolvanen · 9 years ago