| Commit message (Expand) | Author | Age | Files | Lines |
* | Split -Wstyle into -Wstyle and the even lower -Wbase, and add | Ingo Schwarze | 2017-06-24 | 1 | -1/+1 |
* | KNF: remove parentheses from switch case labels; no binary change | Ingo Schwarze | 2017-06-20 | 1 | -4/+4 |
* | More thoroughly reject direct access to unintended files, such that | Ingo Schwarze | 2017-04-19 | 1 | -1/+2 |
* | Simplify: write HTTP 303 redirects with relative locations. | Ingo Schwarze | 2017-03-18 | 1 | -10/+11 |
* | Bugfix: use SCRIPT_NAME for .Xr hyperlinks. | Ingo Schwarze | 2017-03-18 | 1 | -1/+2 |
* | In URIs in apropos(1) result tables, | Ingo Schwarze | 2017-03-15 | 1 | -3/+6 |
* | Mention the manual page name and section in the HTML page <title>. | Ingo Schwarze | 2017-03-15 | 1 | -33/+48 |
* | It's annoying that people keep writing URIs including redundant parts | Ingo Schwarze | 2017-03-15 | 1 | -2/+24 |
* | Pledge man.cgi(8). | Ingo Schwarze | 2017-02-22 | 1 | -0/+16 |
* | protect <err.h> inclusion | Ingo Schwarze | 2017-02-08 | 1 | -0/+2 |
* | add arm64 architecture; from deraadt@ | Ingo Schwarze | 2017-01-25 | 1 | -1/+1 |
* | Improve HTML formatting of .Bl -tag. | Ingo Schwarze | 2017-01-25 | 1 | -0/+2 |
* | clean up the remaining class attributes | Ingo Schwarze | 2017-01-21 | 1 | -13/+8 |
* | Adjust indentation of the HTML output to the conventions established | Ingo Schwarze | 2017-01-19 | 1 | -26/+26 |
* | Start cleanup: trim useless HTML comments, <div> elements, | Ingo Schwarze | 2017-01-19 | 1 | -9/+4 |
* | use the proper HTML escape for double quote ("): " not "e; | Ingo Schwarze | 2016-09-12 | 1 | -1/+1 |
* | move zaurus down to the discontinued architectures | Ingo Schwarze | 2016-09-03 | 1 | -3/+3 |
* | move "sparc" down to discontinued architectures | Ingo Schwarze | 2016-09-01 | 1 | -3/+3 |
* | fix an fd leak; patch from jsg@ | Ingo Schwarze | 2016-08-18 | 1 | -0/+1 |
* | move armish and hppa64 down in the dropdown box; reminded by jmc@ | Ingo Schwarze | 2016-08-10 | 1 | -4/+5 |
* | Some base system pages, for example perl(1), contain non-ASCII | Ingo Schwarze | 2016-07-31 | 1 | -1/+2 |
* | Make all components of the URI individually optional, | Ingo Schwarze | 2016-07-11 | 1 | -16/+41 |
* | Simplify the code and the server setup by deleting the pseudo-manpath | Ingo Schwarze | 2016-07-10 | 1 | -11/+3 |
* | Do not treat PATH_INFO as a complete path if it doesn't contain | Ingo Schwarze | 2016-07-09 | 1 | -1/+1 |
* | Simplify search form: minus two visible control elements, minus | Ingo Schwarze | 2016-05-28 | 1 | -27/+8 |
* | Only focus on the query input box when no manual page is displayed, | Ingo Schwarze | 2016-04-29 | 1 | -8/+17 |
* | Set the "autofocus" attribute on the query text box. | Ingo Schwarze | 2016-04-28 | 1 | -1/+1 |
* | Rename five static functions to make the classification of functions | Ingo Schwarze | 2016-04-15 | 1 | -15/+15 |
* | prefer warn[x](3) over fprintf(3) where appropriate | Ingo Schwarze | 2016-04-15 | 1 | -22/+18 |
* | Fix parsing of PATH_INFO if both a section directory and an | Ingo Schwarze | 2016-04-15 | 1 | -17/+13 |
* | Make HTML tags lower case for better stylistic agreement with what | Ingo Schwarze | 2016-04-15 | 1 | -96/+96 |
* | 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 |