summaryrefslogtreecommitdiffstats
path: root/log.c
AgeCommit message (Expand)Author
2015-10-17time.h is not needed now tzset() is not in log.c.Nicholas Marriott
2015-10-15Some header fixes.Nicholas Marriott
2015-09-24Merge branch 'obsd-master'Thomas Adam
2015-09-24Do not leak log file descriptor.nicm
2015-09-14Merge branch 'obsd-master'Thomas Adam
2015-09-14Move tzset() from log_open to main.nicm
2015-09-06Fix includesThomas Adam
2015-09-06Merge branch 'obsd-master'Thomas Adam
2015-09-01Pass logging through vis(3).nicm
2015-08-30Merge branch 'obsd-master'Thomas Adam
2015-08-29Microseconds in log time.nicm
2015-08-28Merge branch 'obsd-master'Thomas Adam
2015-08-28Log time with message.nicm
2014-12-03Merge branch 'obsd-master'Thomas Adam
2014-11-26Prefer setvbuf() to setlinebuf() for portability; ok deraadt@millert
2014-11-08No need for $Id$ now.Nicholas Marriott
2014-10-21Merge branch 'obsd-master'Thomas Adam
2014-10-20Better format for printf format attributes.nicm
2014-05-13Linux: Add <time.h> to log.cThomas Adam
2014-03-31Remove log_debug2 as well and simplify log.c.nicm
2014-03-31Remove unused log functions.nicm
2014-03-07Remove log_debug2 as well and simplify log.c.Nicholas Marriott
2014-03-07Remove unused log functions.Nicholas Marriott
2012-05-30Do not use stderr for log file and don't call log_close when not needed.Nicholas Marriott
2012-05-30Do not use stderr for log file and don't call log_close when not needed.Nicholas Marriott
2012-05-30Sync OpenBSD patchset 1123:Tiago Cunha
2012-05-25Simplify logging and just fprintf(stderr, ...) for early errors.Nicholas Marriott
2012-03-18Sync OpenBSD patchset 1058:Tiago Cunha
2012-03-18Sync OpenBSD patchset 1056:Tiago Cunha
2012-03-17Fix warnings. Doh.Nicholas Marriott
2012-03-17Redirect libevent logging to tmux's log.Nicholas Marriott
2011-07-09Expand the Id keyword. Tiago Cunha
2009-12-04Sync OpenBSD patchset 581:Tiago Cunha
2009-12-03Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott
2009-07-22Sync OpenBSD patchset 153:Tiago Cunha
2009-07-21Remove a couple of unused functions and fix a type ("FALLTHOUGH"), found byNicholas Marriott
2009-06-25Fix rejects.Nicholas Marriott
2009-06-25Restore $Id$ and add script to do so.Nicholas Marriott
2009-06-25tmux doesn't and won't need syslog logging, so remove it and some other unusedNicholas 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
2009-05-13Rename all feature flags to HAVE_* and move out of makefiles into a configureNicholas Marriott
2009-03-31Most of AIX support.Nicholas Marriott
2008-12-08Make window options work the same was as session options, add mode-fg/mode-bg...Nicholas Marriott
2008-10-09Clear correct range.Nicholas Marriott
2008-09-26Trim.Nicholas Marriott
2008-09-25time.hNicholas Marriott
2008-09-25Internal screen data rewrite for better 256 colour/UTF-8 support.Nicholas Marriott
2008-08-08Tidy logging and lose stdout hacks for _info.Nicholas Marriott
2007-10-19Missing time.h.Nicholas Marriott