summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/cgi.c
AgeCommit message (Expand)Author
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2022-07-06For accessibility, label the last two widgets in the search form.Ingo Schwarze
2022-07-06https://www.w3.org/WAI/ARIA/apg/practices/names-and-descriptions/ says:Ingo Schwarze
2022-07-05Somehow, the content of header.html ended upIngo Schwarze
2022-07-04Improve accessibility of man.cgi(8) in various respects,Ingo Schwarze
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2021-08-19fix the section number in the <title> element for preformatted pages;Ingo Schwarze
2021-05-01Retire OpenBSD/sgi.Visa Hankala
2021-04-28recognise riscv64 as a valid arch in mandocJonathan Gray
2020-06-29Support the "powerpc64" architecture name.Ingo Schwarze
2020-04-03Remove some stray argument names from function prototypes,Ingo Schwarze
2020-01-10autocapitalize=none; also from Tim BaumgardIngo Schwarze
2020-01-10Switch off the useless and annoying "autocomplete" feature;Ingo Schwarze
2019-11-10Add a Content-Security-Policy HTTP header that allows only CSS.Anthony J. Bentley
2019-10-01For invalid queries and for valid queries returning no result,Ingo Schwarze
2019-07-10in man.cgi(8), disable -O toc by default; requested by deraadt@Ingo Schwarze
2019-03-06drop redundant '0' flag from "%02.2X" format string;Ingo Schwarze
2019-01-31Relax overzealous PATH_INFO validation.Ingo Schwarze
2018-12-30Cleanup, no functional change:Ingo Schwarze
2018-12-14Major cleanup; may imply minor changes in edge cases of error reporting.Ingo Schwarze
2018-12-13Cleanup, no functional change:Ingo Schwarze
2018-10-19Rewrite parse_path_info() to be four lines shorter, simplify ownershipIngo Schwarze
2018-10-02enable the equivalent of -O toc in man.cgi(8)Ingo Schwarze
2018-10-01Add missing URI encoding when writing HTTP redirects,Ingo Schwarze
2018-05-29Remove redundant value= attributes from option elements,Ingo Schwarze
2018-05-18In a nutshell, all mobile browsers are broken.Ingo Schwarze
2017-06-24Split -Wstyle into -Wstyle and the even lower -Wbase, and addIngo Schwarze
2017-06-20KNF: remove parentheses from switch case labels; no binary changeIngo Schwarze
2017-04-19More thoroughly reject direct access to unintended files, such thatIngo Schwarze
2017-03-18Simplify: write HTTP 303 redirects with relative locations.Ingo Schwarze
2017-03-18Bugfix: use SCRIPT_NAME for .Xr hyperlinks.Ingo Schwarze
2017-03-15In URIs in apropos(1) result tables,Ingo Schwarze
2017-03-15Mention the manual page name and section in the HTML page <title>.Ingo Schwarze
2017-03-15It's annoying that people keep writing URIs including redundant partsIngo Schwarze
2017-02-22Pledge man.cgi(8).Ingo Schwarze
2017-01-25+arm64Theo de Raadt
2017-01-25Improve HTML formatting of .Bl -tag.Ingo Schwarze
2017-01-21clean up the remaining class attributesIngo Schwarze
2017-01-19Adjust indentation of the HTML output to the conventions establishedIngo Schwarze
2017-01-19Start cleanup: trim useless HTML comments and <div> elementsIngo Schwarze
2016-09-11Use the proper HTML escape for double quote ("): &quot; not &quote;.Anthony J. Bentley
2016-09-03move zaurus down to the discontinued architecturesIngo Schwarze
2016-09-01move "sparc" down to discontinued architecturesIngo Schwarze
2016-08-18fix an fd leakJonathan Gray
2016-08-10move armish and hppa64 down in the dropdown box; reminded by jmc@Ingo Schwarze
2016-07-31Some base system pages, for example perl(1), contain non-ASCIIIngo Schwarze
2016-07-11Make all components of the URI individually optional,Ingo Schwarze
2016-07-10Simplify the code and the server setup by deleting the pseudo-manpathIngo Schwarze
2016-07-09Do not treat PATH_INFO as a complete path if it doesn't containIngo Schwarze
2016-05-28Simplify search form: minus two visible control elements, minusIngo Schwarze