index
:
rtmux.git
master
rahm
Tmux with Rahm's extra hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
log.c
Commit message (
Expand
)
Author
Age
*
Prefer setvbuf() to setlinebuf() for portability; ok deraadt@
millert
2014-11-26
*
Better format for printf format attributes.
nicm
2014-10-20
*
Remove log_debug2 as well and simplify log.c.
nicm
2014-03-31
*
Remove unused log functions.
nicm
2014-03-31
*
Do not use stderr for log file and don't call log_close when not needed.
Nicholas Marriott
2012-05-30
*
Simplify logging and just fprintf(stderr, ...) for early errors.
Nicholas Marriott
2012-05-25
*
Fix warnings. Doh.
Nicholas Marriott
2012-03-17
*
Redirect libevent logging to tmux's log.
Nicholas Marriott
2012-03-17
*
Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last
Nicholas Marriott
2009-12-03
*
Remove a couple of unused functions and fix a type ("FALLTHOUGH"), found by
Nicholas Marriott
2009-07-21
*
tmux doesn't and won't need syslog logging, so remove it and some other unused
Nicholas Marriott
2009-06-25
*
Import tmux, a terminal multiplexor allowing (among other things) a single
Nicholas Marriott
2009-06-01