about summary refs log tree commit homepage
DateCommit message (Expand)
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
2022-08-04lei_overview: remove pointless map {} op
2022-08-04isearch: mset_to_artnums: avoid unnecessary ops
2022-08-04over: get_xref3: modify rows in-place
2022-08-04http: coerce SERVER_PORT to integer
2022-08-04TODO: remove done items, adjust/add/abandon some
2022-08-04daemon: handle per-listener options on inherited, well-known ports
2022-08-04imapd: use nntpd_cache to speed up startup/reload time
2022-08-04nntp: speed up group listings via ->ALL->misc
2022-08-04miscidx: index inbox min/max article numbers
2022-08-04nntpd: do not delete newsgroup name from inbox object
2022-08-03daemon: reload TLS certs and keys on SIGHUP
2022-08-03www: simplify GzipFilter->zflush callers
2022-08-03ds: use ->dflush to distinguish from ->zflush
2022-08-03www: gzip_filter: update a few comments
2022-08-03www: gzip_filter: gracefully handle socket ->write failures