2016-04-15 |
Ingo Schwarze | In the architectures dropdown, move aviion, ia64, solbo... |
blob | commitdiff | raw |
2016-04-15 |
Ingo Schwarze | If PATH_INFO contains a complete and correct path to... |
blob | commitdiff | raw | diff to current |
2016-04-15 |
Ingo Schwarze | omit list of other results when there is only one match |
blob | commitdiff | raw | diff to current |
2016-04-14 |
Ingo Schwarze | for .Xr links, use short PATH_INFO style URIs |
blob | commitdiff | raw | diff to current |
2016-04-14 |
Ingo Schwarze | do not rewrite short queries |
blob | commitdiff | raw | diff to current |
2016-04-13 |
Ingo Schwarze | Give manuals in purely numerical sections priority... |
blob | commitdiff | raw | diff to current |
2016-03-18 |
Ingo Schwarze | Make the SCRIPT_NAME logic simpler, safer, and make... |
blob | commitdiff | raw | diff to current |
2016-03-17 |
Ingo Schwarze | make man(1) mode the default rather than apropos(1... |
blob | commitdiff | raw | diff to current |
2016-03-17 |
Ingo Schwarze | support short URIs for man.openbsd.org |
blob | commitdiff | raw | diff to current |
2016-01-04 |
Ingo Schwarze | Don't retain the search query in the resulting manual... |
blob | commitdiff | raw | diff to current |
2015-11-07 |
Ingo Schwarze | Modernization, no functional change intended: |
blob | commitdiff | raw | diff to current |
2015-11-05 |
Ingo Schwarze | Use include files "header.html" and "footer.html" rathe... |
blob | commitdiff | raw | diff to current |
2015-11-05 |
Ingo Schwarze | Unify the three stylesheets into a single CSS file. |
blob | commitdiff | raw | diff to current |
2015-10-22 |
Ingo Schwarze | use the new function man_validate() here, too |
blob | commitdiff | raw | diff to current |
2015-10-20 |
Ingo Schwarze | In order to become able to generate syntax tree nodes... |
blob | commitdiff | raw | diff to current |
2015-10-13 |
Ingo Schwarze | Major character table cleanup: |
blob | commitdiff | raw | diff to current |
2015-10-06 |
Ingo Schwarze | modernize style: "return" is not a function |
blob | commitdiff | raw | diff to current |
2015-04-18 |
Ingo Schwarze | Profit from the unified struct roff_man and reduce... |
blob | commitdiff | raw | diff to current |
2015-04-18 |
Ingo Schwarze | Replace the structs mdoc and man by a unified struct... |
blob | commitdiff | raw | diff to current |
2015-03-27 |
Ingo Schwarze | Actually use the new man.conf(5) "output" directive. |
blob | commitdiff | raw | diff to current |
2015-03-27 |
Ingo Schwarze | Parse the new man.conf(5) "output" directive. |
blob | commitdiff | raw | diff to current |
2015-02-10 |
Ingo Schwarze | trim trailing white space, no code change; |
blob | commitdiff | raw | diff to current |
2015-01-15 |
Ingo Schwarze | Fatal errors no longer exist. |
blob | commitdiff | raw | diff to current |
2014-11-26 |
Ingo Schwarze | Make the code sipler and more robust by always assignin... |
blob | commitdiff | raw | diff to current |
2014-11-11 |
Ingo Schwarze | In man(1) mode without -a, stop searching after the... |
blob | commitdiff | raw | diff to current |
2014-10-28 |
Ingo Schwarze | Make the character table available to libroff so it... |
blob | commitdiff | raw | diff to current |
2014-10-07 |
Ingo Schwarze | be a bit more patient, 1s is sometimes insufficient... |
blob | commitdiff | raw | diff to current |
2014-09-27 |
Kristaps Dzonsons | Modify man.cgi to use HTML5. |
blob | commitdiff | raw | diff to current |
2014-09-14 |
Ingo Schwarze | Support backslash-escaping of white space in the query... |
blob | commitdiff | raw | diff to current |
2014-08-26 |
Ingo Schwarze | Sync section titles with OpenBSD. |
blob | commitdiff | raw | diff to current |
2014-08-21 |
Ingo Schwarze | limit CGI process execution time to make REDoS attacks... |
blob | commitdiff | raw | diff to current |
2014-08-17 |
Ingo Schwarze | Fully integrate apropos(1) into mandoc(1). |
blob | commitdiff | raw | diff to current |
2014-08-10 |
Ingo Schwarze | Get rid of HAVE_CONFIG_H, it is always defined; idea... |
blob | commitdiff | raw | diff to current |
2014-08-05 |
Ingo Schwarze | mansearch.h uses uint64_t, so it needs stdint.h; found... |
blob | commitdiff | raw | diff to current |
2014-07-25 |
Ingo Schwarze | Choosing the right encoding is a tricky business... |
blob | commitdiff | raw | diff to current |
2014-07-25 |
Ingo Schwarze | Sort the URI keys for .Xr links in the same order used... |
blob | commitdiff | raw | diff to current |
2014-07-25 |
Ingo Schwarze | oops, we must not try to validate a manpath we don... |
blob | commitdiff | raw | diff to current |
2014-07-25 |
Ingo Schwarze | We cannot easily control the order of the QUERY_STRING... |
blob | commitdiff | raw | diff to current |
2014-07-25 |
Ingo Schwarze | In generated .Xr links, avoid double encoding of ampersands |
blob | commitdiff | raw | diff to current |
2014-07-25 |
Ingo Schwarze | Even though this is not XHTML yet, remove some gratuiti... |
blob | commitdiff | raw | diff to current |
2014-07-25 |
Ingo Schwarze | The names of all other struct query memebers match... |
blob | commitdiff | raw | diff to current |
2014-07-25 |
Ingo Schwarze | clean up pg_show() to not modify a string returned... |
blob | commitdiff | raw | diff to current |
2014-07-25 |
Ingo Schwarze | Rewrite http_parse() completely: |
blob | commitdiff | raw | diff to current |
2014-07-24 |
Ingo Schwarze | Sort result pages first by section number, then by... |
blob | commitdiff | raw | diff to current |
2014-07-24 |
Ingo Schwarze | Provide a dropdown entry "All Architectures" and make... |
blob | commitdiff | raw | diff to current |
2014-07-22 |
Ingo Schwarze | Security fix to prevent XSS attacks: |
blob | commitdiff | raw | diff to current |
2014-07-21 |
Ingo Schwarze | fix a minibug reported by kristaps@: |
blob | commitdiff | raw | diff to current |
2014-07-21 |
Ingo Schwarze | Kristaps points out that the current HTTP/1.1 draft... |
blob | commitdiff | raw | diff to current |
2014-07-19 |
Ingo Schwarze | Security fix: |
blob | commitdiff | raw | diff to current |
2014-07-19 |
Ingo Schwarze | Security fix: |
blob | commitdiff | raw | diff to current |
2014-07-18 |
Ingo Schwarze | Do not use the HTTP_HOST CGI variable, |
blob | commitdiff | raw | diff to current |
2014-07-18 |
Ingo Schwarze | When the MAN_DIR/manpath.conf configuration file does... |
blob | commitdiff | raw | diff to current |
2014-07-13 |
Ingo Schwarze | Compatibility hack for the old "manpath=OpenBSD<blank... |
blob | commitdiff | raw | diff to current |
2014-07-13 |
Ingo Schwarze | Make the calltree a bit easier to understand by giving the |
blob | commitdiff | raw | diff to current |
2014-07-13 |
Ingo Schwarze | make source vs. formatted guessing a bit more robust |
blob | commitdiff | raw | diff to current |
2014-07-13 |
Ingo Schwarze | By popular demand, bring man.cgi default mode closer... |
blob | commitdiff | raw | diff to current |
2014-07-13 |
Ingo Schwarze | Install the manuals of the web interface below the... |
blob | commitdiff | raw | diff to current |
2014-07-12 |
Ingo Schwarze | Polish the search form using feedback from beck@ and... |
blob | commitdiff | raw | diff to current |
2014-07-12 |
Ingo Schwarze | No need for run-time configuration, add minimal compile... |
blob | commitdiff | raw | diff to current |
2014-07-12 |
Ingo Schwarze | Simplify: Delete 74 lines of code including one enum... |
blob | commitdiff | raw | diff to current |
2014-07-12 |
Ingo Schwarze | Start fixing issues that beck@ helped find: |
blob | commitdiff | raw | diff to current |
2014-07-12 |
Ingo Schwarze | fix the two manual links on the index page |
blob | commitdiff | raw | diff to current |
2014-07-11 |
Ingo Schwarze | merge OpenBSD rev. 1.3 by tedu@: |
blob | commitdiff | raw | diff to current |
2014-07-11 |
Ingo Schwarze | merge OpenBSD rev. 1.2 by tedu@: |
blob | commitdiff | raw | diff to current |
2014-07-10 |
Ingo Schwarze | Link to the new man.cgi(8) manual, now that we have... |
blob | commitdiff | raw | diff to current |
2014-07-09 |
Ingo Schwarze | some sugar for the index page |
blob | commitdiff | raw | diff to current |
2014-07-09 |
Ingo Schwarze | Clean up error reporting: |
blob | commitdiff | raw | diff to current |
2014-07-09 |
Ingo Schwarze | namespace cleanups: |
blob | commitdiff | raw | diff to current |
2014-07-09 |
Ingo Schwarze | remove obsolete __sun includes |
blob | commitdiff | raw | diff to current |
2014-07-09 |
Ingo Schwarze | set a reasonable default for .Os |
blob | commitdiff | raw | diff to current |
2014-07-09 |
Ingo Schwarze | oops, forgot to trim the newline character |
blob | commitdiff | raw | diff to current |
2014-07-09 |
Ingo Schwarze | Simplify pathgen() even more. |
blob | commitdiff | raw | diff to current |
2014-07-09 |
Ingo Schwarze | include manpath= when printing queries, and omit empty... |
blob | commitdiff | raw | diff to current |
2014-07-09 |
Ingo Schwarze | Switch over man.cgi to SQLite. While here: |
blob | commitdiff | raw | diff to current |
2014-04-23 |
Ingo Schwarze | Audit malloc(3)/calloc(3)/realloc(3) usage. |
blob | commitdiff | raw | diff to current |
2014-03-23 |
Ingo Schwarze | needs mandoc_aux, too |
blob | commitdiff | raw | diff to current |
2014-03-19 |
Ingo Schwarze | Without the MPARSE_SO option, if the file contains... |
blob | commitdiff | raw | diff to current |
2014-03-19 |
Ingo Schwarze | cope with mparse_alloc() interface change |
blob | commitdiff | raw | diff to current |
2014-01-05 |
Ingo Schwarze | Cope with mparse_alloc() interface change. |
blob | commitdiff | raw | diff to current |
2013-10-11 |
Ingo Schwarze | Thomas Klausner <wiz at NetBSD dot org> finally succeed... |
blob | commitdiff | raw | diff to current |
2013-06-05 |
Ingo Schwarze | Some places used PATH_MAX from <limits.h>, some MAXPATH... |
blob | commitdiff | raw | diff to current |
2012-05-27 |
Ingo Schwarze | Support -Ios='OpenBSD 5.1' to override uname(3) as... |
blob | commitdiff | raw | diff to current |
2012-03-25 |
Kristaps Dzonsons | Fix lookup not to use full-out regexp search. |
blob | commitdiff | raw | diff to current |
2012-03-24 |
Kristaps Dzonsons | Be insane. Make apropos(1) subsume man(1). |
blob | commitdiff | raw | diff to current |
2012-03-24 |
Kristaps Dzonsons | Simplify by not pre-filtering the result vector for... |
blob | commitdiff | raw | diff to current |
2012-03-23 |
Kristaps Dzonsons | Knock out useless & confusing whatis mode. |
blob | commitdiff | raw | diff to current |
2011-12-25 |
Kristaps Dzonsons | Continue changing mandoc.{index,db} into whatis.{index... |
blob | commitdiff | raw | diff to current |
2011-12-16 |
Kristaps Dzonsons | Two lint fixes. |
blob | commitdiff | raw | diff to current |
2011-12-16 |
Kristaps Dzonsons | Fix assertion found when plugging legacy man.cgi query... |
blob | commitdiff | raw | diff to current |
2011-12-16 |
Kristaps Dzonsons | When routing to a "result" page in the cgi, remember... |
blob | commitdiff | raw | diff to current |
2011-12-16 |
Kristaps Dzonsons | Make the stored "cat"/"mdoc"/"man" strings just be... |
blob | commitdiff | raw | diff to current |
2011-12-16 |
Kristaps Dzonsons | Make paths in the mandocdb(8) index relative to the... |
blob | commitdiff | raw | diff to current |
2011-12-15 |
Kristaps Dzonsons | Further tweaks for output consistency. |
blob | commitdiff | raw | diff to current |
2011-12-15 |
Kristaps Dzonsons | Some presentation polish in man.cgi: |
blob | commitdiff | raw | diff to current |
2011-12-14 |
Kristaps Dzonsons | Unbreak man.cgi's css directories when CSS_DIR isn... |
blob | commitdiff | raw | diff to current |
2011-12-12 |
Ingo Schwarze | implement -C (alternative config file) for apropos... |
blob | commitdiff | raw | diff to current |
2011-12-11 |
Kristaps Dzonsons | When 303'ing a search directly to a page, remember... |
blob | commitdiff | raw | diff to current |
2011-12-10 |
Kristaps Dzonsons | Slip in a fix to allow for empty cache directories. |
blob | commitdiff | raw | diff to current |
2011-12-10 |
Kristaps Dzonsons | Finishing touches on multi-manroot man.cgi. If more... |
blob | commitdiff | raw | diff to current |
2011-12-10 |
Kristaps Dzonsons | Switch on "manpath=" handling, which I call the "manroo... |
blob | commitdiff | raw | diff to current |
next |