Age | Commit message (Expand) | Author |
2018-05-29 | Remove redundant value= attributes from option elements, | Ingo Schwarze |
2018-05-18 | In a nutshell, all mobile browsers are broken. | Ingo Schwarze |
2017-06-24 | Split -Wstyle into -Wstyle and the even lower -Wbase, and add | Ingo Schwarze |
2017-06-20 | KNF: remove parentheses from switch case labels; no binary change | Ingo Schwarze |
2017-04-19 | More thoroughly reject direct access to unintended files, such that | Ingo Schwarze |
2017-03-18 | Simplify: write HTTP 303 redirects with relative locations. | Ingo Schwarze |
2017-03-18 | Bugfix: use SCRIPT_NAME for .Xr hyperlinks. | Ingo Schwarze |
2017-03-15 | In URIs in apropos(1) result tables, | Ingo Schwarze |
2017-03-15 | Mention the manual page name and section in the HTML page <title>. | Ingo Schwarze |
2017-03-15 | It's annoying that people keep writing URIs including redundant parts | Ingo Schwarze |
2017-02-22 | Pledge man.cgi(8). | Ingo Schwarze |
2017-01-25 | +arm64 | Theo de Raadt |
2017-01-25 | Improve HTML formatting of .Bl -tag. | Ingo Schwarze |
2017-01-21 | clean up the remaining class attributes | Ingo Schwarze |
2017-01-19 | Adjust indentation of the HTML output to the conventions established | Ingo Schwarze |
2017-01-19 | Start cleanup: trim useless HTML comments and <div> elements | Ingo Schwarze |
2016-09-11 | Use the proper HTML escape for double quote ("): " not "e;. | Anthony J. Bentley |
2016-09-03 | move zaurus down to the discontinued architectures | Ingo Schwarze |
2016-09-01 | move "sparc" down to discontinued architectures | Ingo Schwarze |
2016-08-18 | fix an fd leak | Jonathan Gray |
2016-08-10 | move armish and hppa64 down in the dropdown box; reminded by jmc@ | Ingo Schwarze |
2016-07-31 | Some base system pages, for example perl(1), contain non-ASCII | Ingo Schwarze |
2016-07-11 | Make all components of the URI individually optional, | Ingo Schwarze |
2016-07-10 | Simplify the code and the server setup by deleting the pseudo-manpath | Ingo Schwarze |
2016-07-09 | Do not treat PATH_INFO as a complete path if it doesn't contain | Ingo Schwarze |
2016-05-28 | Simplify search form: minus two visible control elements, minus | Ingo Schwarze |
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 |