]> git.cameronkatri.com Git - mandoc.git/history - cgi.c
In the architectures dropdown, move aviion, ia64, solbourne, and vax
[mandoc.git] / cgi.c
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:
2014-07-18 Ingo SchwarzeDo not use the HTTP_HOST CGI variable,
2014-07-18 Ingo SchwarzeWhen the MAN_DIR/manpath.conf configuration file does...
2014-07-13 Ingo SchwarzeCompatibility hack for the old "manpath=OpenBSD<blank...
2014-07-13 Ingo SchwarzeMake the calltree a bit easier to understand by giving the
2014-07-13 Ingo Schwarzemake source vs. formatted guessing a bit more robust
2014-07-13 Ingo SchwarzeBy popular demand, bring man.cgi default mode closer...
2014-07-13 Ingo SchwarzeInstall the manuals of the web interface below the...
2014-07-12 Ingo SchwarzePolish the search form using feedback from beck@ and...
2014-07-12 Ingo SchwarzeNo need for run-time configuration, add minimal compile...
2014-07-12 Ingo SchwarzeSimplify: Delete 74 lines of code including one enum...
2014-07-12 Ingo SchwarzeStart fixing issues that beck@ helped find:
2014-07-12 Ingo Schwarzefix the two manual links on the index page
2014-07-11 Ingo Schwarzemerge OpenBSD rev. 1.3 by tedu@:
2014-07-11 Ingo Schwarzemerge OpenBSD rev. 1.2 by tedu@:
2014-07-10 Ingo SchwarzeLink to the new man.cgi(8) manual, now that we have...
2014-07-09 Ingo Schwarzesome sugar for the index page
2014-07-09 Ingo SchwarzeClean up error reporting:
2014-07-09 Ingo Schwarzenamespace cleanups:
2014-07-09 Ingo Schwarzeremove obsolete __sun includes
2014-07-09 Ingo Schwarzeset a reasonable default for .Os
2014-07-09 Ingo Schwarzeoops, forgot to trim the newline character
2014-07-09 Ingo SchwarzeSimplify pathgen() even more.
2014-07-09 Ingo Schwarzeinclude manpath= when printing queries, and omit empty...
2014-07-09 Ingo SchwarzeSwitch over man.cgi to SQLite. While here:
2014-04-23 Ingo SchwarzeAudit malloc(3)/calloc(3)/realloc(3) usage.
2014-03-23 Ingo Schwarzeneeds mandoc_aux, too
2014-03-19 Ingo SchwarzeWithout the MPARSE_SO option, if the file contains...
2014-03-19 Ingo Schwarzecope with mparse_alloc() interface change
2014-01-05 Ingo SchwarzeCope with mparse_alloc() interface change.
2013-10-11 Ingo SchwarzeThomas Klausner <wiz at NetBSD dot org> finally succeed...
2013-06-05 Ingo SchwarzeSome places used PATH_MAX from <limits.h>, some MAXPATH...
2012-05-27 Ingo SchwarzeSupport -Ios='OpenBSD 5.1' to override uname(3) as...
2012-03-25 Kristaps DzonsonsFix lookup not to use full-out regexp search.
2012-03-24 Kristaps DzonsonsBe insane. Make apropos(1) subsume man(1).
2012-03-24 Kristaps DzonsonsSimplify by not pre-filtering the result vector for...
2012-03-23 Kristaps DzonsonsKnock out useless & confusing whatis mode.
2011-12-25 Kristaps DzonsonsContinue changing mandoc.{index,db} into whatis.{index...
2011-12-16 Kristaps DzonsonsTwo lint fixes.
2011-12-16 Kristaps DzonsonsFix assertion found when plugging legacy man.cgi query...
2011-12-16 Kristaps DzonsonsWhen routing to a "result" page in the cgi, remember...
2011-12-16 Kristaps DzonsonsMake the stored "cat"/"mdoc"/"man" strings just be...
2011-12-16 Kristaps DzonsonsMake paths in the mandocdb(8) index relative to the...
2011-12-15 Kristaps DzonsonsFurther tweaks for output consistency.
2011-12-15 Kristaps DzonsonsSome presentation polish in man.cgi:
2011-12-14 Kristaps DzonsonsUnbreak man.cgi's css directories when CSS_DIR isn...
2011-12-12 Ingo Schwarzeimplement -C (alternative config file) for apropos...
2011-12-11 Kristaps DzonsonsWhen 303'ing a search directly to a page, remember...
2011-12-10 Kristaps DzonsonsSlip in a fix to allow for empty cache directories.
2011-12-10 Kristaps DzonsonsFinishing touches on multi-manroot man.cgi. If more...
2011-12-10 Kristaps DzonsonsSwitch on "manpath=" handling, which I call the "manroo...
next