about summary refs log tree commit homepage
DateCommit message (Expand)
2022-08-21public-inbox 1.9.0 v1.9.0
2022-08-20doc: 1.9 release notes update
2022-08-20www: mbox* drop unneeded {base_url} memoizations
2022-08-20www: use absolute URLs for coderepo URLs
2022-08-20view: do not show pagination footer for small inboxes
2022-08-20imap: remove some intermediate arrays
2022-08-20import: take advantage of some Perl 5.10.x features
2022-08-19lei/store: reindex culls over-indexed messages
2022-08-19smsg: ->populate falls back to old {ds}/{ts} values
2022-08-19tests: add some basic "lei reindex" tests
2022-08-19lei reindex: account for parallel lei/store users
2022-08-19lei reindex: new command to reindex lei/store
2022-08-18lei/store: reduce work when accessing mail_sync.sqlite3
2022-08-18lei inspect: less scary exception for invalid "docid:" inspect
2022-08-18searchidx: fix spelling error in comment
2022-08-16lei: do not wait for sto->done on disconnected EOF
2022-08-16pop3: speed up STAT slightly (~1%)
2022-08-15lei_store_err: use level-trigger for error pipe
2022-08-12pop3: fix off-by-one error when handling `EXPIRE 0'
2022-08-12pop3: quiet warning for cached active statements
2022-08-11syscall: add support for riscv64
2022-08-11tests: support require_mods 'v2'
2022-08-11doc: spell out "PROTOCOL" in examples
2022-08-11examples: add systemd files for -netd
2022-08-11examples: consolidate systemd socket examples
2022-08-11doc: drop ancient Apache and WEBrick examples
2022-08-11devel/syscall-list: support non-Linux, show sizeof(pid_t)
2022-08-11pop3d: enable native fcntl locks on all *BSDs
2022-08-11www: inbox: favor "pop3://" over "pop://"
2022-08-11doc: add WIP 1.9 release notes
2022-08-11www_text: fix #nntp anchor for there's a single NNTP server
2022-08-10daemon: rely on $SIG{__WARN__} for error output
2022-08-10www_text: add AUTH=ANONYMOUS to IMAP URLs
2022-08-10www_text: clarify the password+username is for POP3
2022-08-10www_text: add #nntp, #pop3, and #imap anchors to help HTML
2022-08-10pop3: remove untouched rows on QUIT/disconnect
2022-08-09imapd|nntpd: drop ->base_url preload
2022-08-09imap: mailboxes list across listeners
2022-08-09daemon: cleanup internal data structures
2022-08-09daemon: use per-listener SIG{__WARN__} callbacks
2022-08-09daemon: use default address + well-known ports for scheme
2022-08-09README: recommend AUTH=ANONYMOUS on IMAP URLs
2022-08-09imap: prioritize AUTH=ANONYMOUS clients
2022-08-09imap: only give AUTH=ANONYMOUS clients prefetch
2022-08-09imap: limit ibx_async_prefetch to idle git processes
2022-08-06daemon: dedupe PublicInbox::Config objects by pathname
2022-08-04www: gzip_filter: avoid errors after ->write failure
2022-08-04view: avoid intermediate array when streaming thread
2022-08-04feed: avoid unnecessary map loop in non-over path
2022-08-04imap: ensure_slices_exist: drop needless map and array