1. 3dfb8bc init: Simplify struct BuiltinArguments by Bart Van Assche · 2 years ago
  2. cecebbb Convert system/core to Result::ok() by Bernie Innocenti · 5 years ago
  3. 1efc484 init: make CheckPropertyTriggers() more efficient by Tom Cherry · 5 years ago
  4. 6fd8d3b init: Allow matching empty property values by Tom Cherry · 6 years ago
  5. e269a72 Merge "init: ignore ENOENT from fewer builtins" by Tom Cherry · 6 years ago
  6. 4772f1d init: check the arguments of builtins during the build by Tom Cherry · 6 years ago
  7. c5cf85d init: don't log in expand_props directly by Tom Cherry · 6 years ago
  8. d17c379 init: ignore ENOENT from fewer builtins by Tom Cherry · 6 years ago
  9. d52a5b3 init: simplify keyword_map by Tom Cherry · 6 years ago
  10. 7c1d87e init: fix clang-tidy performance issues by Tom Cherry · 6 years ago
  11. bbcbc2f init: replace Result<Success> with Result<void> by Tom Cherry · 6 years ago
  12. 8fd64c8 Move result.h from init to libbase by Jiyong Park · 6 years ago
  13. 9949ec5 init: replace Result<> with expected<> by Tom Cherry · 6 years ago
  14. 018a438 init: use rvalues references for callees of ParseLineSection() by Tom Cherry · 6 years ago
  15. dc80312 libbase: add host properties support. by Elliott Hughes · 7 years ago
  16. de6bd50 init: add host side parser for init by Tom Cherry · 7 years ago
  17. 9cbf570 Move all Action parsing into ActionParser by Tom Cherry · 7 years ago
  18. 7fd3bc2 Move ActionManager to its own file by Tom Cherry · 7 years ago
  19. 0f6417f Move ActionParser to its own file by Tom Cherry · 7 years ago
  20. eeb2188 Apply the whitelist of actionable system properties by Jaekyun Seok · 7 years ago
  21. c49719f init: always expand args in subcontext by Tom Cherry · 7 years ago
  22. 579e682 Add std::string StartsWith*/EndsWith* overloads. by Elliott Hughes · 7 years ago
  23. 7d0a5c3 EndSection returns Result<Success> by Steven Moreland · 7 years ago
  24. cb0f9bb init: run vendor commands in a separate SELinux context by Tom Cherry · 7 years ago
  25. 68f2a46 init: enable error reporting of builtin functions by Tom Cherry · 8 years ago
  26. 130e3d7 init: pass errors from one Result<T> to another better by Tom Cherry · 8 years ago
  27. 89bcc85 init: use Result<T> for the parsing functions by Tom Cherry · 8 years ago
  28. 557946e init: use Result<T> for builtin functions by Tom Cherry · 8 years ago
  29. ede0d53 Move Timer from init to libbase by Tom Cherry · 8 years ago
  30. eeab491 init: Support custom shutdown actions by Wei Wang · 8 years ago
  31. 81f5d3e init: create android::init:: namespace by Tom Cherry · 8 years ago
  32. 1c3a53f init: cleanup some string usage by Tom Cherry · 8 years ago
  33. d9ebf06 Merge "init: rename 'Trigger' to 'Event' and convert to std::variant" by Tom Cherry · 8 years ago
  34. fe06205 ueventd: replace ueventd_parser.cpp with init_parser.cpp by Tom Cherry · 8 years ago
  35. 26ed9cb init: rename 'Trigger' to 'Event' and convert to std::variant by Tom Cherry · 8 years ago
  36. 30a6f27 init: clean up the SectionParser interface and Parser class by Tom Cherry · 8 years ago
  37. 012c573 init: Stop combining actions by Tom Cherry · 8 years ago
  38. 3f5eaae5 init: more header cleanup by Tom Cherry · 8 years ago
  39. ccf2353 init: replace property_get with its android::base equivalent by Tom Cherry · 8 years ago
  40. d8a7257 init: fix DumpState() logging by Tom Cherry · 8 years ago
  41. 2bc0014 init: enable C++17 by Tom Cherry · 8 years ago
  42. 331cf2f Replace the "coldboot" timeout with a property. by Elliott Hughes · 8 years ago
  43. 93df4e1 init: move empty string check to InitTriggers by Wei Wang · 8 years ago
  44. d67a4ab init: fix undefined behavior in ExecuteCommand by Wei Wang · 8 years ago
  45. 8b1d526 Revert "Revert "init: warn slow action"" by Wei Wang · 8 years ago
  46. 9b1d5e1 Merge "init: fix BuildTriggersString for empty string" by Treehugger Robot · 8 years ago
  47. 69b9b36 init: fix BuildTriggersString for empty string by Wei Wang · 8 years ago
  48. 1802d11 Revert "init: warn slow action" by Nick Desaulniers · 8 years ago
  49. b1a309a init: warn slow action by Wei Wang · 8 years ago
  50. 7bc87a5 Move init's kernel logging into libbase. by Elliott Hughes · 9 years ago
  51. 35f5d04 Fix early init logging. by Elliott Hughes · 9 years ago
  52. f86b5a6 Move init to libbase logging. by Elliott Hughes · 9 years ago
  53. 1c563d9 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 9 years ago
  54. 4f71319 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  55. b734990 init: Use classes for parsing and clean up memory allocations by Tom Cherry · 10 years ago
  56. cb716f9 init: Queue Triggers instead of Actions by Tom Cherry · 10 years ago
  57. 96f6731 init: use std::vector<std::string> for argument passing by Tom Cherry · 10 years ago
  58. fa0c21c init: Create classes for Action and Command by Tom Cherry · 10 years ago