1. 81f5d3e init: create android::init:: namespace by Tom Cherry · 7 years ago
  2. 2cbbe9f init: do not log directly from read_file() and write_file() by Tom Cherry · 7 years ago
  3. ad6741c init: remove unused parts of parser.cpp by Tom Cherry · 7 years ago
  4. 35c5bcc init: add Parser::AddSingleLineParser() by Tom Cherry · 7 years ago
  5. 30a6f27 init: clean up the SectionParser interface and Parser class by Tom Cherry · 7 years ago
  6. 012c573 init: Stop combining actions by Tom Cherry · 7 years ago
  7. 3f5eaae5 init: more header cleanup by Tom Cherry · 7 years ago
  8. 53089aa init: Use std::string for write_file() by Tom Cherry · 7 years ago
  9. d8a7257 init: fix DumpState() logging by Tom Cherry · 7 years ago
  10. 331cf2f Replace the "coldboot" timeout with a property. by Elliott Hughes · 8 years ago
  11. 2de7964 Traverse /etc/init in a well-defined order by Glenn Kasten · 8 years ago
  12. f86b5a6 Move init to libbase logging. by Elliott Hughes · 8 years ago
  13. 4f71319 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  14. 1946d3b init shouldn't call DumpState by default. by Elliott Hughes · 9 years ago
  15. b734990 init: Use classes for parsing and clean up memory allocations by Tom Cherry · 9 years ago
  16. 4ad60fb init: replace strdup() in parse_config() by Tom Cherry · 9 years ago
  17. bac3299 Create Service and ServiceManager classes by Tom Cherry · 9 years ago
  18. 96f6731 init: use std::vector<std::string> for argument passing by Tom Cherry · 9 years ago
  19. fa0c21c init: Create classes for Action and Command by Tom Cherry · 9 years ago
  20. f13b1b3 init: Adding support to import directories by Lee Campbell · 9 years ago
  21. 00ede7d init: do expand_props before calling the builtins. by Yabin Cui · 9 years ago
  22. 74edcea init: Let property_get return std::string. by Yabin Cui · 9 years ago
  23. d62f060 init support for cgroups. by Elliott Hughes · 9 years ago
  24. 17fff89 init: change exec parsing to make SECLABEL optional by Mark Salyzyn · 9 years ago
  25. eaa3b4e Fix insmod module size by Tom Cherry · 9 years ago
  26. e5ce30f Clean up init /proc/cmdline handling. by Elliott Hughes · 9 years ago
  27. c7ca9dd Revert "Revert "Remove now-unusable 'setcon' command."" by Elliott Hughes · 9 years ago
  28. b862bd0 Revert "Remove now-unusable 'setcon' command." by Nick Kralevich · 9 years ago
  29. 7b15ac9 Remove now-unusable 'setcon' command. by Elliott Hughes · 9 years ago
  30. ae392cf Fix memory leak in parse_action by Tom Cherry · 9 years ago
  31. e2837a9 Remove execonce. by Elliott Hughes · 9 years ago
  32. a57fb59 Merge "Remove no-op "capabilities"." by Elliott Hughes · 9 years ago
  33. b022b84 Remove no-op "capabilities". by Elliott Hughes · 9 years ago
  34. b8c9d27 Revert "Revert "Adding e4crypt support"" by Paul Lawrence · 9 years ago
  35. da40c00 Log more timing information from init. by Elliott Hughes · 9 years ago
  36. 7a3d66c init: missing break statement by Mark Salyzyn · 9 years ago
  37. acbf9be Add init command to set verified properties by Sami Tolvanen · 9 years ago
  38. 7010301 Remove chroot from init. by Elliott Hughes · 9 years ago
  39. 641d3e8 Remove chdir from init. by Elliott Hughes · 9 years ago
  40. 5878aa9 Remove obsolete setkey. by Elliott Hughes · 9 years ago
  41. d4b2d89 Remove getsebool/setsebool from init and toolbox. by Stephen Smalley · 9 years ago
  42. cee683e builtins: remove setenforce command by Nick Kralevich · 9 years ago
  43. a4d9848 Merge "Implement exec." by Elliott Hughes · 9 years ago
  44. 8ff0190 Add init support for dm-verity logging mode by Sami Tolvanen · 9 years ago
  45. 8d82ea0 Implement exec. by Elliott Hughes · 9 years ago
  46. a197ff1 bootchart: fix bootchart can not be triggered problem by Yongqin Liu · 10 years ago
  47. f682b47 Clean up reading and writing in init. by Elliott Hughes · 9 years ago
  48. c0e919c Stop using #if for conditional compilation. by Elliott Hughes · 9 years ago
  49. f3cf438 Build init as C++. by Elliott Hughes · 9 years ago[Renamed (95%) from init/init_parser.c]
  50. 429721c init: Implement 'exec' command. by San Mehat · 10 years ago
  51. 0b41512 init: Add support "&&" operator in property triggers by Badhri Jagan Sridharan · 10 years ago
  52. a016c42 Init: Remove unused variables by Andreas Gampe · 10 years ago
  53. 11d783f Remove an unused #include of <sys/_properties.h>. by Elliott Hughes · 10 years ago
  54. 24a3b78 Improve init's debug printing. by Riley Andrews · 10 years ago
  55. e4b7b29 Add ability to boot from charger mode. by Riley Andrews · 10 years ago
  56. c3a4676 correct the setenv option judging condition by Gavin.Chang · 11 years ago
  57. 3beec7e init: add 'enable <service>' to negate "service <service>... disabled" by JP Abgrall · 10 years ago
  58. d68db71 init: limit visibility of init_parser.c helpers by Greg Hackmann · 11 years ago
  59. aa4051d am 2f924ebe: am a94d2b39: Merge "Add a restorecon_recursive built-in command to init." by Nick Kralevich · 11 years ago
  60. 726e8f7 Add a restorecon_recursive built-in command to init. by Stephen Smalley · 11 years ago
  61. 4820022 am 0b7d588d: am f2c4c4ad: Merge "init: Fix queue_all_property_triggers with nonexistent properties" by Benoit Goby · 11 years ago
  62. d679e1b init: Fix queue_all_property_triggers with nonexistent properties by Benoit Goby · 11 years ago
  63. b69f863 am 0cbaed42: am a8ba1f2f: Merge "Add support for socket security context specification." by Colin Cross · 11 years ago
  64. 8348d27 Add support for socket security context specification. by Stephen Smalley · 11 years ago
  65. a76baaa Add swapon_all to init's builtin commands by Ken Sumrall · 11 years ago
  66. 1a6f4c3 init: switch property_get to use __system_property_get by Colin Cross · 11 years ago
  67. 2deedfe init: switch property_get to use __system_property_get by Colin Cross · 11 years ago
  68. e9ab162 init: prevent action being added to the action_queue twice by Colin Cross · 11 years ago
  69. acef650 am 43329bc1: am 8a387870: Revert "Reload policy after setting up the data partition." by gcondra@google.com · 11 years ago
  70. 8a38787 Revert "Reload policy after setting up the data partition." by repo sync · 11 years ago
  71. efbe7fc am 63577d92: am fee250d2: Reload policy after setting up the data partition. by gcondra@google.com · 11 years ago
  72. fee250d Reload policy after setting up the data partition. by repo sync · 11 years ago
  73. ca8e66a Make init handle reboots by Nick Kralevich · 11 years ago
  74. a506462 init: prevent action being added to the action_queue twice by Colin Cross · 11 years ago
  75. b5982bf Remove HAVE_SELINUX guards by Kenny Root · 12 years ago
  76. 0e9dd90 Change init to use libfs_mgr to mount filesystems. by Ken Sumrall · 12 years ago
  77. e46f9d5 Extend init and ueventd for SE Android. by Stephen Smalley · 12 years ago
  78. 84bf9af init: use init's property expansion code for setprop/write by Dima Zavin · 13 years ago
  79. 78a1b1f init: delay importing files until after parsing the current file by Dima Zavin · 13 years ago
  80. a6235ea init: allow init file imports to use properties in names by Dima Zavin · 13 years ago
  81. a286480 Fix the class_reset command by Ken Sumrall · 13 years ago
  82. da04c52 init/cutils: move list utility code to cutils from init by Dima Zavin · 13 years ago
  83. f5cb5b2 init: Fix the init.rc import command by Mike Lockwood · 13 years ago
  84. 7ba61b1 init: Allow wildcards in property triggers by using * for property value by Mike Lockwood · 13 years ago
  85. c5c5103 Load the persistent properties after decrypting the /data partition by Ken Sumrall · 13 years ago
  86. 203bad5 Add the commands rm and rmdir to init. by Ken Sumrall · 13 years ago
  87. 1be6968 init: Fix parser line numbering by Bruce Beare · 14 years ago
  88. 752923c Changes to init to support encrypted filesystems. by Ken Sumrall · 14 years ago
  89. d5c8ddf Revert "Add "slow_start" keyword to init" by Iliyan Malchev · 14 years ago
  90. 50b3afd Add "slow_start" keyword to init by Paul Eastham · 14 years ago
  91. 912ff85 init: Add support for SOCK_SEQPACKET socket type by Mike Lockwood · 14 years ago
  92. 6310a82 init: Split parser into generic parser and init parser by Colin Cross · 14 years ago