about summary refs log tree commit homepage
path: root/MANIFEST
DateCommit message (Expand)
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
2018-04-02replace Xapian skeleton with SQLite overview DB
2018-04-01v2: one file, really
2018-03-30msgtime: parse 3-digit years properly
2018-03-29mda: support v2 inboxes
2018-03-29public-inbox-compact: new tool for driving xapian-compact
2018-03-29public-inbox-convert: tool for converting old to new inboxes
2018-03-23www: $MESSAGE_ID/raw endpoint supports "duplicates"
2018-03-22v2writable: add NNTP article number regeneration support
2018-03-20introduce InboxWritable class
2018-03-19watchmaildir: support v2 repositories
2018-03-19Lock: new base class for writable lockers
2018-03-06favor Received: date over Date: header globally