1. c068d0e Remove /system/etc/prop.default by Jiyong Park · 5 years ago
  2. cecebbb Convert system/core to Result::ok() by Bernie Innocenti · 6 years ago
  3. 8fb7f77 init: hack for /charger symlink by Yifan Hong · 6 years ago
  4. 8fd64c8 Move result.h from init to libbase by Jiyong Park · 6 years ago
  5. 9949ec5 init: replace Result<> with expected<> by Tom Cherry · 6 years ago
  6. 9f1cf25 switch to using android-base/file.h instead of android-base/test_utils.h by Mark Salyzyn · 7 years ago
  7. 130e3d7 init: pass errors from one Result<T> to another better by Tom Cherry · 8 years ago
  8. 11a3aee init: introduce Result<T> for return values and error handling by Tom Cherry · 8 years ago
  9. 0c8d6d2 init: split security functions out of init.cpp by Tom Cherry · 8 years ago
  10. 81f5d3e init: create android::init:: namespace by Tom Cherry · 8 years ago
  11. 2cbbe9f init: do not log directly from read_file() and write_file() by Tom Cherry · 8 years ago
  12. 517e1f1 init: Check DecodeUid() result and use error string by Tom Cherry · 8 years ago
  13. e7656b7 ueventd: do not reference init's sehandle by Tom Cherry · 8 years ago
  14. 060b74b ueventd: convert mkdir_recursive() to std::string by Tom Cherry · 8 years ago
  15. dbe88e7 init: use read_file and write_file to implement do_copy builtin by Yongqin Liu · 9 years ago
  16. 53089aa init: Use std::string for write_file() by Tom Cherry · 8 years ago
  17. 395e294 Revert "init: use read_file and write_file to implement do_copy builtin" by Wonsik Kim · 8 years ago
  18. 82bac0d init: use read_file and write_file to implement do_copy builtin by Yongqin Liu · 9 years ago
  19. 978fd0e init: service file command only opens existing files by Mark Salyzyn · 9 years ago
  20. 52bd37e libcutils: move cutils/files.h to cutils/android_get_control_file.h by Mark Salyzyn · 9 years ago
  21. 62767fe init: service file keyword by Mark Salyzyn · 9 years ago
  22. d2104df init/util.cpp: don't return a negative unsigned value by Nick Kralevich · 10 years ago
  23. 8d82ea0 Implement exec. by Elliott Hughes · 11 years ago
  24. f682b47 Clean up reading and writing in init. by Elliott Hughes · 11 years ago