Age | Commit message (Expand) | Author |
2016-04-29 | Only focus on the query input box when no manual page is displayed, | Ingo Schwarze |
2016-04-28 | Set the "autofocus" attribute on the query text box. | Ingo Schwarze |
2016-04-15 | Rename five static functions to make the classification of functions | Ingo Schwarze |
2016-04-15 | prefer warn[x](3) over fprintf(3) where appropriate | Ingo Schwarze |
2016-04-15 | Fix parsing of PATH_INFO if both a section directory and an | Ingo Schwarze |
2016-04-15 | Make HTML tags lower case for better stylistic agreement with what | Ingo Schwarze |
2016-04-15 | In the architectures dropdown, move aviion, ia64, solbourne, and vax | Ingo Schwarze |
2016-04-15 | If PATH_INFO contains a complete and correct path to a manual page | Ingo Schwarze |
2016-04-15 | omit list of other results one there is only one match | Ingo Schwarze |
2016-04-14 | for .Xr links, use short PATH_INFO style URIs | Ingo Schwarze |
2016-04-14 | do not rewrite short URIs | Ingo Schwarze |
2016-04-13 | Give manuals in purely numerical sections priority over manuals of | Ingo Schwarze |
2016-03-18 | Make the SCRIPT_NAME logic simpler, safer, and make it actually work; | Ingo Schwarze |
2016-03-17 | make man(1) mode the default rather than apropos(1) mode | Ingo Schwarze |
2016-03-17 | support short URIs for man.openbsd.org | Ingo Schwarze |
2015-12-25 | Don't retain the search query in the resulting manual links. | Anthony J. Bentley |
2015-11-07 | Modernization, no functional change intended: | Ingo Schwarze |
2015-11-05 | Use include files "header.html" and "footer.html" rather than a | Ingo Schwarze |
2015-11-05 | simplify: use one stylesheet rather than two; from bentley@ | Ingo Schwarze |
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 |