summary refs log tree commit diff
path: root/src/svlogd.c
Commit message (Expand)AuthorAgeFilesLines
* svlogd.c: Initialize all fields of sockaddr_in.Érico Rolim2024-09-251-0/+1
* fix compilation warning(s): -Wincompatible-pointer-types-discards-qualifiersZ. Liu2024-09-251-2/+2
* svlogd.c: don't statically bind local udp socketGerrit Pape2007-04-171-9/+8
* * svlogd.c, fmt_ptime.*, man/svlogd.8: new option -ttt: prefix logGerrit Pape2006-07-241-9/+5
* * src/svlogd.c: cleanup *.t files possibly leftover by processor whenGerrit Pape2006-06-191-22/+38
* * man/runsvdir.8: document that the services directory is re-scanned ifGerrit Pape2006-04-101-17/+28
* * svlogd.c: don't print extra newlines to the log if additionally writingGerrit Pape2005-12-181-1/+1
* * svlogd.c: write to log dir after possibly writing through udp (fixesGerrit Pape2005-07-111-4/+4
* * svlogd.c: properly prefix log messages written to standard error withGerrit Pape2005-04-031-0/+1
* * svlogd.c: new config option t timeout; config options e and E select andGerrit Pape2004-11-061-178/+260
* * svlogd.c: fix line buffer handling for pattern matching (thx EnricoGerrit Pape2004-09-201-190/+182
* * man/svlogd.8: timestamps are not considered when matching patterns (thxGerrit Pape2004-03-281-1/+1
* * svlogd.c: bugfix: properly print new-line character to the log on endGerrit Pape2004-01-191-3/+10
* * svlogd.c: support sending log entries to remote host through udp,Gerrit Pape2004-01-121-18/+92
* * svlogd.c: barf if all log directories given at the command line fail.Gerrit Pape2003-09-011-1/+4
* * doc/index.html, doc/install.html, doc/replaceinit.html, doc/useinit.html:Gerrit Pape2003-06-221-19/+19
* * runit.c: user select() on systems that don't provide poll() (buildsGerrit Pape2003-06-171-0/+1
* * svlogd.c: default log file size is 1M; print verbose message only ifGerrit Pape2003-06-051-5/+5
* * doc/dependencies.html, doc/useinit.html: new.Gerrit Pape2003-05-031-1/+5
* * svlogd.c: reset match flag on deselection, fixes pattern matching.Gerrit Pape2003-04-301-0/+1
* * runsvdir.c: don't propagate sig_term to runsv processes when receivingGerrit Pape2003-04-241-30/+37
* minor bugfix.Gerrit Pape2003-04-201-1/+1
* * svlogd.c: new; runit's service logging daemon.Gerrit Pape2003-04-201-0/+654