1. 12aa731 Merge "Cleanup uses of sprintf so we can deprecate it." am: 2c5b89a64a by George Burgess IV · 9 years ago
  2. 0ef6716 Merge "Cleanup uses of sprintf so we can deprecate it." by George Burgess IV · 9 years ago
  3. 522cf17 Cleanup uses of sprintf so we can deprecate it. by George Burgess IV · 9 years ago
  4. 6f6ccf0 Merge "Remove toolbox prlimit." am: a6680f78d4 by Elliott Hughes · 9 years ago
  5. 696b39d Merge "Remove toolbox prlimit." by Elliott Hughes · 9 years ago
  6. 3818a53 Remove toolbox prlimit. by Elliott Hughes · 9 years ago
  7. 90a199a Merge changes I93514d22,I57dbc113,I707ffbd1 am: 1cd680ce75 by Josh Gao · 9 years ago
  8. 3e2f764 Merge "adbd: fix spurious close of uninitialized fd." am: 3c608c7425 by Josh Gao · 9 years ago
  9. c6dc1e6 Merge changes I93514d22,I57dbc113,I707ffbd1 by Josh Gao · 9 years ago
  10. 7a51454 Merge "adbd: fix spurious close of uninitialized fd." by Josh Gao · 9 years ago
  11. a486880 adbd: fix spurious close of uninitialized fd. by Josh Gao · 9 years ago
  12. bcb4bc7 Merge "Make CHECK(x) work with static analyzer." am: d02e6887ca by Chih-Hung Hsieh · 9 years ago
  13. 07f7587 Merge "Make CHECK(x) work with static analyzer." by Chih-hung Hsieh · 9 years ago
  14. 0e1f2fd adb: wait for restore to complete before returning. by Josh Gao · 9 years ago
  15. 0268ce1 adb: wait for adbd to die and respawn in root/unroot. by Josh Gao · 9 years ago
  16. dc1931b adb: make ScopedFd universally accessible and useful. by Josh Gao · 9 years ago
  17. 4cc1dcc Merge "Use unique_ptr to free objects when ASSERT* fail." am: 93aedcaf2b by Chih-Hung Hsieh · 9 years ago
  18. d1ecd97 Merge "Use unique_ptr to free objects when ASSERT* fail." by Chih-hung Hsieh · 9 years ago
  19. 1633e2d Merge "bootstat: Gate boot time metrics logging on an encrypted device being decrypted." by James Hawkins · 9 years ago
  20. 4092296 Merge "bootstat: Gate boot time metrics logging on an encrypted device being decrypted." by James Hawkins · 9 years ago
  21. 64ddd32 Use unique_ptr to free objects when ASSERT* fail. by Chih-Hung Hsieh · 9 years ago
  22. 2dd5307 Merge "bootstat: Don\'t log time_since_factory_reset on device reset." by James Hawkins · 9 years ago
  23. aecfbb1 Merge "bootstat: Don't log time_since_factory_reset on device reset." by James Hawkins · 9 years ago
  24. 23282db Merge "Add /postinstall partition when using the A/B updater." am: 700b15dacf by Alex Deymo · 9 years ago
  25. 3c0122f Merge "Add /postinstall partition when using the A/B updater." by Alex Deymo · 9 years ago
  26. b7aa192 Merge changes I7fe77245,I75b089b8,Iafa250ce am: afa76a3028 by Josh Gao · 9 years ago
  27. 76f779a Merge changes I7fe77245,I75b089b8,Iafa250ce by Josh Gao · 9 years ago
  28. ef28761 adb: clean up quotes in test_device.py. by Josh Gao · 9 years ago
  29. a026991 adb: mkdir the correct directory name when pulling. by Josh Gao · 9 years ago
  30. 24659dc bootstat: Don't log time_since_factory_reset on device reset. by James Hawkins · 9 years ago
  31. 7dac2e9 bootstat: Gate boot time metrics logging on an encrypted device being decrypted. by James Hawkins · 9 years ago
  32. 92d66a9 adb: cleanup file skipping logic. by Josh Gao · 9 years ago
  33. 4242e75 Merge "Mount selinuxfs when other filesystems are mounted" am: ad5dc479cd by Nick Kralevich · 9 years ago
  34. 6ef8943 Merge "Mount selinuxfs when other filesystems are mounted" by Nick Kralevich · 9 years ago
  35. dfb99f6 Mount selinuxfs when other filesystems are mounted by Nick Kralevich · 9 years ago
  36. adf19c1 Merge "Fix locking of libnativeloader" am: 17741bc85c by Dimitry Ivanov · 9 years ago
  37. 20e09f6 Merge "Added function to explicitly initialize a namespace" am: 82ae2c0958 by Dimitry Ivanov · 9 years ago
  38. 6d128e1 Merge "Fix locking of libnativeloader" by Dimitry Ivanov · 9 years ago
  39. c463c07 Merge "Added function to explicitly initialize a namespace" by Dimitry Ivanov · 9 years ago
  40. b6a22cd Merge "adb: relax serial matching rules." am: b4709c2cfd by David Pursell · 9 years ago
  41. c70223e Merge "adb: relax serial matching rules." by David Pursell · 9 years ago
  42. 9ef6e20 Merge "adb: symlinks to dirs count as dirs for pull destination." am: 543093cb97 by Josh Gao · 9 years ago
  43. 9c5c96d Merge "adb: symlinks to dirs count as dirs for pull destination." by Josh Gao · 9 years ago
  44. 885cd78 adb: symlinks to dirs count as dirs for pull destination. by Josh Gao · 9 years ago
  45. cac9b30 Add /postinstall partition when using the A/B updater. by Alex Deymo · 9 years ago
  46. b9e56e2 Merge "Revert "Do not do local unwinds through .oat or .dex maps."" by Andreas Gampe · 9 years ago
  47. 2775b08 adb: relax serial matching rules. by David Pursell · 9 years ago
  48. 94fe0df Merge "Revert "Do not do local unwinds through .oat or .dex maps."" by Andreas Gampe · 9 years ago
  49. ac80014 Merge changes I6fdc87e8,I91b060b2 am: 85c5fc41de by Mark Salyzyn · 9 years ago
  50. 28ec9e9 Revert "Do not do local unwinds through .oat or .dex maps." by Andreas Gampe · 9 years ago
  51. 9ea8213 Merge changes I6fdc87e8,I91b060b2 by Mark Salyzyn · 9 years ago
  52. 3ecc713 Make CHECK(x) work with static analyzer. by Chih-Hung Hsieh · 9 years ago
  53. c7fca4b Merge "Make toolbox top a little more like everyone else\'s." am: d1ec9c450d by Elliott Hughes · 9 years ago
  54. a861634 Merge "Make toolbox top a little more like everyone else's." by Elliott Hughes · 9 years ago
  55. 626a8bd logd: check return values by Mark Salyzyn · 9 years ago
  56. fa0dda1 Make toolbox top a little more like everyone else's. by Elliott Hughes · 9 years ago
  57. 9d34f1e logd: clarify release_Locked() for static analyzer by Mark Salyzyn · 9 years ago
  58. edf46ff Merge "Do not do local unwinds through .oat or .dex maps." am: 48d930d0a9 by Christopher Ferris · 9 years ago
  59. 86cb5c0 Merge "Do not do local unwinds through .oat or .dex maps." by Christopher Ferris · 9 years ago
  60. 40596ac Do not do local unwinds through .oat or .dex maps. by Christopher Ferris · 9 years ago
  61. 569fd71 Merge "Emulator: fix adbd qemu pipe partial write" am: ae607e149b by bohu · 9 years ago
  62. 3fc2595 Merge "Emulator: fix adbd qemu pipe partial write" by Bo Hu · 9 years ago
  63. d14337b Emulator: fix adbd qemu pipe partial write by bohu · 9 years ago
  64. ee59075 Merge "adb: report progress for small files." am: 4c87588fa2 by Josh Gao · 9 years ago
  65. 238cbd7 Merge "adb: report progress for small files." by Josh Gao · 9 years ago
  66. 814d6b3 Merge "system/core/lib[c]utils: Fix signedness comparison warnings." by James Hawkins · 9 years ago
  67. b90428d Merge "system/core/lib[c]utils: Fix signedness comparison warnings." by James Hawkins · 9 years ago
  68. bbb3f27 adb: report progress for small files. by Josh Gao · 9 years ago
  69. 126fc15 system/core/lib[c]utils: Fix signedness comparison warnings. by James Hawkins · 9 years ago
  70. 161b687 Merge "Also archive adb.exe/fastboot.exe when building win_sdk." am: f666ba41a7 by Ying Wang · 9 years ago
  71. 333dca5 Merge "Also archive adb.exe/fastboot.exe when building win_sdk." by Ying Wang · 9 years ago
  72. fb2ef86 Also archive adb.exe/fastboot.exe when building win_sdk. by Ying Wang · 9 years ago
  73. 207482b Merge "logd: add a comment about untrusted content in the audit log" by Sami Tolvanen · 9 years ago
  74. a49ef40 Merge "logd: add a comment about untrusted content in the audit log" by Sami Tolvanen · 9 years ago
  75. fde7951 Merge "crash_reporter: Mark the euid parameter as __unused." am: c625acf217 by James Hawkins · 9 years ago
  76. 58cef2e Merge "crash_reporter: Mark the euid parameter as __unused." by James Hawkins · 9 years ago
  77. 08a374b logd: add a comment about untrusted content in the audit log by Sami Tolvanen · 9 years ago
  78. b1c0e2f Fix locking of libnativeloader by Dimitry Ivanov · 9 years ago
  79. d1562ae Merge "logd: stop log spam when integrity enforcement is suppressed" by Sami Tolvanen · 9 years ago
  80. a0e80c8 Merge "logd: stop log spam when integrity enforcement is suppressed" by Sami Tolvanen · 9 years ago
  81. b579e6b logd: stop log spam when integrity enforcement is suppressed by Sami Tolvanen · 9 years ago
  82. 43c07b1 Merge "Allow building with Python 3.x" am: a335367bb0 by Bernhard Rosenkränzer · 9 years ago
  83. efe9111 Merge "Allow building with Python 3.x" by Dan Albert · 9 years ago
  84. e23c7e6 Merge "liblog: Update Android.bp for Android.mk changes" am: d480a99b0c by Dan Willemsen · 9 years ago
  85. 3eb5d0f Merge "liblog: Update Android.bp for Android.mk changes" by Dan Willemsen · 9 years ago
  86. b0286b4 liblog: Update Android.bp for Android.mk changes by Dan Willemsen · 9 years ago
  87. b91a799 Merge "adb: use TCP keepalive." am: e663c163ac by David Pursell · 9 years ago
  88. 578c013 Merge "adb: use TCP keepalive." by David Pursell · 9 years ago
  89. 51df170 Merge "Remove libmincrypt/tools after move to bootable/recovery" am: 50eb9b29db by Mattias Nissler · 9 years ago
  90. 51c3468 Merge "Remove libmincrypt/tools after move to bootable/recovery" by Mattias Nissler · 9 years ago
  91. 6e44d56 Merge "Remove another test for a private API I\'m about to remove." by Elliott Hughes · 9 years ago
  92. daf2333 Merge "Remove another test for a private API I'm about to remove." by Elliott Hughes · 9 years ago
  93. 9cdc586 Remove another test for a private API I'm about to remove. by Elliott Hughes · 9 years ago
  94. aed72ca Added function to explicitly initialize a namespace by Dimitry Ivanov · 9 years ago
  95. c70b367 Merge "adb: fix directory creation logic." am: a887c4faca by Josh Gao · 9 years ago
  96. 6543c5c Merge "adb: fix directory creation logic." by Josh Gao · 9 years ago
  97. bbce5e8 Merge "Remove a test for an API I\'m removing." am: 0962ecd4e3 by Elliott Hughes · 9 years ago
  98. 8de9710 Merge "Remove a test for an API I'm removing." by Elliott Hughes · 9 years ago
  99. e5526e3 Remove a test for an API I'm removing. by Elliott Hughes · 9 years ago
  100. 0d52f4f Merge "Add notice for adding users in AOSP." am: acf69772ff by Jorge Lucangeli Obes · 9 years ago