aboutsummaryrefslogtreecommitdiff
path: root/runit/svlogd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: more --help tweaks, mostly expanding ts --helpDenys Vlasenko2021-06-131-6/+6
* runsv: robustify signal handling - SIGTERM to child between vfork and exec co...Denys Vlasenko2021-06-051-4/+4
* svlogd: if processor's stdin can not be opened, do not try ad infinitumDenys Vlasenko2021-06-051-5/+18
* libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko2020-12-301-2/+2
* decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-301-1/+1
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-1/+1
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* svlogd: fix pattern matching when using timestampsDenys Vlasenko2018-11-011-4/+4
* use gmtime_r() instead of gmtime()Denys Vlasenko2018-03-061-1/+3
* svlogd: improve --help textDenys Vlasenko2018-02-091-6/+13
* regularize format of source file headers, no code changesDenys Vlasenko2017-09-181-1/+0
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-3/+4
* do not use `a' quoting style in commentsDenys Vlasenko2017-08-021-1/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-3/+3
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* svlogd.c: support -ttt (dateTtime instead of date_time)Denys Vlasenko2017-05-151-6/+7
* svlogd: strip leading '!' from processor linesFrancis Rounds2016-09-151-1/+1
* *: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko2016-04-211-2/+2
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-2/+3
* runit/*: convert to new-style "one file" appletsDenys Vlasenko2015-10-191-1/+12
* libbb: use <poll.h> instead of <sys/poll.h>Thomas Petazzoni2013-10-161-1/+0
* Commonalize typical [b,]k,m suffix structDenys Vlasenko2013-07-131-5/+0
* whitespace cleanup. no code changesDenys Vlasenko2013-01-141-2/+2
* use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko2011-03-081-2/+5
* svlogd: extend usage text. +70 bytesDenys Vlasenko2011-01-221-0/+17
* *: whitespace fixesDenys Vlasenko2010-10-281-1/+2
* remove runit/runit_lib.cDenys Vlasenko2010-10-131-2/+48
* *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko2010-08-121-3/+3
* *: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdupLadislav Michl2010-06-271-1/+1
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-041-1/+1
* *: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko2010-01-091-8/+8
* libbb: added xfdopen_for_read/writeDenys Vlasenko2009-11-151-2/+2
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-021-1/+1
* *: code shrink via NOINLINEDenys Vlasenko2009-10-081-1/+1
* more C standard compat fixes from Dan FandrichDenys Vlasenko2009-09-061-2/+2
* remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko2009-09-061-1/+1
* svlogd: fix bug 521: use line buffering if any filtering is doneDenys Vlasenko2009-08-021-21/+133
* svlogd: do not overrun read buffer (fixes bug 439)Denys Vlasenko2009-07-031-9/+6
* stop using non-standard macro, use WEXITSTATUS insteadDenys Vlasenko2009-06-071-1/+1
* init: preparatory patch, no code changesDenis Vlasenko2009-01-311-4/+4
* *: a bit of code shrinkDenis Vlasenko2008-11-091-2/+3
* runsvdir: alternative methon of supporting runsvdir-as-init. +66 bytes.Denis Vlasenko2008-11-061-1/+2
* - fix spellingBernhard Reutner-Fischer2008-07-211-15/+15
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-4/+4
* - use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer2008-05-191-3/+3
* *: mode tcp/udpsvd to networking, delete ipsvd/*Denis Vlasenko2008-03-171-7/+12
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-4/+4
* actually add bb_qsort.cDenis Vlasenko2008-03-021-1/+1
* *: add optimization barrier to all "G trick" locationsDenis Vlasenko2008-02-271-1/+1
* libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko2008-02-161-7/+9