aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs6rc/s6rc_db_read.c
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for 0.7.0.0; lots of changes!Laurent Bercot2026-06-141-1/+1
| | | | | | | | | | | | | | | - s6-rc-bundle deleted. Changing bundles without recompiling is not supported anymore. (It works, but it incentivizes poor workflows; it is better to handle stuff at the source level and recompile when in doubt, that's what s6-frontend does.) - new db format, need to recompile and use s6-rc-format-upgrade on new live db - support for the reload-signal file in service directories - new reload scripts for oneshots (which is why the db format has changed) - new "s6-rc reload" command, calling s6-svc -l on longruns (which makes use of reload-signal, HUP by default) and the reload script on oneshots - the live state now tracks when a service has been explicitly brought up as opposed to by pulled by dependencies. Nothing uses the feature for now but now the tech is there for an auto-stop-if-unneeded feature.
* Remove debug instructionsLaurent Bercot2023-06-201-29/+0
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Include posixishard as late as possibleLaurent Bercot2020-03-211-1/+1
|
* Adapt to skalibs/posixishard.hLaurent Bercot2019-02-201-1/+1
|
* Add s6-log notifications to examples, prepare for 0.4.1.1Laurent Bercot2019-01-151-2/+3
|
* Implement funnels. Needs testing.Laurent Bercot2017-11-041-8/+11
|
* Prepare for 0.2.1.2Laurent Bercot2017-08-221-4/+1
|
* Cleanup of superfluous includesLaurent Bercot2017-03-131-2/+0
|
* Adapt to skalibs-2.5.0.0Laurent Bercot2017-03-131-8/+8
|
* Types fix: first passLaurent Bercot2017-01-081-8/+11
|
* Debug a bitLaurent Bercot2015-08-131-9/+8
|
* Intermediary commit; working on source dir format change. Should work, but ↵Laurent Bercot2015-08-121-3/+2
| | | | untested as for now.
* Various bugfixes, thanks Colin BoothLaurent Bercot2015-07-141-11/+8
| | | | (haven't touched the timeouts yet)
* Fix totally buggy db->argvs managementLaurent Bercot2015-06-111-9/+9
|
* Initial commitLaurent Bercot2015-06-041-0/+176