about summary refs log tree commit homepage
path: root/lib
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-11pop3d: enable native fcntl locks on all *BSDs
2022-08-11www: inbox: favor "pop3://" over "pop://"
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-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-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
2022-08-02daemon: share FDs for identical log paths
2022-08-02daemon: allow listening on well-known ports based on protocol
2022-08-02daemon: add diagnostics about inherited/bound listeners
2022-08-02daemon: require absolute cert/key paths with --daemonize
2022-08-02daemon: support per-listener env, .psgi, out, err
2022-08-02httpd: make internals slightly more generic
2022-07-30solver: avoid deprecation warnings in git 2.36.0+
2022-07-30doc|www: flesh out POP3 documentation for servers and users