aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cgi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Profit from the unified struct roff_man and reduce the number ofIngo Schwarze2015-04-181-7/+7
* Replace the structs mdoc and man by a unified struct roff_man.Ingo Schwarze2015-04-181-3/+3
* Actually use the new man.conf(5) "output" directive.Ingo Schwarze2015-03-271-7/+8
* Parse the new man.conf(5) "output" directive.Ingo Schwarze2015-03-271-4/+4
* trim trailing white space, no code change;Ingo Schwarze2015-02-101-12/+12
* Fatal errors no longer exist.Ingo Schwarze2015-01-151-11/+3
* Make the code sipler and more robust by always assigning a valueIngo Schwarze2014-11-261-12/+6
* In man(1) mode without -a, stop searching after the first manual treeIngo Schwarze2014-11-111-1/+2
* Make the character table available to libroff so it can check theIngo Schwarze2014-10-281-3/+7
* be a bit more patient, 1s is sometimes insufficient for legitimate queriesIngo Schwarze2014-10-071-3/+3
* Modify man.cgi to use HTML5.Kristaps Dzonsons2014-09-271-6/+3
* Support backslash-escaping of white space in the query expression,Ingo Schwarze2014-09-141-34/+33
* Sync section titles with OpenBSD.Ingo Schwarze2014-08-261-7/+7
* limit CGI process execution time to make REDoS attacks less effective;Ingo Schwarze2014-08-211-1/+15
* Fully integrate apropos(1) into mandoc(1).Ingo Schwarze2014-08-171-4/+4
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-3/+3
* mansearch.h uses uint64_t, so it needs stdint.h; found on LinuxIngo Schwarze2014-08-051-1/+2
* Choosing the right encoding is a tricky business...Ingo Schwarze2014-07-251-35/+9
* Sort the URI keys for .Xr links in the same order used by the search form,Ingo Schwarze2014-07-251-8/+13
* oops, we must not try to validate a manpath we don't have;Ingo Schwarze2014-07-251-2/+3
* We cannot easily control the order of the QUERY_STRING keys generatedIngo Schwarze2014-07-251-17/+19
* In generated .Xr links, avoid double encoding of ampersandsIngo Schwarze2014-07-251-2/+3
* Even though this is not XHTML yet, remove some gratuitious violationsIngo Schwarze2014-07-251-12/+12