aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cgi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removing INSECURE mode. This is a work in progress! Logic forKristaps Dzonsons2011-11-271-59/+37
* Let man.cgi run in two modes:Kristaps Dzonsons2011-11-241-28/+91
* man.cgi works for the non-jailed case.Kristaps Dzonsons2011-11-231-81/+422
* Merge schwarze@'s work for 64-bit types. This is based on a tweaked patchKristaps Dzonsons2011-11-201-1/+2
* Inventing new keywords for mostly the same thing when a well-establishedIngo Schwarze2011-11-131-2/+3
* Less misleading file names; ok kristaps@.Ingo Schwarze2011-11-131-2/+2
* Make apropos's lookup use a find(1)-like expression. I'll write more onKristaps Dzonsons2011-11-091-3/+11
* Split apropos.c into db.c and apropos.h with simpler code (re-written, butKristaps Dzonsons2011-11-091-0/+303