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