1. e1008f3 init: support setting rlimits per service by Tom Cherry · 8 years ago
  2. 1d6951a Merge "Speed up map creation." by Christopher Ferris · 8 years ago
  3. 7806374 Merge "Add a feature to show which bugs are tracking which se denials" by Max Bires · 8 years ago
  4. 020793f Merge "init: do not load persistent properties from temporary /data" by Tom Cherry · 8 years ago
  5. 77bb231 Merge "Small liblog test fixes & readability improvements." by Alan Stokes · 8 years ago
  6. 89054b2 Merge "Reading from logd in WRAP mode is expected to take a long time, don't abort it after 30s." by Treehugger Robot · 8 years ago
  7. 48359ac Merge "Switch /data/misc/reboot/last_reboot_reason to persistent property" by Mark Salyzyn · 8 years ago
  8. 778209b Small liblog test fixes & readability improvements. by Alan Stokes · 8 years ago
  9. 7d5a015 Reading from logd in WRAP mode is expected to take a long time, by Alan Stokes · 8 years ago
  10. c1b1de4 Switch /data/misc/reboot/last_reboot_reason to persistent property by Mark Salyzyn · 8 years ago
  11. 3465dc8 init: do not load persistent properties from temporary /data by Tom Cherry · 8 years ago
  12. 4a008d5 Merge "Define current ABI string in android-base/macros.h" by Dimitry Ivanov · 8 years ago
  13. 4c9773a Merge "init: Fix -DUSER_MODE_LINUX compilation" by Treehugger Robot · 8 years ago
  14. dbcffd6 Merge "Fix adb tcpip tests." by Treehugger Robot · 8 years ago
  15. cd0de84 Merge "Mark the modules as VNDK-SP in Android.bp" by Treehugger Robot · 8 years ago
  16. 82ac205 Speed up map creation. by Christopher Ferris · 8 years ago
  17. d45be4c Fix adb tcpip tests. by Elliott Hughes · 8 years ago
  18. 6483e25 Merge changes I316c13e3,I4d99744d,Id9614b72,I7c98a0b7 by Tom Cherry · 8 years ago
  19. e027f9b Add a feature to show which bugs are tracking which se denials by Max Bires · 8 years ago
  20. 7d3e1a1 Merge "fastboot: bail out if failed to generate fs image" by Treehugger Robot · 8 years ago
  21. 551b494 init: Fix -DUSER_MODE_LINUX compilation by Dmitry Shmidt · 8 years ago
  22. ae40e54 fastboot: bail out if failed to generate fs image by Jin Qian · 8 years ago
  23. a6e703a Define current ABI string in android-base/macros.h by dimitry · 8 years ago
  24. 919b267 init: enable error reporting of builtin functions by Tom Cherry · 8 years ago
  25. c2c07ba init: log Service failures via Result<T> by Tom Cherry · 8 years ago
  26. a3f7516 init: pass errors from one Result<T> to another better by Tom Cherry · 8 years ago
  27. 7ea6a83 init: cleanup environment handling by Tom Cherry · 8 years ago
  28. ca35091 Mark the modules as VNDK-SP in Android.bp by Justin Yun · 8 years ago
  29. 8e00532 Merge "init: add log to time spent in waiting for file" by Treehugger Robot · 8 years ago
  30. 70d45b1 Merge "Don't preserve file attributes when pulling bugreport file..." by Treehugger Robot · 8 years ago
  31. 3787eee init: add log to time spent in waiting for file by Wei Wang · 8 years ago
  32. 2bb5d77 Merge changes I2270cc0a,I55e5dc5a am: 2066e0585e by Josh Gao · 8 years ago
  33. e91ccc2 Merge changes I2270cc0a,I55e5dc5a by Treehugger Robot · 8 years ago
  34. dc812b6 adb: add track-devices-l service. by Josh Gao · 8 years ago
  35. 5fa43b0 adb: allow selection of a specific transport. by Josh Gao · 8 years ago
  36. 052b885 Merge "fastboot: gracefully handle failure to open a USB device on OS X." by Josh Gao · 8 years ago
  37. 0d6d36f Merge "fastboot: gracefully handle failure to open a USB device on OS X." by Treehugger Robot · 8 years ago
  38. db05e70 Merge "Fix use-after-free of stack-allocated temporary string." by Andreas Huber · 8 years ago
  39. d282832 Merge "Fix use-after-free of stack-allocated temporary string." by Andreas Huber · 8 years ago
  40. 9f81728 Fix use-after-free of stack-allocated temporary string. by Andreas Huber · 8 years ago
  41. 57d9775 Fix use-after-free of stack-allocated temporary string. by Andreas Huber · 8 years ago
  42. c874b40 fastboot: gracefully handle failure to open a USB device on OS X. by Josh Gao · 8 years ago
  43. 7c95c02 Merge "crash_dump: print the identity of tracers." am: e67c7b94c2 by Josh Gao · 8 years ago
  44. 37612b1 Merge "crash_dump: print the identity of tracers." by Treehugger Robot · 8 years ago
  45. e70ea7d crash_dump: print the identity of tracers. by Josh Gao · 8 years ago
  46. 78e2560 Merge "init: only set ro.boottime.<service> properties once." am: fe0607575d by Tom Cherry · 8 years ago
  47. 5a4a3c6 Merge "adb: fix deadlock in kick_all_transports." am: c2449e871e by Josh Gao · 8 years ago
  48. 2498f31 Merge "init: only set ro.boottime.<service> properties once." by Tom Cherry · 8 years ago
  49. fc70c4e Merge "ueventd: fix subsystem list logic issues" am: edf03e23bb by Tom Cherry · 8 years ago
  50. 60322c2 Merge "adb: fix deadlock in kick_all_transports." by Treehugger Robot · 8 years ago
  51. 1d432dd Merge "ueventd: fix subsystem list logic issues" by Tom Cherry · 8 years ago
  52. e24dd89 init: only set ro.boottime.<service> properties once. by Tom Cherry · 8 years ago
  53. 6ba1bee ueventd: fix subsystem list logic issues by Tom Cherry · 8 years ago
  54. 63af31f Merge "init: replace panic() with LOG(FATAL)" am: 57a89f3ba0 by Tom Cherry · 8 years ago
  55. a644398 Merge "init: replace panic() with LOG(FATAL)" by Tom Cherry · 8 years ago
  56. 470f8a7 Merge "Fix bug #37284906, adb shell crashes on windows with invalid options. For example, "adb.exe shell -list" crashes without this fix. Test: adb.exe shell -list-packages" by Huihong Luo · 8 years ago
  57. 425099f Merge "Fix bug #37284906, adb shell crashes on windows with invalid options. For example, "adb.exe shell -list" crashes without this fix. Test: adb.exe shell -list-packages" by Huihong Luo · 8 years ago
  58. 90121ee Fix bug #37284906, adb shell crashes on windows with invalid options. by Huihong Luo · 8 years ago
  59. b0ed2e8 Merge "init: fix copy/paste mistake" am: f85404521e by Tom Cherry · 8 years ago
  60. 644db06 Merge "init: fix copy/paste mistake" by Treehugger Robot · 8 years ago
  61. a99341e init: replace panic() with LOG(FATAL) by Tom Cherry · 8 years ago
  62. 9860b3b init: fix copy/paste mistake by Tom Cherry · 8 years ago
  63. 990c408 adb: fix deadlock in kick_all_transports. by Josh Gao · 8 years ago
  64. cf35269 Merge "Skip unnecessary sleep during shutdown" am: e3e4ec7c97 by Wei Wang · 8 years ago
  65. b2c423b Merge "Skip unnecessary sleep during shutdown" by Wei Wang · 8 years ago
  66. 3283ccc Skip unnecessary sleep during shutdown by Wei Wang · 8 years ago
  67. 9c9a2b5 Merge "Fix a potential memory leak" am: f583ff660e by Ting-Yuan Huang · 8 years ago
  68. 801786c Merge "Fix a potential memory leak" by Treehugger Robot · 8 years ago
  69. 3fdfaa9 Don't preserve file attributes when pulling bugreport file... by Felipe Leme · 8 years ago
  70. d6484bd Merge "Pass in message_version_ received from the secure side." am: 1a955faab2 by Jocelyn Bohr · 8 years ago
  71. fcaa383 Fix a potential memory leak by Ting-Yuan Huang · 8 years ago
  72. fffdf6f Merge "Pass in message_version_ received from the secure side." by Treehugger Robot · 8 years ago
  73. 34101c5 Merge "Decrease size of LogBufferElements to 32 bytes." am: 44ad937411 by Christopher Ferris · 8 years ago
  74. e8085b4 Merge "Decrease size of LogBufferElements to 32 bytes." by Christopher Ferris · 8 years ago
  75. db38440 Merge changes I7f00c5f0,Idc18f331,I1e7d3a88 am: 334929b525 by Tom Cherry · 8 years ago
  76. 59e4d3b Merge changes I7f00c5f0,Idc18f331,I1e7d3a88 by Tom Cherry · 8 years ago
  77. 20be869 init: use Result<T> for the parsing functions by Tom Cherry · 8 years ago
  78. d26214b init: use Result<T> for builtin functions by Tom Cherry · 8 years ago
  79. 02fbfb2 init: introduce Result<T> for return values and error handling by Tom Cherry · 8 years ago
  80. 8de717f Merge "init: split security functions out of init.cpp" into stage-aosp-master by TreeHugger Robot · 8 years ago
  81. f67b832 Merge "init: split security functions out of init.cpp" am: d467db9b3d -s ours by Tom Cherry · 8 years ago
  82. adcff94 init: split security functions out of init.cpp by Tom Cherry · 8 years ago
  83. 4e0ae77 Merge "init: split security functions out of init.cpp" by Tom Cherry · 8 years ago
  84. 6329155 init: split security functions out of init.cpp by Tom Cherry · 8 years ago
  85. 70b5f94 Merge "Compare new unwinder to old unwinder in debuggerd." am: bb2f03f344 by Christopher Ferris · 8 years ago
  86. 6e3fd2c Merge "Add demangling of function name." am: 6452b9036d by Christopher Ferris · 8 years ago
  87. 0c851fd Merge "Compare new unwinder to old unwinder in debuggerd." by Christopher Ferris · 8 years ago
  88. fc5e548 Merge "Add demangling of function name." by Christopher Ferris · 8 years ago
  89. c1cac5c Merge "Enable non-secure side to receive messages > 4K" am: 28fa8b0924 by Jocelyn Bohr · 8 years ago
  90. 58ce9ec Merge "Enable non-secure side to receive messages > 4K" by Treehugger Robot · 8 years ago
  91. c4367fc Merge "debuggerd_handler: print pid and process name." am: 94b0e4f5df by Josh Gao · 8 years ago
  92. 3502978 Merge "debuggerd_handler: print pid and process name." by Treehugger Robot · 8 years ago
  93. 8e4b901 Pass in message_version_ received from the secure side. by Jocelyn Bohr · 8 years ago
  94. 8338ce7 Merge "init: fix format issue" am: f95338f634 by Tom Cherry · 8 years ago
  95. f800d03 Merge "init: fix format issue" by Treehugger Robot · 8 years ago
  96. c552ec3 Compare new unwinder to old unwinder in debuggerd. by Christopher Ferris · 8 years ago
  97. c997f41 debuggerd_handler: print pid and process name. by Josh Gao · 8 years ago
  98. d6e2acc Add demangling of function name. by Christopher Ferris · 8 years ago
  99. 8086f9d Merge "init: Add readahead built-in command" am: 12bd22badf by Wei Wang · 8 years ago
  100. b9c2915 Merge "init: Add readahead built-in command" by Treehugger Robot · 8 years ago