| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Even though this is not XHTML yet, remove some gratuitious violations | Ingo Schwarze | 2014-07-25 | 1 | -11/+11 |
* | The names of all other struct query memebers match the corresponding | Ingo Schwarze | 2014-07-25 | 1 | -12/+16 |
* | clean up pg_show() to not modify a string returned from getenv(3) | Ingo Schwarze | 2014-07-25 | 1 | -14/+19 |
* | Rewrite http_parse() completely: | Ingo Schwarze | 2014-07-25 | 1 | -47/+102 |
* | Sort result pages first by section number, then by name. | Ingo Schwarze | 2014-07-24 | 3 | -11/+21 |
* | Provide a dropdown entry "All Architectures" and make it the default. | Ingo Schwarze | 2014-07-24 | 1 | -1/+25 |
* | improve FATAL handling in makewhatis(8) | Ingo Schwarze | 2014-07-24 | 1 | -0/+11 |
* | Partially document the core of the HTML formatter. | Ingo Schwarze | 2014-07-23 | 1 | -0/+249 |
* | Security fix: | Ingo Schwarze | 2014-07-23 | 2 | -27/+49 |
* | Security fix: | Ingo Schwarze | 2014-07-22 | 1 | -1/+4 |
* | Security fix to prevent XSS attacks: | Ingo Schwarze | 2014-07-22 | 2 | -1/+79 |
* | fix a minibug reported by kristaps@: | Ingo Schwarze | 2014-07-21 | 1 | -5/+9 |
* | Kristaps points out that the current HTTP/1.1 draft standard (RFC | Ingo Schwarze | 2014-07-21 | 3 | -3/+9 |
* | Security fix: | Ingo Schwarze | 2014-07-19 | 1 | -4/+33 |
* | Security fix: | Ingo Schwarze | 2014-07-19 | 1 | -1/+28 |
* | Do not use the HTTP_HOST CGI variable, | Ingo Schwarze | 2014-07-18 | 2 | -11/+2 |
* | When the MAN_DIR/manpath.conf configuration file does not exist or is empty, | Ingo Schwarze | 2014-07-18 | 1 | -2/+12 |
* | Compatibility hack for the old "manpath=OpenBSD<blank>" query parameter format; | Ingo Schwarze | 2014-07-13 | 3 | -25/+72 |
* | Make the calltree a bit easier to understand by giving the | Ingo Schwarze | 2014-07-13 | 1 | -22/+21 |
* | make source vs. formatted guessing a bit more robust | Ingo Schwarze | 2014-07-13 | 1 | -0/+2 |
* | By popular demand, bring man.cgi default mode closer to what man(1) does: | Ingo Schwarze | 2014-07-13 | 1 | -20/+46 |
* | Unconfuse .Fa documentation: | Ingo Schwarze | 2014-07-13 | 1 | -7/+19 |
* | Install the manuals of the web interface below the same directory | Ingo Schwarze | 2014-07-13 | 3 | -4/+12 |
* | update after recent code changes | Ingo Schwarze | 2014-07-13 | 1 | -56/+56 |
* | Polish the search form using feedback from beck@ and others, | Ingo Schwarze | 2014-07-12 | 1 | -27/+96 |
* | Polish the search form using feedback from beck@ and others, | Ingo Schwarze | 2014-07-12 | 1 | -1/+1 |
* | No need for run-time configuration, add minimal compile-time | Ingo Schwarze | 2014-07-12 | 3 | -18/+19 |
* | Simplify: Delete 74 lines of code including one enum type, one | Ingo Schwarze | 2014-07-12 | 1 | -98/+25 |
* | Start fixing issues that beck@ helped find: | Ingo Schwarze | 2014-07-12 | 1 | -37/+34 |
* | Fix whatis(1) to correctly match words instead of any substrings. | Ingo Schwarze | 2014-07-12 | 2 | -23/+52 |
* | fix the two manual links on the index page | Ingo Schwarze | 2014-07-12 | 1 | -7/+8 |
* | merge OpenBSD rev. 1.3 by tedu@: | Ingo Schwarze | 2014-07-11 | 1 | -6/+8 |
* | merge OpenBSD rev. 1.2 by tedu@: | Ingo Schwarze | 2014-07-11 | 1 | -8/+9 |
* | add HISTORY section | Ingo Schwarze | 2014-07-11 | 1 | -0/+8 |
* | Link to the new man.cgi(8) manual, now that we have it! :-) | Ingo Schwarze | 2014-07-10 | 1 | -2/+5 |
* | Full rewrite of the man.cgi(8) manual. | Ingo Schwarze | 2014-07-10 | 3 | -124/+326 |
* | some sugar for the index page | Ingo Schwarze | 2014-07-09 | 1 | -2/+10 |
* | Clean up error reporting: | Ingo Schwarze | 2014-07-09 | 1 | -49/+50 |
* | namespace cleanups: | Ingo Schwarze | 2014-07-09 | 1 | -44/+47 |
* | remove obsolete __sun includes | Ingo Schwarze | 2014-07-09 | 1 | -9/+2 |
* | set a reasonable default for .Os | Ingo Schwarze | 2014-07-09 | 1 | -1/+2 |
* | mark defos as const; nobody needs to change it, | Ingo Schwarze | 2014-07-09 | 5 | -6/+8 |
* | delete forgotten, obsolete rew_warn() prototype | Ingo Schwarze | 2014-07-09 | 1 | -2/+0 |
* | 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 |
* | This one needs "config.h", too. | Ingo Schwarze | 2014-07-09 | 1 | -0/+4 |
* | Switch over man.cgi to SQLite. While here: | Ingo Schwarze | 2014-07-09 | 2 | -377/+100 |
* | Clean up ERROR messages related to document structure and macros: | Ingo Schwarze | 2014-07-07 | 7 | -40/+59 |
* | Simplify man_unscope(), removing 18 lines of code, that is, | Ingo Schwarze | 2014-07-07 | 3 | -50/+25 |