1. 3b56a02 Add a libipchecksum that contains the C IP checksum code. by Lorenzo Colitti · 5 years ago
  2. 1e03ef5 Merge "Fix Deadlock Issue On AppFuseBridge" by Narayan Kamath · 5 years ago
  3. 4739f75 Merge "logd: fix various clang-tidy issues" by Tom Cherry · 5 years ago
  4. 9b4246d logd: fix various clang-tidy issues by Tom Cherry · 5 years ago
  5. a6dd557 Merge "liblog: fix reading pmsg" by Tom Cherry · 5 years ago
  6. 58c7c24 Merge "logd: add missing static to CompressionEngine" by Tom Cherry · 5 years ago
  7. 34d7bd9 liblog: fix reading pmsg by Tom Cherry · 5 years ago
  8. 4f9fed2 logd: add missing static to CompressionEngine by Tom Cherry · 5 years ago
  9. cf88259 Merge "[adb] Check for null in mdns connect info." by Joshua Duong · 5 years ago
  10. 282385f [adb] Check for null in mdns connect info. by Joshua Duong · 5 years ago
  11. e72b290 Merge "logging: Use more inclusive language." by Tom Cherry · 5 years ago
  12. 2ab3941 Merge "libmodprobe: improve error reporting." by Treehugger Robot · 5 years ago
  13. 0efb410 logging: Use more inclusive language. by Tom Cherry · 5 years ago
  14. f903383 Merge "llkd: Use more inclusive language" by Treehugger Robot · 5 years ago
  15. 4db1b12 Merge changes I14ed0839,I59f9fde5 by Treehugger Robot · 5 years ago
  16. 1ab2c02 libmodprobe: improve error reporting. by Elliott Hughes · 5 years ago
  17. 6d9e515 llkd: Use more inclusive language by Mark Salyzyn · 5 years ago
  18. 1e412e7 Merge "logd: add a SerializedLogBuffer suitable for compression" by Tom Cherry · 5 years ago
  19. be42841 Merge "fsmgr: fix integer overflow in fs_mgr" by Tom Cherry · 5 years ago
  20. 9debda1 modprobe: Use more inclusive language for libmodprobe (Part Deux) by Mark Salyzyn · 5 years ago
  21. a5032be Merge "init.rc: chmod pagetypeinfo to 440 to be captured in BRs" by Treehugger Robot · 5 years ago
  22. 4a48945 fsmgr: fix integer overflow in fs_mgr by Haoran.Wang · 5 years ago
  23. 83c23a0 Merge "libsnapshot_test: hardcode alignment." by Yifan Hong · 5 years ago
  24. b544de9 libsnapshot_test: hardcode alignment. by Yifan Hong · 5 years ago
  25. 53122b1 Merge "fuzzy_fastboot: use 'tcp:' prefix to identify fastboot protocol." by Treehugger Robot · 5 years ago
  26. 703fb74 modprobe: Use more inclusive language for modprobe and libmodprobe by Mark Salyzyn · 5 years ago
  27. 0abd0d6 init.rc: chmod pagetypeinfo to 440 to be captured in BRs by Martin Liu · 5 years ago
  28. 9287716 Merge "Rename native code coverage paths env. variable in libsnapshot's fuzz test." by Roland Levillain · 5 years ago
  29. b255195 Merge "Reboot sequence: Unmount active apexes before unmounting /data" by Nikita Ioffe · 5 years ago
  30. 55e8954 Merge "trusty:storageproxyd: Fix in_cdb.length setting on send_ufs_rpmb_req" by Wenhao Wang · 5 years ago
  31. 91a9848 Reboot sequence: Unmount active apexes before unmounting /data by Nikita Ioffe · 5 years ago
  32. 8e1b805 Merge "Update libsnapshot to handle partial update" by Tianjie Xu · 5 years ago
  33. 469e388 trusty:storageproxyd: Fix in_cdb.length setting on send_ufs_rpmb_req by Wenhao Wang · 5 years ago
  34. 046cc11 Merge "adb: avoid crash when authenticating without vendor keys." by Josh Gao · 5 years ago
  35. 1a796bc logd: add a SerializedLogBuffer suitable for compression by Tom Cherry · 5 years ago
  36. 30b0bbd adb: avoid crash when authenticating without vendor keys. by Josh Gao · 5 years ago
  37. 7cc98e2 Merge "init: start ueventd in the default mount namespace" by Jooyung Han · 5 years ago
  38. 78e0d06 Merge "Try to recover corrupted ext4 /data with backup superblock" by Randall Huang · 5 years ago
  39. 8d32655 Merge "logd: add a test for clearing logs with a reader present" by Tom Cherry · 5 years ago
  40. 8319bb4 logd: add a test for clearing logs with a reader present by Tom Cherry · 5 years ago
  41. 7a372d1 Merge "logd: simplify Clear() + Prune() logic" by Tom Cherry · 5 years ago
  42. a863b1a logd: simplify Clear() + Prune() logic by Tom Cherry · 5 years ago
  43. 6c7b75b Merge "Fix a misleading warning message about sysprop overriding" by Treehugger Robot · 5 years ago
  44. e714cde Fix a misleading warning message about sysprop overriding by Jiyong Park · 5 years ago
  45. 4f23d5a init: start ueventd in the default mount namespace by Jooyung Han · 5 years ago
  46. 72abd7b Try to recover corrupted ext4 /data with backup superblock by Randall Huang · 5 years ago
  47. 3447cdc Merge "shell_and_utilities_recovery: Fix required dependencies" by Yo Chiang · 5 years ago
  48. cec2d69 Merge "Remove zygote configuration for 32-bit primary, 64-bit secondary." by Elliott Hughes · 5 years ago
  49. 409bca1 Remove zygote configuration for 32-bit primary, 64-bit secondary. by Elliott Hughes · 5 years ago
  50. 75d9170 Merge "libprocessgroup: support for cgroup v2 hierarchy" by Marco Ballesio · 5 years ago
  51. 18b5965 Merge "fastboot: don't print anything in Status() if the input is empty" by Tom Cherry · 5 years ago
  52. 2217c50 fastboot: don't print anything in Status() if the input is empty by Tom Cherry · 5 years ago
  53. f16f941 libprocessgroup: support for cgroup v2 hierarchy by Marco Ballesio · 5 years ago
  54. e4424ff Merge "Fix typo in android init language documentation." by Treehugger Robot · 5 years ago
  55. f596dec Rename native code coverage paths env. variable in libsnapshot's fuzz test. by Roland Levillain · 5 years ago
  56. dc53f4c shell_and_utilities_recovery: Fix required dependencies by Yo Chiang · 5 years ago
  57. 16bfe09 Fix typo in android init language documentation. by Amos Bianchi · 5 years ago
  58. 48d272c Merge "Fix visibility rules now that Make supports visibility checks" by Dan Willemsen · 5 years ago
  59. ed96fe1 Fix visibility rules now that Make supports visibility checks by Dan Willemsen · 5 years ago
  60. 536f220 Merge "adbd: remove ifdefs guarding root/secure." by Josh Gao · 5 years ago
  61. 0d05b7a Update libsnapshot to handle partial update by Tianjie · 5 years ago
  62. bd742a1 Merge "Adding wait for a device file before mount" by Tom Cherry · 5 years ago
  63. 389d888 Merge "init: fix README.md about perform_apex_configs" by Treehugger Robot · 5 years ago
  64. d076857 adbd: remove ifdefs guarding root/secure. by Josh Gao · 5 years ago
  65. a3ed465 Merge changes from topic "default-fstab-swapon_all" by Alistair Delva · 5 years ago
  66. de28a86 Respect ro.boot.fstab_suffix in swapon_all by Alistair Delva · 5 years ago
  67. ad3874e Merge "Stop using varargs in libkeyutils." by Treehugger Robot · 5 years ago
  68. b99f194 Merge "Move libadbd_auth, libadbd_fs to adbd_system_binaries." by Josh Gao · 5 years ago
  69. 6c6a36f Add documentation for umount_all by Alistair Delva · 5 years ago
  70. cbe630d Merge "Logtags for input flinger" by Treehugger Robot · 5 years ago
  71. 2709331 Merge "Set block size in dm-bow" by Paul Lawrence · 5 years ago
  72. 44a5f0e Stop using varargs in libkeyutils. by Elliott Hughes · 5 years ago
  73. 71de690 Merge "logcat: filter based on UID" by Tom Cherry · 5 years ago
  74. ea138c8 init: fix README.md about perform_apex_configs by Jooyung Han · 5 years ago
  75. cba44a3 Merge "Make libsync a stubs library" by Jooyung Han · 5 years ago
  76. a552265 Merge "Fix `fastboot flash-all` on Nexus 7." by Treehugger Robot · 5 years ago
  77. cb63bed Merge "Fine tune blkio setting to improve boot time" by Rick Yiu · 5 years ago
  78. 6a7ff58 Fix `fastboot flash-all` on Nexus 7. by Elliott Hughes · 5 years ago
  79. 9243090 Logtags for input flinger by Siarhei Vishniakou · 5 years ago
  80. 9291f0f logcat: filter based on UID by Tom Cherry · 5 years ago
  81. a1f1775 Merge changes I957c519b,Iaf4e389e,I92f8056b by Tom Cherry · 5 years ago
  82. 2f0c6cb Set block size in dm-bow by Paul Lawrence · 5 years ago
  83. 78fc553 Make libsync a stubs library by Jooyung Han · 5 years ago
  84. b0263af logd: remove faulty optimization by Tom Cherry · 5 years ago
  85. ad74d8d Fine tune blkio setting to improve boot time by Rick Yiu · 5 years ago
  86. e10fb5f Merge "libsparse: Limit block size to 64 MB" by Treehugger Robot · 5 years ago
  87. 589b7df Adding wait for a device file before mount by Will Shiu · 6 years ago
  88. 0e743a2 fuzzy_fastboot: use 'tcp:' prefix to identify fastboot protocol. by Hongguang Chen · 5 years ago
  89. 4596b78 logd: don't store the map key in its value by Tom Cherry · 5 years ago
  90. f93b400 logd: use libbase logging by Tom Cherry · 5 years ago
  91. ff50237 Merge "adb: treat non-successful inc-server runs as failures" by Treehugger Robot · 5 years ago
  92. dc9acdd Merge "first_stage_init: support kernel module directories" by Treehugger Robot · 5 years ago
  93. a990f07 Merge "add libmodprobe api to query the number of modules loaded" by Treehugger Robot · 5 years ago
  94. d6d38c3 first_stage_init: support kernel module directories by Steve Muckle · 5 years ago
  95. b0c4881 add libmodprobe api to query the number of modules loaded by Steve Muckle · 5 years ago
  96. 430dbf3 Merge "logd: Drop the LogStatistics dependency on LogBufferElement" am: 671f39fdf2 by Tom Cherry · 5 years ago
  97. 671f39f Merge "logd: Drop the LogStatistics dependency on LogBufferElement" by Tom Cherry · 5 years ago
  98. 924915b adb: treat non-successful inc-server runs as failures by Yurii Zubrytskyi · 5 years ago
  99. a386482 libsparse: Limit block size to 64 MB by Woody Lin · 5 years ago
  100. 0b3202f Merge "adb: implement zstd compression for file sync." am: 450e83eb8f by Josh Gao · 5 years ago