Age | Commit message (Expand) | Author |
2014-07-25 | Even though this is not XHTML yet, remove some gratuitious violations | Ingo Schwarze |
2014-07-25 | The names of all other struct query memebers match the corresponding | Ingo Schwarze |
2014-07-25 | clean up pg_show() to not modify a string returned from getenv(3) | Ingo Schwarze |
2014-07-25 | Rewrite http_parse() completely: | Ingo Schwarze |
2014-07-24 | Sort result pages first by section number, then by name. | Ingo Schwarze |
2014-07-24 | Provide a dropdown entry "All Architectures" and make it the default. | Ingo Schwarze |
2014-07-23 | Security fix: | Ingo Schwarze |
2014-07-22 | Security fix: | Ingo Schwarze |
2014-07-22 | Security fix to prevent XSS attacks: | Ingo Schwarze |
2014-07-21 | fix a minibug reported by kristaps@: | Ingo Schwarze |
2014-07-21 | Kristaps points out that the current HTTP/1.1 draft standard (RFC | Ingo Schwarze |
2014-07-19 | Security fix: | Ingo Schwarze |
2014-07-19 | Security fix: | Ingo Schwarze |
2014-07-18 | Do not use the HTTP_HOST CGI variable, | Ingo Schwarze |
2014-07-18 | When the MAN_DIR/manpath.conf configuration file does not exist or is empty, | Ingo Schwarze |
2014-07-13 | Compatibility hack for the old "manpath=OpenBSD<blank>" query parameter format; | Ingo Schwarze |
2014-07-13 | Make the calltree a bit easier to understand by giving the | Ingo Schwarze |
2014-07-13 | make source vs. formatted guessing a bit more robust | Ingo Schwarze |
2014-07-13 | By popular demand, bring man.cgi default mode closer to what man(1) does: | Ingo Schwarze |
2014-07-13 | Install the manuals of the web interface below the same directory | Ingo Schwarze |
2014-07-13 | update after recent code changes | Ingo Schwarze |
2014-07-12 | Polish the search form using feedback from beck@ and others, | Ingo Schwarze |
2014-07-12 | No need for run-time configuration, add minimal compile-time | Ingo Schwarze |
2014-07-12 | Simplify: Delete 74 lines of code including one enum type, one | Ingo Schwarze |
2014-07-12 | Start fixing issues that beck@ helped find: | Ingo Schwarze |
2014-07-12 | Fix whatis(1) to correctly match words instead of any substrings. | Ingo Schwarze |
2014-07-12 | fix the two links on the start page | Ingo Schwarze |
2014-07-11 | make http decode linear time. also remove a redundant null check. | Ted Unangst |
2014-07-11 | http headers must end lines with CRLF. ok schwarze | Ted Unangst |
2014-07-11 | Bring in man.cgi(8) to maintain it in our tree together with mandoc. | Ingo Schwarze |
2014-07-09 | mark defos as const; nobody needs to change it, | Ingo Schwarze |
2014-07-09 | delete forgotten, obsolete rew_warn() prototype | Ingo Schwarze |
2014-07-07 | Clean up ERROR messages related to document structure and macros: | Ingo Schwarze |
2014-07-07 | Simplify man_unscope(), removing 18 lines of code, that is, | Ingo Schwarze |
2014-07-07 | no need to delete any content from .Rs blocks, | Ingo Schwarze |
2014-07-07 | no need to skip content before first section header | Ingo Schwarze |
2014-07-07 | implement .dei and .ami | Ingo Schwarze |
2014-07-06 | Clean up messages related to plain text and to escape sequences. | Ingo Schwarze |
2014-07-06 | After skipping an escape sequence with incomplete arguments, | Ingo Schwarze |
2014-07-06 | Fix expansion of escape sequences with incomplete arguments. | Ingo Schwarze |
2014-07-06 | Fix handling of escape sequences taking numeric arguments. | Ingo Schwarze |
2014-07-05 | Cleanup with respect to bad macro arguments. | Ingo Schwarze |
2014-07-05 | Cleanup regarding -offset and -width: | Ingo Schwarze |
2014-07-04 | Clean up messages regarding excess arguments: | Ingo Schwarze |
2014-07-04 | Clean up messages related to missing arguments. | Ingo Schwarze |
2014-07-03 | Fix formatting of empty .Bl -inset item heads. | Ingo Schwarze |
2014-07-03 | MANDOCERR_NOARGS reported three completely unrelated classes of problems. | Ingo Schwarze |
2014-07-02 | Improve and test the messages about empty macros, | Ingo Schwarze |
2014-07-02 | When .Sm is called without an argument, groff toggles the spacing mode, | Ingo Schwarze |
2014-07-02 | Disentangle the MANDOCERR_CHILD message, which reported three | Ingo Schwarze |