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