aboutsummaryrefslogtreecommitdiff
path: root/log.c
Commit message (Expand)AuthorAge
* 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
* Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott2009-06-01