about summary refs log tree commit homepage
path: root/MANIFEST
DateCommit message (Expand)
2020-02-07syscall: support Linux x32 ABI
2020-02-06MANIFEST: add flow.{ge,txt}
2020-02-02t/multi-mid.t: extra test for -convert highwater mark
2020-01-11doc: technical/ds.txt: describe PublicInbox::DS divergences
2020-01-05view: msg_html: reduce memory use on reused MIDs
2020-01-04xt/solver.t: real-world regression tests
2020-01-03examples: add empty "lib" dir to placate plackup
2020-01-02doc: release notes: set Date for 1.2.0, start 1.3.0
2020-01-01wwwstatic: add directory listing + index.html support
2019-12-27githttpbackend: split out wwwstatic
2019-12-19t/run.perl: to avoid repeated process spawning for *.t
2019-12-19tests: move t/common.perl to PublicInbox::TestCommon
2019-12-15address: use Email::Address::XS if available
2019-12-14ds: move EvCleanup code into DS
2019-12-12add msgtime_cmp maintainer test
2019-12-12git: async batch interface
2019-11-27httpd|nntpd: avoid missed signal wakeups
2019-11-27dskqxs: fix missing EV_DISPATCH define
2019-11-24tests: move giant inbox/git dependent tests to xt/
2019-11-24tests: quiet down commit graph
2019-11-16mbox: split mboxgz out into a separate file
2019-11-03public-inbox v1.2.0 v1.2.0
2019-11-03doc: add public-inbox.cgi(1) manpage
2019-11-02doc: add public-inbox-purge(1) manpage
2019-10-31msgiter: do not assume UTF-8 if Email::MIME->body_str succeeds
2019-10-30doc: add public-inbox-learn(1) manpage
2019-10-09doc: PublicInbox::SaPlugin::ListMirror manpage
2019-10-07examples: add grok-pull post_update_hook example
2019-10-07doc: generate NEWS, NEWS.atom, and NEWS.html
2019-10-05doc: add manpage for public-inbox-init(1)
2019-09-18doc: add release notes directory
2019-09-14doc: update nntpd with NNTPS and STARTTLS examples
2019-09-14tmpfile: give temporary files meaningful names
2019-07-06nntp: support COMPRESS DEFLATE per RFC 8054
2019-06-29http: support HTTPS (kinda)
2019-06-24ds: reimplement IO::Poll support to look like epoll
2019-06-24ds: split out IO::KQueue-specific code
2019-06-24nntp: NNTPS and NNTP+STARTTLS working
2019-06-14v2: rename SearchIdxPart => SearchIdxShard
2019-06-14Merge remote-tracking branch 'origin/reshard' into next
2019-06-14Merge remote-tracking branch 'origin/manifest' into next
2019-06-14xcpdb: support resharding v2 repos
2019-06-09edit: new tool to perform edits
2019-06-09purge: start moving common options to AdminEdit module
2019-06-09v2writable: implement ->replace call
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