about summary refs log tree commit homepage
path: root/MANIFEST
DateCommit message (Expand)
2019-06-09wwwlisting: generate grokmirror-compatible manifest.js.gz
2019-06-05scripts: add README to describe its purpose
2019-06-04t: avoid "subtest" for Perl 5.10.1 compatibility
2019-06-04MANIFEST: add examples/nginx_proxy
2019-06-01ds: fix and test for FD leaks with kqueue on ->Reset
2019-05-24MANIFEST: add extman.perl
2019-05-23xcpdb: new tool which wraps Xapian's copydatabase(1)
2019-05-23xapcmd: new module for wrapping Xapian commands
2019-05-23v1writable: retire in favor of InboxWritable
2019-05-15doc: add marketing guide
2019-05-14searchidx: fix incremental index with indexlevel=basic on v1
2019-05-14v1writable: new wrapper which is closer to v2writable
2019-05-09ci: include some scripts to make CI easier
2019-05-08Merge remote-tracking branch 'origin/danga-bundle'
2019-05-05Merge remote-tracking branch 'origin/wwwlisting'
2019-05-04bundle Danga::Socket and Sys::Syscall
2019-04-25examples: cgit filter for use with WwwHighlight
2019-04-23doc: add standards reference
2019-04-19www: support listing of inboxes
2019-04-04cgit: support running cgit as a standalone CGI
2019-02-12MANIFEST: add newswww.psgi
2019-02-01newswww: add /$MESSAGE_ID global redirector endpoint
2019-01-31Merge remote-tracking branch 'origin/purge'
2019-01-21highlight: initial wrapper and PSGI service
2019-01-20$INBOX/_/text/color/ and sample user-side CSS
2019-01-20www: admin-configurable CSS via "publicinbox.css"
2019-01-19view: wire up diff and vcs viewers with solver
2019-01-19solver: initial Perl implementation
2019-01-19t/perf-msgview: add test to check msg_html performance
2019-01-11implement public-inbox-purge tool
2019-01-11hoist out resolve_repo_dir from -index
2019-01-05filter/rubylang: fix SQLite DB lifetime problems
2019-01-02update and add documentation for repository formats
2018-12-30handle "multipart/mixed" messages which are not multipart
2018-12-28add filter for gmane archives
2018-07-29mda: allow configuring globally without spamc support
2018-07-29mda: v2: ensure message bodies are indexed
2018-07-18SearchIdx: Decrement regen_down even for added messages that are later deleted.
2018-07-07Import: Don't copy nulls from emails into git
2018-07-06MsgTime.pm: Use strptime to compute the time zone
2018-06-26additional tests for bad Message-IDs in URLs
2018-06-16Contribute SELinux policy for EL7
2018-05-30examples: add systemd example for public-inbox-watch
2018-04-18searchidx: regenerate and avoid article number gaps on full index
2018-04-18v2: generate better Message-IDs for duplicates
2018-04-07over: remove forked subprocess
2018-04-05support altid mechanism for v2
2018-04-04v2: support incremental indexing + purge
2018-04-03nntp: make XOVER, XHDR, OVER, HDR and NEWNEWS faster
2018-04-03rename+rewrite test using Benchmark module