Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-09 | Remove some bits leftover from unused backoff code. | Nicholas Marriott | |
2012-03-09 | Add a missing call to window_set_name, from George Nachman. | Nicholas Marriott | |
2012-03-09 | Use a lock file and flock() to serialize server start, avoids problems | Nicholas Marriott | |
when running a bunch of tmux from cron at the same time. Based on a diff from Tim Ruehsen. | |||
2012-03-08 | fix format strings for size_t | Marc Espie | |
ok okan@ | |||
2012-03-08 | allow editline in -d mode; from AIDA Shinra | Otto Moerbeek | |
2012-03-08 | let length(0.000) conform to what gnu bc does; from AIDA Shinra | Otto Moerbeek | |
2012-03-04 | free -> xfree. | Nicholas Marriott | |
2012-03-04 | Add -F format to new-window and split-window to use with the -P flag, | Nicholas Marriott | |
from George Nachman. | |||
2012-03-04 | Accept hex values as keys, needed for send-keys, based on a diff from | Nicholas Marriott | |
George Nachman. | |||
2012-03-04 | Add A and I keys for vi status line editing. | Nicholas Marriott | |
2012-03-04 | In preparation for getline and getdelim additions to libc, rename getline() | Federico G. Schwindt | |
occurrences to get_line(). Based on a diff from Jan Klemkow <j-dot-klemkow-at-wemelug-dot-de> to tech. | |||
2012-03-03 | Replace some loops with calloc/memset. From Michael W Bombardieri. | Nicholas Marriott | |
ok millert | |||
2012-03-03 | Terminate strftime buffer properly and free format string, whoops. From | Nicholas Marriott | |
Tiago Cunha. | |||
2012-03-03 | Support "bracketed paste" mode. This adds a -p flag to paste-buffer - if | Nicholas Marriott | |
this is used and the application has requested bracketed pastes, then tmux surrounds the pasted text by \033[200~ and \033[201~. Applications like vim can (apparently) use this to avoid, for example, indenting the text. From Ailin Nemui. | |||
2012-03-03 | The wlmouse offset should be part of the client, not the server. From | Nicholas Marriott | |
Ailin Nemui. | |||
2012-03-03 | Remove unused variable, from Michael W Bombardieri who also got an ok | Nicholas Marriott | |
from tobias@. | |||
2012-03-03 | Add move-pane command (like join-pane but allows the same window). Also | Nicholas Marriott | |
-b flag to join-pane and move-pane to place the pane to the left or above. From George Nachman. | |||
2012-03-02 | Add printf attribute to a couple of functions, from Tim Ruehsen. | Nicholas Marriott | |
2012-03-01 | Remove unused variable. Added in 1.20 by me. | lum | |
2012-03-01 | update currency exchange rates; | Jason McIntyre | |
2012-03-01 | Add ssh(1) to SEE ALSO. | lum | |
ok jmc@ | |||
2012-03-01 | -This option devlivers the retransmission timeout, | David Gwynne | |
+This option delivers the retransmission timeout, | |||
2012-02-29 | Remove accidentally committed option. | Nicholas Marriott | |
2012-02-29 | allow conversion of RSA1 keys to public PEM and PKCS8; "nice" markus@ | Damien Miller | |
2012-02-28 | wording tweak; from robert at peichaer org | Jason McIntyre | |
2012-02-26 | Correct the expansion of -xbd5 | Philip Guenthe | |
ok schwarze@ jmc@ | |||
2012-02-26 | Don't silently skip non-ASCII characters, but replace them with ``?''. | Ingo Schwarze | |
This is less likely to break the syntax of macros. Patch provided by joerg@. | |||
2012-02-26 | add a few libs and another arch found in NetBSD; from joerg@ | Ingo Schwarze | |
2012-02-26 | Support .OP, one of the extended man macros; from kristaps@. | Ingo Schwarze | |
Do not use this GNU extension, we take it for compatibility only. | |||
2012-02-26 | Fix several manpage titles, from Lawrence Teo. | Christiano F. Haesbaert | |
ok dcoppa@ jmc@ schwarze@. | |||
2012-02-25 | Allow a single option to be specified to show-options to show just that | Nicholas Marriott | |
option. | |||
2012-02-24 | Correct the spelling of "transferred" and "transferring" | Philip Guenthe | |
from Tobias Ulmer (tobiasu at tmux.org); ok jmc@, krw@ | |||
2012-02-23 | Use format for display-message, based on a diff from George Nachman. | Nicholas Marriott | |
2012-02-20 | - add more ptrace() ops | Philip Guenthe | |
- be robust against a ktrace file the contains a record with ktr_len==SIZE_MAX, instead of reallocating its buffer to zero size - format the clockid_t argument to clock_*() and __thrsleep() as CLOCK_* - format the sigset_t argument to sigprocmask() and __thrsigdivert(), the return from sigprocmask(), and the mask reported for PSIG records as a bitset of SIG* values, except that if most the bits are set then invert it and prefix with '~' - show the next level of the kern.proc sysctl - __tfork() creates procs, so do the mappidtoemul() handling - refactor ktrstat()'s time printing bits and fix a whitespace glitch in its output - reduce stack usage in ktrstruct() - a value of zero is not an error for mode bits (S_*), atflag bits (AT_*), wait options (W*), or shmat flags (SHM_*) ok otto@ | |||
2012-02-16 | exit usage() with STATUS_BADUSAGE rather than STATUS_ERROR, per the man page; | Jason McIntyre | |
fix proposed by lum actually happened in netbsd -r1.16, some 6 years ago; ok lum | |||
2012-02-15 | Sort some entries, from Ben Boeckel. | Nicholas Marriott | |
2012-02-15 | Add a wrapper function tty_set_size from George Nachman. | Nicholas Marriott | |
2012-02-15 | avoid usage() warping onto the next line; | Jason McIntyre | |
2012-02-09 | restrict pkill/pgrep to the routing domain specified by -T; ok henning@, mpf@ | Markus Friedl | |
2012-02-09 | move from 6.0-beta to 6.0 | Markus Friedl | |
2012-02-09 | Crank the default buffer size to 160ms (ie 7680 frames at 48kHz). | Alexandre Ratchov | |
Workarounds stuttering caused by something hogging the cpu in kernel mode and preventing sndiod from running at time. ok deraadt | |||
2012-02-09 | typo. ok jmc@ | lum | |
2012-02-09 | Update comments. ok deraadt@ | lum | |
2012-02-09 | Remove unused protocol value check. ok brynet@ | lum | |
2012-02-07 | Expand the CAVEAT section to more fully describe the behaviour of | lum | |
the -uz combination. This diff stems from a diff by brynet@ sent to tech@ help from jmc@ regarding wording. | |||
2012-02-06 | Don't die if fail to get root directory, from Ben Boeckel. | Nicholas Marriott | |
2012-02-05 | Check for the right return value from sscanf. | Nicholas Marriott | |
2012-02-05 | Do not insert an empty ENTRY into the manpath list; | Ingo Schwarze | |
it's useless and causes out-of-bounds array access later. While here, remove two unused local variables and two unused struct members. From Tobias Ulmer <tobiasu at tmux dot org> on tech@, thanks. "off to you" deraadt@ | |||
2012-02-05 | Fix handling of msg queues when in crash dump mode: the kernel structures | Philip Guenthe | |
have changed, so update to match ok miod@ blambert@ | |||
2012-02-04 | Sync rcsparse between OpenCVS/OpenRCS. Spaces, no binary change. | Tobias Stoeckmann | |