aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cgi.c
Commit message (Expand)AuthorAgeFilesLines
...
* namespace cleanups:Ingo Schwarze2014-07-091-45/+48
* remove obsolete __sun includesIngo Schwarze2014-07-091-10/+3
* set a reasonable default for .OsIngo Schwarze2014-07-091-2/+3
* oops, forgot to trim the newline characterIngo Schwarze2014-07-091-1/+3
* Simplify pathgen() even more.Ingo Schwarze2014-07-091-28/+14
* include manpath= when printing queries, and omit empty parametersIngo Schwarze2014-07-091-13/+33
* Switch over man.cgi to SQLite. While here:Ingo Schwarze2014-07-091-377/+85
* Audit malloc(3)/calloc(3)/realloc(3) usage.Ingo Schwarze2014-04-231-5/+4
* needs mandoc_aux, tooIngo Schwarze2014-03-231-1/+2
* Without the MPARSE_SO option, if the file contains nothing but aIngo Schwarze2014-03-191-2/+2
* cope with mparse_alloc() interface changeIngo Schwarze2014-03-191-2/+2
* Cope with mparse_alloc() interface change.Ingo Schwarze2014-01-051-2/+2
* Thomas Klausner <wiz at NetBSD dot org> finally succeeded to buildIngo Schwarze2013-10-111-5/+36
* Some places used PATH_MAX from <limits.h>, some MAXPATHLEN from <sys/param.h>.Ingo Schwarze2013-06-051-18/+17
* Support -Ios='OpenBSD 5.1' to override uname(3) as the source of theIngo Schwarze2012-05-271-2/+2
* Fix lookup not to use full-out regexp search.Kristaps Dzonsons2012-03-251-2/+2
* Be insane. Make apropos(1) subsume man(1).Kristaps Dzonsons2012-03-241-2/+2
* Simplify by not pre-filtering the result vector for satisfied matches:Kristaps Dzonsons2012-03-241-12/+25
* Knock out useless & confusing whatis mode.Kristaps Dzonsons2012-03-231-29/+9
* Continue changing mandoc.{index,db} into whatis.{index,db}. Use mandocdb.hKristaps Dzonsons2011-12-251-2/+4
* Two lint fixes.Kristaps Dzonsons2011-12-161-2/+2
* Fix assertion found when plugging legacy man.cgi query string into myKristaps Dzonsons2011-12-161-2/+4
* When routing to a "result" page in the cgi, remember our input parametersKristaps Dzonsons2011-12-161-38/+72
* Make the stored "cat"/"mdoc"/"man" strings just be c/d/a single-characterKristaps Dzonsons2011-12-161-11/+11
* Make paths in the mandocdb(8) index relative to the databases' pathKristaps Dzonsons2011-12-161-4/+9
* Further tweaks for output consistency.Kristaps Dzonsons2011-12-151-4/+7
* Some presentation polish in man.cgi:Kristaps Dzonsons2011-12-151-34/+36
* Unbreak man.cgi's css directories when CSS_DIR isn't specified.Kristaps Dzonsons2011-12-141-2/+2
* implement -C (alternative config file) for apropos(1) and mandocdb(8),Ingo Schwarze2011-12-121-3/+3
* When 303'ing a search directly to a page, remember to specify its manroot.Kristaps Dzonsons2011-12-111-57/+54
* Slip in a fix to allow for empty cache directories.Kristaps Dzonsons2011-12-101-2/+2
* Finishing touches on multi-manroot man.cgi. If more than one root isKristaps Dzonsons2011-12-101-5/+24
* Switch on "manpath=" handling, which I call the "manroot" (as "manpath" isKristaps Dzonsons2011-12-101-29/+46
* Encode "manroot" into file URL and parse it properly. Right now thisKristaps Dzonsons2011-12-101-14/+27
* Big upgrade and polish for cgi.c.Kristaps Dzonsons2011-12-101-163/+284
* FreeBSD's man.cgi uses a "default" value for no arch.Kristaps Dzonsons2011-12-101-4/+11
* Add some periods (just to see if mlmmj is working again...).Kristaps Dzonsons2011-12-101-3/+3
* Forgot to make whatis the default during abstraction. Do it again.Kristaps Dzonsons2011-12-091-3/+5
* Abstract query extraction code. Perform some readability fixes while here.Kristaps Dzonsons2011-12-091-138/+154
* If no man.cgi `whatis' results are found, offer a quick link to the aproposKristaps Dzonsons2011-12-081-4/+42
* Fix stupid typo: strlcpy() instead of strlcat().Kristaps Dzonsons2011-12-081-2/+2
* Look for man.cgi files in the cache, not under the volume path.Kristaps Dzonsons2011-12-081-3/+3
* Tweak to make man.cgi's search results validate properly.Kristaps Dzonsons2011-12-071-1/+4
* Apropos and man.cgi should strcasecmp their output sorting.Kristaps Dzonsons2011-12-071-5/+15
* Add skeleton man.cgi.css file. I don't think this should become moreKristaps Dzonsons2011-12-071-21/+28
* Accept old-school man.cgi parameters like "sektion" and "query". This stillKristaps Dzonsons2011-12-071-1/+18
* Have a whatis/apropos mode, with the default (hitting enter within theKristaps Dzonsons2011-12-071-42/+56
* By default, man.cgi should compile with -static (this was unset by mistake).Kristaps Dzonsons2011-12-071-4/+18
* Add cat2html functionality. This keeps track of italic/bold mode per lineKristaps Dzonsons2011-12-071-57/+184
* Make catman and man.cgi understand the index type-field.Kristaps Dzonsons2011-12-041-17/+62