1. 8139688 libutils: switch Looper's fds to unique_fd. by Josh Gao · 7 years ago
  2. 3d07992 libziparchive: use fdsan in ZipArchive. by Josh Gao · 7 years ago
  3. fe558a6 crasher: add close(fileno(FILE*)) and close(dirfd(DIR*)). by Josh Gao · 7 years ago
  4. 39d0afe debuggerd_handler: use syscall(__NR_close) instead of close. by Josh Gao · 7 years ago
  5. 8c46817 base: add support for tagged fd closure to unique_fd. by Josh Gao · 7 years ago
  6. 2990c9e Merge "liblp: Allow specifying a custom block size when building sparse images." by Treehugger Robot · 7 years ago
  7. 3388cb5 Merge "ueventd: add a test for ueventd_parser.cpp" by Tom Cherry · 7 years ago
  8. a25088f Merge "libcutils: ashmem: Avoid doing fd checks for ashmem calls" by Joel Fernandes · 7 years ago
  9. d5faf4e liblp: Allow specifying a custom block size when building sparse images. by David Anderson · 7 years ago
  10. 4cfd988 libcutils: ashmem: Avoid doing fd checks for ashmem calls by Joel Fernandes · 7 years ago
  11. 89f252c Merge changes I31e444f3,If07ff05f,If3ba190d by Jerry Zhang · 7 years ago
  12. b751e48 ueventd: add a test for ueventd_parser.cpp by Tom Cherry · 7 years ago
  13. 4ebbfb0 adb: Add io size and zero packet to usb_handle by Jerry Zhang · 7 years ago
  14. 1922f53 adb: Have device usb_handle return io size by Jerry Zhang · 7 years ago
  15. add886c adb: Expose device usb_handle through libadbd by Jerry Zhang · 7 years ago
  16. ff37362 Merge "[adb] Modernize codebase by replacing NULL with nullptr" by Yi Kong · 7 years ago
  17. 548b61e Merge "[libutils] Modernize codebase by replacing NULL with nullptr" by Yi Kong · 7 years ago
  18. 7f3e15f Merge "Clean up logging code." by Christopher Ferris · 7 years ago
  19. 6eabd4a [libutils] Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  20. 1edf0ea Merge "fastboot: Refactor string constants to constants.h" by Treehugger Robot · 7 years ago
  21. bff86aa Merge "ueventd: let scripts provide firmware directories" by Tom Cherry · 7 years ago
  22. 2bdc87e Clean up logging code. by Christopher Ferris · 7 years ago
  23. dc9c710 fastboot: Refactor string constants to constants.h by Jerry Zhang · 7 years ago
  24. ced2e38 Merge "libbatterymonitor: vendor_available" by Treehugger Robot · 7 years ago
  25. 28d3049 libbatterymonitor: vendor_available by Yifan Hong · 8 years ago
  26. 1c8358f Merge "liblp: Add a method to create sparse images of the super partition." by Treehugger Robot · 7 years ago
  27. 393b807 Merge "liblp: Move image reading/writing functions to a new cpp file." by Treehugger Robot · 7 years ago
  28. 33b966e Merge "liblp: Force more sizes to be a multiple of the sector size." by Treehugger Robot · 7 years ago
  29. 75c915d Merge "liblp: Add block device size to LpMetadataGeometry." by Treehugger Robot · 7 years ago
  30. 62346ae Merge "libcutils: remove rather than fix the mutex." by Yi Kong · 7 years ago
  31. b47ccb4 Merge "[logd] Modernize codebase by replacing NULL with nullptr" by Yi Kong · 7 years ago
  32. 10aea53 [adb] Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  33. 85f6010 liblp: Add a method to create sparse images of the super partition. by David Anderson · 7 years ago
  34. fd784d5 liblp: Move image reading/writing functions to a new cpp file. by David Anderson · 7 years ago
  35. 5c0b466 liblp: Force more sizes to be a multiple of the sector size. by David Anderson · 7 years ago
  36. 80bb17b liblp: Add block device size to LpMetadataGeometry. by David Anderson · 7 years ago
  37. 5b565c0 [logd] Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  38. 62e474a Merge "Remove execute bit for source files" by Yi Kong · 7 years ago
  39. 5ac2d34 Remove execute bit for source files by Yi Kong · 7 years ago
  40. 60b8000 Merge "Modernize codebase by replacing NULL with nullptr" by Yi Kong · 7 years ago
  41. 1b3e6b8 ueventd: let scripts provide firmware directories by Tom Cherry · 7 years ago
  42. 15addc4 Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  43. e923d15 libcutils: remove rather than fix the mutex. by Elliott Hughes · 7 years ago
  44. 181cf3e Merge "cutils: move hashmap to <pthread.h>." by Elliott Hughes · 7 years ago
  45. ebd58ca Merge "init: actually remount /sys when changing network namespaces" by Tom Cherry · 7 years ago
  46. 05f694d init: actually remount /sys when changing network namespaces by Tom Cherry · 7 years ago
  47. 57f66b3 cutils: move hashmap to <pthread.h>. by Elliott Hughes · 7 years ago
  48. 870737f Merge "libbase: return different result depend on the errno" by Elliott Hughes · 7 years ago
  49. adb367e Merge "liblp: Rename the metadata partition name to "super"." by Treehugger Robot · 7 years ago
  50. e747afa libbase: return different result depend on the errno by liwugang · 7 years ago
  51. a618748 Merge "liblp: Clean up public headers." by Treehugger Robot · 7 years ago
  52. f4d4c05 Merge "Remove Memory::ReadField." by Christopher Ferris · 7 years ago
  53. 821eb22 liblp: Rename the metadata partition name to "super". by David Anderson · 7 years ago
  54. ec787e2 liblp: Clean up public headers. by David Anderson · 7 years ago
  55. ef457b3 Merge "liblp: Improve reliability of UpdatePartitionTable." by Treehugger Robot · 7 years ago
  56. e692a76 Remove Memory::ReadField. by Christopher Ferris · 7 years ago
  57. b10ac91 Merge "Separate namespace acquisition from library loading" by Victor Khimenko · 7 years ago
  58. 2a0af5a Merge "libcutils: remove unused open_memstream." by Elliott Hughes · 7 years ago
  59. 924c144 Merge "libcutils: remove some unused API." by Elliott Hughes · 7 years ago
  60. 70939d9 Separate namespace acquisition from library loading by Victor Khimenko · 7 years ago
  61. 12ac577 liblp: Improve reliability of UpdatePartitionTable. by David Anderson · 7 years ago
  62. b120f38 Merge "liblp: Make it easier to test UpdatePartitionTable." by Treehugger Robot · 7 years ago
  63. a6d9da4 Merge "liblp: Refactor the partition table update API." by Treehugger Robot · 7 years ago
  64. 5fea828 Merge "Move libbacktrace off cutils." by Treehugger Robot · 7 years ago
  65. e27ec26 libcutils: remove unused open_memstream. by Elliott Hughes · 7 years ago
  66. 9af4b33 libcutils: remove some unused API. by Elliott Hughes · 7 years ago
  67. ba00265 Move libbacktrace off cutils. by Elliott Hughes · 7 years ago
  68. af59997 liblp: Make it easier to test UpdatePartitionTable. by David Anderson · 7 years ago
  69. 50607fb Merge "Remove unused #include." by Elliott Hughes · 7 years ago
  70. 4f3355f liblp: Refactor the partition table update API. by David Anderson · 7 years ago
  71. 47f8a1a Merge "adb: work around adbd push bug." by Treehugger Robot · 7 years ago
  72. fcd3d87 Remove unused #include. by Elliott Hughes · 7 years ago
  73. 8b2d77f Merge "init.rc: Remount / with MS_REMOUNT|MS_BIND|MS_NODEV" by Treehugger Robot · 7 years ago
  74. 055429d init.rc: Remount / with MS_REMOUNT|MS_BIND|MS_NODEV by Luis Hector Chavez · 7 years ago
  75. ade2441 Merge "adb: fix escape_arg for multiple quotes" by Treehugger Robot · 7 years ago
  76. b572e6d adb: fix escape_arg for multiple quotes by Ryan Prichard · 7 years ago
  77. 2f82b52 Merge "Fix build breakage on non-linux" by Treehugger Robot · 7 years ago
  78. b73bd99 Merge "add event log range for audioserver" by Treehugger Robot · 7 years ago
  79. f327c11 Fix build breakage on non-linux by Pawin Vongmasa · 7 years ago
  80. 65362d5 add event log range for audioserver by Eric Laurent · 7 years ago
  81. dfdcf40 adb: work around adbd push bug. by Josh Gao · 7 years ago
  82. 20f160d Merge "Add debug system properties to control profiling limits." by Yabin Cui · 7 years ago
  83. 40db739 Merge "liblp: Implement support for request queue alignment." by Treehugger Robot · 7 years ago
  84. a95c1ac liblp: Implement support for request queue alignment. by David Anderson · 7 years ago
  85. 14fa090 Merge "adbd: fix spurious failure to create dirs when pushing." by Treehugger Robot · 7 years ago
  86. c01270f Add debug system properties to control profiling limits. by Yabin Cui · 7 years ago
  87. 2cf7e3f adbd: fix spurious failure to create dirs when pushing. by Josh Gao · 7 years ago
  88. 7680758 Merge "Add support for new defines in v4.17.3 headers." by Christopher Ferris · 7 years ago
  89. 87609ad Merge "liblp: Fix incorrect get_block_device_size usage." by Treehugger Robot · 7 years ago
  90. 2226276 liblp: Fix incorrect get_block_device_size usage. by David Anderson · 7 years ago
  91. fd9b81c Merge "Add /mnt/product rw mount point for product partitions." by Treehugger Robot · 7 years ago
  92. 7d99871 Merge "bootstat: record reboot reason history in persist.sys.boot.reason.history" by Treehugger Robot · 7 years ago
  93. 27eace6 Merge "libbase: assume clang." by Elliott Hughes · 7 years ago
  94. 464d6d8 Merge "bootstat: kpdpwr actually means reboot,longkey" by Treehugger Robot · 7 years ago
  95. a8a7351 libbase: assume clang. by Elliott Hughes · 7 years ago
  96. 94bc051 Add support for new defines in v4.17.3 headers. by Christopher Ferris · 7 years ago
  97. 4000cb8 Merge "rootdir: access to pstore denied to bootstat" by Treehugger Robot · 7 years ago
  98. 017e384 bootstat: record reboot reason history in persist.sys.boot.reason.history by Mark Salyzyn · 7 years ago
  99. 8ab1365 rootdir: access to pstore denied to bootstat by Mark Salyzyn · 7 years ago
  100. 71ae54c Merge "Fix misleading comments" by Treehugger Robot · 7 years ago