summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2018-07-21 Adapt to skalibs-2.7.0.0Laurent Bercot
2018-06-15 Down signal customization: add ./down-signal file and s6-svc -rLaurent Bercot
2018-04-20 Add -d notif to s6-svscan; this is only shallow readiness.Laurent Bercot
2018-04-11 Add -B option to s6-ipcserver-socketbinder for blocking socketsLaurent Bercot
2018-03-26 Bugfix: inverted warning condition on s6_dtally_write (non-critical)Laurent Bercot
2018-03-24 Fix minor bugs in s6-permafailonLaurent Bercot
2018-03-24 Fix off-by-one in s6-svdt-clearLaurent Bercot
2018-03-21 Add s6-svdt-clear, s6-permafailonLaurent Bercot
2018-03-21 Add -g option to s6-tai64nlocalLaurent Bercot
2018-03-20 Add s6-svdt, change default max tally to 100, add doc, prepare for 2.7.1.0Laurent Bercot
2018-03-20 Add throttling support to s6-svstatLaurent Bercot
2018-03-20 Add death tally support to s6-supervise, throttling support to s6_svstatus_tLaurent Bercot
2018-03-02 Make s6-svwait et al. exit instead of hang if s6-supervise diesLaurent Bercot
2018-02-02 cosmetic fix: print unchanged line instead of nonsense when s6-tai64nlocal ↵Laurent Bercot
can't convert time
2018-01-03 Use child_spawn2 instead of child_spawn in s6-setlockLaurent Bercot
2017-12-22 Port ftrigr and s6lock to textclientLaurent Bercot
2017-12-11 Bugfix: s6-fdholderd crash when regex defs not presentLaurent Bercot
2017-12-11 Add "-a perms" option to s6-ipcserver(-socketbinder)Laurent Bercot
2017-11-27 Add s6_fdholder_start/end, prepare for 2.6.2.0Laurent Bercot
2017-11-22 Add SKALIBS_HASODIRECTORY supportLaurent Bercot
2017-11-10 More accurate exit code and clearer error messages for s6-svc and s6-svscanctlLaurent Bercot
2017-10-17 bugfix: s6-log: use off_t instead of size_t for archive file sizeLaurent Bercot
Also clarify internal names, to make CalimeroTechnik happy. ;)
2017-09-30 Use mkstemp() in s6-accessrules-cdb-from-fsLaurent Bercot
2017-09-17 Cosmetic fix: start s6-ftrigrd from the child s6-notifyoncheckLaurent Bercot
2017-09-12 bugfix: s6_accessrules_backend_cdb could incorrectly return ERROR instead ↵Laurent Bercot
of DENY
2017-08-28 Switch to xpathexec_*Laurent Bercot
2017-08-19 Fix fd leak in s6_svc_lock_releaseLaurent Bercot
2017-08-19 Add s6-notifyoncheckLaurent Bercot
2017-08-06 Bugfix: typo in s6_fdholder_getdump.cLaurent Bercot
2017-07-16 More secure s6-applyuidgid on systems with a broken setgroups() (thanks muh)Laurent Bercot
2017-07-16 Fix ftrigw_fifodir_make on platforms where gid_t is unsigned (the BSDs, who ↵Laurent Bercot
would have thought!)
2017-07-16 Fix setgroups() invocation on SnowflakeBSDLaurent Bercot
2017-07-16 Propagate fd_close() changes, fix deps for ftrigr_updateb()Laurent Bercot
2017-07-16 Add ftrigr_updateb()Laurent Bercot
2017-07-12 Add s6_svc_lock_take() and s6_svc_lock_release()Laurent Bercot
Allows fixing a race condition in s6-rc-init. s6-supervise also creates event/ before supervise/ so that locking the servicedir ensures event/ can be used.
2017-06-17 s6-ipcserver-access: make -E properly remove IPCCONNNUMLaurent Bercot
2017-06-14 Add ftrigr_checksa(), rewrite s6_svlisten_loop() around itLaurent Bercot
- Fixes the race condition hit by permanent failure, i.e. two ftrig events close to each other - Requires storing the sequence of events client-side, so an additional stralloc, bleh - The visible struct ftrigr_s changes, so a major bump is needed -> prepare for 2.6.0.0 - ftrigr_check() is now a trivial wrapper around ftrigr_checksa()
2017-06-13 s6-ftrigrd: be silent when the client dies in the middle of an asyncout flushLaurent Bercot
Also add ./configure output to .gitignore
2017-06-13 bugfix: use memmove instead of memcpy in an overlapping stralloc in s6-ftrigrdLaurent Bercot
2017-05-24 fix s6-sudod default timeout: infinite by default, as documentedLaurent Bercot
2017-05-19 Add the timeout-kill feature to s6-supervise. Prepare for version 2.5.1.0.Laurent Bercot
2017-05-12 Better error message when s6-sudoc gets punted by s6-ipcserver-accessLaurent Bercot
2017-05-11 s6-ftrig-listen1 now prints the last event to stdoutLaurent Bercot
2017-05-09 bugfix: s6-svstat accepts -w, not -WLaurent Bercot
2017-04-13 Fix trailing nulls in s6-svstat's outputLaurent Bercot
2017-03-27 Clarify permanent failure API for s6-svwait -r and friends; update docLaurent Bercot
2017-03-25 Stop using flagwant; new s6-svstat API; s6-svwait's timeout exitcode is now 99Laurent Bercot
2017-03-24 Use uint32_t for s6-fdholderd's indices in genset and avltreenLaurent Bercot
2017-03-20 Implement permanent failure for services via ./finish exiting 125Laurent Bercot
2017-03-14 Change setpgrp() to setpgid(0, 0) because lolBSD don't have a standard ↵Laurent Bercot
setpgrp(). How the fuck are the BSDs even still alive?