about summary refs log tree commit homepage
path: root/MANIFEST
DateCommit message (Expand)
2021-01-01lei: rename "extinbox" => "external"
2021-01-01ipc: generic IPC dispatch based on Storable
2021-01-01lei: implement various deduplication strategies
2021-01-01mboxreader: new class for reading various mbox formats
2021-01-01sharedkv: fork()-friendly key-value store
2021-01-01lei_to_mail: initial implementation for writing mbox formats
2020-12-31Merge remote-tracking branch 'origin/master' into lorelei
2020-12-31lei_xsearch: cross-(inbox|extindex) search
2020-12-23xt: add create-many-inboxes helper test
2020-12-19lei: extinbox: start implementing in config file
2020-12-19build: add lei.sh + "make symlink-install" target
2020-12-19lei: start working on bash completion
2020-12-19on_destroy: generic localized END
2020-12-19rename LeiDaemon package to PublicInbox::LEI
2020-12-19t/lei-oneshot: standalone oneshot (non-socket) test
2020-12-19lei_store: local storage for Local Email Interface
2020-12-19lei: FD-passing and IPC basics
2020-12-12doc: add public-inbox-extindex-format(5) manpage
2020-12-05isearch: emulate per-inbox search with ->ALL
2020-12-05over: ensure old, merged {tid} is really gone
2020-11-24miscsearch: a new Xapian sub-DB for extindex
2020-11-08extsearch: rename -eindex to -extindex
2020-11-07script: add preliminary eindex implementation
2020-11-07extsearchidx: initial implementation
2020-11-07extsearch: start mocking out
2020-10-17xt: remove eml_check_roundtrip
2020-09-26xt: add eml ->as_string round trip checker
2020-09-20doc: post-1.6 updates, start 1.7
2020-09-19gcf2: wire up read-only daemons and rm -gcf2 script
2020-09-19add gcf2 client and executable script
2020-09-19gcf2: libgit2-based git cat-file alternative
2020-09-10config: split out iterator into separate object
2020-09-10www: manifest.js.gz generation no longer hogs event loop
2020-09-02t/v2dupindex: test indexing mirrors with duplicate messages
2020-09-01replace ParentPipe with EOFpipe
2020-09-01watch: use EOFpipe to reduce dwaitpid wakeups
2020-09-01rename WatchMaildir => Watch
2020-08-25examples: add imapd systemd examples
2020-08-20searchquery: split off from searchview
2020-08-16doc: add public-inbox-tuning(7) manpage
2020-08-03t/nntpd: do not fork on indexing, test v2
2020-07-29searchidx: disable CoW for SQLite and Xapian under btrfs
2020-07-25v2writable: introduce idx_stack
2020-07-25v2: index forwards (via `git log --reverse')
2020-07-06www: start making gzipfilter the parent response class
2020-07-06mboxgz: do asynchronous git blob retrievals
2020-07-06wwwlisting: use GzipFilter for HTML
2020-06-28watch: use our own "git credential" wrapper
2020-06-28watch: add NNTP support
2020-06-28watch: remove Filesys::Notify::Simple dependency