| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-06-22 | some clarifying comments |  djm | 1 | -2/+9 |
| 2020-06-22 | change "East Tupelo" reference to just "Tupelo"; |  jmc | 1 | -2/+2 |
| 2020-06-22 | Document "s" command |  kn | 1 | -1/+3 |
| 2020-06-22 | Remove ^Z mention |  kn | 1 | -5/+2 |
| 2020-06-22 | updated argument name for -P in first synopsis was missed in previous; |  jmc | 1 | -2/+2 |
| 2020-06-22 | supply word missing in previous; |  jmc | 1 | -2/+2 |
| 2020-06-22 | Add support for FIDO webauthn (verification only). webauthn is a |  djm | 3 | -6/+130 |
| 2020-06-22 | refactor ECDSA-SK verification a little ahead of adding support |  djm | 1 | -21/+23 |
| 2020-06-22 | support for RFC4648 base64url encoding; ok markus |  djm | 2 | -2/+47 |
| 2020-06-22 | better terminology for permissions; feedback & ok markus@ |  djm | 1 | -11/+11 |
| 2020-06-22 | better terminology for permissions; feedback & ok markus@ |  djm | 3 | -37/+37 |
| 2020-06-22 | plug the wireguard ioctls in. |  dlg | 2 | -2/+4 |
| 2020-06-21 | add neil peart; from matthew j. c. clarke |  jmc | 1 | -1/+3 |
| 2020-06-20 | Avoid one uninitialized warning in file_get() |  jca | 1 | -2/+2 |
| 2020-06-19 | Correct synopsis and usage for the options accepted when passing a command |  dtucker | 2 | -5/+12 |
| 2020-06-18 | check public host key matches private; ok markus@ (as part of |  djm | 1 | -2/+11 |
| 2020-06-18 | avoid spurious "Unable to load host key" message when sshd can load a |  djm | 1 | -2/+8 |
| 2020-06-18 | The redraw callback could be fired with a NULL pane if it updates while |  nicm | 1 | -2/+3 |
| 2020-06-18 | Add a flag to make a client wait for an empty line before exiting in |  nicm | 6 | -13/+51 |
| 2020-06-18 | Check control types and skip unknown ones. |  ratchov | 1 | -2/+9 |
| 2020-06-18 | Allow names to start with digits or underscores |  ratchov | 1 | -12/+8 |
| 2020-06-18 | Don't try to open device that's already open |  ratchov | 5 | -38/+76 |
| 2020-06-17 | Manually tag the section option. |  schwarze | 1 | -2/+3 |
| 2020-06-17 | Document that rand() returns non-deterministic random numbers unless a |  tim | 1 | -3/+12 |
| 2020-06-16 | Fix strlcpy() size parameter in refldbld(), it was a byte too small. |  millert | 2 | -17/+21 |
| 2020-06-16 | rework SYNOPSIS/usage() to show better the various use formats, |  jmc | 2 | -58/+61 |
| 2020-06-16 | d and D keys to reset to default in customize mode. |  nicm | 8 | -63/+231 |
| 2020-06-16 | Correctly move to previous line when looking for previous word, from |  nicm | 1 | -5/+5 |
| 2020-06-15 | document -T html -O tag as implemented in main.c rev. 1.253 |  schwarze | 1 | -2/+19 |
| 2020-06-15 | Support -T html -O tag by passing a file:// URI to the pager. |  schwarze | 1 | -17/+24 |
| 2020-06-15 | print the name of the rings in systat mbuf output too. |  dlg | 1 | -14/+17 |
| 2020-06-13 | Add -b flags to insert a window before (like the existing -a for after) |  nicm | 6 | -47/+63 |
| 2020-06-13 | Integrate the bsd-features branch from awk github. |  millert | 8 | -14/+339 |
| 2020-06-13 | POSIX doesn't permit an unescaped '/' in an extended regular expression. |  millert | 5 | -21/+35 |
| 2020-06-12 | On error, drop clients and close the device only if it's still open |  ratchov | 6 | -17/+20 |
| 2020-06-12 | Remove superflous space I added with my last commit. |  remi | 1 | -2/+2 |
| 2020-06-12 | Do not wait on shutdown for commands started with run -b. |  nicm | 1 | -3/+6 |
| 2020-06-12 | update usage() with -R. |  remi | 1 | -3/+4 |
| 2020-06-12 | Check if a pane needs to be paused when output is written rather than |  nicm | 1 | -1/+8 |
| 2020-06-12 | move-pane also defaults to marked pane now, reported by Ben Challenor. |  nicm | 1 | -2/+3 |
| 2020-06-12 | Fix quoting with newlines and single quotes. |  nicm | 1 | -12/+15 |
| 2020-06-12 | Add -R to show a summary of rdomains with associated interfaces and tables. |  remi | 4 | -6/+93 |
| 2020-06-12 | correct RFC number; from HARUYAMA Seigo via GH PR191 |  djm | 1 | -1/+1 |
| 2020-06-11 | Add some formats for search in copy mode (search_present, search_match). |  nicm | 4 | -23/+56 |
| 2020-06-11 | Fix a regression in rev. 1.238 (2019/07/26): |  otto | 1 | -2/+2 |
| 2020-06-11 | Use setlocale(LC_CTYPE, "") instead of setlocale(LC_ALL, "") |  millert | 1 | -2/+2 |
| 2020-06-11 | Fix length parameter to strlcpy, inputFS is a pointer. |  millert | 1 | -2/+2 |
| 2020-06-11 | Fix a crash when completing sessions, from Anindya Mukherjee. |  nicm | 1 | -7/+18 |
| 2020-06-11 | Add a -A option to pause a pane manually. |  nicm | 4 | -8/+30 |
| 2020-06-10 | Update awk to June 5, 2020 version. |  millert | 5 | -11/+35 |