| Commit message (Expand) | Author | Age | Files | Lines |
* | mansearch.h uses uint64_t, so it needs stdint.h; found on Linux | Ingo Schwarze | 2014-08-05 | 1 | -0/+1 |
* | Choosing the right encoding is a tricky business... | Ingo Schwarze | 2014-07-25 | 1 | -34/+8 |
* | Sort the URI keys for .Xr links in the same order used by the search form, | Ingo Schwarze | 2014-07-25 | 1 | -7/+12 |
* | oops, we must not try to validate a manpath we don't have; | Ingo Schwarze | 2014-07-25 | 1 | -1/+2 |
* | We cannot easily control the order of the QUERY_STRING keys generated | Ingo Schwarze | 2014-07-25 | 1 | -16/+18 |
* | In generated .Xr links, avoid double encoding of ampersands | Ingo Schwarze | 2014-07-25 | 1 | -1/+2 |
* | 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 | 1 | -11/+0 |
* | Provide a dropdown entry "All Architectures" and make it the default. | Ingo Schwarze | 2014-07-24 | 1 | -1/+25 |
* | Security fix to prevent XSS attacks: | Ingo Schwarze | 2014-07-22 | 1 | -1/+41 |
* | 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 | 1 | -2/+2 |
* | 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 | 1 | -6/+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 | 1 | -4/+15 |
* | 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 |
* | Install the manuals of the web interface below the same directory | Ingo Schwarze | 2014-07-13 | 1 | -4/+4 |
* | Polish the search form using feedback from beck@ and others, | Ingo Schwarze | 2014-07-12 | 1 | -27/+96 |
* | No need for run-time configuration, add minimal compile-time | Ingo Schwarze | 2014-07-12 | 1 | -17/+7 |
* | 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 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 |
* | Link to the new man.cgi(8) manual, now that we have it! :-) | Ingo Schwarze | 2014-07-10 | 1 | -2/+5 |
* | 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 |
* | 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 |
* | Switch over man.cgi to SQLite. While here: | Ingo Schwarze | 2014-07-09 | 1 | -376/+84 |
* | Audit malloc(3)/calloc(3)/realloc(3) usage. | Ingo Schwarze | 2014-04-23 | 1 | -4/+3 |
* | needs mandoc_aux, too | Ingo Schwarze | 2014-03-23 | 1 | -0/+1 |
* | Without the MPARSE_SO option, if the file contains nothing but a | Ingo Schwarze | 2014-03-19 | 1 | -1/+1 |
* | cope with mparse_alloc() interface change | Ingo Schwarze | 2014-03-19 | 1 | -1/+1 |
* | Cope with mparse_alloc() interface change. | Ingo Schwarze | 2014-01-05 | 1 | -1/+1 |
* | Thomas Klausner <wiz at NetBSD dot org> finally succeeded to build | Ingo Schwarze | 2013-10-11 | 1 | -4/+35 |
* | Some places used PATH_MAX from <limits.h>, some MAXPATHLEN from <sys/param.h>. | Ingo Schwarze | 2013-06-05 | 1 | -17/+16 |
* | Support -Ios='OpenBSD 5.1' to override uname(3) as the source of the | Ingo Schwarze | 2012-05-27 | 1 | -1/+1 |
* | Fix lookup not to use full-out regexp search. | Kristaps Dzonsons | 2012-03-25 | 1 | -1/+1 |