| Commit message (Expand) | Author | Age | Files | Lines |
* | Fatal errors no longer exist. |  schwarze | 2015-01-15 | 1 | -11/+3 |
* | Make the code sipler and more robust by always assigning a value |  schwarze | 2014-11-26 | 1 | -13/+6 |
* | In man(1) mode without -a, stop searching after the first manual tree |  schwarze | 2014-11-11 | 1 | -1/+2 |
* | Make the character table available to libroff so it can check the |  schwarze | 2014-10-28 | 1 | -3/+7 |
* | be a bit more patient, 1s is sometimes insufficient for legitimate queries |  schwarze | 2014-10-07 | 1 | -3/+3 |
* | Switch HTML output to polyglot HTML5; have only one single -Thml mode. |  schwarze | 2014-10-07 | 1 | -6/+3 |
* | Support backslash-escaping of white space in the query expression, |  schwarze | 2014-09-14 | 1 | -34/+33 |
* | Add an implementation of man(1) into the /usr/bin/mandoc binary and |  schwarze | 2014-08-27 | 1 | -4/+4 |
* | Unify console and CGI section titles, bringing them closer to groff, |  schwarze | 2014-08-26 | 1 | -7/+7 |
* | limit CGI process execution time to make REDoS attacks less effective; |  schwarze | 2014-08-21 | 1 | -1/+18 |
* | mansearch.h uses uint64_t, so it needs stdint.h; found on Linux |  schwarze | 2014-08-08 | 1 | -1/+2 |
* | Choosing the right encoding is a tricky business... |  schwarze | 2014-07-25 | 1 | -35/+9 |
* | Sort the URI keys for .Xr links in the same order used by the search form, |  schwarze | 2014-07-25 | 1 | -8/+13 |
* | oops, we must not try to validate a manpath we don't have; |  schwarze | 2014-07-25 | 1 | -2/+3 |
* | We cannot easily control the order of the QUERY_STRING keys generated |  schwarze | 2014-07-25 | 1 | -17/+19 |
* | In generated .Xr links, avoid double encoding of ampersands |  schwarze | 2014-07-25 | 1 | -2/+3 |
* | Even though this is not XHTML yet, remove some gratuitious violations |  schwarze | 2014-07-25 | 1 | -12/+12 |
* | The names of all other struct query memebers match the corresponding |  schwarze | 2014-07-25 | 1 | -13/+17 |
* | clean up pg_show() to not modify a string returned from getenv(3) |  schwarze | 2014-07-25 | 1 | -15/+20 |
* | Rewrite http_parse() completely: |  schwarze | 2014-07-25 | 1 | -48/+103 |
* | Sort result pages first by section number, then by name. |  schwarze | 2014-07-24 | 1 | -12/+1 |
* | Provide a dropdown entry "All Architectures" and make it the default. |  schwarze | 2014-07-24 | 1 | -2/+26 |
* | Security fix to prevent XSS attacks: |  schwarze | 2014-07-22 | 1 | -2/+42 |
* | fix a minibug reported by kristaps@: |  schwarze | 2014-07-21 | 1 | -6/+10 |
* | Kristaps points out that the current HTTP/1.1 draft standard (RFC |  schwarze | 2014-07-21 | 1 | -3/+3 |
* | Security fix: |  schwarze | 2014-07-19 | 1 | -5/+34 |
* | Security fix: |  schwarze | 2014-07-19 | 1 | -2/+29 |
* | Do not use the HTTP_HOST CGI variable, |  schwarze | 2014-07-18 | 1 | -7/+3 |
* | When the MAN_DIR/manpath.conf configuration file does not exist or is empty, |  schwarze | 2014-07-18 | 1 | -3/+13 |
* | Compatibility hack for the old "manpath=OpenBSD<blank>" query parameter format; |  schwarze | 2014-07-13 | 1 | -5/+16 |
* | Make the calltree a bit easier to understand by giving the |  schwarze | 2014-07-13 | 1 | -23/+22 |
* | make source vs. formatted guessing a bit more robust |  schwarze | 2014-07-13 | 1 | -1/+3 |
* | By popular demand, bring man.cgi default mode closer to what man(1) does: |  schwarze | 2014-07-13 | 1 | -21/+47 |
* | Install the manuals of the web interface below the same directory |  schwarze | 2014-07-13 | 1 | -5/+5 |
* | Polish the search form using feedback from beck@ and others, |  schwarze | 2014-07-12 | 1 | -28/+97 |
* | No need for run-time configuration, add minimal compile-time |  schwarze | 2014-07-12 | 1 | -18/+8 |
* | Simplify: Delete 74 lines of code including one enum type, one |  schwarze | 2014-07-12 | 1 | -99/+26 |
* | Start fixing issues that beck@ helped find: |  schwarze | 2014-07-12 | 1 | -38/+35 |
* | fix the two links on the start page |  schwarze | 2014-07-12 | 1 | -8/+9 |
* | make http decode linear time. also remove a redundant null check. |  tedu | 2014-07-11 | 1 | -7/+9 |
* | http headers must end lines with CRLF. ok schwarze |  tedu | 2014-07-11 | 1 | -9/+10 |
* | Bring in man.cgi(8) to maintain it in our tree together with mandoc. |  schwarze | 2014-07-11 | 1 | -0/+954 |