Age | Commit message (Expand) | Author |
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 | 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 | Add ability to whitelist and/or blacklist sftp protocol requests by name. | Damien Miller |
2013-10-08 | backwards compatibility is king, and will remain king, until 2038. | Reyk Floeter |
2013-10-08 | Increase the size of the Diffie-Hellman groups requested for a each symmetric | Darren Tucker |
2013-10-08 | Obtain the uptime of the running system using the new CLOCK_UPTIME, | Philip Guenther |
2013-10-07 | Printf size_t vars with %zu, not %ld; | Ingo Schwarze |
2013-10-07 | Yesterday, i released (portable) mandoc 1.12.2, so bump our VERSION, too. | Ingo Schwarze |
2013-10-06 | We don't do hyphenation, but we allow breaking the line at hyphens that are | Ingo Schwarze |
2013-10-06 | If there is random stuff inside a .Bl block body before the first .It, | Ingo Schwarze |
2013-10-05 | Cleanup suggested by gcc-4.8.1, following hints by Christos Zoulas: | Ingo Schwarze |
2013-10-05 | Change the default for the default-path option to ~. This is a quick | Nicholas Marriott |
2013-10-05 | Fix previous not to leak fd on failure, whoops. | Nicholas Marriott |
2013-10-05 | Use open(".")/fchdir() to save and restore current directory rather than | Nicholas Marriott |
2013-10-04 | Support simple numerical conditions. | Ingo Schwarze |
2013-10-03 | ROFFRULE_ALLOW = 0, ROFFRULE_DENY = 1 was confusing, so exchange the | Ingo Schwarze |
2013-10-03 | Avoid code duplication in roff_parseln() as suggested by | Ingo Schwarze |
2013-10-03 | Expand references to number registers in exactly the same way as | Ingo Schwarze |
2013-10-03 | Support setting arbitrary roff(7) number registers, | Ingo Schwarze |
2013-10-03 | sync with NetBSD | Ingo Schwarze |