]> git.cameronkatri.com Git - mandoc.git/history - cgi.c
bugfix: make sure all variables are properly initialized
[mandoc.git] / cgi.c
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...
2011-11-13 Ingo SchwarzeInventing new keywords for mostly the same thing when...
2011-11-13 Ingo SchwarzeLess misleading file names; ok kristaps@.
2011-11-09 Kristaps DzonsonsMake apropos's lookup use a find(1)-like expression...
2011-11-09 Kristaps DzonsonsSplit apropos.c into db.c and apropos.h with simpler...