index
:
system_core
history/14-07-2019
replicant-10
replicant-9
Fork of system/core
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
init
/
property_service.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
init: cleanup exit() uses
Tom Cherry
2017-09-26
1
-5
/
+3
*
init: use protobuf for serialization of persistent properties
Tom Cherry
2017-09-19
1
-2
/
+2
*
Log pid for writes to sys.powerctl
Tom Cherry
2017-09-05
1
-0
/
+16
*
use a single file for storing persistent properties
Tom Cherry
2017-08-29
1
-83
/
+8
*
init: do not load persistent properties from temporary /data
Tom Cherry
2017-08-24
1
-0
/
+11
*
init: introduce Result<T> for return values and error handling
Tom Cherry
2017-08-14
1
-6
/
+6
*
init: split security functions out of init.cpp
Tom Cherry
2017-08-14
1
-1
/
+22
*
Move Timer from init to libbase
Tom Cherry
2017-07-10
1
-1
/
+4
*
init: create android::init:: namespace
Tom Cherry
2017-06-23
1
-0
/
+6
*
init: cleanup some string usage
Tom Cherry
2017-06-22
1
-4
/
+1
*
init: Run restorecon_recursive asynchronously
Tom Marshall
2017-06-16
1
-7
/
+81
*
init: allow ':' in property names
Tom Cherry
2017-05-30
1
-2
/
+2
*
Revert "Load {default,build}.prop from /{system,vendor,odm}/etc/"
Hung-ying Tyan
2017-05-25
1
-23
/
+11
*
Load {default,build}.prop from /{system,vendor,odm}/etc/
Hung-ying Tyan
2017-05-25
1
-11
/
+23
*
init: remove restorecon() from util.cpp
Tom Cherry
2017-05-09
1
-1
/
+1
*
init: add "+passcred" for socket to set SO_PASSCRED
Mark Salyzyn
2017-05-08
1
-2
/
+2
*
init: do not log directly from read_file() and write_file()
Tom Cherry
2017-05-05
1
-2
/
+3
*
ueventd: do not reference init's sehandle
Tom Cherry
2017-05-01
1
-1
/
+1
*
Update persist.sys.usb.config on runtime
Jaekyun Seok
2017-04-25
1
-0
/
+19
*
init: handle sys.powerctl immediately
Tom Cherry
2017-04-17
1
-1
/
+1
*
init: clean up more headers
Tom Cherry
2017-04-07
1
-0
/
+1
*
init: more header cleanup
Tom Cherry
2017-04-06
1
-24
/
+22
*
init: replace property_get with its android::base equivalent
Tom Cherry
2017-03-29
1
-10
/
+1
*
init: remove unused cutils includes
Tom Cherry
2017-03-28
1
-4
/
+0
*
init: replacing fs_mgr_read_fstab() with fs_mgr_read_fstab_default()
Bowgo Tsai
2017-03-09
1
-13
/
+5
*
use ro.persistent_properties.ready for persistent props ready
Keun-young Park
2017-03-01
1
-2
/
+1
*
set ro.boottime.persistent_properties when persisted props are restored
Keun-young Park
2017-02-28
1
-0
/
+6
*
Address property service DoS.
Elliott Hughes
2017-02-22
1
-4
/
+11
*
bionic and init don't need to share knowledge of property file locations.
Elliott Hughes
2017-01-27
1
-8
/
+8
*
boottime/init: Report ro.boottime.init* properties in milliseconds.
James Hawkins
2017-01-27
1
-1
/
+1
*
Ensure property_set connection sockets are CLOEXEC.
Robert Sesek
2017-01-25
1
-1
/
+1
*
Revert "Revert "New protocol for property_service""
Dimitry Ivanov
2017-01-24
1
-95
/
+234
*
Revert "New protocol for property_service"
Dimitry Ivanov
2017-01-24
1
-235
/
+95
*
New protocol for property_service
Dimitry Ivanov
2017-01-23
1
-95
/
+235
*
Load default/build props from each partition
Jaekyun Seok
2017-01-19
1
-0
/
+3
*
The "net.change" property is no longer needed.
Elliott Hughes
2016-12-05
1
-12
/
+3
*
Replace the "coldboot" timeout with a property.
Elliott Hughes
2016-12-03
1
-28
/
+28
*
Add flags to restorecon_recursive to traverse filesystems
Paul Lawrence
2016-11-16
1
-1
/
+2
*
init: allow '.' and '@' in service names
Iliyan Malchev
2016-10-26
1
-9
/
+9
*
Log failed load_properties_from_file calls.
Elliott Hughes
2016-09-30
1
-7
/
+7
*
Most accept/accept4 calls in system/core don't actually want the remote address.
Elliott Hughes
2016-08-23
1
-10
/
+7
*
Move init to libbase logging.
Elliott Hughes
2016-06-27
1
-35
/
+33
*
property_service: drop unused header
William Roberts
2016-04-07
1
-1
/
+0
*
Leftovers of the SELinux policy update mechanism
Janis Danisevskis
2016-03-11
1
-5
/
+1
*
Remove special case handling of "ro." properties permissions
Tom Cherry
2016-01-11
1
-13
/
+1
*
Remove property_area_initialized
Tom Cherry
2015-12-07
1
-11
/
+0
*
Merge "Remove ANDROID_PROPERTY_WORKSPACE"
Tom Cherry
2015-12-08
1
-20
/
+0
|
\
|
*
Remove ANDROID_PROPERTY_WORKSPACE
Tom Cherry
2015-12-04
1
-20
/
+0
*
|
Track rename of base/ to android-base/.
Elliott Hughes
2015-12-04
1
-1
/
+1
|
/
*
Abort if __system_property_area_init fails
Tom Cherry
2015-12-02
1
-1
/
+2
[next]