Age | Commit message (Expand) | Author |
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 |
2017-08-23 | Improve ASCII rendering of a few rare character escape sequences | Ingo Schwarze |
2017-08-23 | Switch ASCII rendering of the same mathematical symbols and greek | Ingo Schwarze |
2017-08-23 | Key (v) and flag (-N) to toggle preview in choose modes. | Nicholas Marriott |
2017-08-23 | Fix searching when match is at end of line, from Brad Town. | Nicholas Marriott |
2017-08-23 | Allow multiple bells even if there is an existing bell (but not activity | Nicholas Marriott |
2017-08-23 | Run alert hooks based on the options rather than unconditionally, from | Nicholas Marriott |
2017-08-22 | Do not treat comma as part of the command modifier. | anton |
2017-08-22 | Correct the mandoc.db(5) requirements of man(1) after the deprecation | Ingo Schwarze |
2017-08-22 | When finding a bogus database entry, | Ingo Schwarze |
2017-08-22 | Call isatty(3) prior to ioctl(TIOCEXCL) to check if cu(1) was invoked on a | Ricardo Mestre |