about summary refs log tree commit homepage
DateCommit message (Expand)
2022-06-21search: do not index base-85 binary patches
2022-06-21search: support "patchid:" prefix (git patch-id --stable)
2022-06-21searchidx: use regexp as first arg for `split' op
2022-06-11t/spawn: Find invalid PID to try to join its process group
2022-06-11Add EditorConfig file
2022-06-09view: do not escape first `@' in mailto: URLs
2022-05-16imapd: update comment for PublicInbox::ConfigIter
2022-05-16imap: remove unused args_ok sub
2022-05-08daemon: fix uninitialized variable
2022-05-07doc: add missing "be" for --key description
2022-05-05public-inbox-netd: a multi-protocol superserver
2022-05-02lei import: add label completions (+L:$LABEL)
2022-05-02lei_view_text: remove all CR before LF
2022-05-02lei refresh-mail-sync: filter NNTP(S) from --all
2022-05-02lei: improve diagnosis of errors from children
2022-04-26lei: move to v5.12 to avoid "use strict"
2022-04-26Makefile.PL: various updates for new versions
2022-04-23public-inbox 1.8.0 v1.8.0
2022-04-22doc: update 1.8 WIP release notes
2022-04-22lei: commit store on interrupted partial imports
2022-04-18syscall: golf + more idiomatic buffer initialization
2022-04-18lei: wire up pure Perl sendmsg/recvmsg for Linux users
2022-04-18syscall: more idiomatic cmsghdr space allocation
2022-04-18lei: clobber recvmsg buffer on errors
2022-04-18lei_mail_sync: explicit bind for old SQL_VARCHAR compat
2022-04-05lei: always open mail_sync.sqlite3 R/W
2022-04-02view: remove unused $end variable
2022-04-02examples/unsubscribe.milter: RFC 8058 (List-Unsubscribe=One-Click)
2022-04-02examples/unsubscribe.milter: use IO::Socket, again
2022-04-02lei_mail_sync: store OIDs and Maildir filenames as blobs
2022-04-02lei_mail_sync: ensure URLs and folder names are stored as binary
2022-04-01TODO: add item for auto-detecting TLS files in daemons
2022-04-01doc: add WIP release notes for 1.8
2022-04-01viewdiff: use defined checks in more places
2022-03-24syscall: add sendmsg+recvmsg for remaining arches
2022-03-23syscall: implement sendmsg+recvmsg in pure Perl
2022-03-23recv_cmd: do not undef recvmsg buffer arg on errors
2022-03-23syscall: drop unused EEXIST import
2022-03-22www: loosen deep-linking prevention
2022-03-14t/lei-sigpipe.t: ensure SIGPIPE is not ignored instead of not blocked
2022-03-08index|extindex: support --dangerous flag
2022-03-01t/lei-sigpipe: ensure SIGPIPE is unblocked for this test
2022-02-18t/lei-sigpipe: attempt to improve diagnostics for stuck test
2022-02-17git: do not dereference undef as ARRAY ref
2022-02-14sharedkv: avoid ambiguity for numeric-like string keys
2022-02-14sharedkv: remove unused subs
2022-02-14t/lei-*watch: disable flaky tests by default for now
2022-02-11view: remove all CR before LF
2022-02-03test_lei: use consistent locale for error messages
2022-02-01syscall: FS_IOC_*FLAGS: define on per-architecture basis