aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cgi.c
Commit message (Expand)AuthorAgeFilesLines
...
* The names of all other struct query memebers match the correspondingIngo Schwarze2014-07-251-13/+17
* clean up pg_show() to not modify a string returned from getenv(3)Ingo Schwarze2014-07-251-15/+20
* Rewrite http_parse() completely:Ingo Schwarze2014-07-251-48/+103
* Sort result pages first by section number, then by name.Ingo Schwarze2014-07-241-12/+1
* Provide a dropdown entry "All Architectures" and make it the default.Ingo Schwarze2014-07-241-2/+26
* Security fix to prevent XSS attacks:Ingo Schwarze2014-07-221-2/+42
* fix a minibug reported by kristaps@:Ingo Schwarze2014-07-211-6/+10
* Kristaps points out that the current HTTP/1.1 draft standard (RFCIngo Schwarze2014-07-211-3/+3
* Security fix:Ingo Schwarze2014-07-191-5/+34
* Security fix:Ingo Schwarze2014-07-191-2/+29
* Do not use the HTTP_HOST CGI variable,Ingo Schwarze2014-07-181-7/+3
* When the MAN_DIR/manpath.conf configuration file does not exist or is empty,Ingo Schwarze2014-07-181-3/+13
* Compatibility hack for the old "manpath=OpenBSD<blank>" query parameter format;Ingo Schwarze2014-07-131-5/+16
* Make the calltree a bit easier to understand by giving theIngo Schwarze2014-07-131-23/+22
* make source vs. formatted guessing a bit more robustIngo Schwarze2014-07-131-1/+3
* By popular demand, bring man.cgi default mode closer to what man(1) does:Ingo Schwarze2014-07-131-21/+47
* Install the manuals of the web interface below the same directoryIngo Schwarze2014-07-131-5/+5
* Polish the search form using feedback from beck@ and others,Ingo Schwarze2014-07-121-28/+97
* No need for run-time configuration, add minimal compile-timeIngo Schwarze2014-07-121-18/+8
* Simplify: Delete 74 lines of code including one enum type, oneIngo Schwarze2014-07-121-99/+26
* Start fixing issues that beck@ helped find:Ingo Schwarze2014-07-121-38/+35
* fix the two manual links on the index pageIngo Schwarze2014-07-121-8/+9
* merge OpenBSD rev. 1.3 by tedu@:Ingo Schwarze2014-07-111-7/+9
* merge OpenBSD rev. 1.2 by tedu@:Ingo Schwarze2014-07-111-9/+10
* Link to the new man.cgi(8) manual, now that we have it! :-)Ingo Schwarze2014-07-101-3/+6
* some sugar for the index pageIngo Schwarze2014-07-091-3/+11
* Clean up error reporting:Ingo Schwarze2014-07-091-50/+51
* 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