Age | Commit message (Expand) | Author |
2013-10-10 | retcode -> retval for exit message. | Nicholas Marriott |
2013-10-10 | Merge IDENTIFY_* flags with CLIENT_* flags. | Nicholas Marriott |
2013-10-10 | Bump protocol version and add new message types. | Nicholas Marriott |
2013-10-10 | Remove CMD_SENDENVIRON. | Nicholas Marriott |
2013-10-10 | mouse-resize-pane: Only resize on border select | Nicholas Marriott |
2013-10-10 | Support -c for new-session, based on code from J Raynor. | Nicholas Marriott |
2013-10-10 | Make cmdq->client_exit a tristate (-1 means "not set") so that if | Nicholas Marriott |
2013-10-10 | Restore missing key binding for %, from Chris Johnsen. | Nicholas Marriott |
2013-10-10 | First period not last for host_short, from Michael Scholz. | Nicholas Marriott |
2013-10-10 | layout-resize-pane-mouse: Consider visible panes only | Nicholas Marriott |
2013-10-10 | Don't treat TMUX_TMPDIR as a potential file | Nicholas Marriott |
2013-10-10 | Mark flags as optional and mutually exclusive. From Tiago Cunha. | Nicholas Marriott |
2013-10-10 | No space in lsw -a targets. | Nicholas Marriott |
2013-10-10 | A couple of manpage fixes from Tiago Cunha. | Nicholas Marriott |
2013-10-10 | Trivial style and spacing nits. | Nicholas Marriott |
2013-10-10 | Remove the barely-used and unnecessary command check() function. | Nicholas Marriott |
2013-10-10 | Clear window->flags when clearing winlinks | Nicholas Marriott |
2013-10-10 | choose-tree: Reset top when toggling items | Nicholas Marriott |
2013-10-10 | Renumber windows: Lookup lastw via window not index | Nicholas Marriott |
2013-10-10 | Assign mouse x/y coords before checking them. When receiving mouse | Nicholas Marriott |
2013-10-10 | Accept multiple parameters to SM/RM/DECSET/DECRST, based on a diff from | Nicholas Marriott |
2013-10-10 | Add automatic-rename-format option allowing automatic rename to use | Nicholas Marriott |
2013-10-10 | Allow nested format expansion. | Nicholas Marriott |
2013-10-10 | Add length limit operator for formats. | Nicholas Marriott |
2013-10-10 | Handle input mouse positions <33 (we already can generate them). | Nicholas Marriott |
2013-10-10 | Only include actual trailing spaces not unused cells with capturep -J, | Nicholas Marriott |
2013-10-10 | Allow the file descriptor received from the client to be -1. | Nicholas Marriott |
2013-10-10 | Add formats for window flags. | Nicholas Marriott |
2013-10-10 | Don't leak formats if they are added multiple times. | Nicholas Marriott |
2013-10-10 | Don't add client formats when they are NULL. | Nicholas Marriott |
2013-10-10 | Missing space in refresh-client synopsis. | Nicholas Marriott |
2013-10-10 | Grouped sessions were being leaked on destroy, correctly free them. | Nicholas Marriott |
2013-10-10 | Make recalculate_sizes() handle an empty window with no active | Nicholas Marriott |
2013-10-10 | Pass flags into cmdq_guard as an argument since sometimes cmdq->cmd can | Nicholas Marriott |
2013-10-10 | A few fixes from Pedro Martelletto, adapted from | Marc Espie |
2013-10-10 | Regenerate moduli | Darren Tucker |
2013-10-10 | bz#2139: fix re-exec fallback by ensuring that startup_pipe is correctly | Damien Miller |
2013-10-10 | Move moduli generation to usr.bin/ssh/moduli-gen and keep track of | Darren Tucker |
2013-10-10 | add -Q, -P and -p to usage() before jmc@ catches me | Damien Miller |
2013-10-09 | regression test for sftp request white/blacklisting and readonly mode. | Damien Miller |
2013-10-09 | Add ability to whitelist and/or blacklist sftp protocol requests by name. | Damien Miller |
2013-10-09 | Quick'n'dirty code to match trivial on-disk boot paths as the boot device. | Miod Vallat |
2013-10-09 | Needed by recent libsa | Miod Vallat |
2013-10-09 | Change "physical address" to "tunnel:" in ifconfig's tunnel address | Reyk Floeter |
2013-10-09 | DIsplay fixes, also print boot path before attempting to boot it. Still not | Miod Vallat |
2013-10-09 | Parse (hex) partition number in boot path. For experts only. | Miod Vallat |
2013-10-09 | Fix build (forgot to rerun make depend) | Miod Vallat |
2013-10-09 | Fix parse_args() to ignore device specification and correctly append the | Miod Vallat |
2013-10-09 | Move common SCSI defines and structs to their own header, to eventually allow | Miod Vallat |
2013-10-09 | Merge binutils 2.15 einfo() buffering change to binutils-2.17. | Todd C. Miller |