syslogd: close/re-resolve/reopen remote sockets on some sendto() errors
[oweals/busybox.git] / sysklogd / syslogd.c
2010-08-03 Daniel Dickinsonsyslogd: close/re-resolve/reopen remote sockets on...
2010-03-31 Janne Kiviluotosyslogd: make maximum message length configurable
2010-02-28 Thomas Geuligsyslog: allow multiple -R options
2010-01-29 Denys Vlasenkosyslog: remove stray umask(0)
2009-09-23 Denys Vlasenko*: more portability fixes by Dan Fandrich
2009-04-22 Denis Vlasenkosyslogd: added comment, no code changes
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2009-03-02 Denis Vlasenkosyslogd: create logfile with 0666, not 0600.
2008-12-09 Denis Vlasenkosyslogd: comment out file locking;
2008-10-29 Denis Vlasenkowhitespace fixes, no code changes
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-11 Denis Vlasenkologger: "clean up" a dirty hack a bit
2008-05-24 Denis Vlasenkosyslogd: do not error out on missing files to rotate...
2008-05-15 Denis Vlasenkomore of -Wall fixes from Cristian Ionescu-Idbohrn.
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-02-27 Denis Vlasenko*: add optimization barrier to all "G trick" locations
2008-02-26 Denis Vlasenkosyslogd: optional support for dropping dups. closes...
2008-02-25 Denis Vlasenko*: intrduce and use safe_gethostname. By Tito <farmatit...
2008-02-24 Denis Vlasenkoless,klogd,syslogd,nc,tcpudp: exit on signal by killing...
2008-02-23 Denis Vlasenkosyslogd: small shrink
2008-02-20 Denis Vlasenkoudhcp: make paths configurable
2008-02-19 Denis Vlasenkosyslogd: tighten up hostname handling.
2008-02-17 Denis Vlasenkolibbb: introduce and use xrename and rename_or_warn.
2008-02-16 Denis Vlasenkolibbb: introduce bb_signals and bb_signals_recursive,
2008-02-13 Denis Vlasenkosyslogd: send '\n'-terminated messages over the network.
2008-01-29 Bernhard Reutner... - be C99 friendly. Anonymous unions are a GNU extension...
2008-01-27 Bernhard Reutner... - fix conflicting decls of syslog related facilitynames...
2008-01-07 Denis Vlasenkosyslogd: fix shmat error check
2008-01-03 Denis Vlasenkosyslogd: avoid excessive tine() system calls
2008-01-03 Denis Vlasenkosyslogd: don't die if remote host's IP cannot be resolved.
2007-11-18 Denis Vlasenkosyslogd: use DEV_CONSOLE consistently
2007-11-10 Denis Vlasenkosyslogd: support "symlink to symlink" for /dev/log...
2007-11-06 Denis Vlasenkomodprobe: fix a bug where we were entering endless...
2007-11-06 Denis Vlasenkotelnetd: fix problem with zombies (by Paul Fox <pgf...
2007-10-11 Denis Vlasenkovi: don't wait 50 ms before reading ESC sequences
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-09-07 Denis Vlasenkosyslogd: do not need to poll(), we can just block in...
2007-09-07 Denis Vlasenko*: replace select-for-one descriptor with poll, it...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-14 Denis Vlasenkosyslogd: set syslog IPC buffer to mode 0644
2007-08-12 Denis Vlasenkosyslogd,logread: get rid of head pointer, fix logread...
2007-06-21 Denis Vlasenkosyslogd: do not convert tabs to ^I
2007-06-04 Denis Vlasenkosyslogd: move some vectors from data to text. Needs...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-03-27 Denis Vlasenkomake pidfile writing configurable.
2007-03-26 Denis Vlasenkomove everything to new NOMMU helpers, except udhcp
2007-03-24 Denis VlasenkoNOMMU re-exec trick shuld not depend on existence of...
2007-03-20 Denis Vlasenkosyslogd: fix it for small BUFSIZ case
2007-03-15 Denis Vlasenkosyslogd: reduce data/bss usage. Code size is practicall...
2007-02-14 Denis Vlasenkosyslogd: MARK code is buggy. Disabling it altogether...
2007-02-11 Denis Vlasenkosyslogd: fix "readpath bug" by using readlink instead
2007-02-04 Denis Vlasenkoadd x to IPv6 functions which can die
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #4
2007-01-24 Denis Vlasenkoaccumulated post-1.4.0 fixes
2007-01-13 Denis Vlasenkowhitespace fixes (leading spaces to tab)
2007-01-10 Denis Vlasenkoa bit more IPv6-ization work
2007-01-09 Denis VlasenkoYet another small size reduction by Bernhard Fischer...
2007-01-09 Denis Vlasenkosmall size reduction by Bernhard Fischer <rep.nop@aon.at>
2007-01-09 Denis Vlasenkosmall size reduction by Bernhard Fischer <rep.nop@aon.at>
2007-01-09 Denis Vlasenkocompilation fix by Bernhard Fischer <rep.nop@aon.at>
2007-01-06 Denis Vlasenkosyslogs: a bit better wording in explanation how buffering
2007-01-04 Denis Vlasenkosyslogd: start using bb_common_bufsiz1 instead of stack...
2007-01-04 Denis Vlasenkosyslogd: stop doing open/fstat/lseek/close on _every_...
2007-01-04 Denis Vlasenkonew libbb func: xmalloc_realpath (+ use it where makes...
2007-01-04 Denis Vlasenkosyslogd: almost rewritten. Had several obvious bugs...
2006-11-27 Denis VlasenkoProvide our own isdigit macro. saves more than 400...
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-06 Denis Vlasenkodnsd fix; option_mask32 added. dnsd needs more love.
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-30 Denis Vlasenkosyslogd: do not retry udp sends (can stall syslogd...
2006-09-30 Denis Vlasenkosyslogd: getopt_ulflags'ification (save ~50 bytes)
2006-09-30 Denis Vlasenkosyslogd: add option to suppress logging of messages...
2006-09-11 Rob LandleyBuild fixes for gcc 4.0 with -Werror, from Tito.
2006-09-08 Denis Vlasenkofew random readability enhansements. No code changes
2006-08-28 Rob LandleyMore allbareconfig fixes.
2006-08-20 Bernhard Reutner... - merge -r15463:15564 from busybox_scratch branch throu...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-06-02 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-05-31 Bernhard Reutner... - s/defined(__uClinux__)/BB_NOMMU/
2006-05-19 Bernhard Reutner... - remove emacs layout block as suggested by Robert...
2006-04-18 Bernhard Reutner... - commentary typo and superfluous whitespace removal...
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xdaemon()
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xsocket...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-02-16 "Vladimir N. Oleynik"moved BB_BANNER to applets/version.c file: make kernel...
2006-01-25 Tim Rikerjust whitespace
2006-01-22 Bernhard Reutner... - add platform.h.
2005-10-15 "Vladimir N. Oleynik"20 bytes data to bss
2005-10-15 "Vladimir N. Oleynik"complex RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1
2005-09-22 "Vladimir N. Oleynik"more remove lost exported
2005-09-12 Eric AndersenKunihiko IMAI writes:
2005-07-20 Paul Foxapplying fix for:
2004-09-14 Glenn L McGrathPatch by Felipe Kellermann, fix a bug introduced in...
2004-09-08 Eric AndersenFelipe Kellermann writes:
2004-09-02 Eric AndersenTito writes:
2004-08-26 Eric AndersenTogg writes:
2004-07-22 Glenn L McGrathReverse my previous change, "::" is a GNU getopt extens...
2004-07-21 Glenn L McGrathFix bug in accepting buffer size argument
2004-06-22 Eric AndersenAdd missing 'S' to the getopt string.
next