2015-02-10 |
Ingo Schwarze | trim trailing white space, no code change; |
blob | commitdiff | raw |
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 |
2011-12-10 |
Kristaps Dzonsons | Encode "manroot" into file URL and parse it properly... |
blob | commitdiff | raw | diff to current |
2011-12-10 |
Kristaps Dzonsons | Big upgrade and polish for cgi.c. |
blob | commitdiff | raw | diff to current |
2011-12-10 |
Kristaps Dzonsons | FreeBSD's man.cgi uses a "default" value for no arch. |
blob | commitdiff | raw | diff to current |
2011-12-10 |
Kristaps Dzonsons | Add some periods (just to see if mlmmj is working again... |
blob | commitdiff | raw | diff to current |
2011-12-09 |
Kristaps Dzonsons | Forgot to make whatis the default during abstraction... |
blob | commitdiff | raw | diff to current |
2011-12-09 |
Kristaps Dzonsons | Abstract query extraction code. Perform some readabili... |
blob | commitdiff | raw | diff to current |
2011-12-08 |
Kristaps Dzonsons | If no man.cgi `whatis' results are found, offer a quick... |
blob | commitdiff | raw | diff to current |
2011-12-08 |
Kristaps Dzonsons | Fix stupid typo: strlcpy() instead of strlcat(). |
blob | commitdiff | raw | diff to current |
2011-12-08 |
Kristaps Dzonsons | Look for man.cgi files in the cache, not under the... |
blob | commitdiff | raw | diff to current |
2011-12-07 |
Kristaps Dzonsons | Tweak to make man.cgi's search results validate properly. |
blob | commitdiff | raw | diff to current |
2011-12-07 |
Kristaps Dzonsons | Apropos and man.cgi should strcasecmp their output... |
blob | commitdiff | raw | diff to current |
2011-12-07 |
Kristaps Dzonsons | Add skeleton man.cgi.css file. I don't think this... |
blob | commitdiff | raw | diff to current |
2011-12-07 |
Kristaps Dzonsons | Accept old-school man.cgi parameters like "sektion... |
blob | commitdiff | raw | diff to current |
2011-12-07 |
Kristaps Dzonsons | Have a whatis/apropos mode, with the default (hitting... |
blob | commitdiff | raw | diff to current |
2011-12-07 |
Kristaps Dzonsons | By default, man.cgi should compile with -static (this... |
blob | commitdiff | raw | diff to current |
2011-12-07 |
Kristaps Dzonsons | Add cat2html functionality. This keeps track of italic... |
blob | commitdiff | raw | diff to current |
2011-12-04 |
Kristaps Dzonsons | Make catman and man.cgi understand the index type-field. |
blob | commitdiff | raw | diff to current |
2011-11-27 |
Kristaps Dzonsons | Removing INSECURE mode. This is a work in progress... |
blob | commitdiff | raw | diff to current |
2011-11-24 |
Kristaps Dzonsons | Let man.cgi run in two modes: |
blob | commitdiff | raw | diff to current |
2011-11-23 |
Kristaps Dzonsons | man.cgi works for the non-jailed case. |
blob | commitdiff | raw | diff to current |
2011-11-20 |
Kristaps Dzonsons | Merge schwarze@'s work for 64-bit types. This is based... |
blob | commitdiff | raw | diff to current |
next |