| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | set a reasonable default for .Os | Ingo Schwarze | 2014-07-09 | 1 | -1/+2 |
* | oops, forgot to trim the newline character | Ingo Schwarze | 2014-07-09 | 1 | -0/+2 |
* | Simplify pathgen() even more. | Ingo Schwarze | 2014-07-09 | 1 | -27/+13 |
* | include manpath= when printing queries, and omit empty parameters | Ingo Schwarze | 2014-07-09 | 1 | -12/+32 |
* | Switch over man.cgi to SQLite. While here: | Ingo Schwarze | 2014-07-09 | 1 | -376/+84 |
* | Audit malloc(3)/calloc(3)/realloc(3) usage. | Ingo Schwarze | 2014-04-23 | 1 | -4/+3 |
* | needs mandoc_aux, too | Ingo Schwarze | 2014-03-23 | 1 | -0/+1 |
* | Without the MPARSE_SO option, if the file contains nothing but a | Ingo Schwarze | 2014-03-19 | 1 | -1/+1 |
* | cope with mparse_alloc() interface change | Ingo Schwarze | 2014-03-19 | 1 | -1/+1 |
* | Cope with mparse_alloc() interface change. | Ingo Schwarze | 2014-01-05 | 1 | -1/+1 |
* | Thomas Klausner <wiz at NetBSD dot org> finally succeeded to build | Ingo Schwarze | 2013-10-11 | 1 | -4/+35 |
* | Some places used PATH_MAX from <limits.h>, some MAXPATHLEN from <sys/param.h>. | Ingo Schwarze | 2013-06-05 | 1 | -17/+16 |
* | Support -Ios='OpenBSD 5.1' to override uname(3) as the source of the | Ingo Schwarze | 2012-05-27 | 1 | -1/+1 |
* | Fix lookup not to use full-out regexp search. | Kristaps Dzonsons | 2012-03-25 | 1 | -1/+1 |
* | Be insane. Make apropos(1) subsume man(1). | Kristaps Dzonsons | 2012-03-24 | 1 | -1/+1 |
* | Simplify by not pre-filtering the result vector for satisfied matches: | Kristaps Dzonsons | 2012-03-24 | 1 | -11/+24 |
* | Knock out useless & confusing whatis mode. | Kristaps Dzonsons | 2012-03-23 | 1 | -28/+8 |
* | Continue changing mandoc.{index,db} into whatis.{index,db}. Use mandocdb.h | Kristaps Dzonsons | 2011-12-25 | 1 | -1/+3 |
* | Two lint fixes. | Kristaps Dzonsons | 2011-12-16 | 1 | -1/+1 |
* | Fix assertion found when plugging legacy man.cgi query string into my | Kristaps Dzonsons | 2011-12-16 | 1 | -1/+3 |
* | When routing to a "result" page in the cgi, remember our input parameters | Kristaps Dzonsons | 2011-12-16 | 1 | -37/+71 |
* | Make the stored "cat"/"mdoc"/"man" strings just be c/d/a single-character | Kristaps Dzonsons | 2011-12-16 | 1 | -10/+10 |
* | Make paths in the mandocdb(8) index relative to the databases' path | Kristaps Dzonsons | 2011-12-16 | 1 | -3/+8 |
* | Further tweaks for output consistency. | Kristaps Dzonsons | 2011-12-15 | 1 | -3/+6 |
* | Some presentation polish in man.cgi: | Kristaps Dzonsons | 2011-12-15 | 1 | -33/+35 |
* | Unbreak man.cgi's css directories when CSS_DIR isn't specified. | Kristaps Dzonsons | 2011-12-14 | 1 | -1/+1 |
* | implement -C (alternative config file) for apropos(1) and mandocdb(8), | Ingo Schwarze | 2011-12-12 | 1 | -2/+2 |
* | When 303'ing a search directly to a page, remember to specify its manroot. | Kristaps Dzonsons | 2011-12-11 | 1 | -56/+53 |
* | Slip in a fix to allow for empty cache directories. | Kristaps Dzonsons | 2011-12-10 | 1 | -1/+1 |
* | Finishing touches on multi-manroot man.cgi. If more than one root is | Kristaps Dzonsons | 2011-12-10 | 1 | -4/+23 |
* | Switch on "manpath=" handling, which I call the "manroot" (as "manpath" is | Kristaps Dzonsons | 2011-12-10 | 1 | -28/+45 |
* | Encode "manroot" into file URL and parse it properly. Right now this | Kristaps Dzonsons | 2011-12-10 | 1 | -13/+26 |
* | Big upgrade and polish for cgi.c. | Kristaps Dzonsons | 2011-12-10 | 1 | -162/+283 |
* | FreeBSD's man.cgi uses a "default" value for no arch. | Kristaps Dzonsons | 2011-12-10 | 1 | -3/+10 |
* | Add some periods (just to see if mlmmj is working again...). | Kristaps Dzonsons | 2011-12-10 | 1 | -2/+2 |
* | Forgot to make whatis the default during abstraction. Do it again. | Kristaps Dzonsons | 2011-12-09 | 1 | -2/+4 |
* | Abstract query extraction code. Perform some readability fixes while here. | Kristaps Dzonsons | 2011-12-09 | 1 | -137/+153 |
* | If no man.cgi `whatis' results are found, offer a quick link to the apropos | Kristaps Dzonsons | 2011-12-08 | 1 | -3/+41 |
* | Fix stupid typo: strlcpy() instead of strlcat(). | Kristaps Dzonsons | 2011-12-08 | 1 | -1/+1 |
* | Look for man.cgi files in the cache, not under the volume path. | Kristaps Dzonsons | 2011-12-08 | 1 | -2/+2 |
* | Tweak to make man.cgi's search results validate properly. | Kristaps Dzonsons | 2011-12-07 | 1 | -0/+3 |
* | Apropos and man.cgi should strcasecmp their output sorting. | Kristaps Dzonsons | 2011-12-07 | 1 | -4/+14 |
* | Add skeleton man.cgi.css file. I don't think this should become more | Kristaps Dzonsons | 2011-12-07 | 1 | -20/+27 |
* | Accept old-school man.cgi parameters like "sektion" and "query". This still | Kristaps Dzonsons | 2011-12-07 | 1 | -0/+17 |
* | Have a whatis/apropos mode, with the default (hitting enter within the | Kristaps Dzonsons | 2011-12-07 | 1 | -41/+55 |
* | By default, man.cgi should compile with -static (this was unset by mistake). | Kristaps Dzonsons | 2011-12-07 | 1 | -3/+17 |
* | Add cat2html functionality. This keeps track of italic/bold mode per line | Kristaps Dzonsons | 2011-12-07 | 1 | -56/+183 |
* | Make catman and man.cgi understand the index type-field. | Kristaps Dzonsons | 2011-12-04 | 1 | -16/+61 |
* | Removing INSECURE mode. This is a work in progress! Logic for | Kristaps Dzonsons | 2011-11-27 | 1 | -58/+36 |
* | Let man.cgi run in two modes: | Kristaps Dzonsons | 2011-11-24 | 1 | -27/+90 |