Age | Commit message (Expand) | Author |
2013-04-16 | remove wrong casts; ok millert | Theo de Raadt |
2013-04-16 | remove casts to time_t * which are not needed | Theo de Raadt |
2013-04-16 | cannot inspect out_name via a time_t pointer; ok guenther | Theo de Raadt |
2013-04-16 | bzero struct tm before use; ok millert | Theo de Raadt |
2013-04-15 | Remove CTL_USER hierarchy from sysctl() | Philip Guenther |
2013-04-15 | Tweak check rule to match change to the manpage formatting | Philip Guenther |
2013-04-15 | tweak previous; | Jason McIntyre |
2013-04-13 | My clever "expand _PATH_STDPATH in whereis.1" logic broke the build if | Philip Guenther |
2013-04-12 | correct spelling is "Christiaan Huygens"; from James J. Lippard | Jason McIntyre |
2013-04-12 | Remove some Korean characters from the zero-width list that apparently | Nicholas Marriott |
2013-04-12 | Copy the client into the new cmdq in source-file so commands that work | Nicholas Marriott |
2013-04-11 | Call setlocale(LC_TIME) at startup. | Nicholas Marriott |
2013-04-11 | Send an SGR0 after turning on modifyOtherKeys to fix Terminal.app which | Nicholas Marriott |
2013-04-11 | quiet disconnect notifications on the server from error() back to logit() | Damien Miller |
2013-04-10 | Set EV_WRITE for jobs or run/if-shell jobs can hang. From Chris Johnsen. | Nicholas Marriott |
2013-04-10 | Fix bug where end guard in control mode was not printed after session | Nicholas Marriott |
2013-04-10 | Missed -o from set-window-option, from Ben Boeckel. | Nicholas Marriott |
2013-04-10 | Remove some code not needed on OpenBSD. | Nicholas Marriott |
2013-04-10 | Get the standard path from _PATH_STDPATH instead of | Philip Guenther |
2013-04-09 | Retry when SSL_read fails with SSL_ERROR_WANT_READ. Fixes the case where | Stuart Henderson |
2013-04-08 | lsd first synthesised 16/11/38, not 7/4/43, apparently; its wondrous | Jason McIntyre |
2013-04-07 | clarify -e text. suggested by & ok jmc@ | Darren Tucker |
2013-04-07 | Add -E option to ssh and sshd to append debugging logs to a specified file | Darren Tucker |
2013-04-06 | handle ECONNABORTED for accept(); ok deraadt some time ago... | Markus Friedl |
2013-04-05 | rename a variable to hours so it doesn't look like time. ok deraadt guenther | Ted Unangst |
2013-04-05 | cleanup mux-created channels that are in SSH_CHANNEL_OPENING state too | Damien Miller |
2013-04-05 | use the existing _PATH_SSH_USER_RC define to construct the other | Damien Miller |
2013-04-05 | hush some {unused, printf type} warnings | Damien Miller |
2013-04-03 | do not assume time_t and timeval.tv_sec are the same type | Theo de Raadt |
2013-04-02 | Handle big time_t | Philip Guenther |
2013-04-02 | kill useless cast | Theo de Raadt |
2013-04-02 | handle larger time_t | Theo de Raadt |
2013-04-02 | handle large time_t in DEBUG code | Theo de Raadt |
2013-04-01 | Avoid memory leak while parsing diff's output. | Tobias Stoeckmann |
2013-04-01 | update currency exchange rates; | Jason McIntyre |
2013-03-31 | m88k has shared libs now. | Brad Smith |
2013-03-31 | A space got lost in fstat state output, put it back. | Alexander Bluhm |
2013-03-30 | Correctly report `weak' status of non-function symbols. Makes nm agree with | Miod Vallat |
2013-03-30 | Use getaddrinfo() to display multiple addresses including IPv6. | Florian Obser |
2013-03-30 | Fixed a memory leak during HTTP header parsing. | Tobias Stoeckmann |
2013-03-28 | allow passing a full path to a .pc file, instead of just the module name. | Jasper Lievisse Adriaanse |
2013-03-28 | If -s to swap-pane is not given, use the current pane. | Nicholas Marriott |
2013-03-28 | Make copy-mode -u still scroll up if already in copy mode, handy for | Nicholas Marriott |
2013-03-28 | Add support for _PC_TIMESTAMP_RESOLUTION for ffs/mfs, cd9600, ext2, | Philip Guenther |
2013-03-27 | Add TMUX_TMPDIR variable to put the socket directory outside | Nicholas Marriott |
2013-03-27 | Move the cursor back into the last column on CUU/CUD to match xterm | Nicholas Marriott |
2013-03-27 | Remove tmux's (already minimal) 88 colour support. Such terminals are | Nicholas Marriott |
2013-03-26 | i broke it. tailq is now simpleq in pool. | Ted Unangst |
2013-03-26 | bits for octeon (will format as OCTEON in Dt); | Jason McIntyre |
2013-03-26 | Only accept partial keys if the timer has not expired, fixes infinite | Nicholas Marriott |