]> Sergey Matveev's repositories - public-inbox.git/shortlog
public-inbox.git
2022-07-28 Eric Wongwww: drop --subject from "git send-email" instructions
2022-07-24 Eric Wongadd xt/mem-nntpd-tls maintainer test
2022-07-24 Eric Wongdsdeflate: shorten scope of initial buffer
2022-07-24 Eric Wongxt/mem-imapd-tls: update aliases to DSdeflate subs
2022-07-23 Eric Wongnntp: use substr to check for trailing CRLF
2022-07-23 Eric Wongpop3: reduce memory use while generating the mailbox...
2022-07-23 Eric Wongimap+nntp: share COMPRESS implementation
2022-07-23 Eric Wongnntp: resolve inboxes immediately on group listings
2022-07-23 Eric Wongds: share long_step between NNTP and IMAP
2022-07-23 Eric Wongnntp: inline CRLF in all response lines
2022-07-23 Eric Wongnntp: listgroup_range_i: remove useless `map' op
2022-07-23 Eric Wongds: move requeue_once
2022-07-23 Eric Wongds: move no-op ->zflush to common base class
2022-07-23 Eric Wongds: support greeting protocols
2022-07-23 Eric Wongnntp: remove more() wrapper
2022-07-23 Eric Wongnntp: start adding CRLF to responses natively
2022-07-23 Eric Wongnntp: pass regexp to split() callers
2022-07-21 Eric Wongpop3: drop File::FcntlLock requirement for FreeBSD...
2022-07-21 Eric Wongwww: note "x=m" and "t=1" (mis)use for GET requests
2022-07-20 Eric Wonggcf2: avoid excessive checks for unlinked files
2022-07-20 Eric Wongpop3: advertise STLS in CAPA if appropriate
2022-07-20 Eric Wongnetd: setup TLS bits for well-known STARTTLS ports
2022-07-20 Eric Wongpop3: TOP requests do not expire messages
2022-07-20 Eric Wongpop3: implement IN-USE from RESP-CODES (RFC 2449)
2022-07-20 Eric Wongpublic-inbox-pop3d - a mostly read-only POP3 server
2022-07-20 Eric Wongnetd: load modules for well-known ports
2022-07-20 Eric Wonglei note-event: inline note_event_arm_done
2022-07-20 Eric Wonglei: avoid deadlock on inotify/EVFILT_VNODE wakeups
2022-07-19 Eric Wongsearchidx: skip "delta $N" sections for base-85
2022-07-09 Eric Wongtest_common: avoid uninitialized warning on readlink
2022-07-08 Eric Wongimap: STATUS: count messages properly
2022-07-07 Eric Wonglei: track seen messages to note duplicates
2022-07-07 Eric Wonglei_xsearch: simplify lei/store import check
2022-07-01 Uwe Kleine... tree-wide: Fix typo accomodate
2022-07-01 Uwe Kleine... tree-wide: Fix typo likelyhood
2022-06-22 Eric Wongsearchthread: delete children early while ordering
2022-06-22 Eric Wongsearchthread: remove + inline single-use cast sub
2022-06-22 Eric Wongdoc: lei-q: regenerate for patchid: help
2022-06-21 Eric Wongsearch: add help for patchid: prefix
2022-06-21 Eric Wongsearch: do not index base-85 binary patches
2022-06-21 Eric Wongsearch: support "patchid:" prefix (git patch-id --stable)
2022-06-21 Eric Wongsearchidx: use regexp as first arg for `split' op
2022-06-11 Thiago Jung... t/spawn: Find invalid PID to try to join its process...
2022-06-11 Thiago Jung... Add EditorConfig file
2022-06-09 Eric Wongview: do not escape first `@' in mailto: URLs
2022-05-16 Eric Wongimapd: update comment for PublicInbox::ConfigIter
2022-05-16 Eric Wongimap: remove unused args_ok sub
2022-05-08 Eric Wongdaemon: fix uninitialized variable
2022-05-07 Eric Wongdoc: add missing "be" for --key description
2022-05-05 Eric Wongpublic-inbox-netd: a multi-protocol superserver
2022-05-02 Eric Wonglei import: add label completions (+L:$LABEL)
2022-05-02 Eric Wonglei_view_text: remove all CR before LF
2022-05-02 Eric Wonglei refresh-mail-sync: filter NNTP(S) from --all
2022-05-02 Eric Wonglei: improve diagnosis of errors from children
2022-04-26 Eric Wonglei: move to v5.12 to avoid "use strict"
2022-04-26 Eric WongMakefile.PL: various updates for new versions
2022-04-23 Eric Wongpublic-inbox 1.8.0 v1.8.0
2022-04-22 Eric Wongdoc: update 1.8 WIP release notes
2022-04-22 Eric Wonglei: commit store on interrupted partial imports
2022-04-18 Eric Wongsyscall: golf + more idiomatic buffer initialization
2022-04-18 Eric Wonglei: wire up pure Perl sendmsg/recvmsg for Linux users
2022-04-18 Eric Wongsyscall: more idiomatic cmsghdr space allocation
2022-04-18 Eric Wonglei: clobber recvmsg buffer on errors
2022-04-18 Eric Wonglei_mail_sync: explicit bind for old SQL_VARCHAR compat
2022-04-05 Eric Wonglei: always open mail_sync.sqlite3 R/W
2022-04-02 Eric Wongview: remove unused $end variable
2022-04-02 Eric Wongexamples/unsubscribe.milter: RFC 8058 (List-Unsubscribe...
2022-04-02 Eric Wongexamples/unsubscribe.milter: use IO::Socket, again
2022-04-02 Eric Wonglei_mail_sync: store OIDs and Maildir filenames as...
2022-04-02 Eric Wonglei_mail_sync: ensure URLs and folder names are stored...
2022-04-01 Eric WongTODO: add item for auto-detecting TLS files in daemons
2022-04-01 Eric Wongdoc: add WIP release notes for 1.8
2022-04-01 Eric Wongviewdiff: use defined checks in more places
2022-03-24 Eric Wongsyscall: add sendmsg+recvmsg for remaining arches
2022-03-23 Eric Wongsyscall: implement sendmsg+recvmsg in pure Perl
2022-03-23 Eric Wongrecv_cmd: do not undef recvmsg buffer arg on errors
2022-03-23 Eric Wongsyscall: drop unused EEXIST import
2022-03-22 Eric Wongwww: loosen deep-linking prevention
2022-03-14 Julien Moutinhot/lei-sigpipe.t: ensure SIGPIPE is not ignored instead...
2022-03-08 Eric Wongindex|extindex: support --dangerous flag
2022-03-01 Eric Wongt/lei-sigpipe: ensure SIGPIPE is unblocked for this...
2022-02-18 Eric Wongt/lei-sigpipe: attempt to improve diagnostics for stuck...
2022-02-17 Eric Wonggit: do not dereference undef as ARRAY ref
2022-02-14 Eric Wongsharedkv: avoid ambiguity for numeric-like string keys
2022-02-14 Eric Wongsharedkv: remove unused subs
2022-02-14 Eric Wongt/lei-*watch: disable flaky tests by default for now
2022-02-11 Eric Wongview: remove all CR before LF
2022-02-03 Eric Wongtest_lei: use consistent locale for error messages
2022-02-01 Eric Wongsyscall: FS_IOC_*FLAGS: define on per-architecture...
2022-02-01 Dominique Martinetsyscall: fallback to rename on renameat2 EINVAL
2022-01-31 Eric Wongrewrite Linux nodatacow use in pure Perl w/o system
2022-01-31 Eric Wonghttp: don't send chunk finalizer on HEAD responses
2022-01-23 Eric Wongt/eml.t: ignore newer Email::MIME behavior
2021-12-08 Eric WongMakefile.PL: fix useless use of push
2021-11-30 Eric Wongeliminate some unused subs
2021-11-22 Eric Wonglei: always use 3-arg open perlop
2021-11-22 Eric Wongspawn: avoid C++ keyword `try'
2021-11-22 Eric Wongsearchidx: avoid modification of read-only `$_'
2021-11-22 Eric Wongt/lei-mirror: skip lei comparisons if lei missing
2021-11-15 Eric Wonglei forget-search: add help for --prune
next