| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | In the architectures dropdown, move aviion, ia64, solbourne, and vax | Ingo Schwarze | 2016-04-15 | 1 | -9/+9 |
* | If PATH_INFO contains a complete and correct path to a manual page | Ingo Schwarze | 2016-04-15 | 1 | -2/+3 |
* | omit list of other results when there is only one match | Ingo Schwarze | 2016-04-15 | 1 | -20/+23 |
* | for .Xr links, use short PATH_INFO style URIs | Ingo Schwarze | 2016-04-14 | 1 | -6/+2 |
* | do not rewrite short queries | Ingo Schwarze | 2016-04-14 | 1 | -1/+4 |
* | Give manuals in purely numerical sections priority over manuals of | Ingo Schwarze | 2016-04-13 | 1 | -12/+14 |
* | Make the SCRIPT_NAME logic simpler, safer, and make it actually work; | Ingo Schwarze | 2016-03-18 | 1 | -23/+15 |
* | make man(1) mode the default rather than apropos(1) mode | Ingo Schwarze | 2016-03-17 | 1 | -1/+2 |
* | support short URIs for man.openbsd.org | Ingo Schwarze | 2016-03-17 | 1 | -8/+68 |
* | Don't retain the search query in the resulting manual links. | Ingo Schwarze | 2016-01-04 | 1 | -55/+2 |
* | Modernization, no functional change intended: | Ingo Schwarze | 2015-11-07 | 1 | -11/+22 |
* | Use include files "header.html" and "footer.html" rather than a | Ingo Schwarze | 2015-11-05 | 1 | -1/+19 |
* | Unify the three stylesheets into a single CSS file. | Ingo Schwarze | 2015-11-05 | 1 | -4/+2 |
* | use the new function man_validate() here, too | Ingo Schwarze | 2015-10-22 | 1 | -1/+4 |
* | In order to become able to generate syntax tree nodes on the roff(7) | Ingo Schwarze | 2015-10-20 | 1 | -2/+4 |
* | Major character table cleanup: | Ingo Schwarze | 2015-10-13 | 1 | -7/+5 |
* | modernize style: "return" is not a function | Ingo Schwarze | 2015-10-06 | 1 | -18/+18 |
* | Profit from the unified struct roff_man and reduce the number of | Ingo Schwarze | 2015-04-18 | 1 | -6/+6 |
* | Replace the structs mdoc and man by a unified struct roff_man. | Ingo Schwarze | 2015-04-18 | 1 | -2/+2 |
* | Actually use the new man.conf(5) "output" directive. | Ingo Schwarze | 2015-03-27 | 1 | -6/+7 |
* | Parse the new man.conf(5) "output" directive. | Ingo Schwarze | 2015-03-27 | 1 | -3/+3 |
* | trim trailing white space, no code change; | Ingo Schwarze | 2015-02-10 | 1 | -11/+11 |
* | Fatal errors no longer exist. | Ingo Schwarze | 2015-01-15 | 1 | -10/+2 |
* | Make the code sipler and more robust by always assigning a value | Ingo Schwarze | 2014-11-26 | 1 | -11/+5 |
* | In man(1) mode without -a, stop searching after the first manual tree | Ingo Schwarze | 2014-11-11 | 1 | -0/+1 |
* | Make the character table available to libroff so it can check the | Ingo Schwarze | 2014-10-28 | 1 | -2/+6 |
* | be a bit more patient, 1s is sometimes insufficient for legitimate queries | Ingo Schwarze | 2014-10-07 | 1 | -2/+2 |
* | Modify man.cgi to use HTML5. | Kristaps Dzonsons | 2014-09-27 | 1 | -5/+2 |
* | Support backslash-escaping of white space in the query expression, | Ingo Schwarze | 2014-09-14 | 1 | -33/+32 |
* | Sync section titles with OpenBSD. | Ingo Schwarze | 2014-08-26 | 1 | -6/+6 |
* | limit CGI process execution time to make REDoS attacks less effective; | Ingo Schwarze | 2014-08-21 | 1 | -0/+14 |
* | Fully integrate apropos(1) into mandoc(1). | Ingo Schwarze | 2014-08-17 | 1 | -3/+3 |
* | Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat. | Ingo Schwarze | 2014-08-10 | 1 | -2/+2 |
* | 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 |