Age | Commit message (Expand) | Author |
2014-08-09 | mmap(2) requires MAP_PRIVATE ^ MAP_SHARED for flags; | Ingo Schwarze |
2014-08-08 | Absurdly, the return value of sqlite3_column_text() | Ingo Schwarze |
2014-08-08 | mansearch.h uses uint64_t, so it needs stdint.h; found on Linux | Ingo Schwarze |
2014-08-08 | Remove redundant verbiage in the style of "a file is a file, | Ingo Schwarze |
2014-08-08 | Bring the handling of defective prologues even closer to groff, | Ingo Schwarze |
2014-08-08 | Simplify by allowing only one post-handler. | Ingo Schwarze |
2014-08-08 | Simplify by allowing only one pre-handler. | Ingo Schwarze |
2014-08-08 | Simplify man(7) validation: | Ingo Schwarze |
2014-08-08 | Fix floating point handling: When converting double to size_t, | Ingo Schwarze |
2014-08-08 | Clarity with respect to floating point handling: | Ingo Schwarze |
2014-08-08 | demacrify: get rid of man_nmsg(), man_pmsg(), mdoc_nmsg(), mdoc_pmsg() | Ingo Schwarze |
2014-08-08 | mention requests and macros in more messages | Ingo Schwarze |
2014-08-08 | Dynamically allocate the stack of roff(7) .ie condition values | Ingo Schwarze |
2014-08-08 | Split MANDOCERR_IGNARGV into one message for .An and one for .Bl | Ingo Schwarze |
2014-08-08 | In .Bl -column, if some of the column width declarations are given | Ingo Schwarze |
2014-08-08 | Remove the useless FATAL error "argument count wrong, violates syntax". | Ingo Schwarze |
2014-08-08 | Improve handling of next-line scope broken by end of file. | Ingo Schwarze |
2014-08-08 | Simplify: replace one global flag by one local variable | Ingo Schwarze |
2014-08-08 | Get rid of the useless FATAL error "child violates parent syntax". | Ingo Schwarze |
2014-08-08 | Remove two useless FATAL errors. | Ingo Schwarze |
2014-08-08 | better name and wording for the last two non-generic errors | Ingo Schwarze |
2014-08-08 | Various improvements related to .Ex and .Rv: | Ingo Schwarze |
2014-08-08 | Partial implementation of .Bd -centered. | Ingo Schwarze |
2014-07-27 | code readability; no functional change | Ingo Schwarze |
2014-07-27 | Even for UTF-8 output, a non-breaking space character has the same width | 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 |
2014-07-23 | Security fix: | Ingo Schwarze |
2014-07-22 | Security fix: | Ingo Schwarze |
2014-07-22 | Security fix to prevent XSS attacks: | Ingo Schwarze |
2014-07-21 | fix a minibug reported by kristaps@: | Ingo Schwarze |
2014-07-21 | Kristaps points out that the current HTTP/1.1 draft standard (RFC | Ingo Schwarze |
2014-07-19 | Security fix: | Ingo Schwarze |
2014-07-19 | Security fix: | Ingo Schwarze |
2014-07-18 | Do not use the HTTP_HOST CGI variable, | Ingo Schwarze |
2014-07-18 | When the MAN_DIR/manpath.conf configuration file does not exist or is empty, | Ingo Schwarze |
2014-07-13 | Compatibility hack for the old "manpath=OpenBSD<blank>" query parameter format; | Ingo Schwarze |
2014-07-13 | Make the calltree a bit easier to understand by giving the | Ingo Schwarze |
2014-07-13 | make source vs. formatted guessing a bit more robust | Ingo Schwarze |
2014-07-13 | By popular demand, bring man.cgi default mode closer to what man(1) does: | Ingo Schwarze |
2014-07-13 | Install the manuals of the web interface below the same directory | Ingo Schwarze |