messages from 2022-03-23 21:08:19 to 2022-08-10 15:58:01 UTC [more...]
[PATCH] daemon: rely on $SIG{__WARN__} for error output
2022-08-10 15:58 UTC
[PATCH 0/3] www: help text tweaks
2022-08-10 7:40 UTC (4+ messages)
` [PATCH 1/3] www_text: add #nntp, #pop3, and #imap anchors to help HTML
` [PATCH 2/3] www_text: clarify the password+username is for POP3
` [PATCH 3/3] www_text: add AUTH=ANONYMOUS to IMAP URLs
[PATCH] pop3: remove untouched rows on QUIT/disconnect
2022-08-10 6:00 UTC
[PATCH 0/5] daemon/netd-related improvements
2022-08-08 23:53 UTC (6+ messages)
` [PATCH 1/5] daemon: use default address + well-known ports for scheme
` [PATCH 2/5] daemon: use per-listener SIG{__WARN__} callbacks
` [PATCH 3/5] daemon: cleanup internal data structures
` [PATCH 4/5] imap: mailboxes list across listeners
` [PATCH 5/5] imapd|nntpd: drop ->base_url preload
[PATCH 0/4] imap: reduce impact of bot scanners
2022-08-08 23:16 UTC (5+ messages)
` [PATCH 1/4] imap: limit ibx_async_prefetch to idle git processes
` [PATCH 2/4] imap: only give AUTH=ANONYMOUS clients prefetch
` [PATCH 3/4] imap: prioritize AUTH=ANONYMOUS clients
` [PATCH 4/4] README: recommend AUTH=ANONYMOUS on IMAP URLs
[PATCH] daemon: dedupe PublicInbox::Config objects by pathname
2022-08-05 8:29 UTC
[PATCH] www: gzip_filter: avoid errors after ->write failure
2022-08-04 20:08 UTC
[PATCH 0/7] various op/allocation golfing
2022-08-04 8:17 UTC (8+ messages)
` [PATCH 1/7] http: coerce SERVER_PORT to integer
` [PATCH 2/7] over: get_xref3: modify rows in-place
` [PATCH 3/7] isearch: mset_to_artnums: avoid unnecessary ops
` [PATCH 4/7] lei_overview: remove pointless map {} op
` [PATCH 5/7] imap: ensure_slices_exist: drop needless map and array
` [PATCH 6/7] feed: avoid unnecessary map loop in non-over path
` [PATCH 7/7] view: avoid intermediate array when streaming thread
[PATCH] TODO: remove done items, adjust/add/abandon some
2022-08-04 7:23 UTC
[PATCH] daemon: handle per-listener options on inherited, well-known ports
2022-08-04 6:27 UTC
[PATCH 0/4] use ALL to speedup -nntpd and -imapd
2022-08-03 23:50 UTC (6+ messages)
` [PATCH 1/4] nntpd: do not delete newsgroup name from inbox object
` [PATCH 2/4] miscidx: index inbox min/max article numbers
` [PATCH 3/4] nntp: speed up group listings via ->ALL->misc
` [PATCH 4/4] imapd: use nntpd_cache to speed up startup/reload time
[PATCH] daemon: reload TLS certs and keys on SIGHUP
2022-08-03 8:16 UTC (2+ messages)
[PATCH 0/4] compression-related stuff
2022-08-03 7:59 UTC (5+ messages)
` [PATCH 1/4] www: gzip_filter: gracefully handle socket ->write failures
` [PATCH 2/4] www: gzip_filter: update a few comments
` [PATCH 3/4] ds: use ->dflush to distinguish from ->zflush
` [PATCH 4/4] www: simplify GzipFilter->zflush callers
httpd GzipFilter::zflush error, anyone else seen this?
2022-08-02 6:54 UTC
[PATCH 0/6] flesh out more -netd funcionality
2022-08-01 21:24 UTC (7+ messages)
` [PATCH 1/6] httpd: make internals slightly more generic
` [PATCH 2/6] daemon: support per-listener env, .psgi, out, err
` [PATCH 3/6] daemon: require absolute cert/key paths with --daemonize
` [PATCH 4/6] daemon: add diagnostics about inherited/bound listeners
` [PATCH 5/6] daemon: allow listening on well-known ports based on protocol
` [PATCH 6/6] daemon: share FDs for identical log paths
[PATCH] solver: avoid deprecation warnings in git 2.36.0+
2022-07-30 9:38 UTC
[PATCH 0/2] POP3 docs + tests for users and BOFHs
2022-07-29 20:41 UTC (3+ messages)
` [PATCH 1/2] doc|www: flesh out POP3 documentation for servers and users
` [PATCH 2/2] tests: maintainer test for using mpop
[PATCH] doc: httpd: document GIT_HTTP_MAX_REQUEST_BUFFER
2022-07-28 8:10 UTC
[PATCH 0/3] nntpd + imapd deflate updates
2022-07-23 15:52 UTC (4+ messages)
` [PATCH 1/3] xt/mem-imapd-tls: update aliases to DSdeflate subs
` [PATCH 2/3] dsdeflate: shorten scope of initial buffer
` [PATCH 3/3] add xt/mem-nntpd-tls maintainer test
[PATCH] nntp: use substr to check for trailing CRLF
2022-07-23 6:13 UTC
[PATCH] pop3: reduce memory use while generating the mailbox cache
2022-07-23 6:12 UTC
[PATCH 00/11] IMAP, NNTP, POP3 golfing
2022-07-23 4:41 UTC (12+ messages)
` [PATCH 01/11] nntp: pass regexp to split() callers
` [PATCH 02/11] nntp: start adding CRLF to responses natively
` [PATCH 03/11] nntp: remove more() wrapper
` [PATCH 04/11] ds: support greeting protocols
` [PATCH 05/11] ds: move no-op ->zflush to common base class
` [PATCH 06/11] ds: move requeue_once
` [PATCH 07/11] nntp: listgroup_range_i: remove useless `map' op
` [PATCH 08/11] nntp: inline CRLF in all response lines
` [PATCH 09/11] ds: share long_step between NNTP and IMAP
` [PATCH 10/11] nntp: resolve inboxes immediately on group listings
` [PATCH 11/11] imap+nntp: share COMPRESS implementation
git-send-email doesn't entirely understand --subject (or --in-reply-to)
2022-07-22 20:18 UTC
[PATCH] pop3: drop File::FcntlLock requirement for FreeBSD and Linux
2022-07-21 5:36 UTC
lei missing mails
2022-07-20 22:57 UTC (11+ messages)
` [PATCH] www: note "x=m" and "t=1" (mis)use for GET requests
[PATCH] gcf2: avoid excessive checks for unlinked files
2022-07-20 18:01 UTC
[PATCH 0/2] preliminary POP3 daemon
2022-07-20 9:24 UTC (10+ messages)
` [PATCH 1/2] public-inbox-pop3d - a mostly read-only POP3 server
` [PATCH 2/2] pop3: implement IN-USE from RESP-CODES (RFC 2449)
` [PATCH 3/2] pop3: fix numerous bugs in delete handling
` [PATCH v2 0/5] public-inbox POP3 daemon
` [PATCH v2 1/5] public-inbox-pop3d - a mostly read-only POP3 server
` [PATCH v2 2/5] pop3: implement IN-USE from RESP-CODES (RFC 2449)
` [PATCH v2 3/5] pop3: TOP requests do not expire messages
` [PATCH v2 4/5] netd: setup TLS bits for well-known STARTTLS ports
` [PATCH v2 5/5] pop3: advertise STLS in CAPA if appropriate
[PATCH] netd: load modules for well-known ports
2022-07-20 1:22 UTC
[PATCH 0/2] lei inotify/EVFILT_VNODE deadlock fix
2022-07-19 22:42 UTC (3+ messages)
` [PATCH 1/2] lei: avoid deadlock on inotify/EVFILT_VNODE wakeups
` [PATCH 2/2] lei note-event: inline note_event_arm_done
[PATCH] searchidx: skip "delta $N" sections for base-85
2022-07-19 2:36 UTC
[PATCH] test_common: avoid uninitialized warning on readlink
2022-07-09 8:08 UTC
[PATCH] imap: STATUS: count messages properly
2022-07-08 11:36 UTC
[PATCH 0/2] lei: minor diagnostic improvement
2022-07-07 9:40 UTC (3+ messages)
` [PATCH 1/2] lei_xsearch: simplify lei/store import check
` [PATCH 2/2] lei: track seen messages to note duplicates
immutable?
2022-07-01 18:37 UTC (3+ messages)
[PATCH] tree-wide: Fix typo accomodate
2022-07-01 16:18 UTC (2+ messages)
[PATCH] tree-wide: Fix typo likelyhood
2022-07-01 14:04 UTC
[PATCH 0/2] searchthread: minor simplifications
2022-06-22 8:02 UTC (3+ messages)
` [PATCH 1/2] searchthread: remove + inline single-use cast sub
` [PATCH 2/2] searchthread: delete children early while ordering
[PATCH 0/3] search indexing improvements
2022-06-22 7:50 UTC (7+ messages)
` [PATCH 1/3] searchidx: use regexp as first arg for `split' op
` [PATCH 2/3] search: support "patchid:" prefix (git patch-id --stable)
` [PATCH 4/3] search: add help for patchid: prefix
` [PATCH 5/3] doc: lei-q: regenerate for patchid: help
` [PATCH 3/3] search: do not index base-85 binary patches
[PATCH] Add EditorConfig file
2022-06-11 3:23 UTC (3+ messages)
[PATCH] t/spawn: Find invalid PID to try to join its process group
2022-06-11 3:22 UTC (6+ messages)
` [PATCH v2] "
Issues with mailto: Links
2022-06-09 19:51 UTC (5+ messages)
` [PATCH v2] view: do not escape first `@' in mailto: URLs
APOP-only POP3 clients?
2022-05-27 12:28 UTC (2+ messages)
Message-ID not found
2022-05-25 9:00 UTC (7+ messages)
[PATCH 0/2] imapd: minor cleanups
2022-05-13 0:40 UTC (3+ messages)
` [PATCH 1/2] imap: remove unused args_ok sub
` [PATCH 2/2] imapd: update comment for PublicInbox::ConfigIter
RFC: hooks in public-inbox-watch
2022-05-12 19:54 UTC (3+ messages)
[PATCH] daemon: fix uninitialized variable
2022-05-08 22:10 UTC
Difficulty following the AGPL for example systemd units
2022-05-07 0:57 UTC (6+ messages)
[PATCH] public-inbox-netd: a multi-protocol superserver
2022-05-07 0:10 UTC (3+ messages)
Trouble running lei
2022-05-03 20:32 UTC (5+ messages)
[PATCH] lei import: add label completions (+L:$LABEL)
2022-05-02 18:10 UTC
[PATCH] lei_view_text: remove all CR before LF
2022-05-02 9:04 UTC
[PATCH] lei refresh-mail-sync: filter NNTP(S) from --all
2022-04-30 21:29 UTC
[PATCH] lei: improve diagnosis of errors from children
2022-04-30 21:04 UTC
More efficient Atom feeds for public-inbox
2022-04-28 17:46 UTC (3+ messages)
[PATCH 0/2] version bumps, Perl 5.12 in _some_ places
2022-04-23 22:03 UTC (3+ messages)
` [PATCH 1/2] Makefile.PL: various updates for new versions
` [PATCH 2/2] lei: move to v5.12 to avoid "use strict"
[ANNOUNCE] public-inbox 1.8.0
2022-04-23 20:23 UTC (2+ messages)
[PATCH] doc: update 1.8 WIP release notes
2022-04-22 4:31 UTC
[PATCH] lei: commit store on interrupted partial imports
2022-04-21 11:59 UTC
[PATCH 0/4] lei: finish wiring up pure-Perl stuff for Linux
2022-04-18 9:50 UTC (5+ messages)
` [PATCH 1/4] lei: clobber recvmsg buffer on errors
` [PATCH 2/4] syscall: more idiomatic cmsghdr space allocation
` [PATCH 3/4] lei: wire up pure Perl sendmsg/recvmsg for Linux users
` [PATCH 4/4] syscall: golf + more idiomatic buffer initialization
[PATCH] lei_mail_sync: explicit bind for old SQL_VARCHAR compat
2022-04-18 9:44 UTC
[PATCH] scripts: add script to export v1 inboxes to maildir
2022-04-11 20:36 UTC (2+ messages)
[PATCH] lei: always open mail_sync.sqlite3 R/W
2022-04-05 8:18 UTC
[PATCH 0/2] lei_mail_sync ambiguity fixes
2022-04-02 23:45 UTC (4+ messages)
` [PATCH 1/2] lei_mail_sync: ensure URLs and folder names are stored as binary
` [PATCH 2/2] lei_mail_sync: store OIDs and Maildir filenames as blobs
[PATCH] view: remove unused $end variable
2022-04-02 4:38 UTC
[PATCH] examples/unsubscribe.milter: RFC 8058 (List-Unsubscribe=One-Click)
2022-04-02 1:56 UTC
[PATCH] examples/unsubscribe.milter: use IO::Socket, again
2022-04-02 1:40 UTC
[PATCH] TODO: add item for auto-detecting TLS files in daemons
2022-04-01 9:13 UTC
[PATCH] viewdiff: use defined checks in more places
2022-03-30 19:53 UTC
[PATCH 0/3] support sendmsg+recvmsg in pure Perl under Linux
2022-03-23 21:08 UTC (2+ messages)
` [PATCH 4/3] syscall: add sendmsg+recvmsg for remaining arches
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).