Age | Commit message (Expand) | Author |
2011-04-17 | Add -t to list-clients, based on a diff from Zac Sprackett. | Nicholas Marriott |
2011-04-17 | Fix character position check, from Tiago Resende. | Nicholas Marriott |
2011-04-16 | use "aucatN" for aucat(1) socket path and "midicatN" for midicat(1), | Alexandre Ratchov |
2011-04-16 | for unix domain socket addresses use AUCAT_PATH and MIDICAT_PATH | Alexandre Ratchov |
2011-04-16 | Since aucat supports any parameter combination sio_getcap() doesn't | Alexandre Ratchov |
2011-04-16 | Make aucat audio and midi backends share the same code to communicate | Alexandre Ratchov |
2011-04-15 | Make the file_mbswidth() function cope if wcwidth() returns -1. | Stefan Sperling |
2011-04-13 | mention valid -b sizes for ECDSA keys; bz#1862 | Damien Miller |
2011-04-13 | improve wording; bz#1861 | Damien Miller |
2011-04-12 | better document vi's startup (in terms of environment variables | Jason McIntyre |
2011-04-12 | exit with 0 status on SIGTERM; bz#1879 | Damien Miller |
2011-04-12 | fix -Wshadow | Damien Miller |
2011-04-11 | -s comes before -t and also add -s to command syntax. Prompted by jmc. | Nicholas Marriott |
2011-04-11 | Add -s option to detach all clients attached to a session, from Zac | Nicholas Marriott |
2011-04-10 | Fix display glitch leading to crash. If we're reformatting, check | Martynas Venckus |
2011-04-10 | Apply some tough type-love and give rdist a chance to handle files | Kenneth R Westerback |
2011-04-10 | Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc now | Philip Guenthe |
2011-04-09 | Since buffers are now global, bump the default buffer-limit a bit higher | Nicholas Marriott |
2011-04-09 | If the terminal supports sitm for italics, use it instead of standout | Nicholas Marriott |
2011-04-08 | When a message is read (and processed), always call sock_write(), to | Alexandre Ratchov |
2011-04-06 | Change so that an empty session name always means the current sessions | Nicholas Marriott |
2011-04-06 | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | Miod Vallat |
2011-04-05 | On .de macro lines, after the new macro name, space and tab are equivalent. | Ingo Schwarze |
2011-04-05 | Add a flag to cmd_find_session so that attach-session can prefer | Nicholas Marriott |
2011-04-05 | Bind C-u to delete-line in vi mode like ksh does, suggested by thib. | Nicholas Marriott |
2011-04-05 | Remove FREEBSD_COMPAT bits and obsolete RTHREAD define | Philip Guenthe |
2011-04-05 | the tree builds better when you don't use PF_FASTROUTE | Stuart Henderson |
2011-04-05 | Add support to display numbers with thousands separators | Marco Pfatschbacher |
2011-04-04 | previous commit introduced a crash: the removed strtol was being used to | Damien Miller |
2011-04-03 | Call setlocale() to avoid display glitches in UTF-8 locales. | Stefan Sperling |
2011-04-03 | Trim some very long unused debugging functions, from Michael W | Nicholas Marriott |
2011-04-01 | Add calls to some existing but previously unused free functions. Also | Nicholas Marriott |
2011-04-01 | Move an isqrt() call outside a macro, from Michael W Bombardieri. | Nicholas Marriott |
2011-04-01 | "or" should be on a line on its own here so it is not emphasised as | Nicholas Marriott |
2011-03-31 | add a BUFFERS section, to explain how they work; | Jason McIntyre |
2011-03-31 | Make the top line of systat stop updating, along with the rest of the data | lum |
2011-03-29 | For convenience, work out what type of option is being set by name | Nicholas Marriott |
2011-03-29 | Checking for particular options and redrawing is not necessary as we | Nicholas Marriott |
2011-03-29 | Update an out-of-date and inaccurate comment. | Nicholas Marriott |
2011-03-29 | Change -t on display-message to be target-pane for the #[A-Z] | Nicholas Marriott |
2011-03-29 | print ipqos friendly string for sshd -T; ok markus | Kevin Steves |
2011-03-28 | Add -a and -s options to lsp to list all panes in the server or session | Nicholas Marriott |
2011-03-28 | Allow a start and end line to be specified for capture-pane which may be | Nicholas Marriott |
2011-03-28 | Style: uint -> u_int and a missing else. | Nicholas Marriott |
2011-03-27 | Set the terminal blocking again earlier, before sending the reset | Nicholas Marriott |
2011-03-27 | Don't include meta twice when working out the flags to output for | Nicholas Marriott |
2011-03-27 | Give each pane created in a tmux server a unique id (starting from 0), | Nicholas Marriott |
2011-03-27 | - remove unused variables | Jasper Lievisse Adriaanse |
2011-03-27 | - garbage collect unused buf_fappend(), which was also removed from ocvs's | Jasper Lievisse Adriaanse |
2011-03-27 | Get rid of some warnings, from Michael W Bombardieri. | Nicholas Marriott |