Age | Commit message (Expand) | Author |
2012-03-14 | Remove the NO_HELP conditional directives. If defined, mg will not compile and | lum |
2012-03-14 | repair function when used with different scales; from AIDA Shinra, thanks! | Otto Moerbeek |
2012-03-13 | Teach pgrep/pkill to only match processes, not threads. ok guenther@ | Stuart Henderson |
2012-03-12 | Add -P/-F flags to break-pane too, from George Nachman. | Nicholas Marriott |
2012-03-12 | Erm, use EL in a way that actually works... | Nicholas Marriott |
2012-03-12 | Use EL to clear to end of line if possible. | Nicholas Marriott |
2012-03-11 | Always remember last cursor position when moving up or down, not just | Nicholas Marriott |
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 |
2012-03-08 | fix format strings for size_t | Marc Espie |
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 |
2012-03-04 | Accept hex values as keys, needed for send-keys, based on a diff from | Nicholas Marriott |
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 |
2012-03-03 | Replace some loops with calloc/memset. From Michael W Bombardieri. | Nicholas Marriott |
2012-03-03 | Terminate strftime buffer properly and free format string, whoops. From | Nicholas Marriott |
2012-03-03 | Support "bracketed paste" mode. This adds a -p flag to paste-buffer - if | Nicholas Marriott |
2012-03-03 | The wlmouse offset should be part of the client, not the server. From | Nicholas Marriott |
2012-03-03 | Remove unused variable, from Michael W Bombardieri who also got an ok | Nicholas Marriott |
2012-03-03 | Add move-pane command (like join-pane but allows the same window). Also | Nicholas Marriott |
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 |
2012-03-01 | -This option devlivers the retransmission timeout, | David Gwynne |
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 |
2012-02-26 | Don't silently skip non-ASCII characters, but replace them with ``?''. | Ingo Schwarze |
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 |
2012-02-26 | Fix several manpage titles, from Lawrence Teo. | Christiano F. Haesbaert |
2012-02-25 | Allow a single option to be specified to show-options to show just that | Nicholas Marriott |
2012-02-24 | Correct the spelling of "transferred" and "transferring" | Philip Guenthe |
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 |
2012-02-16 | exit usage() with STATUS_BADUSAGE rather than STATUS_ERROR, per the man page; | Jason McIntyre |
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 |
2012-02-09 | typo. ok jmc@ | lum |
2012-02-09 | Update comments. ok deraadt@ | lum |