summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/cgi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support the "powerpc64" architecture name.schwarze2020-06-291-5/+6
* Remove some stray argument names from function prototypes,schwarze2020-04-031-4/+6
* autocapitalize=none; also from Tim Baumgardschwarze2020-01-101-2/+3
* Switch off the useless and annoying "autocomplete" feature;schwarze2020-01-101-2/+2
* Add a Content-Security-Policy HTTP header that allows only CSS.bentley2019-11-101-1/+3
* For invalid queries and for valid queries returning no result,schwarze2019-10-011-8/+11
* in man.cgi(8), disable -O toc by default; requested by deraadt@schwarze2019-07-101-2/+1
* drop redundant '0' flag from "%02.2X" format string;schwarze2019-03-061-2/+2
* Relax overzealous PATH_INFO validation.schwarze2019-01-311-2/+2
* Cleanup, no functional change:schwarze2018-12-301-21/+9
* Major cleanup; may imply minor changes in edge cases of error reporting.schwarze2018-12-141-2/+2
* Cleanup, no functional change:schwarze2018-12-131-1/+2
* Rewrite parse_path_info() to be four lines shorter, simplify ownershipschwarze2018-10-191-47/+41
* enable the equivalent of -O toc in man.cgi(8)schwarze2018-10-021-2/+3
* Add missing URI encoding when writing HTTP redirects,schwarze2018-10-011-5/+33
* Remove redundant value= attributes from option elements,schwarze2018-05-291-8/+6
* In a nutshell, all mobile browsers are broken.schwarze2018-05-181-1/+3
* Split -Wstyle into -Wstyle and the even lower -Wbase, and addschwarze2017-06-241-2/+2
* KNF: remove parentheses from switch case labels; no binary changeschwarze2017-06-201-5/+5
* More thoroughly reject direct access to unintended files, such thatschwarze2017-04-191-2/+3
* Simplify: write HTTP 303 redirects with relative locations.schwarze2017-03-181-11/+12
* Bugfix: use SCRIPT_NAME for .Xr hyperlinks.schwarze2017-03-181-2/+3
* In URIs in apropos(1) result tables,schwarze2017-03-151-4/+7
* Mention the manual page name and section in the HTML page <title>.schwarze2017-03-151-34/+49
* It's annoying that people keep writing URIs including redundant partsschwarze2017-03-151-3/+25
* Pledge man.cgi(8).schwarze2017-02-221-1/+15
* +arm64deraadt2017-01-251-2/+2
* Improve HTML formatting of .Bl -tag.schwarze2017-01-251-1/+3
* clean up the remaining class attributesschwarze2017-01-211-14/+9
* Adjust indentation of the HTML output to the conventions establishedschwarze2017-01-191-27/+27
* Start cleanup: trim useless HTML comments and <div> elementsschwarze2017-01-191-10/+5
* Use the proper HTML escape for double quote ("): &quot; not &quote;.bentley2016-09-111-2/+2
* move zaurus down to the discontinued architecturesschwarze2016-09-031-4/+4
* move "sparc" down to discontinued architecturesschwarze2016-09-011-4/+4
* fix an fd leakjsg2016-08-181-1/+2
* move armish and hppa64 down in the dropdown box; reminded by jmc@schwarze2016-08-101-5/+6
* Some base system pages, for example perl(1), contain non-ASCIIschwarze2016-07-311-2/+3
* Make all components of the URI individually optional,schwarze2016-07-111-17/+42
* Simplify the code and the server setup by deleting the pseudo-manpathschwarze2016-07-101-12/+4
* Do not treat PATH_INFO as a complete path if it doesn't containschwarze2016-07-091-2/+2
* Simplify search form: minus two visible control elements, minusschwarze2016-05-281-28/+9
* Only focus on the query input box when no manual page is displayed,schwarze2016-04-291-9/+18
* Set the "autofocus" attribute on the query text box.schwarze2016-04-281-2/+2
* Rename five static functions to make the classification of functionsschwarze2016-04-151-16/+16
* prefer warn[x](3) over fprintf(3) where appropriateschwarze2016-04-151-23/+19
* Fix parsing of PATH_INFO if both a section directory and anschwarze2016-04-151-18/+14
* Make HTML tags lower case for better stylistic agreement with whatschwarze2016-04-151-97/+97
* In the architectures dropdown, move aviion, ia64, solbourne, and vaxschwarze2016-04-151-10/+10
* If PATH_INFO contains a complete and correct path to a manual pageschwarze2016-04-151-3/+4
* omit list of other results one there is only one matchschwarze2016-04-151-21/+24