1. b4aab99 Add sys/types.h in utf8.h am: 18a1606a88 by Pirama Arumuga Nainar · 7 years ago
  2. ddaea68 Adapt to switch to libc++ for Windows am: 29e3dd8548 by Pirama Arumuga Nainar · 7 years ago
  3. acf08be Merge "fs_mgr: deprecate check for ro.build.system_root_image" am: 8ef3fe14bb by Mark Salyzyn · 7 years ago
  4. 5730549 Merge "fs_mgr: deprecate check for ro.build.system_root_image" by Treehugger Robot · 7 years ago
  5. 77cdc5b Merge "Reverted aapt dependency to be a dependency on libandroidfw" by Idries Hamadi · 7 years ago
  6. 4772487 Merge "Reverted aapt dependency to be a dependency on libandroidfw" by Idries Hamadi · 7 years ago
  7. 925c817 Merge "Suppress implicit-fallthrough warning." am: 3f50316ea1 by Chih-Hung Hsieh · 7 years ago
  8. c5e8627 Merge "Suppress implicit-fallthrough warning." by Treehugger Robot · 7 years ago
  9. a1db7c2 [automerger skipped] Merge "Read memory stats from /proc/pid/stat file." by Rajeev Kumar · 7 years ago
  10. ee44c47 Merge "Read memory stats from /proc/pid/stat file." by Rajeev Kumar · 7 years ago
  11. 8f1d9cc Merge "Do not calculate CRC for sparse images during fastboot flash" by Hridya Valsaraju · 7 years ago
  12. 5722be9 Merge "set_active command should update current slot information." by Hridya Valsaraju · 7 years ago
  13. b4d4665 Read memory stats from /proc/pid/stat file. by Rajeev Kumar · 7 years ago
  14. df6a0cc Merge "Do not calculate CRC for sparse images during fastboot flash" by Treehugger Robot · 7 years ago
  15. 1301979 Merge "set_active command should update current slot information." by Treehugger Robot · 7 years ago
  16. 270e34a fs_mgr: deprecate check for ro.build.system_root_image by Mark Salyzyn · 7 years ago
  17. 5386cac Merge changes I5e3f6677,I94665a41 am: ce2a8e5b9e by Mark Salyzyn · 7 years ago
  18. af0de6a Suppress implicit-fallthrough warning. by Chih-Hung Hsieh · 7 years ago
  19. b753d02 Merge changes I5e3f6677,I94665a41 by Treehugger Robot · 7 years ago
  20. 6c3a6b4 Do not calculate CRC for sparse images during fastboot flash by Hridya Valsaraju · 7 years ago
  21. 7b419f2 fs_mgr: overlayfs create scratch using a Dynamic Logical Partition by Mark Salyzyn · 7 years ago
  22. cb64168 fs_mgr.h cleanup by Mark Salyzyn · 7 years ago
  23. ffc87d4 set_active command should update current slot information. by Hridya Valsaraju · 7 years ago
  24. 553c690 Merge "adb: don't close sockets before hitting EOF." am: 2185d8ceef by Josh Gao · 7 years ago
  25. 00f1134 Merge "adb: don't close sockets before hitting EOF." by Josh Gao · 7 years ago
  26. afbc3a3 Merge "fs_mgr: overlayfs deal with verity detection issues" am: 042f2da1f3 by Mark Salyzyn · 7 years ago
  27. a027213 Merge "fs_mgr: overlayfs deal with verity detection issues" by Treehugger Robot · 7 years ago
  28. c302c39 fs_mgr: overlayfs deal with verity detection issues by Mark Salyzyn · 7 years ago
  29. c6af419 Merge "Fix handling of globals for new linker." am: 8ddded2f96 by Christopher Ferris · 7 years ago
  30. 7c3c13c Merge "Fix handling of globals for new linker." by Christopher Ferris · 7 years ago
  31. eaa9657 Merge "Handle retry count correctly" am: a1bb191541 by Paul Lawrence · 7 years ago
  32. d689bd8 Merge "Handle retry count correctly" by Treehugger Robot · 7 years ago
  33. 0921b3d Merge "Check validity of partition for getvar:partition-type" am: 9810709d91 by Hridya Valsaraju · 7 years ago
  34. a0945b7 Merge "Check validity of partition for getvar:partition-type" by Treehugger Robot · 7 years ago
  35. a4373c1 Merge "Return partition size in hex format." am: b2263b4a07 by Hridya Valsaraju · 7 years ago
  36. 187bd57 Merge "Return partition size in hex format." by Treehugger Robot · 7 years ago
  37. 3c4e772 Merge "init: increase thermal shutdown timeout to 3s" am: ed6f596de2 by Wei Wang · 7 years ago
  38. 30e8567 Merge "init: increase thermal shutdown timeout to 3s" by Treehugger Robot · 7 years ago
  39. c281cc4 Check validity of partition for getvar:partition-type by Hridya Valsaraju · 7 years ago
  40. 5b4e13e Merge "fs_mgr: fix incorrect parameter type" am: e2015afd78 by bohu · 7 years ago
  41. 308ace1 Merge "fs_mgr: fix incorrect parameter type" by Treehugger Robot · 7 years ago
  42. 39116f3 init: increase thermal shutdown timeout to 3s by Wei Wang · 7 years ago
  43. f581422 Return partition size in hex format. by Hridya Valsaraju · 7 years ago
  44. d00e2eb fs_mgr: fix incorrect parameter type by bohu · 7 years ago
  45. ff78ea8 Fix handling of globals for new linker. by Christopher Ferris · 7 years ago
  46. 85e8dd1 Merge "Move system/core/ off NO_ERROR." am: e8ab57765b by Elliott Hughes · 7 years ago
  47. ad5f907 Merge "Move system/core/ off NO_ERROR." by Elliott Hughes · 7 years ago
  48. f035b72 Merge "Check maximum allowed download size for download command." am: f7d154e10f by Hridya Valsaraju · 7 years ago
  49. e7ca1c6 Merge "Check maximum allowed download size for download command." by Treehugger Robot · 7 years ago
  50. 6b13699 Merge "Assert that ParseInt/ParseUint are only used with signed/unsigned numbers respectively" by Tom Cherry · 7 years ago
  51. 131227a Merge "Assert that ParseInt/ParseUint are only used with signed/unsigned numbers respectively" by Tom Cherry · 7 years ago
  52. 82c1e3b Check maximum allowed download size for download command. by Hridya Valsaraju · 7 years ago
  53. a179217 Handle retry count correctly by Paul Lawrence · 7 years ago
  54. b92dbf1 Merge "fs_mgr: fs_mgr_update_verity_state cleanup" am: c35c609961 by Mark Salyzyn · 7 years ago
  55. 5c18730 Merge changes Id6c00c76,Ibc74a12f am: 32f5ff0dae by Hridya Valsaraju · 7 years ago
  56. fb29078 Merge "fs_mgr: fs_mgr_update_verity_state cleanup" by Treehugger Robot · 7 years ago
  57. 88007a2 Merge changes Id6c00c76,Ibc74a12f by Treehugger Robot · 7 years ago
  58. a200865 Merge "android_filesystem_config add AID for iorapd" am: ca2d62e1e7 by Igor Murashkin · 7 years ago
  59. 1838a44 Merge "adb: identical symlink, do not update" am: 3614b39bb9 by Mark Salyzyn · 7 years ago
  60. c681a5f Merge "android_filesystem_config add AID for iorapd" by Treehugger Robot · 7 years ago
  61. cb0ba7c Merge "adb: identical symlink, do not update" by Treehugger Robot · 7 years ago
  62. edce82b Check return status of ReadFileToString() in GetDeviceLockStatus() by Hridya Valsaraju · 7 years ago
  63. 9dfd547 Merge "llkd: Do not check ueventd by default for stack" am: 380d3192cc by Mark Salyzyn · 7 years ago
  64. b31fa39 Merge "Allow erase, set_active and download commands only on unlocked devices." by Hridya Valsaraju · 7 years ago
  65. 0d80474 Validate partition name when searching for physical partitions. by Hridya Valsaraju · 7 years ago
  66. dfdf0a9 Merge "llkd: Do not check ueventd by default for stack" by Treehugger Robot · 7 years ago
  67. b4319e1 Merge "Allow erase, set_active and download commands only on unlocked devices." by Treehugger Robot · 7 years ago
  68. 7a08ccf fs_mgr: fs_mgr_update_verity_state cleanup by Mark Salyzyn · 7 years ago
  69. 8c9de83 Move system/core/ off NO_ERROR. by Elliott Hughes · 7 years ago
  70. 458051e Merge changes Ia4244757,Ibcdf69d9 am: f3186de123 by Josh Gao · 7 years ago
  71. af4a6cd Merge changes Ia4244757,Ibcdf69d9 by Josh Gao · 7 years ago
  72. 7bec572 adb: identical symlink, do not update by Mark Salyzyn · 7 years ago
  73. 983c664 llkd: Do not check ueventd by default for stack by Mark Salyzyn · 7 years ago
  74. b4f4b45 Allow erase, set_active and download commands only on unlocked devices. by Hridya Valsaraju · 7 years ago
  75. e3bc6d9 Merge "Allow Conformance tests to verify userspace fastboot." am: 4aa42b46c9 by Hridya Valsaraju · 7 years ago
  76. 9bc3809 Merge "Allow Conformance tests to verify userspace fastboot." by Treehugger Robot · 7 years ago
  77. 7fc5c3f Merge changes Ie03f3895,Id4d9ee61 am: b127c35adc by Mark Salyzyn · 7 years ago
  78. 9eafe26 Merge changes I49c9f064,I946e8564 am: 6cc230f587 by Mark Salyzyn · 7 years ago
  79. 2b0fec4 Merge changes Ie03f3895,Id4d9ee61 by Mark Salyzyn · 7 years ago
  80. a162e23 Merge changes I49c9f064,I946e8564 by Mark Salyzyn · 7 years ago
  81. 350b446 Merge "Support fastboot variable battery-soc-ok" am: e06850afdb by Hridya Valsaraju · 7 years ago
  82. a155bfe Merge "Support fastboot variable battery-soc-ok" by Treehugger Robot · 7 years ago
  83. 1459d88 Merge "Use only signed/unsigned numbers with ParseInt/ParseUint respectively" by Tom Cherry · 7 years ago
  84. 5732e7d Merge "Use only signed/unsigned numbers with ParseInt/ParseUint respectively" by Treehugger Robot · 7 years ago
  85. f1084e0 adbd: clean up jdwp service a bit. by Josh Gao · 7 years ago
  86. 2c67bf3 Revert "Revert "adb: detect some spin loops and abort."" by Josh Gao · 7 years ago
  87. 8809c2f android_filesystem_config add AID for iorapd by Igor Murashkin · 7 years ago
  88. f80c894 Support fastboot variable battery-soc-ok by Hridya Valsaraju · 7 years ago
  89. b1f13a1 Allow Conformance tests to verify userspace fastboot. by Hridya Valsaraju · 7 years ago
  90. b081f20 fs_mgr: add fs_mgr_access() as no-errno access(,F_OK) wrapper by Mark Salyzyn · 7 years ago
  91. cbde986 fs_mgr: candidate list check mount_point by Mark Salyzyn · 7 years ago
  92. 9a7a18d Assert that ParseInt/ParseUint are only used with signed/unsigned numbers respectively by Tom Cherry · 7 years ago
  93. 4472fcd Use only signed/unsigned numbers with ParseInt/ParseUint respectively by Tom Cherry · 7 years ago
  94. de618d3 Merge "init: move InitKernelLogging() to first stage init" am: 64990d5b45 by Tom Cherry · 7 years ago
  95. deecd56 Merge "init: move InitKernelLogging() to first stage init" by Tom Cherry · 7 years ago
  96. 55f9631 Merge "Add noexcept to move constructors and assignment operators." by Chih-hung Hsieh · 7 years ago
  97. 0450db5 Merge "Add noexcept to move constructors and assignment operators." by Chih-hung Hsieh · 7 years ago
  98. be8f966 init: move InitKernelLogging() to first stage init by Tom Cherry · 7 years ago
  99. 7f516c1 Reverted aapt dependency to be a dependency on libandroidfw by Idries Hamadi · 7 years ago
  100. 5aae6db Add noexcept to move constructors and assignment operators. by Chih-Hung Hsieh · 7 years ago