index
:
navi/openrc/openrc.git
dynamic-deptree
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librc
/
rc.map
Age
Commit message (
Expand
)
Author
2008-09-18
Add new functions, rc_stringlist_find and rc_stringlist_split.
Roy Marples
2008-07-03
Add older_than function to complement newer_than function. Also make the user...
Roy Marples
2008-03-28
Remove rc_service_start/stop from librc as they block and unmask signals. The...
Roy Marples
2008-03-17
Make rc_getline private and save it's buffer so it's sort of like getline fro...
Roy Marples
2008-03-17
Punt the rc_strcatpaths function and use snprintf instead to save on expensiv...
Roy Marples
2008-03-16
Remove null terminated char ** lists in favour of RC_STRINGLIST, using TAILQ ...
Roy Marples
2008-02-19
Add the nojail keyword which excludes services marked as such from the depend...
Roy Marples
2008-01-14
Add support for is_newer_than and is_older_than. is_older_than currently does...
Roy Marples
2008-01-13
Remove rc_service_plugable function and make it private as it needs to read f...
Roy Marples
2008-01-07
rc_getline keeps expanding it's malloced buffer until it has read a whole lin...
Roy Marples
2008-01-06
Add our version maps back
Roy Marples