aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* 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
* Switch over man.cgi to SQLite. While here:Ingo Schwarze2014-07-092-379/+102
* Clean up ERROR messages related to document structure and macros:Ingo Schwarze2014-07-077-47/+66
* Simplify man_unscope(), removing 18 lines of code, that is,Ingo Schwarze2014-07-073-53/+28
* no need to delete any content from .Rs blocks,Ingo Schwarze2014-07-073-39/+16
* no need to skip content before first section headerIngo Schwarze2014-07-074-28/+8
* implement .dei and .amiIngo Schwarze2014-07-074-51/+72
* Clean up messages related to plain text and to escape sequences.Ingo Schwarze2014-07-0610-50/+65
* After skipping an escape sequence with incomplete arguments,Ingo Schwarze2014-07-061-3/+3
* Fix expansion of escape sequences with incomplete arguments.Ingo Schwarze2014-07-061-8/+15
* Fix handling of escape sequences taking numeric arguments.Ingo Schwarze2014-07-061-2/+4
* Cleanup with respect to bad macro arguments.Ingo Schwarze2014-07-054-77/+80
* Cleanup regarding -offset and -width:Ingo Schwarze2014-07-053-59/+57
* Clean up messages regarding excess arguments:Ingo Schwarze2014-07-048-50/+65
* Clean up messages related to missing arguments.Ingo Schwarze2014-07-043-34/+29
* Fix formatting of empty .Bl -inset item heads.Ingo Schwarze2014-07-034-31/+29
* MANDOCERR_NOARGS reported three completely unrelated classes of problems.Ingo Schwarze2014-07-033-6/+12
* Improve and test the messages about empty macros,Ingo Schwarze2014-07-023-8/+12