| Commit message (Expand) | Author | Age | Files | Lines |
* | Commit and commit message by deraadt@: | Ingo Schwarze | 2021-11-05 | 1 | -1/+1 |
* | fix the section number in the <title> element for preformatted pages; | Ingo Schwarze | 2021-08-19 | 1 | -8/+24 |
* | Add OpenBSD riscv64 architecture; patch from jsg@. | Ingo Schwarze | 2021-05-13 | 1 | -2/+3 |
* | Support the "powerpc64" architecture name. | Ingo Schwarze | 2020-06-29 | 1 | -4/+5 |
* | Remove some stray argument names from function prototypes, | Ingo Schwarze | 2020-04-03 | 1 | -4/+6 |
* | autocapitalize=none; also from Tim Baumgard | Ingo Schwarze | 2020-01-10 | 1 | -1/+2 |
* | Switch off the useless and annoying "autocomplete" feature; | Ingo Schwarze | 2020-01-10 | 1 | -1/+1 |
* | Add a Content-Security-Policy HTTP header that allows only CSS. | Ingo Schwarze | 2019-11-10 | 1 | -0/+2 |
* | For invalid queries and for valid queries returning no result, | Ingo Schwarze | 2019-10-01 | 1 | -7/+10 |
* | in man.cgi(8), disable -O toc by default; requested by deraadt@ | Ingo Schwarze | 2019-07-10 | 1 | -1/+0 |
* | drop redundant '0' flag from "%02.2X" format string; | Ingo Schwarze | 2019-03-06 | 1 | -1/+1 |
* | Relax overzealous PATH_INFO validation. | Ingo Schwarze | 2019-01-31 | 1 | -1/+1 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-30 | 1 | -20/+8 |
* | Major cleanup; may imply minor changes in edge cases of error reporting. | Ingo Schwarze | 2018-12-14 | 1 | -1/+1 |
* | Cleanup, no functional change: | Ingo Schwarze | 2018-12-13 | 1 | -0/+1 |
* | Rewrite parse_path_info() to be four lines shorter, simplify ownership | Ingo Schwarze | 2018-10-19 | 1 | -46/+40 |
* | enable the equivalent of -O toc in man.cgi(8) | Ingo Schwarze | 2018-10-02 | 1 | -1/+2 |
* | Add missing URI encoding when writing HTTP redirects, | Ingo Schwarze | 2018-10-01 | 1 | -4/+32 |
* | Remove redundant value= attributes from option elements, | Ingo Schwarze | 2018-05-29 | 1 | -7/+5 |
* | In a nutshell, all mobile browsers are broken. | Ingo Schwarze | 2018-05-18 | 1 | -0/+2 |
* | Split -Wstyle into -Wstyle and the even lower -Wbase, and add | Ingo Schwarze | 2017-06-24 | 1 | -1/+1 |
* | KNF: remove parentheses from switch case labels; no binary change | Ingo Schwarze | 2017-06-20 | 1 | -4/+4 |
* | More thoroughly reject direct access to unintended files, such that | Ingo Schwarze | 2017-04-19 | 1 | -1/+2 |
* | Simplify: write HTTP 303 redirects with relative locations. | Ingo Schwarze | 2017-03-18 | 1 | -10/+11 |
* | Bugfix: use SCRIPT_NAME for .Xr hyperlinks. | Ingo Schwarze | 2017-03-18 | 1 | -1/+2 |
* | In URIs in apropos(1) result tables, | Ingo Schwarze | 2017-03-15 | 1 | -3/+6 |
* | Mention the manual page name and section in the HTML page <title>. | Ingo Schwarze | 2017-03-15 | 1 | -33/+48 |
* | It's annoying that people keep writing URIs including redundant parts | Ingo Schwarze | 2017-03-15 | 1 | -2/+24 |
* | Pledge man.cgi(8). | Ingo Schwarze | 2017-02-22 | 1 | -0/+16 |
* | protect <err.h> inclusion | Ingo Schwarze | 2017-02-08 | 1 | -0/+2 |
* | add arm64 architecture; from deraadt@ | Ingo Schwarze | 2017-01-25 | 1 | -1/+1 |
* | Improve HTML formatting of .Bl -tag. | Ingo Schwarze | 2017-01-25 | 1 | -0/+2 |
* | clean up the remaining class attributes | Ingo Schwarze | 2017-01-21 | 1 | -13/+8 |
* | Adjust indentation of the HTML output to the conventions established | Ingo Schwarze | 2017-01-19 | 1 | -26/+26 |
* | Start cleanup: trim useless HTML comments, <div> elements, | Ingo Schwarze | 2017-01-19 | 1 | -9/+4 |
* | use the proper HTML escape for double quote ("): " not "e; | Ingo Schwarze | 2016-09-12 | 1 | -1/+1 |
* | move zaurus down to the discontinued architectures | Ingo Schwarze | 2016-09-03 | 1 | -3/+3 |
* | move "sparc" down to discontinued architectures | Ingo Schwarze | 2016-09-01 | 1 | -3/+3 |
* | fix an fd leak; patch from jsg@ | Ingo Schwarze | 2016-08-18 | 1 | -0/+1 |
* | move armish and hppa64 down in the dropdown box; reminded by jmc@ | Ingo Schwarze | 2016-08-10 | 1 | -4/+5 |
* | Some base system pages, for example perl(1), contain non-ASCII | Ingo Schwarze | 2016-07-31 | 1 | -1/+2 |
* | Make all components of the URI individually optional, | Ingo Schwarze | 2016-07-11 | 1 | -16/+41 |
* | Simplify the code and the server setup by deleting the pseudo-manpath | Ingo Schwarze | 2016-07-10 | 1 | -11/+3 |
* | Do not treat PATH_INFO as a complete path if it doesn't contain | Ingo Schwarze | 2016-07-09 | 1 | -1/+1 |
* | Simplify search form: minus two visible control elements, minus | Ingo Schwarze | 2016-05-28 | 1 | -27/+8 |
* | Only focus on the query input box when no manual page is displayed, | Ingo Schwarze | 2016-04-29 | 1 | -8/+17 |
* | Set the "autofocus" attribute on the query text box. | Ingo Schwarze | 2016-04-28 | 1 | -1/+1 |
* | Rename five static functions to make the classification of functions | Ingo Schwarze | 2016-04-15 | 1 | -15/+15 |
* | prefer warn[x](3) over fprintf(3) where appropriate | Ingo Schwarze | 2016-04-15 | 1 | -22/+18 |
* | Fix parsing of PATH_INFO if both a section directory and an | Ingo Schwarze | 2016-04-15 | 1 | -17/+13 |