summaryrefslogtreecommitdiffstats
path: root/cgi.c
Commit message (Expand)AuthorAgeFilesLines
* add arm64 architecture; from deraadt@Ingo Schwarze2017-01-251-1/+1
* Improve HTML formatting of .Bl -tag.Ingo Schwarze2017-01-251-0/+2
* clean up the remaining class attributesIngo Schwarze2017-01-211-13/+8
* Adjust indentation of the HTML output to the conventions establishedIngo Schwarze2017-01-191-26/+26
* Start cleanup: trim useless HTML comments, <div> elements,Ingo Schwarze2017-01-191-9/+4
* use the proper HTML escape for double quote ("): &quot; not &quote;Ingo Schwarze2016-09-121-1/+1
* move zaurus down to the discontinued architecturesIngo Schwarze2016-09-031-3/+3
* move "sparc" down to discontinued architecturesIngo Schwarze2016-09-011-3/+3
* fix an fd leak; patch from jsg@Ingo Schwarze2016-08-181-0/+1
* move armish and hppa64 down in the dropdown box; reminded by jmc@Ingo Schwarze2016-08-101-4/+5
* Some base system pages, for example perl(1), contain non-ASCIIIngo Schwarze2016-07-311-1/+2
* Make all components of the URI individually optional,Ingo Schwarze2016-07-111-16/+41
* Simplify the code and the server setup by deleting the pseudo-manpathIngo Schwarze2016-07-101-11/+3
* Do not treat PATH_INFO as a complete path if it doesn't containIngo Schwarze2016-07-091-1/+1
* Simplify search form: minus two visible control elements, minusIngo Schwarze2016-05-281-27/+8
* Only focus on the query input box when no manual page is displayed,Ingo Schwarze2016-04-291-8/+17
* Set the "autofocus" attribute on the query text box.Ingo Schwarze2016-04-281-1/+1
* Rename five static functions to make the classification of functionsIngo Schwarze2016-04-151-15/+15
* prefer warn[x](3) over fprintf(3) where appropriateIngo Schwarze2016-04-151-22/+18
* Fix parsing of PATH_INFO if both a section directory and anIngo Schwarze2016-04-151-17/+13
* Make HTML tags lower case for better stylistic agreement with whatIngo Schwarze2016-04-151-96/+96
* In the architectures dropdown, move aviion, ia64, solbourne, and vaxIngo Schwarze2016-04-151-9/+9
* If PATH_INFO contains a complete and correct path to a manual pageIngo Schwarze2016-04-151-2/+3
* omit list of other results when there is only one matchIngo Schwarze2016-04-151-20/+23
* for .Xr links, use short PATH_INFO style URIsIngo Schwarze2016-04-141-6/+2
* do not rewrite short queriesIngo Schwarze2016-04-141-1/+4
* Give manuals in purely numerical sections priority over manuals ofIngo Schwarze2016-04-131-12/+14
* Make the SCRIPT_NAME logic simpler, safer, and make it actually work;Ingo Schwarze2016-03-181-23/+15
* make man(1) mode the default rather than apropos(1) modeIngo Schwarze2016-03-171-1/+2
* support short URIs for man.openbsd.orgIngo Schwarze2016-03-171-8/+68
* Don't retain the search query in the resulting manual links.Ingo Schwarze2016-01-041-55/+2
* Modernization, no functional change intended:Ingo Schwarze2015-11-071-11/+22
* Use include files "header.html" and "footer.html" rather than aIngo Schwarze2015-11-051-1/+19
* Unify the three stylesheets into a single CSS file.Ingo Schwarze2015-11-051-4/+2
* use the new function man_validate() here, tooIngo Schwarze2015-10-221-1/+4
* In order to become able to generate syntax tree nodes on the roff(7)Ingo Schwarze2015-10-201-2/+4
* Major character table cleanup:Ingo Schwarze2015-10-131-7/+5
* modernize style: "return" is not a functionIngo Schwarze2015-10-061-18/+18
* Profit from the unified struct roff_man and reduce the number ofIngo Schwarze2015-04-181-6/+6
* Replace the structs mdoc and man by a unified struct roff_man.Ingo Schwarze2015-04-181-2/+2
* Actually use the new man.conf(5) "output" directive.Ingo Schwarze2015-03-271-6/+7
* Parse the new man.conf(5) "output" directive.Ingo Schwarze2015-03-271-3/+3
* trim trailing white space, no code change;Ingo Schwarze2015-02-101-11/+11
* Fatal errors no longer exist.Ingo Schwarze2015-01-151-10/+2
* Make the code sipler and more robust by always assigning a valueIngo Schwarze2014-11-261-11/+5
* In man(1) mode without -a, stop searching after the first manual treeIngo Schwarze2014-11-111-0/+1
* Make the character table available to libroff so it can check theIngo Schwarze2014-10-281-2/+6
* be a bit more patient, 1s is sometimes insufficient for legitimate queriesIngo Schwarze2014-10-071-2/+2
* Modify man.cgi to use HTML5.Kristaps Dzonsons2014-09-271-5/+2
* Support backslash-escaping of white space in the query expression,Ingo Schwarze2014-09-141-33/+32