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