about summary refs log tree commit homepage
path: root/examples
DateCommit message (Expand)
2019-10-18examples/grok-pull.post_update_hook: fix config detection
2019-10-16config: support "inboxdir" in addition to "mainrepo"
2019-10-16examples/grok-pull.post_update_hook: use "inbox_dir"
2019-10-07examples: add grok-pull post_update_hook example
2019-09-14doc: update nntpd with NNTPS and STARTTLS examples
2019-09-09run update-copyrights from gnulib for 2019
2019-06-30examples/*@.service: sockets MUST be NonBlocking
2019-06-04examples: add sample nginx configuration
2019-05-14httpd: get rid of Deflater warning
2019-04-25examples/cgit-commit-filter.lua: some doc updates
2019-04-25examples: cgit filter for use with WwwHighlight
2019-04-24examples/cgit-commit-filter: remove unused variable
2019-04-04cgit: support running cgit as a standalone CGI
2019-02-07examples/newswww.psgi: demonstrate standalone NewsWWW usage
2019-01-21highlight: initial wrapper and PSGI service
2019-01-20www: admin-configurable CSS via "publicinbox.css"
2018-12-30examples/cgit-commit-filter.lua: escape '&' properly in URL
2018-12-29examples/cgit-commit-filter.lua: update URLs
2018-05-30examples: add systemd example for public-inbox-watch
2018-02-07update copyrights for 2018
2016-12-25githttpbackend: simplify compatibility code
2016-07-08examples: add logrotate sample to show USR1 reopening
2016-07-08examples: minimize differences for systemd examples
2016-07-03examples/varnish-4.vcl: comments and tweaks
2016-07-03examples: remove X-Forwarded-For mentions
2016-07-01examples: add varnish-4.vcl
2016-07-01examples/README: update URL to point to our HTTPS backend
2016-07-01git: allow cloning from the URL root, too
2016-07-01update git repo location to https:// using GitHTTPBackend.pm
2016-06-19examples/*@.service: wait one day for graceful shutdown
2016-06-13doc: systemd examples should only kill one process
2016-06-13examples: systemd socket and service definitions for daemons
2016-06-07unsubscribe.psgi: disable confirmation
2016-06-07unsubscribe.milter: implement archive blacklist
2016-06-07Merge branch 'unsubscribe'
2016-05-28examples: config no longer supports atomUrl
2016-05-27unsubscribe.milter: use default postfork dispatcher
2016-05-23http: chunk in the server, not middleware
2016-05-21examples/unsubscribe-psgi@.service: disable worker processes
2016-05-20unsubscribe: get off mah lawn^H^H^Hist
2016-04-06examples/public-inbox.psgi: add note for our httpd
2016-03-12examples: disable Chunked response in PSGI example
2016-02-29fixup Plack-related requires
2016-02-28examples/public-inbox.psgi: relax license to GPL-3.0+
2016-02-28examples: various Apache-related doc updates
2016-02-28examples/cgi-webrick.rb: set CGIPathEnv, update comments
2016-02-28examples/: PSGI example updates
2016-02-28httpd: allow running if ReverseProxy is missing
2016-02-26psgi: enable ReverseProxy middleware by default
2016-02-25www: make interface more OO