aboutsummaryrefslogtreecommitdiff
path: root/log.c
Commit message (Expand)AuthorAge
* 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
| * Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott2009-06-01
* Linux: Add <time.h> to log.cThomas Adam2014-05-13
* Remove log_debug2 as well and simplify log.c.Nicholas Marriott2014-03-07
* Remove unused log functions.Nicholas Marriott2014-03-07
* Do not use stderr for log file and don't call log_close when not needed.Nicholas Marriott2012-05-30
* Sync OpenBSD patchset 1123:Tiago Cunha2012-05-30
* Sync OpenBSD patchset 1058:Tiago Cunha2012-03-18
* Sync OpenBSD patchset 1056:Tiago Cunha2012-03-18
* Expand the Id keyword. Tiago Cunha2011-07-09
* Sync OpenBSD patchset 581:Tiago Cunha2009-12-04
* Sync OpenBSD patchset 153:Tiago Cunha2009-07-22
* Fix rejects.Nicholas Marriott2009-06-25
* Restore $Id$ and add script to do so.Nicholas Marriott2009-06-25
* tmux doesn't and won't need syslog logging, so remove it and some other unusedNicholas Marriott2009-06-25
* Rename all feature flags to HAVE_* and move out of makefiles into a configureNicholas Marriott2009-05-13
* Most of AIX support.Nicholas Marriott2009-03-31
* Make window options work the same was as session options, add mode-fg/mode-bg...Nicholas Marriott2008-12-08
* Clear correct range.Nicholas Marriott2008-10-09
* Trim.Nicholas Marriott2008-09-26
* time.hNicholas Marriott2008-09-25
* Internal screen data rewrite for better 256 colour/UTF-8 support.Nicholas Marriott2008-09-25
* Tidy logging and lose stdout hacks for _info.Nicholas Marriott2008-08-08
* Missing time.h.Nicholas Marriott2007-10-19
* Don't close stderr in log_close to make -v/-vv work again.Nicholas Marriott2007-09-26
* Sync with fdm.Nicholas Marriott2007-07-25
* Initial import to CVS. Basic functions are working, albeit with a couple of s...Nicholas Marriott2007-07-09