Age | Commit message (Expand) | Author |
2015-10-22 | use the new function man_validate() here, too | Ingo Schwarze |
2015-10-20 | In order to become able to generate syntax tree nodes on the roff(7) | Ingo Schwarze |
2015-10-13 | Major character table cleanup: | Ingo Schwarze |
2015-10-06 | modernize style: "return" is not a function; ok cmp(1) | Ingo Schwarze |
2015-04-18 | Profit from the unified struct roff_man and reduce the number of | Ingo Schwarze |
2015-04-18 | Replace the structs mdoc and man by a unified struct roff_man. | Ingo Schwarze |
2015-03-27 | Actually use the new man.conf(5) "output" directive. | Ingo Schwarze |
2015-03-27 | Parse the new man.conf(5) "output" directive. | Ingo Schwarze |
2015-02-10 | trim trailing white space, no code change; | Ingo Schwarze |
2015-01-15 | Fatal errors no longer exist. | Ingo Schwarze |
2014-11-26 | Make the code sipler and more robust by always assigning a value | Ingo Schwarze |
2014-11-11 | In man(1) mode without -a, stop searching after the first manual tree | Ingo Schwarze |
2014-10-28 | Make the character table available to libroff so it can check the | Ingo Schwarze |
2014-10-07 | be a bit more patient, 1s is sometimes insufficient for legitimate queries | Ingo Schwarze |
2014-10-07 | Switch HTML output to polyglot HTML5; have only one single -Thml mode. | Ingo Schwarze |
2014-09-14 | Support backslash-escaping of white space in the query expression, | Ingo Schwarze |
2014-08-27 | Add an implementation of man(1) into the /usr/bin/mandoc binary and | Ingo Schwarze |
2014-08-26 | Unify console and CGI section titles, bringing them closer to groff, | Ingo Schwarze |
2014-08-21 | limit CGI process execution time to make REDoS attacks less effective; | Ingo Schwarze |
2014-08-08 | mansearch.h uses uint64_t, so it needs stdint.h; found on Linux | Ingo Schwarze |
2014-07-25 | Choosing the right encoding is a tricky business... | Ingo Schwarze |
2014-07-25 | Sort the URI keys for .Xr links in the same order used by the search form, | Ingo Schwarze |
2014-07-25 | oops, we must not try to validate a manpath we don't have; | Ingo Schwarze |
2014-07-25 | We cannot easily control the order of the QUERY_STRING keys generated | Ingo Schwarze |
2014-07-25 | In generated .Xr links, avoid double encoding of ampersands | Ingo Schwarze |
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-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-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 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 |