]> arthur.barton.de Git - netatalk.git/history - libatalk/util/logger.c
logger: write to fd 1 directly instead of /dev/tty. The latter cant be redirected
[netatalk.git] / libatalk / util / logger.c
2009-12-21 franklahmlogger: write to fd 1 directly instead of /dev/tty...
2009-11-28 franklahmNew option for logger setup 'console' where we don...
2009-11-28 franklahmBetter error reporting for afp_ldap.conf parsing
2009-11-08 didgremove a gcc warning, signed/unsigned test
2009-10-29 didgmove most of a LOG macros in the logger function
2009-10-20 didg'if filename is empty use syslog...' test that filename...
2009-10-19 didglogger, if filename is empty use syslog, make cnid_meta...
2009-10-19 didg'logger, better buffer overrun tests' and of course...
2009-10-19 didglogger, test return code for seteuid
2009-10-19 didglogger, better buffer overrun tests
2009-10-19 didgcheck the return value of nprintf functions
2009-10-19 didglogger use the same order for parameters in static...
2009-10-19 didglogger don't generate the log string if there's nowhere...
2009-10-14 didgremove most sparse warning 'symbol 'xxx' was not declar...
2009-10-13 didgremove pre ansi declarations
2009-09-14 didgremove 'ISO C90 forbids mixed declarations and code...
2009-09-03 franklahmRemove --with-logfile configure option. It was obsolete...
2009-09-03 franklahmUntabify and reindent
2009-05-08 franklahmFix stupid free. Still banging my head against the...
2009-04-28 franklahmAdjust loglevel
2009-04-20 franklahmChange time format to also output microseconds before-dbd-overhaul
2009-03-31 franklahmImplement runtime logging config option to cnid dbd...
2009-03-03 franklahmLogger fixes.
2009-02-27 franklahmReworked logger after_new_logger
2005-04-28 bfernhomberg- merge branch-netatalk-afp-3x-dev, HEAD was tagged...
2003-06-06 srittauWarning fixes.
2002-11-08 sibazcommented out labels within the static definition of...
2002-10-11 sibazaltereed code to keep open logfiles, and flush then...
2002-08-24 sibazreorganised the log messages, fixed the typo conscernin...
2002-08-24 sibazdoh, the code was looking up the loglevel against a...
2002-08-24 sibazrenamed the -setuplogtype optione to -[un]setuplog...
2002-08-24 sibazaltered the format that setuplog works so one less...
2002-05-14 sibazsurrounded new function body with the #ifdef that turns...
2002-04-02 sibazadded some Log warnings to show log_setup works. Also... branch-aurp-start
2002-03-25 sibazremoved a few silly reused code type errors and a coupl...
2002-03-25 sibazadded a function to allow other code to setup logs...
2002-03-25 sibazchanged the layout to fit in a standard width window
2002-03-24 sibazpartway through adding the code to setup logging in...
2002-02-16 srittauWarning fixes.
2002-02-16 sibazaltered a char comparison with a NULL to a comparison...
2002-01-04 sibazmerged logging code into main branch. use configure...