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