aboutsummaryrefslogtreecommitdiff
path: root/log.c
Commit message (Expand)AuthorAge
* Merge branch 'obsd-master' into masterThomas Adam2021-09-10
|\
| * Do fatal/fatalx a different way so the compiler trick to avoid warningsnicm2021-09-10
| * Get rid of the last two warnings by turning them off around the problemnicm2021-09-10
* | Merge branch 'obsd-master' into masterThomas Adam2021-08-25
|\|
| * Fix up some printflike attributes.nicm2021-08-25
* | Merge branch 'obsd-master' into masterThomas Adam2021-03-31
|\|
| * Do not exit if cannot write to normal log file, GitHub issue 2630.nicm2021-03-31
* | Merge branch 'obsd-master'Thomas Adam2019-09-25
|\|
| * Some minor performance improvements - most notably, don't search thenicm2019-09-24
* | Merge branch 'obsd-master'Thomas Adam2017-06-05
|\|
| * Support SIGUSR2 to stop and start logging for an existing server. Alsonicm2017-06-04
* | Merge branch 'obsd-master'Thomas Adam2017-02-05
|\|
| * Missing va_end, from Anton Lindqvist.nicm2017-02-04
* | Merge branch 'obsd-master'Thomas Adam2016-01-19
|\|
| * I no longer use my SourceForge address so replace it.nicm2016-01-19
| * Remove some stray debug code.nicm2015-12-14
| * Instead of combined flags for -c, -s, -t, split into different setsnicm2015-12-14
* | Merge branch 'obsd-master'Thomas Adam2015-11-25
|\|
| * Make the log stuff a bit tidier with some helper functions.nicm2015-11-24
* | Merge branch 'obsd-master'Thomas Adam2015-11-18
|\|
| * Use __unused rather than rolling our own.nicm2015-11-18
* | Merge branch 'obsd-master'Thomas Adam2015-11-18
|\|
| * Sync the entire xmalloc.[ch] with the other users, but with the additionnicm2015-11-18
* | time.h is not needed now tzset() is not in log.c.Nicholas Marriott2015-10-17
* | Some header fixes.Nicholas Marriott2015-10-15
* | Merge branch 'obsd-master'Thomas Adam2015-09-24
|\|
| * Do not leak log file descriptor.nicm2015-09-24
* | Merge branch 'obsd-master'Thomas Adam2015-09-14
|\|
| * Move tzset() from log_open to main.nicm2015-09-14
* | Fix includesThomas Adam2015-09-06
* | Merge branch 'obsd-master'Thomas Adam2015-09-06
|\|
| * Pass logging through vis(3).nicm2015-09-01
* | Merge branch 'obsd-master'Thomas Adam2015-08-30
|\|
| * Microseconds in log time.nicm2015-08-29
* | Merge branch 'obsd-master'Thomas Adam2015-08-28
|\|
| * Log time with message.nicm2015-08-28
* | Merge branch 'obsd-master'Thomas Adam2014-12-03
|\|
| * Prefer setvbuf() to setlinebuf() for portability; ok deraadt@millert2014-11-26
* | No need for $Id$ now.Nicholas Marriott2014-11-08
* | Merge branch 'obsd-master'Thomas Adam2014-10-21
|\|
| * Better format for printf format attributes.nicm2014-10-20
| * Remove log_debug2 as well and simplify log.c.nicm2014-03-31
| * Remove unused log functions.nicm2014-03-31
| * Do not use stderr for log file and don't call log_close when not needed.Nicholas Marriott2012-05-30
| * Simplify logging and just fprintf(stderr, ...) for early errors.Nicholas Marriott2012-05-25
| * Fix warnings. Doh.Nicholas Marriott2012-03-17
| * Redirect libevent logging to tmux's log.Nicholas Marriott2012-03-17
| * Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott2009-12-03
| * Remove a couple of unused functions and fix a type ("FALLTHOUGH"), found byNicholas Marriott2009-07-21
| * tmux doesn't and won't need syslog logging, so remove it and some other unusedNicholas Marriott2009-06-25