Age | Commit message (Expand) | Author |
2011-09-09 | MUX_C_CLOSE_FWD includes forward type in message (though it isn't | Damien Miller |
2011-09-09 | fix typo in IPQoS parsing: there is no "AF14" class, but there is | Damien Miller |
2011-09-09 | Add -b option which allows the client side to bind the socket to a | Christiano F. Haesbaert |
2011-09-08 | some additional information on the -d option, for clarification; | Jason McIntyre |
2011-09-07 | typo (they vs the) found by Lawrence Teo | Theo de Raadt |
2011-09-05 | Mark dead panes with some text saying they are dead, suggested by and | Nicholas Marriott |
2011-09-05 | knock out a useless Ns; | Jason McIntyre |
2011-09-05 | fix typo in IPQoS parsing: there is no "AF14" class, but there is | Damien Miller |
2011-09-05 | mention ControlPersist and KbdInteractiveAuthentication in the -o | Damien Miller |
2011-09-04 | we've already stated the format of the -d and -t arguments: no need to | Jason McIntyre |
2011-09-04 | have the -t argument name in the options list match that of SYNOPSIS; | Jason McIntyre |
2011-09-03 | make -column lists pretty again; | Jason McIntyre |
2011-09-02 | Add email address for diffs and remove plural man pages. ok jmc@ | lum |
2011-08-31 | Remove 2nd person. ok jmc@ | lum |
2011-08-31 | On a file write fail: | lum |
2011-08-31 | use the same format/text, as far as possible, for date strings; | Jason McIntyre |
2011-08-31 | have the timespec arguments match in case those of time_arg; | Jason McIntyre |
2011-08-31 | Copy description of the -t option and its argument with revised text | Philip Guenthe |
2011-08-31 | Allow dired mode to open files regardless of characters in | lum |
2011-08-30 | Same fix as 'touch': with the -t option, when the year is specified | Philip Guenthe |
2011-08-30 | in column lists, enforce the following ordering: | Jason McIntyre |
2011-08-30 | Another memory leak from Tiago Cunha. | Nicholas Marriott |
2011-08-30 | Plug memory leak, from Tiago Cunha. | Nicholas Marriott |
2011-08-30 | Make the code match the manpage and POSIX spec when the year is specified | Philip Guenthe |
2011-08-29 | as requested by Tomas Bodzar, remove the reference to the non-existent | Jason McIntyre |
2011-08-29 | In dired mode, make point move up and down first character | lum |
2011-08-28 | remove redundant final paragraph of STANDARDS: it merely repeats what has | Jason McIntyre |
2011-08-26 | tweak previous; | Jason McIntyre |
2011-08-26 | Add initial framework for more powerful formatting of command output and | Nicholas Marriott |
2011-08-26 | Add some missing ssh_config(5) options that can be used in ssh(1)'s | Damien Miller |
2011-08-25 | -lm is no longer needed, from Tiago Cunha. | Nicholas Marriott |
2011-08-24 | Support \ for line continuation in the configuration file, from Julius | Nicholas Marriott |
2011-08-24 | Add pane-base-index option, from Ben Barbour. | Nicholas Marriott |
2011-08-24 | Add a tty_bell wrapper function, from Dylan Alex Simon. | Nicholas Marriott |
2011-08-23 | Use standard EXIT_SUCCESS/EXIT_FAILURE and STD{IN,OUT,ERR}_FILENO | Todd C. Miller |
2011-08-23 | oops! -T snuck into the wrong place... | Jason McIntyre |
2011-08-23 | Allow TOS/TCLASS to be set with -T, accept the same keywords as in pf.conf. | Christiano F. Haesbaert |
2011-08-22 | There is no need to use sqrt()/INFINITY here which simplifies the code | Nicholas Marriott |
2011-08-21 | With gettimeofday() removed from the top of main(), need to call time() | Philip Guenthe |
2011-08-20 | Fix a couple of memory leaks, from marcel partap. | Nicholas Marriott |
2011-08-20 | (slightly) saner SEE ALSO; | Jason McIntyre |
2011-08-20 | -make .frac and .SS more consistent (may have to revisit this) | Jason McIntyre |
2011-08-20 | event_del() a persistent event; fixes segfault seen on the server when the | Stuart Henderson |
2011-08-20 | tweak some text; | Jason McIntyre |
2011-08-20 | prettify date strings; | Jason McIntyre |
2011-08-20 | Add nanosecond precision and support for -d option (new in POSIX 2008) | Philip Guenthe |
2011-08-19 | as with other list types, column lists generally do not need a Pp/-compact | Jason McIntyre |
2011-08-16 | recommit, now that release is done (handle sysv if bsd is incorrect, may | Marc Espie |
2011-08-16 | Add a -r flag to switch-client to toggle the client read-only flag. From | Nicholas Marriott |
2011-08-16 | Add up/down/left/right keys in vi edit mode. From "livibetter" SF bug | Nicholas Marriott |