1. 522ea72 Allow mounting squashfs partitions by Mohamad Ayyash · 9 years ago
  2. b36d9c3 Merge "More accurate checking for overlapped ranges." by Tao Bao · 9 years ago
  3. c0f56ad More accurate checking for overlapped ranges. by Tao Bao · 9 years ago
  4. ec18d49 Merge "recovery: Use xxhdpi resources for 560dpi devices" by Tao Bao · 9 years ago
  5. 0b7dc1d recovery: Use xxhdpi resources for 560dpi devices by Tao Bao · 9 years ago
  6. 719e4e5 Merge "Just use fstat in sysMapFile." by Elliott Hughes · 9 years ago
  7. f267dee Just use fstat in sysMapFile. by Elliott Hughes · 9 years ago
  8. ea13fe2 Merge "Allow sideloading without authentication." by Elliott Hughes · 9 years ago
  9. 9813f5b Allow sideloading without authentication. by Elliott Hughes · 9 years ago
  10. 22ccc87 Merge "Unmount sdcard if no package file is selected." by Elliott Hughes · 9 years ago
  11. a1009c3 Merge "Split WipeData into PreWipeData and PostWipeData." by Elliott Hughes · 9 years ago
  12. 945548e Split WipeData into PreWipeData and PostWipeData. by Elliott Hughes · 9 years ago
  13. 280cb6e Merge "Zero blocks before BLKDISCARD" by Sami Tolvanen · 9 years ago
  14. a3c75e3 Zero blocks before BLKDISCARD by Sami Tolvanen · 9 years ago
  15. e6f6097 Merge "Revert "Zero blocks before BLKDISCARD"" by Sami Tolvanen · 9 years ago
  16. e82fa18 Revert "Zero blocks before BLKDISCARD" by Sami Tolvanen · 9 years ago
  17. b4effb9 Unmount sdcard if no package file is selected. by caozhiyuan · 9 years ago
  18. 1a03b40 Merge "uncrypt: Write status when it reboots to factory reset" by Tao Bao · 9 years ago
  19. 2cf180f Merge "Separate uncrypt into two modes" by Tao Bao · 9 years ago
  20. ac6aa7e uncrypt: Write status when it reboots to factory reset by Tao Bao · 9 years ago
  21. 383b00d Separate uncrypt into two modes by Tao Bao · 9 years ago
  22. 69608fe Merge "Zero blocks before BLKDISCARD" by Sami Tolvanen · 9 years ago
  23. 96392b9 Zero blocks before BLKDISCARD by Sami Tolvanen · 9 years ago
  24. 3f9db6a Merge "recovery: Switch to clang" by Tao Bao · 9 years ago
  25. 80e46e0 recovery: Switch to clang by Tao Bao · 9 years ago
  26. 227069d Merge "Fix build: fprintf without modifier" by Tao Bao · 9 years ago
  27. 1eb9003 Fix build: fprintf without modifier by Tao Bao · 9 years ago
  28. a69e608 Merge "Log update outputs in order" by Tao Bao · 9 years ago
  29. b6918c7 Log update outputs in order by Tao Bao · 9 years ago
  30. 1441a96 Merge "Really don't use TEMP_FAILURE_RETRY with close in recovery." by Elliott Hughes · 9 years ago
  31. 74f5e0e Merge "Use f_bavail to calculate free space" by Tao Bao · 9 years ago
  32. b3ac676 Really don't use TEMP_FAILURE_RETRY with close in recovery. by Elliott Hughes · 9 years ago
  33. 3b49776 Use f_bavail to calculate free space by caozhiyuan · 9 years ago
  34. aa4df5c Merge "Handle BLKDISCARD failures" by Sami Tolvanen · 9 years ago
  35. cc2428c Handle BLKDISCARD failures by Sami Tolvanen · 9 years ago
  36. f272b9e Merge "Clean up the sleep()'s after poking init services" by Tao Bao · 9 years ago
  37. 7523863 Clean up the sleep()'s after poking init services by Tao Bao · 9 years ago
  38. 73151b5 Merge "recovery: change the way of rebooting when using power key combo" by Tao Bao · 9 years ago
  39. e5ce2a5 recovery: change the way of rebooting when using power key combo by Gaelle Nassiet · 9 years ago
  40. 41928ce Merge "Revert "recovery: change the way of rebooting when using power key combo"" by Nick Kralevich · 9 years ago
  41. 4e92ba4 Revert "recovery: change the way of rebooting when using power key combo" by Nick Kralevich · 9 years ago
  42. b48bdbe Merge "recovery: change the way of rebooting when using power key combo" by Nick Kralevich · 9 years ago
  43. 074c1c2 recovery: change the way of rebooting when using power key combo by Gaelle Nassiet · 9 years ago
  44. a8cd96a Merge "Stop using libstdc++." by Dan Albert · 9 years ago
  45. e49a9e5 Stop using libstdc++. by Dan Albert · 9 years ago
  46. 6253753 Merge "Add error and range checks to parse_range" by Sami Tolvanen · 9 years ago
  47. cd7d9d8 Merge "Don't use TEMP_FAILURE_RETRY on close in recovery." by Elliott Hughes · 9 years ago
  48. b47afed Don't use TEMP_FAILURE_RETRY on close in recovery. by Elliott Hughes · 9 years ago
  49. f2bac04 Add error and range checks to parse_range by Sami Tolvanen · 9 years ago
  50. 3badd56 Merge "init sets the default PATH itself, better." by Elliott Hughes · 9 years ago
  51. 4fd3446 init sets the default PATH itself, better. by Elliott Hughes · 9 years ago
  52. 3128176 Merge "Fix build following adb change." by Dan Albert · 9 years ago
  53. cc08a90 Fix build following adb change. by Dan Albert · 9 years ago
  54. 77a2c88 Merge "Add an alternate screen for viewing recovery logs." by Elliott Hughes · 9 years ago
  55. c049163 Add an alternate screen for viewing recovery logs. by Elliott Hughes · 9 years ago
  56. 7ff339e Merge "uncrypt: Switch to C++" by Tao Bao · 9 years ago
  57. 381f455 uncrypt: Switch to C++ by Tao Bao · 9 years ago
  58. aeb980b Merge "uncrypt: package on non-data partition should follow the right path" by Tao Bao · 9 years ago
  59. fb4ccef uncrypt: package on non-data partition should follow the right path by Tao Bao · 9 years ago
  60. 41c7ef5 Merge "Track adb_thread_create API change." by Elliott Hughes · 9 years ago
  61. 921431f Track adb_thread_create API change. by Elliott Hughes · 9 years ago
  62. c7f64fd Merge "Keep multiple kernel logs" by Tao Bao · 9 years ago
  63. bef3971 Keep multiple kernel logs by Tao Bao · 9 years ago
  64. f8f8832 Merge "Turn on text display for debuggable builds" by Tao Bao · 9 years ago
  65. 785d22c Turn on text display for debuggable builds by Tao Bao · 9 years ago
  66. 59e1e3e Merge "Fix mips64 minadbd_test build." by Elliott Hughes · 9 years ago
  67. dbb20c4 Fix mips64 minadbd_test build. by Elliott Hughes · 9 years ago
  68. 6bc2d53 Merge "Move minadb over to new API." by Elliott Hughes · 9 years ago
  69. 30cea3d Merge "Fix minadb_test build breakage." by Elliott Hughes · 9 years ago
  70. 3e7d82c Fix minadb_test build breakage. by Elliott Hughes · 9 years ago
  71. 4039933 Move minadb over to new API. by Elliott Hughes · 9 years ago
  72. 34c7731 Merge "Check all lseek calls succeed." by Elliott Hughes · 9 years ago
  73. 7bad7c4 Check all lseek calls succeed. by Elliott Hughes · 9 years ago
  74. 8c389e9 Merge "Stop using adb_strtok, and check argument validity." by Elliott Hughes · 9 years ago
  75. ba45ddf Stop using adb_strtok, and check argument validity. by Elliott Hughes · 9 years ago
  76. 6725ebc Merge "Revert "Revert "init re-execs to set its security context now.""" by Elliott Hughes · 9 years ago
  77. 6f76dd5 Revert "Revert "init re-execs to set its security context now."" by Elliott Hughes · 9 years ago
  78. c690332 Merge "Revert "init re-execs to set its security context now."" by Nick Kralevich · 9 years ago
  79. c819dbe Revert "init re-execs to set its security context now." by Nick Kralevich · 9 years ago
  80. 38a82ca Merge "init re-execs to set its security context now." by Elliott Hughes · 9 years ago
  81. c57453d init re-execs to set its security context now. by Elliott Hughes · 9 years ago
  82. 0de2351 Merge "Don't remove existing explicitly stashed blocks" by Sami Tolvanen · 9 years ago
  83. 43b748f Don't remove existing explicitly stashed blocks by Sami Tolvanen · 9 years ago
  84. 4381767 Merge "imgdiff: Avoid infinite loop if inflate fails" by Tao Bao · 9 years ago
  85. 7176a61 Merge "Don't use typedefs that hide *s." by Elliott Hughes · 9 years ago
  86. 0a5cb0c Don't use typedefs that hide *s. by Elliott Hughes · 9 years ago
  87. 6e435ab Merge "Move the menu header out of the menu." by Elliott Hughes · 9 years ago
  88. c68bd34 imgdiff: Avoid infinite loop if inflate fails by Johan Redestig · 9 years ago
  89. 8fd86d7 Move the menu header out of the menu. by Elliott Hughes · 9 years ago
  90. 17b032e Merge "Add missing \n after "Mounting /system." message." by Elliott Hughes · 9 years ago
  91. e46066f Add missing \n after "Mounting /system." message. by Elliott Hughes · 9 years ago
  92. eab12de Merge "Remove unnecessary globals." by Elliott Hughes · 9 years ago
  93. b68c4fc Merge "Treat KEY_ENTER the same as KEY_POWER in the pager." by Elliott Hughes · 9 years ago
  94. 985022a Remove unnecessary globals. by Elliott Hughes · 9 years ago
  95. 300ed08 Treat KEY_ENTER the same as KEY_POWER in the pager. by Elliott Hughes · 9 years ago
  96. 0e3781e Merge "Rewritten file pager." by Elliott Hughes · 9 years ago
  97. 558ba1b Merge "Revert "Append kernel logs to last_log file"" by Tao Bao · 9 years ago
  98. 95fc63e Rewritten file pager. by Elliott Hughes · 9 years ago
  99. f012432 Revert "Append kernel logs to last_log file" by Tao Bao · 9 years ago
  100. 464c3e7 Merge "Append kernel logs to last_log file" by Tao Bao · 9 years ago