summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/cgi.c
AgeCommit message (Expand)Author
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
2016-04-29Only focus on the query input box when no manual page is displayed,Ingo Schwarze
2016-04-28Set the "autofocus" attribute on the query text box.Ingo Schwarze
2016-04-15Rename five static functions to make the classification of functionsIngo Schwarze
2016-04-15prefer warn[x](3) over fprintf(3) where appropriateIngo Schwarze
2016-04-15Fix parsing of PATH_INFO if both a section directory and anIngo Schwarze
2016-04-15Make HTML tags lower case for better stylistic agreement with whatIngo Schwarze
2016-04-15In the architectures dropdown, move aviion, ia64, solbourne, and vaxIngo Schwarze
2016-04-15If PATH_INFO contains a complete and correct path to a manual pageIngo Schwarze
2016-04-15omit list of other results one there is only one matchIngo Schwarze
2016-04-14for .Xr links, use short PATH_INFO style URIsIngo Schwarze
2016-04-14do not rewrite short URIsIngo Schwarze
2016-04-13Give manuals in purely numerical sections priority over manuals ofIngo Schwarze
2016-03-18Make the SCRIPT_NAME logic simpler, safer, and make it actually work;Ingo Schwarze
2016-03-17make man(1) mode the default rather than apropos(1) modeIngo Schwarze
2016-03-17support short URIs for man.openbsd.orgIngo Schwarze
2015-12-25Don't retain the search query in the resulting manual links.Anthony J. Bentley
2015-11-07Modernization, no functional change intended:Ingo Schwarze
2015-11-05Use include files "header.html" and "footer.html" rather than aIngo Schwarze
2015-11-05simplify: use one stylesheet rather than two; from bentley@Ingo Schwarze
2015-10-22use the new function man_validate() here, tooIngo Schwarze
2015-10-20In order to become able to generate syntax tree nodes on the roff(7)Ingo Schwarze
2015-10-13Major character table cleanup:Ingo Schwarze
2015-10-06modernize style: "return" is not a function; ok cmp(1)Ingo Schwarze
2015-04-18Profit from the unified struct roff_man and reduce the number ofIngo Schwarze