Age | Commit message (Expand) | Author |
2020-08-06 | Wow, the indentation is totally messed up, to the point where compilers | Theo de Raadt |
2020-08-05 | Change searching to behave more like emacs and so that regex searching | Nicholas Marriott |
2020-08-04 | Also ignore SIGQUIT so it can't be used to kill the client when locked. | Nicholas Marriott |
2020-08-03 | Add support for UTF-8 DISPLAY-HINTs with octet length. For now only | Martijn van Duren |
2020-08-03 | Put the code handling \} into a new function roff_cond_checkend() | Ingo Schwarze |
2020-08-03 | ensure that certificate extensions are lexically sorted. Previously | Damien Miller |
2020-08-03 | allow -A to explicitly enable agent forwarding in scp and sftp. The | Damien Miller |
2020-08-03 | clang -Wimplicit-fallthrough does not recognise /* FALLTHROUGH */ | Theo de Raadt |
2020-08-03 | Split some code that gives clang10 heartburn | Theo de Raadt |
2020-08-02 | missing {} identified by clang10 | Theo de Raadt |
2020-08-01 | update currency exchange rates; | Jason McIntyre |
2020-07-31 | Also compare username when checking for JumpHost loops. bz#3057, ok djm@ | Darren Tucker |
2020-07-30 | Don't print extra newlines on error before awk starts parsing. | Todd C. Miller |
2020-07-30 | Update awk to July 30, 2020 version. | Todd C. Miller |
2020-07-30 | Improved handling of an unescaped '/' in a bracket expression. | Todd C. Miller |
2020-07-30 | Trim newline from ctime, from Thomas Adam. | Nicholas Marriott |
2020-07-27 | Wrap long lines s_server.c | Kinichiro Inoguchi |
2020-07-27 | Add function prototype and move sub functions to bottom | Kinichiro Inoguchi |
2020-07-27 | Remove space between '*' and pointer variable in s_server.c | Kinichiro Inoguchi |
2020-07-27 | Remove 's_' prefix from member of s_server_config struct | Kinichiro Inoguchi |
2020-07-27 | Convert openssl(1) s_server option handling | Kinichiro Inoguchi |
2020-07-27 | Add a -d option to display-message to set delay, from theonekeyg at | Nicholas Marriott |
2020-07-26 | Add / as alias for g (grep) | kn |
2020-07-24 | Add a hook when the pane title changed. | Nicholas Marriott |
2020-07-24 | Regular expression support in RS is an extension. | Todd C. Miller |
2020-07-23 | Change line counter from int to unsigned long long to reduce overflow. | Martijn van Duren |
2020-07-23 | getline(3) does it's own memory allocation. No need to use an intermediate | Martijn van Duren |
2020-07-23 | Check all lists if option not found already. | Nicholas Marriott |
2020-07-22 | Avoid running out of memory with query-replace-regex ^ | Theo Buehler |
2020-07-22 | Prevent mg segfault with query-replace-regex replacing ^ | Theo Buehler |
2020-07-22 | Correct checks for window borders. | Nicholas Marriott |
2020-07-21 | undocumented options -O outfilename and -O tagfilename | Ingo Schwarze |
2020-07-21 | Fix show-buffer when run from inside tmux, GitHub issue 2314. | Nicholas Marriott |
2020-07-20 | If closefile() is called on std{in,out,err}, freopen() /dev/null instead. | Todd C. Miller |
2020-07-20 | In closeall(), skip stdin and flush std{err,out} instead of closing. | Todd C. Miller |
2020-07-20 | as jmc@ points out, i missed a few instances of .Xr more 1 | Ingo Schwarze |
2020-07-20 | Switch the default pager from "more -s" to "less". | Ingo Schwarze |
2020-07-19 | Delete support for LC_MESSAGES which we shall never implement. | Ingo Schwarze |
2020-07-19 | Don't add server.device knob if there's only one audio device | Alexandre Ratchov |
2020-07-19 | Fix initial alternate device number | Alexandre Ratchov |
2020-07-18 | oops - the description of -i had a similarly incorrect text as -I concerning | Jason McIntyre |
2020-07-18 | the text describing the effect of -f on -I is apparently wrong - no such code | Jason McIntyre |
2020-07-18 | Properly escape a backslash. | Daniel Dickman |
2020-07-17 | Add %k to the TOKENs for Match Exec for consistency with the other keywords | Darren Tucker |
2020-07-17 | fix macro slip in previous; | Jason McIntyre |
2020-07-17 | log error message for process_write() write failures | Damien Miller |
2020-07-17 | Add a '%k' TOKEN that expands to the effective HostKey of the | Darren Tucker |
2020-07-17 | Add %-TOKEN, environment variable and tilde expansion to UserKnownHostsFile, | Darren Tucker |
2020-07-16 | add -T option to make time related system calls more prominent. | Ted Unangst |
2020-07-15 | Renumber after killing windows for choose-tree. | Nicholas Marriott |