aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cgi.c
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant value= attributes from option elements,Ingo Schwarze2018-05-291-8/+6
* In a nutshell, all mobile browsers are broken.Ingo Schwarze2018-05-181-1/+3
* Split -Wstyle into -Wstyle and the even lower -Wbase, and addIngo Schwarze2017-06-241-2/+2
* KNF: remove parentheses from switch case labels; no binary changeIngo Schwarze2017-06-201-5/+5
* More thoroughly reject direct access to unintended files, such thatIngo Schwarze2017-04-191-2/+3
* Simplify: write HTTP 303 redirects with relative locations.Ingo Schwarze2017-03-181-11/+12
* Bugfix: use SCRIPT_NAME for .Xr hyperlinks.Ingo Schwarze2017-03-181-2/+3
* In URIs in apropos(1) result tables,Ingo Schwarze2017-03-151-4/+7
* Mention the manual page name and section in the HTML page <title>.Ingo Schwarze2017-03-151-34/+49
* It's annoying that people keep writing URIs including redundant partsIngo Schwarze2017-03-151-3/+25
* Pledge man.cgi(8).Ingo Schwarze2017-02-221-1/+17
* protect <err.h> inclusionIngo Schwarze2017-02-081-1/+3
* add arm64 architecture; from deraadt@Ingo Schwarze2017-01-251-2/+2
* Improve HTML formatting of .Bl -tag.Ingo Schwarze2017-01-251-1/+3
* clean up the remaining class attributesIngo Schwarze2017-01-211-14/+9
* Adjust indentation of the HTML output to the conventions establishedIngo Schwarze2017-01-191-27/+27
* Start cleanup: trim useless HTML comments, <div> elements,Ingo Schwarze2017-01-191-10/+5
* use the proper HTML escape for double quote ("): &quot; not &quote;Ingo Schwarze2016-09-121-2/+2
* move zaurus down to the discontinued architecturesIngo Schwarze2016-09-031-4/+4
* move "sparc" down to discontinued architecturesIngo Schwarze2016-09-011-4/+4
* fix an fd leak; patch from jsg@Ingo Schwarze2016-08-181-1/+2
* move armish and hppa64 down in the dropdown box; reminded by jmc@Ingo Schwarze2016-08-101-5/+6
* Some base system pages, for example perl(1), contain non-ASCIIIngo Schwarze2016-07-311-2/+3
* Make all components of the URI individually optional,Ingo Schwarze2016-07-111-17/+42
* Simplify the code and the server setup by deleting the pseudo-manpathIngo Schwarze2016-07-101-12/+4
* Do not treat PATH_INFO as a complete path if it doesn't containIngo Schwarze2016-07-091-2/+2
* Simplify search form: minus two visible control elements, minusIngo Schwarze2016-05-281-28/+9
* Only focus on the query input box when no manual page is displayed,Ingo Schwarze2016-04-291-9/+18
* Set the "autofocus" attribute on the query text box.Ingo Schwarze2016-04-281-2/+2
* Rename five static functions to make the classification of functionsIngo Schwarze2016-04-151-16/+16
* prefer warn[x](3) over fprintf(3) where appropriateIngo Schwarze2016-04-151-23/+19
* Fix parsing of PATH_INFO if both a section directory and anIngo Schwarze2016-04-151-18/+14
* Make HTML tags lower case for better stylistic agreement with whatIngo Schwarze2016-04-151-97/+97
* In the architectures dropdown, move aviion, ia64, solbourne, and vaxIngo Schwarze2016-04-151-10/+10
* If PATH_INFO contains a complete and correct path to a manual pageIngo Schwarze2016-04-151-3/+4
* omit list of other results when there is only one matchIngo Schwarze2016-04-151-21/+24
* for .Xr links, use short PATH_INFO style URIsIngo Schwarze2016-04-141-7/+3
* do not rewrite short queriesIngo Schwarze2016-04-141-2/+5
* Give manuals in purely numerical sections priority over manuals ofIngo Schwarze2016-04-131-13/+15
* Make the SCRIPT_NAME logic simpler, safer, and make it actually work;Ingo Schwarze2016-03-181-24/+16
* make man(1) mode the default rather than apropos(1) modeIngo Schwarze2016-03-171-2/+3
* support short URIs for man.openbsd.orgIngo Schwarze2016-03-171-9/+69
* Don't retain the search query in the resulting manual links.Ingo Schwarze2016-01-041-56/+3
* Modernization, no functional change intended:Ingo Schwarze2015-11-071-12/+23
* Use include files "header.html" and "footer.html" rather than aIngo Schwarze2015-11-051-2/+20
* Unify the three stylesheets into a single CSS file.Ingo Schwarze2015-11-051-5/+3
* use the new function man_validate() here, tooIngo Schwarze2015-10-221-2/+5
* In order to become able to generate syntax tree nodes on the roff(7)Ingo Schwarze2015-10-201-3/+5
* Major character table cleanup:Ingo Schwarze2015-10-131-8/+6
* modernize style: "return" is not a functionIngo Schwarze2015-10-061-19/+19