]> git.ipfire.org Git - thirdparty/public-inbox.git/shortlog
thirdparty/public-inbox.git
2020-07-29  Eric Wongexamples/grok-pull.post_update_hook: fix description URL
2020-07-26  Eric Wongxt/imapd-mbsync-oimapd: fix noop due to case sensitivity
2020-07-26  Eric Wongimap: introduce and use Git->async_prefetch
2020-07-26  Eric Wongt/init.t: don't modify ~/.public-inbox/
2020-07-26  Eric Wongindex: --compact respects --jobs
2020-07-26  Eric Wongoveridx: fix compatibility with current versions
2020-07-25  Eric Wongv2writable: {unindexed} belongs in $sync state
2020-07-25  Eric Wongsearchidx: $batch_cb => v1_checkpoint
2020-07-25  Eric Wongsearchidx: support async git check
2020-07-25  Eric Wongv2writable: share log2stack code with v1
2020-07-25  Eric Wongindex+xcpdb: support --no-sync flag
2020-07-25  Eric Wongsearchidx: make v1 indexing closer to v2
2020-07-25  Eric Wongsearchidx: rename _xdb_{acquire,release} => idx_
2020-07-25  Eric Wongxapcmd: set {from} properly for v1 inboxes
2020-07-25  Eric Wongv2writable: clarify "epoch" comment
2020-07-25  Eric Wongv2writable: get rid of {reindex_pipe} field
2020-07-25  Eric Wongv2writable: use read-only PublicInbox::Git for cat_file
2020-07-25  Eric Wongsearch: avoid copying {inboxdir}
2020-07-25  Eric Wonguse consistent {ibx} field for writable code paths
2020-07-25  Eric Wongv2writable: drop "EPOCH.git indexing $RANGE" progress
2020-07-25  Eric Wongv2writable: allow >= 40 byte git object IDs
2020-07-25  Eric Wongv2writable: move {autime} and {cotime} into $sync state
2020-07-25  Eric Wongv2writable: index_sync: reduce fill_alternates calls
2020-07-25  Eric Wongv2writable: introduce idx_stack
2020-07-25  Eric Wongv2: index forwards (via `git log --reverse')
2020-07-25  Eric Wongindex: support --rethread switch to fix old indices
2020-07-18  Eric Wongmsgmap: fix atfork_* callbacks
2020-07-17  Eric Wongv2writable: git_hash_raw: avoid $TMPDIR write
2020-07-17  Eric Wongsearch: simplify unindexing
2020-07-17  Eric Wongsearchidx: use v5.10.1, parent.pm, drop warnings
2020-07-17  Eric Wongoveridx: favor non-OO sub dispatch for internal subs
2020-07-17  Eric Wongoveridx: each_by_mid: pass self and args to callbacks
2020-07-17  Eric Wongwith_umask: pass args to callback
2020-07-17  Eric Wongimport: use common capitalization for filtering headers
2020-07-17  Eric Wongdrop binmode usage
2020-07-17  Eric Wongv2: use v5.10.1, parent.pm, drop warnings
2020-07-17  Eric Wongt/import: quiet warning, clobber variable
2020-07-17  Eric Wongdoc: add some recommendations around slow HDDs
2020-07-17  Eric Wongconfig: reject `\n' in `inboxdir'
2020-07-14  Eric Wongdoc: release notes and version info updates
2020-07-14  Eric Wongover+msgmap: do not store filename after DBI->connect
2020-07-14  Eric Wongnntpd+imapd: detect unlinked msgmap
2020-07-14  Eric Wongover: unset sqlite_unicode attribute
2020-07-14  Eric Wongxapcmd: delay over->check_inodes trigger
2020-07-13  Eric Wongxt/mem-imapd-tls: avoid EMFILE in -imapd process
2020-07-13  Eric Wongimap: SEARCH fails more gracefully in non-slice mailbox
2020-07-10  Eric Wongwwwatomstream: avoid uninitialized warnings for $email
2020-07-10  Eric Wongimap: avoid warnings on non-slice mailboxes
2020-07-10  Eric Wongviewvcs: stop checking unused "B" query parameter
2020-07-10  Eric Wonghval: to_filename: return `undef' instead of empty...
2020-07-10  Eric Wongviewvcs: allow "0" as a path name
2020-07-10  Eric Wongdoc: standards: link IMAP capabilities and response...
2020-07-07  Eric Wongt/spawn: fix test reliability
2020-07-07  Eric Wongmda: use PublicInbox::Address to extract emails
2020-07-06  Eric Wongdoc/technical/whyperl: note Perl 7 announcement
2020-07-06  Eric Wongdoc/technical/whyperl: reword bit around installed...
2020-07-06  Eric Wongdoc: daemon: update documentation around Inline::C
2020-07-06  Eric Wonggit: use v5.10.1, parent.pm and Time::HiRes::stat
2020-07-06  Eric Wonggzipfilter: check http->{forward} for client disconnects
2020-07-06  Eric Wongdaemon: warn on missing blobs
2020-07-06  Eric Wonggzipfilter: drop HTTP connection on bugs or data corruption
2020-07-06  Eric Wongwwwattach: support async blob retrievals
2020-07-06  Eric Wongwwwtext: simplify gzf_maybe use
2020-07-06  Eric Wongview: simplify eml_entry callers further
2020-07-06  Eric Wongwww: update internal docs
2020-07-06  Eric Wongwwwstream: eliminate ::response, use html_oneshot
2020-07-06  Eric Wongview: /$INBOX/$MSGID/t/: avoid extra hash lookup in...
2020-07-06  Eric Wongview: eml_entry: reduce parameters
2020-07-06  Eric Wongssearchview: /$INBOX/?q=$QUERY&x=t uses async blobs
2020-07-06  Eric Wongfeed: /$INBOX/new.html fetches blobs asynchronously
2020-07-06  Eric Wongfeed: generate_i: eliminate pointless loop
2020-07-06  Eric Wongview: update /$INBOX/$MSGID/T/ to be async
2020-07-06  Eric Wongview: /$INBOX/$MSGID/t/ reads blobs asynchronously
2020-07-06  Eric Wongview: make /$INBOX/$MSGID/ permalink async
2020-07-06  Eric Wongwwwstream: subclass off GzipFilter
2020-07-06  Eric Wongwwwstream: use parent.pm and no warnings
2020-07-06  Eric Wongremove unused/redundant zlib-related imports
2020-07-06  Eric Wongwww: start making gzipfilter the parent response class
2020-07-06  Eric Wongwwwstream: reduce blob fetch paths for ->getline
2020-07-06  Eric Wongwwwstream: reduce object graph depth
2020-07-06  Eric Wongwwwatomstream: support async blob fetch
2020-07-06  Eric Wongxt/httpd-async-stream: allow more options
2020-07-06  Eric Wongwwwatomstream: reuse $ctx as $self
2020-07-06  Eric Wongwwwatomstream: use PublicInbox::Inbox->modified for...
2020-07-06  Eric Wongwwwatomstream: simplify feed_update callers
2020-07-06  Eric Wongmbox: async blob fetch for "single message" raw mboxrd
2020-07-06  Eric Wongmboxgz: reduce hash depth
2020-07-06  Eric Wongmboxgz: do asynchronous git blob retrievals
2020-07-06  Eric Wongstop auto-loading Plack::Middleware::Deflater
2020-07-06  Eric Wongqspawn: learn to gzip streaming responses
2020-07-06  Eric Wongwwwstatic: support gzipped directory listings
2020-07-06  Eric Wongmbox: remove html_oneshot import
2020-07-06  Eric Wong{gzip,noop}filter: ->zmore returns undef, always
2020-07-06  Eric Wonggzipfilter: replace Compress::Raw::Deflate usages
2020-07-06  Eric Wongwwwlisting: use GzipFilter for HTML
2020-07-06  Eric Wongwww: need: use WwwStream::html_oneshot
2020-07-06  Eric Wongwwwtext: switch to html_oneshot
2020-07-06  Eric Wongwwwtext: gzip text/plain responses, as well
2020-07-06  Eric Wongwww*stream: gzip ->getline responses
2020-07-06  Eric Wongwwwstream: oneshot: perform gzip without middleware
next