Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'obsd-master' | Thomas Adam | 2019-09-25 |
|\ | |||
| * | Some minor performance improvements - most notably, don't search the | nicm | 2019-09-24 |
| | | | | | | | | input state table if the next character matches the same state as before. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-06-05 |
|\| | | | | | | | | | | | Conflicts: tmux.1 window.c | ||
| * | Support SIGUSR2 to stop and start logging for an existing server. Also | nicm | 2017-06-04 |
| | | | | | | | | | | we currently only have two log levels so just use -v and -vv rather than -v and -vvvv, and clarify the man page entry for -v. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-02-05 |
|\| | |||
| * | Missing va_end, from Anton Lindqvist. | nicm | 2017-02-04 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-01-19 |
|\| | |||
| * | I no longer use my SourceForge address so replace it. | nicm | 2016-01-19 |
| | | |||
| * | Remove some stray debug code. | nicm | 2015-12-14 |
| | | |||
| * | Instead of combined flags for -c, -s, -t, split into different sets | nicm | 2015-12-14 |
| | | | | | | | | using an enum and simplify the parsing code. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-11-25 |
|\| | | | | | | | | | | | | | Conflicts: log.c proc.c tmux.c | ||
| * | Make the log stuff a bit tidier with some helper functions. | nicm | 2015-11-24 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-11-18 |
|\| | |||
| * | Use __unused rather than rolling our own. | nicm | 2015-11-18 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-11-18 |
|\| | |||
| * | Sync the entire xmalloc.[ch] with the other users, but with the addition | nicm | 2015-11-18 |
| | | | | | | | | of xrealloc, xvasprintf, xvsnprintf. | ||
* | | time.h is not needed now tzset() is not in log.c. | Nicholas Marriott | 2015-10-17 |
| | | |||
* | | Some header fixes. | Nicholas Marriott | 2015-10-15 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-09-24 |
|\| | |||
| * | Do not leak log file descriptor. | nicm | 2015-09-24 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-09-14 |
|\| | |||
| * | Move tzset() from log_open to main. | nicm | 2015-09-14 |
| | | |||
* | | Fix includes | Thomas Adam | 2015-09-06 |
| | | | | | | | | Let compat/ work out the includes; otherwise works on OpenBSD. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-09-06 |
|\| | | | | | | | | | | | Conflicts: cfg.c tmux.c | ||
| * | Pass logging through vis(3). | nicm | 2015-09-01 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-08-30 |
|\| | | | | | | | | | | | Conflicts: Makefile format.c | ||
| * | Microseconds in log time. | nicm | 2015-08-29 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-08-28 |
|\| | |||
| * | Log time with message. | nicm | 2015-08-28 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2014-12-03 |
|\| | |||
| * | Prefer setvbuf() to setlinebuf() for portability; ok deraadt@ | millert | 2014-11-26 |
| | | |||
* | | No need for $Id$ now. | Nicholas Marriott | 2014-11-08 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2014-10-21 |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: Makefile cmd-list-commands.c cmd-suspend-client.c job.c tmux.h xmalloc.c | ||
| * | 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 |
| | | | | | | | | | | time now I've configured emacs to make them displayed in really annoying colours... | ||
| * | Remove a couple of unused functions and fix a type ("FALLTHOUGH"), found by | Nicholas Marriott | 2009-07-21 |
| | | | | | | | | lint. | ||
| * | tmux doesn't and won't need syslog logging, so remove it and some other unused | Nicholas Marriott | 2009-06-25 |
| | | | | | | | | | | | | functions found by lint. Also move a couple of internal function declarations into file scope. | ||
| * | Import tmux, a terminal multiplexor allowing (among other things) a single | Nicholas Marriott | 2009-06-01 |
| | | | | | | | terminal to be switched between several different windows and programs displayed on one terminal be detached from one terminal and moved to another. ok deraadt pirofti | ||
* | Linux: Add <time.h> to log.c | Thomas Adam | 2014-05-13 |
| | | | | This is needed, otherwise tzset() is undefined. | ||
* | Remove log_debug2 as well and simplify log.c. | Nicholas Marriott | 2014-03-07 |
| | |||
* | Remove unused log functions. | Nicholas Marriott | 2014-03-07 |
| | |||
* | Do not use stderr for log file and don't call log_close when not needed. | Nicholas Marriott | 2012-05-30 |
| | |||
* | Sync OpenBSD patchset 1123: | Tiago Cunha | 2012-05-30 |
| | | | | | Simplify logging and just fprintf(stderr, ...) for early errors. | ||
* | Sync OpenBSD patchset 1058: | Tiago Cunha | 2012-03-18 |
| | | | | | Fix warnings. Doh. |