about summary refs log tree commit homepage
DateCommit message (Expand)
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
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-30tests: maintainer test for using mpop
2022-07-30doc|www: flesh out POP3 documentation for servers and users
2022-07-29doc: httpd: document GIT_HTTP_MAX_REQUEST_BUFFER
2022-07-28www: drop --subject from "git send-email" instructions
2022-07-24add xt/mem-nntpd-tls maintainer test
2022-07-24dsdeflate: shorten scope of initial buffer
2022-07-24xt/mem-imapd-tls: update aliases to DSdeflate subs
2022-07-23nntp: use substr to check for trailing CRLF
2022-07-23pop3: reduce memory use while generating the mailbox cache
2022-07-23imap+nntp: share COMPRESS implementation
2022-07-23nntp: resolve inboxes immediately on group listings
2022-07-23ds: share long_step between NNTP and IMAP
2022-07-23nntp: inline CRLF in all response lines
2022-07-23nntp: listgroup_range_i: remove useless `map' op
2022-07-23ds: move requeue_once
2022-07-23ds: move no-op ->zflush to common base class
2022-07-23ds: support greeting protocols
2022-07-23nntp: remove more() wrapper
2022-07-23nntp: start adding CRLF to responses natively
2022-07-23nntp: pass regexp to split() callers
2022-07-21pop3: drop File::FcntlLock requirement for FreeBSD and Linux
2022-07-21www: note "x=m" and "t=1" (mis)use for GET requests
2022-07-20gcf2: avoid excessive checks for unlinked files
2022-07-20pop3: advertise STLS in CAPA if appropriate
2022-07-20netd: setup TLS bits for well-known STARTTLS ports
2022-07-20pop3: TOP requests do not expire messages
2022-07-20pop3: implement IN-USE from RESP-CODES (RFC 2449)
2022-07-20public-inbox-pop3d - a mostly read-only POP3 server