Age | Commit message (Expand) | Author |
2011-01-06 | when exiting due to ServerAliveTimeout, mention the hostname that caused | Damien Miller |
2011-01-05 | Whoops, command-prompt can take 0 or 1 argument. | Nicholas Marriott |
2011-01-05 | tyop, pr 6538. | Jasper Lievisse Adriaanse |
2011-01-04 | Bring back my fix from -r 1.3 (Oct 15, 2010) after the merge. | Ingo Schwarze |
2011-01-04 | Merge kristaps@' cleaner tbl integration, removing mine; | Ingo Schwarze |
2011-01-04 | handle ecdsa-sha2 with various key lengths; hint and ok djm@ | Otto Moerbeek |
2011-01-04 | Now that parsing is common, merge some of the small, related commands | Nicholas Marriott |
2011-01-04 | argc will be 1 not 2 with no option value. | Nicholas Marriott |
2011-01-04 | Multiple man(7) .IP and .TP fixes started during p2k10: | Ingo Schwarze |
2011-01-04 | Clean up and simplify tmux command argument parsing. | Nicholas Marriott |
2011-01-03 | Partial cleanup of argument count validation in mdoc(7): | Ingo Schwarze |
2011-01-03 | Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262 | Nicholas Marriott |
2011-01-03 | Calling a macro with fewer arguments than it is defined with is OK; | Ingo Schwarze |
2011-01-03 | Unify roff macro argument parsing (in roff.c, roff_userdef()) and man macro | Ingo Schwarze |
2011-01-03 | Handle a # at the end of a replacement string (such as status-left) | Nicholas Marriott |
2011-01-01 | Clean up {mdoc,man}_{p,v}msg invocations: | Ingo Schwarze |
2011-01-01 | Move the user-visible parts of all options (names, types, limit, default | Nicholas Marriott |
2011-01-01 | Stop enterfield() from writing beyond the end of the buffer. | Mark Kettenis |
2011-01-01 | Put "else if" split between two lines together, then move whitespace. | lum |
2011-01-01 | suspend-client has used -t for the client target (like everything else) | Nicholas Marriott |
2011-01-01 | Last few tables that should be const. | Nicholas Marriott |
2011-01-01 | Sprinkle a little more const. | Nicholas Marriott |
2011-01-01 | Another table that should be const. | Nicholas Marriott |
2011-01-01 | Key table should be const. | Nicholas Marriott |
2011-01-01 | Add a -P option to new-window and split-window to print the new window | Nicholas Marriott |
2011-01-01 | Don't reset the activity timer for unattached sessions every second, | Nicholas Marriott |
2011-01-01 | Remove unused variable. | Nicholas Marriott |
2010-12-31 | fix trailing whitespace; | Jason McIntyre |
2010-12-30 | Remove some unused defines. | Nicholas Marriott |
2010-12-30 | Fix BUFFERS section now they are global. | Nicholas Marriott |
2010-12-30 | Change from a per-session stack of buffers to one global stack which is | Nicholas Marriott |
2010-12-30 | Add syslog.h, wchar.h, and wctype.h #includes and functions. | Philip Guenthe |
2010-12-30 | Add a function to create window flags rather than doing the same thing | Nicholas Marriott |
2010-12-29 | Support all four of the xterm mouse modes. Based on a diff from hsim at | Nicholas Marriott |
2010-12-29 | Allow the config file parser and source-file to return "don't exit" to | Nicholas Marriott |
2010-12-29 | the random ioctl stuff is not very useful. I want to see all the | Theo de Raadt |
2010-12-29 | Reorg by Kristaps: In libmdoc, replace the union of pointers to structs | Ingo Schwarze |
2010-12-28 | - add /usr/lib/pkgconfig/ to the paths to look for .pc files, and search | Jasper Lievisse Adriaanse |
2010-12-27 | Remove two #defines that are unused since the *_action.c removal; | Ingo Schwarze |
2010-12-27 | In case an ID attribute is written in pieces, only protect the first | Ingo Schwarze |
2010-12-27 | mktemp(3) (and thus mktemp(1)) no longer use the process ID when | Todd C. Miller |
2010-12-27 | tweak previous; | Jason McIntyre |
2010-12-27 | Add a missing .Pp and sort options alphabetically, from Tiago Cunha. | Nicholas Marriott |
2010-12-26 | Behave more like groff (both old and new): Specifying both .%T and .%J in | Ingo Schwarze |
2010-12-26 | nits with current being NULL or not. | Marc Espie |
2010-12-25 | Yet another batch of -Thtml polishing from kristaps@: | Ingo Schwarze |
2010-12-24 | don't send the actual forced command in a debug message; ok markus deraadt | Damien Miller |
2010-12-23 | server_kill_window can modify the RB tree so don't use RB_FOREACH, fixes | Nicholas Marriott |
2010-12-23 | Style tweaks. | Nicholas Marriott |
2010-12-22 | Use yet more standard HTML tags, | Ingo Schwarze |