]> git.cameronkatri.com Git - mandoc.git/history - cgi.c
Do not confuse .Bl -column lists that just broken another block
[mandoc.git] / cgi.c
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...
2011-12-10 Kristaps DzonsonsEncode "manroot" into file URL and parse it properly...
2011-12-10 Kristaps DzonsonsBig upgrade and polish for cgi.c.
2011-12-10 Kristaps DzonsonsFreeBSD's man.cgi uses a "default" value for no arch.
2011-12-10 Kristaps DzonsonsAdd some periods (just to see if mlmmj is working again...
2011-12-09 Kristaps DzonsonsForgot to make whatis the default during abstraction...
2011-12-09 Kristaps DzonsonsAbstract query extraction code. Perform some readabili...
2011-12-08 Kristaps DzonsonsIf no man.cgi `whatis' results are found, offer a quick...
2011-12-08 Kristaps DzonsonsFix stupid typo: strlcpy() instead of strlcat().
2011-12-08 Kristaps DzonsonsLook for man.cgi files in the cache, not under the...
2011-12-07 Kristaps DzonsonsTweak to make man.cgi's search results validate properly.
2011-12-07 Kristaps DzonsonsApropos and man.cgi should strcasecmp their output...
2011-12-07 Kristaps DzonsonsAdd skeleton man.cgi.css file. I don't think this...
2011-12-07 Kristaps DzonsonsAccept old-school man.cgi parameters like "sektion...
2011-12-07 Kristaps DzonsonsHave a whatis/apropos mode, with the default (hitting...
2011-12-07 Kristaps DzonsonsBy default, man.cgi should compile with -static (this...
2011-12-07 Kristaps DzonsonsAdd cat2html functionality. This keeps track of italic...
2011-12-04 Kristaps DzonsonsMake catman and man.cgi understand the index type-field.
2011-11-27 Kristaps DzonsonsRemoving INSECURE mode. This is a work in progress...
2011-11-24 Kristaps DzonsonsLet man.cgi run in two modes:
2011-11-23 Kristaps Dzonsonsman.cgi works for the non-jailed case.
2011-11-20 Kristaps DzonsonsMerge schwarze@'s work for 64-bit types. This is based...
next