summaryrefslogtreecommitdiffstats
path: root/log.c
AgeCommit message (Expand)Author
2021-03-31Do not exit if cannot write to normal log file, GitHub issue 2630.nicm
2019-09-24Some minor performance improvements - most notably, don't search thenicm
2017-06-04Support SIGUSR2 to stop and start logging for an existing server. Alsonicm
2017-02-04Missing va_end, from Anton Lindqvist.nicm
2016-01-19I no longer use my SourceForge address so replace it.nicm
2015-12-14Remove some stray debug code.nicm
2015-12-14Instead of combined flags for -c, -s, -t, split into different setsnicm
2015-11-24Make the log stuff a bit tidier with some helper functions.nicm
2015-11-18Use __unused rather than rolling our own.nicm
2015-11-18Sync the entire xmalloc.[ch] with the other users, but with the additionnicm
2015-09-24Do not leak log file descriptor.nicm
2015-09-14Move tzset() from log_open to main.nicm
2015-09-01Pass logging through vis(3).nicm
2015-08-29Microseconds in log time.nicm
2015-08-28Log time with message.nicm
2014-11-26Prefer setvbuf() to setlinebuf() for portability; ok deraadt@millert
2014-10-20Better format for printf format attributes.nicm
2014-03-31Remove log_debug2 as well and simplify log.c.nicm
2014-03-31Remove unused log functions.nicm
2012-05-30Do not use stderr for log file and don't call log_close when not needed.Nicholas Marriott
2012-05-25Simplify logging and just fprintf(stderr, ...) for early errors.Nicholas Marriott
2012-03-17Fix warnings. Doh.Nicholas Marriott
2012-03-17Redirect libevent logging to tmux's log.Nicholas Marriott
2009-12-03Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott
2009-07-21Remove a couple of unused functions and fix a type ("FALLTHOUGH"), found byNicholas Marriott
2009-06-25tmux doesn't and won't need syslog logging, so remove it and some other unusedNicholas Marriott
2009-06-01Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott