Age | Commit message (Expand) | Author |
2015-12-23 | Add rpath to telnet's more restrictive pledge; otherwise if the server requests | Stuart Henderson |
2015-12-23 | fix false-positive "uninitialized" gcc warning | Alexandre Ratchov |
2015-12-23 | Call getpwname() earlier, and if it fails, return the proper | Alexandre Ratchov |
2015-12-23 | hide forgotten debug printfs | Alexandre Ratchov |
2015-12-23 | Repair switch-client -l and switch-client with a window target. | Nicholas Marriott |
2015-12-22 | in case we have a parse error, dispell the target list early to avoid | Marc Espie |
2015-12-22 | commited -> committed | mmcc |
2015-12-22 | remove a NULL-check before free() | mmcc |
2015-12-22 | cast toupper's argument to unsigned char | mmcc |
2015-12-22 | The loop index in grep_cmp() should be size_t to match the type of | Todd C. Miller |
2015-12-22 | Remove commands that are not implemented, at the moment. Added by | Mark Lumsden |
2015-12-22 | remove needless allocation casts | mmcc |
2015-12-22 | Remove a couple needless allocation casts. No binary change. | mmcc |
2015-12-21 | Don't attempt to remove unix socket as it's owned by root and | Alexandre Ratchov |
2015-12-21 | Detach the right session with -d. | Nicholas Marriott |
2015-12-21 | Add RET to dired-find-file. ok jasper@ | Mark Lumsden |
2015-12-21 | Mention dired. | Mark Lumsden |
2015-12-20 | In case of a bug in sndiod, an attacker (a local user) could run | Alexandre Ratchov |
2015-12-19 | UTF-8 support: | Ingo Schwarze |
2015-12-19 | Make input off flag (selectp -d) apply to synchronize-panes too. | Nicholas Marriott |
2015-12-17 | As well as setting up the state, actually use it in cmd_find_target. | Nicholas Marriott |
2015-12-17 | Add missing colon after "Peer name" in verbose output. Mentioned on the | mmcc |
2015-12-16 | send-keys -R should reset the input parser to ground state (so it can be | Nicholas Marriott |
2015-12-16 | Add infrastructure to work out the best target given a pane or window | Nicholas Marriott |
2015-12-16 | showenv and setenv need to be CANFAIL. | Nicholas Marriott |
2015-12-16 | Remove modulo bias in random number generator. | tb |
2015-12-16 | clean up some unused variables, and add the printing of the certificate validity | Bob Beck |
2015-12-15 | missing space in previous; | Jason McIntyre |
2015-12-15 | pledge(2) style: | Ingo Schwarze |
2015-12-15 | UTF-8 support; does not yet handle the -c option. | Ingo Schwarze |
2015-12-15 | Copy state directly rather than dereferencing wl (which could be NULL). | Nicholas Marriott |
2015-12-15 | Some hooks API changes to fire a hook while waiting another cmdq and | Nicholas Marriott |
2015-12-15 | Allow list-keys and list-commands to be run without a running server. | Nicholas Marriott |
2015-12-15 | We changed somewhat recently to us the pty when tmux was run inside | Nicholas Marriott |
2015-12-15 | Don't copy marked pane when can just point to it. | Nicholas Marriott |
2015-12-15 | Make the marked pane a cmd_find_state. | Nicholas Marriott |
2015-12-14 | Use cmd_find_clear_state instead of an extra function doing the same. | Nicholas Marriott |
2015-12-14 | Use long long rather than off_t for line_no to ensure that it's always | mmcc |
2015-12-14 | Work on a copy of the slowaccept flag instead of the global one as | Alexandre Ratchov |
2015-12-14 | s/begining/beginning/g | mmcc |
2015-12-14 | Remove some stray debug code. | Nicholas Marriott |
2015-12-14 | Instead of combined flags for -c, -s, -t, split into different sets | Nicholas Marriott |
2015-12-13 | unbreak connections with peers that set first_kex_follows; | Damien Miller |
2015-12-13 | Use member names in cmd_entry definitions so I stop getting confused | Nicholas Marriott |
2015-12-13 | Actually I thought cmd_get_state_client was unnecessary but it will be | Nicholas Marriott |
2015-12-13 | -c needs to be able for fail for display-message. | Nicholas Marriott |
2015-12-13 | Remove an unnecessary function. | Nicholas Marriott |
2015-12-13 | show-options and environment need CANFAIL flag. | Nicholas Marriott |
2015-12-13 | Don't log an error when doing the first check for move-window. | Nicholas Marriott |
2015-12-13 | Use struct cmd_find_state directly and remove cmd_state_flag, also | Nicholas Marriott |