Age | Commit message (Expand) | Author |
2018-08-31 | clarify that patterns are extended regular expressions; ok millert@ phessler@ | Christian Weisgerber |
2018-08-31 | Dont print "default" for "0.0.0.0" if it is a host route. | YASUOKA Masahiko |
2018-08-29 | Reset line flag when clearing selection, GitHub issue 1454. | Nicholas Marriott |
2018-08-29 | recognize kcov ioctl commands; ok deraadt@ mpi@ visa@ | anton |
2018-08-29 | Keep any text killed in the command prompt with C-w and yank it with | Nicholas Marriott |
2018-08-29 | Add C-Left and C-Right as aliases for M-b and M-f. | Nicholas Marriott |
2018-08-29 | Add set-case-replaced to toggle case-preserving replace on or off. | Reyk Floeter |
2018-08-28 | Drop SSLv2, SSLv3 support. | cheloha |
2018-08-28 | fix misplaced parenthesis inside if-clause. it's harmless and the only issue is | Ricardo Mestre |
2018-08-28 | fix build with DEBUG_PK enabled | Ricardo Mestre |
2018-08-28 | Check for SSL_write(3) error. | cheloha |
2018-08-27 | Reduce excessive right padding in tagged list heads. | Ingo Schwarze |
2018-08-27 | Memory leaks, from Gang Fan in GitHub issue 1453. | Nicholas Marriott |
2018-08-26 | Handle fork() errors. The Perl fork() wrapper returns undef rather | Christian Weisgerber |
2018-08-26 | Support nesting of elements with next-line scope. | Ingo Schwarze |
2018-08-26 | Add q: format prefix to escape sh(1) special characters. Suggested by | Nicholas Marriott |
2018-08-25 | Rudimentary implementation of the roff(7) .char (output glyph | Ingo Schwarze |
2018-08-25 | If man(7) next-line scope is open and the line ends with \c, | Ingo Schwarze |
2018-08-24 | update usage for pkcs8; | Jason McIntyre |
2018-08-24 | Rudimentary implementation of the roff(7) .while request. | Ingo Schwarze |
2018-08-24 | The broken pkcs8 formats generated by openssl pkcs -{embed,nooct,nsdb} | Theo Buehler |
2018-08-24 | Stop handling broken PKCS#8 formats in openssl(1). | Theo Buehler |
2018-08-23 | The upcoming .while request will have to re-execute roff(7) lines | Ingo Schwarze |
2018-08-23 | all_jobs can be static. | Nicholas Marriott |
2018-08-23 | A sequence of increasingly restrictive pledges was already present | Theo de Raadt |
2018-08-23 | Move job struct into job.c. | Nicholas Marriott |
2018-08-23 | Implement the roff(7) .shift and .return requests, | Ingo Schwarze |
2018-08-23 | memleak introduced in r1.83; from Colin Watson | Damien Miller |
2018-08-22 | Use a monotonic clock for the benchmark timeout. | cheloha |
2018-08-22 | Add StatusLeft and StatusRight mouse key modifiers for the left and | Nicholas Marriott |
2018-08-21 | Implement the \\$@ escape sequence (insert all macro arguments, | Ingo Schwarze |
2018-08-21 | Improve the ASCII rendering of \(Po (Pound Sterling) | Ingo Schwarze |
2018-08-21 | Merge duplicate benchmark() GET/SSL_shutdown blocks into doConnection(). | cheloha |
2018-08-21 | AIX reports the CODESET as "ISO8859-1" in the POSIX locale. | Ingo Schwarze |
2018-08-21 | Fix some issues found looking at groff_char(7): | Ingo Schwarze |
2018-08-20 | Move offset of window list into status struct. | Nicholas Marriott |
2018-08-20 | \f[] means \fP, not \fR | Ingo Schwarze |
2018-08-20 | Expand \n(.$ (the number of macro arguments) right in roff_userdef(), | Ingo Schwarze |
2018-08-20 | Add -Z to find-window as well. | Nicholas Marriott |
2018-08-20 | Fix problems with page scrolling in copy mode, GitHub issue 1440 from | Nicholas Marriott |
2018-08-19 | Add the \) special character, a variant of \& so arcane that i | Ingo Schwarze |
2018-08-19 | Do alignment of non-numeric strings in numeric cells the same way | Ingo Schwarze |
2018-08-19 | Add a flag to force redrawing of the status line even if the content | Nicholas Marriott |
2018-08-19 | Don't leak a strdup()'ed string on error in do_accept(). | Theo Buehler |
2018-08-19 | do not print horizontal lines inside vertical spans | Ingo Schwarze |
2018-08-19 | Expand \u and \U escape sequences in command strings, from Christopher | Nicholas Marriott |
2018-08-19 | Mostly complete implementation of the 'c' (character available) | Ingo Schwarze |
2018-08-19 | Add a client redraw-window flag instead of the redraw-all flag and for | Nicholas Marriott |
2018-08-18 | Bugfix: When a line ends with '\ \"', don't strip the trailing space | Ingo Schwarze |
2018-08-18 | support the highly surprising escape sequence \# (line continuation | Ingo Schwarze |