aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* oops, we must not try to validate a manpath we don't have;Ingo Schwarze2014-07-251-2/+3
* We cannot easily control the order of the QUERY_STRING keys generatedIngo Schwarze2014-07-251-17/+19
* In generated .Xr links, avoid double encoding of ampersandsIngo Schwarze2014-07-251-2/+3
* Even though this is not XHTML yet, remove some gratuitious violationsIngo Schwarze2014-07-251-12/+12
* 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-243-14/+24
* Provide a dropdown entry "All Architectures" and make it the default.Ingo Schwarze2014-07-241-2/+26
* improve FATAL handling in makewhatis(8)Ingo Schwarze2014-07-241-1/+12
* Partially document the core of the HTML formatter.Ingo Schwarze2014-07-231-0/+249
* Security fix:Ingo Schwarze2014-07-232-29/+51
* Security fix:Ingo Schwarze2014-07-221-2/+5
* Security fix to prevent XSS attacks:Ingo Schwarze2014-07-222-4/+82
* 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-213-6/+12
* 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-182-14/+5
* 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-133-27/+74
* 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
* Unconfuse .Fa documentation:Ingo Schwarze2014-07-131-9/+21
* Install the manuals of the web interface below the same directoryIngo Schwarze2014-07-133-7/+15
* update after recent code changesIngo Schwarze2014-07-131-58/+58
* Polish the search form using feedback from beck@ and others,Ingo Schwarze2014-07-121-28/+97
* Polish the search form using feedback from beck@ and others,Ingo Schwarze2014-07-121-3/+3
* No need for run-time configuration, add minimal compile-timeIngo Schwarze2014-07-123-20/+21
* 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 whatis(1) to correctly match words instead of any substrings.Ingo Schwarze2014-07-122-25/+54
* 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
* add HISTORY sectionIngo Schwarze2014-07-111-2/+10
* Link to the new man.cgi(8) manual, now that we have it! :-)Ingo Schwarze2014-07-101-3/+6
* Full rewrite of the man.cgi(8) manual.Ingo Schwarze2014-07-103-125/+327
* 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
* mark defos as const; nobody needs to change it,Ingo Schwarze2014-07-095-11/+13
* delete forgotten, obsolete rew_warn() prototypeIngo Schwarze2014-07-091-3/+1
* 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
* This one needs "config.h", too.Ingo Schwarze2014-07-091-1/+5