]> git.cameronkatri.com Git - mandoc.git/history - cgi.c
store the operating system name obtained from uname(3) in the adequate
[mandoc.git] / cgi.c
2021-08-19 Ingo Schwarzefix the section number in the <title> element for prefo...
2021-05-13 Ingo SchwarzeAdd OpenBSD riscv64 architecture; patch from jsg@.
2020-06-29 Ingo SchwarzeSupport the "powerpc64" architecture name.
2020-04-03 Ingo SchwarzeRemove some stray argument names from function prototypes,
2020-01-10 Ingo Schwarzeautocapitalize=none; also from Tim Baumgard
2020-01-10 Ingo SchwarzeSwitch off the useless and annoying "autocomplete"...
2019-11-10 Ingo SchwarzeAdd a Content-Security-Policy HTTP header that allows...
2019-10-01 Ingo SchwarzeFor invalid queries and for valid queries returning...
2019-07-10 Ingo Schwarzein man.cgi(8), disable -O toc by default; requested...
2019-03-06 Ingo Schwarzedrop redundant '0' flag from "%02.2X" format string;
2019-01-31 Ingo SchwarzeRelax overzealous PATH_INFO validation.
2018-12-30 Ingo SchwarzeCleanup, no functional change:
2018-12-14 Ingo SchwarzeMajor cleanup; may imply minor changes in edge cases...
2018-12-13 Ingo SchwarzeCleanup, no functional change:
2018-10-19 Ingo SchwarzeRewrite parse_path_info() to be four lines shorter...
2018-10-02 Ingo Schwarzeenable the equivalent of -O toc in man.cgi(8)
2018-10-01 Ingo SchwarzeAdd missing URI encoding when writing HTTP redirects,
2018-05-29 Ingo SchwarzeRemove redundant value= attributes from option elements,
2018-05-18 Ingo SchwarzeIn a nutshell, all mobile browsers are broken.
2017-06-24 Ingo SchwarzeSplit -Wstyle into -Wstyle and the even lower -Wbase...
2017-06-20 Ingo SchwarzeKNF: remove parentheses from switch case labels; no...
2017-04-19 Ingo SchwarzeMore thoroughly reject direct access to unintended...
2017-03-18 Ingo SchwarzeSimplify: write HTTP 303 redirects with relative locations.
2017-03-18 Ingo SchwarzeBugfix: use SCRIPT_NAME for .Xr hyperlinks.
2017-03-15 Ingo SchwarzeIn URIs in apropos(1) result tables,
2017-03-15 Ingo SchwarzeMention the manual page name and section in the HTML...
2017-03-15 Ingo SchwarzeIt's annoying that people keep writing URIs including...
2017-02-22 Ingo SchwarzePledge man.cgi(8).
2017-02-08 Ingo Schwarzeprotect <err.h> inclusion
2017-01-25 Ingo Schwarzeadd arm64 architecture; from deraadt@
2017-01-25 Ingo SchwarzeImprove HTML formatting of .Bl -tag.
2017-01-21 Ingo Schwarzeclean up the remaining class attributes
2017-01-19 Ingo SchwarzeAdjust indentation of the HTML output to the convention...
2017-01-19 Ingo SchwarzeStart cleanup: trim useless HTML comments, <div> elements,
2016-09-12 Ingo Schwarzeuse the proper HTML escape for double quote ("): &quot...
2016-09-03 Ingo Schwarzemove zaurus down to the discontinued architectures
2016-09-01 Ingo Schwarzemove "sparc" down to discontinued architectures
2016-08-18 Ingo Schwarzefix an fd leak; patch from jsg@
2016-08-10 Ingo Schwarzemove armish and hppa64 down in the dropdown box; remind...
2016-07-31 Ingo SchwarzeSome base system pages, for example perl(1), contain...
2016-07-11 Ingo SchwarzeMake all components of the URI individually optional,
2016-07-10 Ingo SchwarzeSimplify the code and the server setup by deleting...
2016-07-09 Ingo SchwarzeDo not treat PATH_INFO as a complete path if it doesn...
2016-05-28 Ingo SchwarzeSimplify search form: minus two visible control element...
2016-04-29 Ingo SchwarzeOnly focus on the query input box when no manual page...
2016-04-28 Ingo SchwarzeSet the "autofocus" attribute on the query text box.
2016-04-15 Ingo SchwarzeRename five static functions to make the classification...
2016-04-15 Ingo Schwarzeprefer warn[x](3) over fprintf(3) where appropriate
2016-04-15 Ingo SchwarzeFix parsing of PATH_INFO if both a section directory...
2016-04-15 Ingo SchwarzeMake HTML tags lower case for better stylistic agreemen...
2016-04-15 Ingo SchwarzeIn the architectures dropdown, move aviion, ia64, solbo...
2016-04-15 Ingo SchwarzeIf PATH_INFO contains a complete and correct path to...
2016-04-15 Ingo Schwarzeomit list of other results when there is only one match
2016-04-14 Ingo Schwarzefor .Xr links, use short PATH_INFO style URIs
2016-04-14 Ingo Schwarzedo not rewrite short queries
2016-04-13 Ingo SchwarzeGive manuals in purely numerical sections priority...
2016-03-18 Ingo SchwarzeMake the SCRIPT_NAME logic simpler, safer, and make...
2016-03-17 Ingo Schwarzemake man(1) mode the default rather than apropos(1...
2016-03-17 Ingo Schwarzesupport short URIs for man.openbsd.org
2016-01-04 Ingo SchwarzeDon't retain the search query in the resulting manual...
2015-11-07 Ingo SchwarzeModernization, no functional change intended:
2015-11-05 Ingo SchwarzeUse include files "header.html" and "footer.html" rathe...
2015-11-05 Ingo SchwarzeUnify the three stylesheets into a single CSS file.
2015-10-22 Ingo Schwarzeuse the new function man_validate() here, too
2015-10-20 Ingo SchwarzeIn order to become able to generate syntax tree nodes...
2015-10-13 Ingo SchwarzeMajor character table cleanup:
2015-10-06 Ingo Schwarzemodernize style: "return" is not a function
2015-04-18 Ingo SchwarzeProfit from the unified struct roff_man and reduce...
2015-04-18 Ingo SchwarzeReplace the structs mdoc and man by a unified struct...
2015-03-27 Ingo SchwarzeActually use the new man.conf(5) "output" directive.
2015-03-27 Ingo SchwarzeParse the new man.conf(5) "output" directive.
2015-02-10 Ingo Schwarzetrim trailing white space, no code change;
2015-01-15 Ingo SchwarzeFatal errors no longer exist.
2014-11-26 Ingo SchwarzeMake the code sipler and more robust by always assignin...
2014-11-11 Ingo SchwarzeIn man(1) mode without -a, stop searching after the...
2014-10-28 Ingo SchwarzeMake the character table available to libroff so it...
2014-10-07 Ingo Schwarzebe a bit more patient, 1s is sometimes insufficient...
2014-09-27 Kristaps DzonsonsModify man.cgi to use HTML5.
2014-09-14 Ingo SchwarzeSupport backslash-escaping of white space in the query...
2014-08-26 Ingo SchwarzeSync section titles with OpenBSD.
2014-08-21 Ingo Schwarzelimit CGI process execution time to make REDoS attacks...
2014-08-17 Ingo SchwarzeFully integrate apropos(1) into mandoc(1).
2014-08-10 Ingo SchwarzeGet rid of HAVE_CONFIG_H, it is always defined; idea...
2014-08-05 Ingo Schwarzemansearch.h uses uint64_t, so it needs stdint.h; found...
2014-07-25 Ingo SchwarzeChoosing the right encoding is a tricky business...
2014-07-25 Ingo SchwarzeSort the URI keys for .Xr links in the same order used...
2014-07-25 Ingo Schwarzeoops, we must not try to validate a manpath we don...
2014-07-25 Ingo SchwarzeWe cannot easily control the order of the QUERY_STRING...
2014-07-25 Ingo SchwarzeIn generated .Xr links, avoid double encoding of ampersands
2014-07-25 Ingo SchwarzeEven though this is not XHTML yet, remove some gratuiti...
2014-07-25 Ingo SchwarzeThe names of all other struct query memebers match...
2014-07-25 Ingo Schwarzeclean up pg_show() to not modify a string returned...
2014-07-25 Ingo SchwarzeRewrite http_parse() completely:
2014-07-24 Ingo SchwarzeSort result pages first by section number, then by...
2014-07-24 Ingo SchwarzeProvide a dropdown entry "All Architectures" and make...
2014-07-22 Ingo SchwarzeSecurity fix to prevent XSS attacks:
2014-07-21 Ingo Schwarzefix a minibug reported by kristaps@:
2014-07-21 Ingo SchwarzeKristaps points out that the current HTTP/1.1 draft...
2014-07-19 Ingo SchwarzeSecurity fix:
2014-07-19 Ingo SchwarzeSecurity fix:
next