about summary refs log tree commit homepage
path: root/MANIFEST
DateCommit message (Expand)
2020-04-20watchmaildir: support multiple watchheader values
2020-04-19doc: start writeup on semi-automatic memory management
2020-04-19inboxwritable: mime_from_path: reuse in more places
2020-04-17doc: update 1.4.0 relnotes with date, start 1.5.0
2020-04-15MANIFEST update
2020-03-25www: add endpoint to retrieve altid dumps
2020-03-25qspawn: reinstate filter support, add gzip filter
2020-03-22v2: SDBM-based multi Message-ID queue
2020-03-22rename PublicInbox::SearchMsg => PublicInbox::Smsg
2020-03-22index: use git commit times on missing Date/Received
2020-02-24doc: technical: document data structures
2020-02-15t/msg_iter: test for X-UNKNOWN charset from Alpine
2020-02-09doc: update v1.3.0.eml with actual headers, start v1.4.0
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