Age | Commit message (Expand) | Author |
2017-09-08 | Fix a few errors in how the selected line is chosen after resize, | Nicholas Marriott |
2017-09-08 | When removing a key table clear it out of clients, fixes issue with | Nicholas Marriott |
2017-09-07 | typo in comment | Damien Miller |
2017-09-07 | typo: convertion -> convention | David Coppa |
2017-09-07 | Do not fail if unset an option that is already unset, reported by Thomas | Nicholas Marriott |
2017-09-06 | After recent changes, we need to clear hash, not s1. | Theo Buehler |
2017-09-06 | fix a NULL pointer access on deroff() failure; | Ingo Schwarze |
2017-09-06 | Do not attempt to use TIOCSWINSZ on a -1 file descriptor (possible if | Nicholas Marriott |
2017-09-05 | Add -Wno-sign-compare, the single warning produced is a false positive; | Otto Moerbeek |
2017-09-05 | Avoid a possible leak in progressmeter | Jeremie Courreges-Anglas |
2017-09-04 | Fix typo in comment; ok mpi@ | anton |
2017-09-04 | Move to current mouse position not last when clcking in copy mode; fixes | Nicholas Marriott |
2017-09-04 | tweak previous; | Jason McIntyre |
2017-09-03 | Expand ssh_config's StrictModes option with two new settings: | Damien Miller |
2017-09-02 | Add selectp -T to set pane title. | Nicholas Marriott |
2017-09-01 | remove blank line; | Jason McIntyre |
2017-09-01 | identify the case where SSHFP records are missing but other DNS RR | Damien Miller |
2017-09-01 | document available AuthenticationMethods; bz#2453 ok dtucker@ | Damien Miller |
2017-08-31 | update currency exchange rates; | Jason McIntyre |
2017-08-30 | Instead of overloading the line clear function to mean free if | Nicholas Marriott |
2017-08-30 | Pass flags into cmd_find_from_* to fix prefer-unattached, reported by | Nicholas Marriott |
2017-08-30 | gid_t is unsigned, so < 0 test is always false, compare against (gid_t)-1 | Otto Moerbeek |
2017-08-30 | Avoid clang warning by explicitly marking a constant unsigned; ok millert@ | Otto Moerbeek |
2017-08-30 | pass packet state down to some of the channels function (more | Damien Miller |
2017-08-30 | Remove unused variable; no binary change. | Lawrence Teo |
2017-08-29 | quarterly rescan of the tree: remove unneccessary sys/param.h, and | Theo de Raadt |
2017-08-29 | Redraw rectangle selections properly when cursor at end, GitHub issue 992. | Nicholas Marriott |
2017-08-29 | kill const and string artithmetic related warnings; ok millert@ | Otto Moerbeek |
2017-08-29 | sort options; | Jason McIntyre |
2017-08-29 | add a -q option to ssh-add to make it quiet on success. | David Gwynne |
2017-08-29 | Support REP escape sequence (\033[b). | Nicholas Marriott |
2017-08-29 | Check for complete keys before escape prefix, allows keys to be defined | Nicholas Marriott |
2017-08-28 | fix const related warnings; ok millert@ | Otto Moerbeek |
2017-08-28 | Use xasprintf() instead of calloc() + strlcpy() + memcpy() to | Todd C. Miller |
2017-08-28 | Remove SSLv23 padding mode. | Joel Sing |
2017-08-28 | Fix exit value when diffing directories with missing files and the -N | Todd C. Miller |
2017-08-28 | Do not forbid targets to specify non-visible panes - the checks for | Nicholas Marriott |
2017-08-28 | spelling/grammar fixes; | Jason McIntyre |
2017-08-27 | Do not allow the current line of screen when the preview is toggled, | Nicholas Marriott |
2017-08-27 | Use kind and kri for S-Up/Down as well as kUP and kDN. | Nicholas Marriott |
2017-08-27 | Increase the buffer sizes for user prompts to ensure that they won't be | Darren Tucker |
2017-08-26 | Fix previous: mmap(2) returns MAP_FAILED on failure, not NULL. | Ingo Schwarze |
2017-08-26 | Do not fork and exec cmp(1); instead, simply fstat(2), mmap(2), and | Ingo Schwarze |
2017-08-26 | No need to fork and exec rm(1) -rf, we know that we have exactly | Ingo Schwarze |
2017-08-26 | Don't remove subpaths of /usr/include or /usr/lib from the output of | Jonathan Gray |
2017-08-24 | When tty is error or closed, remove client. Reported by Thomas Sattler. | Nicholas Marriott |
2017-08-23 | remove spacing after another representation of unary minus | Ingo Schwarze |
2017-08-23 | remove spacing after unary minus | Ingo Schwarze |
2017-08-23 | eliminate white space after opening and before closing punctuation | Ingo Schwarze |
2017-08-23 | Suppress spacing before certain kinds of lists. | Ingo Schwarze |