index
:
init.git
master
Pygos init daemon
David Oberhollenzer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2018-10-16
Fix argv_exec allocation size of argument vector
David Oberhollenzer
2018-10-10
Configuration parser cleanup
David Oberhollenzer
2018-09-21
Remove pid fron cron serives, reap children in signal handler
David Oberhollenzer
2018-09-19
Add simple cron implementation
David Oberhollenzer
2018-09-17
Add helper library for cron configuration
David Oberhollenzer
2018-09-16
Move splitkv function to libcfg
David Oberhollenzer
2018-09-01
Centralize/unify version string printing
David Oberhollenzer
2018-08-24
Remove ctrl+alt+del target, simply initiate reboot target
David Oberhollenzer
2018-07-22
Add output truncation flag
David Oberhollenzer
2018-06-09
Make mksock() more generic, move to util library
David Oberhollenzer
2018-06-09
Split configuration parser and utility library
David Oberhollenzer
2018-04-22
Add flags to selectively skip fields in service files
David Oberhollenzer
2018-04-22
Store original file name in service structure
David Oberhollenzer
2018-04-11
Allow aggregating command lines in blocks
David Oberhollenzer
2018-04-11
Minor cleanup
David Oberhollenzer
2018-04-11
Don't pre-allocate argument vector for command lines
David Oberhollenzer
2018-04-11
Don't split dependencies into argument vector, keep list of strings
David Oberhollenzer
2018-04-11
Split bulk of split_argv out into helper function
David Oberhollenzer
2018-04-11
Do not allow embedding null-bytes into a string
David Oberhollenzer
2018-04-11
Cleanup: redeuce number of allocations in rdsvc
David Oberhollenzer
2018-04-11
Make line buffer static, move error reporting to rdline
David Oberhollenzer
2018-04-08
Cleanup: remove unnecessary allocations
David Oberhollenzer
2018-04-08
Cleanup: rename/split splitkv.c
David Oberhollenzer
2018-04-08
Cleanup: split rdsvc into multiple functions
David Oberhollenzer
2018-04-05
Fix: sometimes, char is unsigned by default
v0.1
David Oberhollenzer
2018-04-04
Split rdline into multiple, easier to read functions
David Oberhollenzer
2018-04-04
Add comments to library headers
David Oberhollenzer
2018-04-04
Merge preprocessing of command lines
David Oberhollenzer
2018-04-04
Simplifiy service file syntax
David Oberhollenzer
2018-04-04
Merge argument substitution into rdline
David Oberhollenzer
2018-04-04
Add statefull preprocessing to rdline
David Oberhollenzer
2018-03-26
Deduce service name from file name
David Oberhollenzer
2018-03-26
Add service respawn limit
David Oberhollenzer
2018-03-25
Unify naming of service to shorthand svc
David Oberhollenzer
2018-03-25
Add file with service enum conversion functions
David Oberhollenzer
2018-03-24
Add license headers and comments to source
David Oberhollenzer
2018-03-24
Initial commit
David Oberhollenzer