1. d3eb447 init: Add vendor-specific initialization hooks. by David Ng · 11 years ago
  2. 1debdcf init: finer grained permissions for ctl. properties by Tom Cherry · 6 years ago
  3. c50144e init: Use sepolicy version instead by Logan Chien · 6 years ago
  4. 1257812 init: do not impose vendor_init restrictions on old vendor images by Tom Cherry · 6 years ago
  5. dc37586 Restrict setting platform properties from vendor .prop files by Tom Cherry · 6 years ago
  6. 69d47aa Clean up property set error handling by Tom Cherry · 6 years ago
  7. de6bd50 init: add host side parser for init by Tom Cherry · 6 years ago
  8. 6f2d56d init: log control messages along with the process that sent them by Tom Cherry · 6 years ago
  9. 8abe4e2 Merge "sepolicy: renames nonplat_* to vendor_*" by Treehugger Robot · 6 years ago
  10. dff165d Support /product partition by Jaekyun Seok · 7 years ago
  11. 3222848 Make vendor_init check SELinux before setting properties by Tom Cherry · 6 years ago
  12. 927c5d5 Introduce property types by Tom Cherry · 6 years ago
  13. 36cf353 sepolicy: renames nonplat_* to vendor_* by Bowgo Tsai · 7 years ago
  14. 919458c Create a host side checker for property info file correctness by Tom Cherry · 6 years ago
  15. bb877e2 system property: property set without time spent asleep by Dong Jinguang · 6 years ago
  16. 2ae2f60 Reland "Have property_service create a serialized property_contexts file" by Tom Cherry · 6 years ago
  17. 9822f3c Revert "Have property_service create a serialized property_contexts file" by Robert Greenwalt · 6 years ago
  18. e8181c0 Have property_service create a serialized property_contexts file by Tom Cherry · 7 years ago
  19. 9c76721 Merge "Only allow UTF8 encoded property values" am: 4ff2607ef7 by Tom Cherry · 7 years ago
  20. 8702dcb Only allow UTF8 encoded property values by Tom Cherry · 7 years ago
  21. 5d40a33 Merge "Allow setting read-only properties with value length > 92 characters" by Tom Cherry · 7 years ago
  22. 1cf8d69 Allow setting read-only properties with value length > 92 characters by Tom Cherry · 7 years ago
  23. 531cd0f Merge "init: cleanup exit() uses" am: 9c568d0fc0 by Tom Cherry · 7 years ago
  24. 4a67945 init: cleanup exit() uses by Tom Cherry · 7 years ago
  25. 61b81a0 Merge "init: use protobuf for serialization of persistent properties" by Tom Cherry · 7 years ago
  26. a97faba init: use protobuf for serialization of persistent properties by Tom Cherry · 7 years ago
  27. c1968fb Merge "Log pid for writes to sys.powerctl" am: 2827106d7d by Tom Cherry · 7 years ago
  28. a84e14d Log pid for writes to sys.powerctl by Tom Cherry · 7 years ago
  29. 39088d3 Merge "use a single file for storing persistent properties" am: e1f9a58c86 by Tom Cherry · 7 years ago
  30. 16fad42 use a single file for storing persistent properties by Tom Cherry · 7 years ago
  31. b916f49 Merge "init: do not load persistent properties from temporary /data" by Tom Cherry · 7 years ago
  32. 9951b79 init: do not load persistent properties from temporary /data by Tom Cherry · 7 years ago
  33. 11a3aee init: introduce Result<T> for return values and error handling by Tom Cherry · 7 years ago
  34. 62ca663 init: introduce Result<T> for return values and error handling by Tom Cherry · 7 years ago
  35. 0c8d6d2 init: split security functions out of init.cpp by Tom Cherry · 7 years ago
  36. c3692b3 init: split security functions out of init.cpp by Tom Cherry · 7 years ago
  37. 4e5c4f1 Merge "Move Timer from init to libbase" am: 896297b2ef am: 7ff0b008f7 by Tom Cherry · 7 years ago
  38. ede0d53 Move Timer from init to libbase by Tom Cherry · 7 years ago
  39. aef2b09 Load default prop from /system/etc/prop.default by Hung-ying Tyan · 7 years ago
  40. 81f5d3e init: create android::init:: namespace by Tom Cherry · 7 years ago
  41. 1c3a53f init: cleanup some string usage by Tom Cherry · 7 years ago
  42. 6269690 init: Run restorecon_recursive asynchronously by Tom Marshall · 7 years ago
  43. 1369379 init: allow ':' in property names by Tom Cherry · 7 years ago
  44. 3346338 Revert "Load {default,build}.prop from /{system,vendor,odm}/etc/" by Hung-ying Tyan · 7 years ago
  45. 723f1a2 Load {default,build}.prop from /{system,vendor,odm}/etc/ by Hung-ying Tyan · 7 years ago
  46. 482f36c init: remove restorecon() from util.cpp by Tom Cherry · 7 years ago
  47. b066fcc init: add "+passcred" for socket to set SO_PASSCRED by Mark Salyzyn · 7 years ago
  48. 2cbbe9f init: do not log directly from read_file() and write_file() by Tom Cherry · 7 years ago
  49. e7656b7 ueventd: do not reference init's sehandle by Tom Cherry · 7 years ago
  50. 0cf3a07 Update persist.sys.usb.config on runtime by Jaekyun Seok · 7 years ago
  51. 98ad32a init: handle sys.powerctl immediately by Tom Cherry · 7 years ago
  52. f57c0bf init: clean up more headers by Tom Cherry · 7 years ago
  53. 3f5eaae5 init: more header cleanup by Tom Cherry · 7 years ago
  54. ccf2353 init: replace property_get with its android::base equivalent by Tom Cherry · 7 years ago
  55. 1ec1bd9 init: remove unused cutils includes by Tom Cherry · 7 years ago
  56. c9a1842 init: replacing fs_mgr_read_fstab() with fs_mgr_read_fstab_default() by Bowgo Tsai · 7 years ago
  57. 404906d use ro.persistent_properties.ready for persistent props ready by Keun-young Park · 7 years ago
  58. 7d32026 set ro.boottime.persistent_properties when persisted props are restored by Keun-young Park · 7 years ago
  59. b005d90 Address property service DoS. by Elliott Hughes · 7 years ago
  60. 795798d bionic and init don't need to share knowledge of property file locations. by Elliott Hughes · 7 years ago
  61. 27c0522 boottime/init: Report ro.boottime.init* properties in milliseconds. by James Hawkins · 7 years ago
  62. ca2da60 Ensure property_set connection sockets are CLOEXEC. by Robert Sesek · 7 years ago
  63. c9bb033 Revert "Revert "New protocol for property_service"" by Dimitry Ivanov · 7 years ago
  64. 70c4ecf Revert "New protocol for property_service" by Dimitry Ivanov · 7 years ago
  65. dee4bd2 New protocol for property_service by Dimitry Ivanov · 7 years ago
  66. de21de7 Load default/build props from each partition by Jaekyun Seok · 7 years ago
  67. 4f91581 The "net.change" property is no longer needed. by Elliott Hughes · 8 years ago
  68. 331cf2f Replace the "coldboot" timeout with a property. by Elliott Hughes · 8 years ago
  69. a8d8434 Add flags to restorecon_recursive to traverse filesystems by Paul Lawrence · 8 years ago
  70. f655480 init: allow '.' and '@' in service names by Iliyan Malchev · 8 years ago
  71. 5a7ad84 Log failed load_properties_from_file calls. by Elliott Hughes · 8 years ago
  72. 3dcfa3f Most accept/accept4 calls in system/core don't actually want the remote address. by Elliott Hughes · 8 years ago
  73. f86b5a6 Move init to libbase logging. by Elliott Hughes · 8 years ago
  74. 8e1dce8 property_service: drop unused header by William Roberts · 8 years ago
  75. 3d1dff2 Leftovers of the SELinux policy update mechanism by Janis Danisevskis · 8 years ago
  76. c787cf2 Remove special case handling of "ro." properties permissions by Tom Cherry · 8 years ago
  77. 1563d65 Remove property_area_initialized by Tom Cherry · 9 years ago
  78. c689984 Merge "Remove ANDROID_PROPERTY_WORKSPACE" by Tom Cherry · 9 years ago
  79. 4f71319 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  80. 265f525 Remove ANDROID_PROPERTY_WORKSPACE by Tom Cherry · 9 years ago
  81. 6036114 Abort if __system_property_area_init fails by Tom Cherry · 9 years ago
  82. 545b7c9 am 2fb90dc8: Merge changes from topic \'userspace-audit\' by Nick Kralevich · 9 years ago
  83. 2fb90dc Merge changes from topic 'userspace-audit' by Nick Kralevich · 9 years ago
  84. d7aea44 property_service: log pid,uid and gid of setprop client by William Roberts · 9 years ago
  85. 62b3f91 am bff40697: am addf7a96: Merge "init: Let property_get return std::string." by Yabin Cui · 9 years ago
  86. 0ff8590 resolved conflicts for merge of bff40697 to mnc-dr-dev-plus-aosp by Yabin Cui · 9 years ago
  87. 74edcea init: Let property_get return std::string. by Yabin Cui · 9 years ago
  88. c1fa34b am d5ef9841: Merge "Change init sequence to support file level encryption" into mnc-dr-dev by Paul Lawrence · 9 years ago
  89. 948410a Change init sequence to support file level encryption by Paul Lawrence · 9 years ago
  90. e8308f8 am 81046166: Merge "Revert "Change init sequence to support file level encryption"" into mnc-dev by Paul Lawrence · 9 years ago
  91. c011b03 am 81046166: Merge "Revert "Change init sequence to support file level encryption"" into mnc-dev by Paul Lawrence · 9 years ago
  92. 437bc5d Revert "Change init sequence to support file level encryption" by Paul Lawrence · 9 years ago
  93. 22d0ee6 am a65e402b: Merge "Change init sequence to support file level encryption" into mnc-dev by Paul Lawrence · 9 years ago
  94. d3669ff am a65e402b: Merge "Change init sequence to support file level encryption" into mnc-dev by Paul Lawrence · 9 years ago
  95. d815178 Change init sequence to support file level encryption by Paul Lawrence · 9 years ago
  96. 746d5cd am a27dca0f: am 60c5a460: Merge "Remove calls to is_selinux_enabled()" by Nick Kralevich · 9 years ago
  97. 4d87095 Remove calls to is_selinux_enabled() by Nick Kralevich · 9 years ago
  98. 7641751 New "selinux.restorecon" control property. by Jeff Sharkey · 9 years ago
  99. cce7e93 Fix insmod module size by Tom Cherry · 9 years ago
  100. eaa3b4e Fix insmod module size by Tom Cherry · 9 years ago