]> Sergey Matveev's repositories - public-inbox.git/history - lib
index: --sequential-shard works incrementally
[public-inbox.git] / lib /
2020-08-10 Eric Wongindex: --sequential-shard works incrementally
2020-08-09 Eric Wongfavor `getconf _NPROCESSORS_ONLN` over GNU nproc
2020-08-08 Eric Wongdir_idle: require Perl 5.22+ for kqueue
2020-08-08 Eric Wongsupport setting No_COW on Perl <5.22
2020-08-07 Eric Wongsearchidx: use Perl truthiness to detect XAPIAN_FLUSH_T...
2020-08-07 Eric Wongv2writable: fix batch size accounting
2020-08-07 Eric Wongindex+xcpdb: rename `--no-sync' to `--no-fsync'
2020-08-07 Eric Wongindex: support --xapian-only switch
2020-08-07 Eric Wongindex: v2: --sequential-shard option
2020-08-07 Eric Wongv2writable: fix rethread cleanup
2020-08-07 Eric Wongxapcmd: drop outdated comment
2020-08-07 Eric Wongxapcmd: remove redundant searchidx require
2020-08-07 Eric Wongxapcmd: quietly no-op on indexlevel=basic
2020-08-07 Eric Wongsyscall: support sparc64 (and maybe other big-endian...
2020-08-07 Eric Wongimap: search support BODY key
2020-08-07 Eric Wongwww: avoid warnings on YYYYMMDD-only t= query parameter
2020-08-06 Eric Wongmsgmap: tmp_clone: use MEMORY journal upon reconnect
2020-08-03 Eric Wongwatch: quiet some warnings on spam mailboxes
2020-08-02 Eric Wongremove unnecessary ->header_obj calls
2020-08-02 Eric Wongsearchidx: remove v1-only msg_mime sub
2020-08-02 Eric Wonginboxwritable: rename mime_from_path to eml_from_path
2020-08-02 Eric Wonginboxwritable: mime_from_path: reduce `$/' scope and...
2020-08-02 Eric Wongnntp: fix STAT command
2020-08-01 Eric Wongimprove error handling on import fork / lock failures
2020-08-01 Eric Wongwww: rework async_* to use method table
2020-07-31 Eric Wonglock: show failure path
2020-07-30 Eric Wongmsgmap: disable CoW for tmp_clone, too
2020-07-30 Kyle Meyerwwwlisting: fix grep call for match=domain filtering
2020-07-29 Eric Wongemergency: create full path to PI_EMERGENCY
2020-07-29 Eric Wongxapcmd: -xcpdb and -compact disable CoW, too
2020-07-29 Eric Wongsearchidx: disable CoW for SQLite and Xapian under...
2020-07-29 Eric Wongv2writable: use {inboxdir} for msgmap->tmp_clone
2020-07-29 Eric Wongv2writable: support async git blob retrievals
2020-07-26 Eric Wongimap: introduce and use Git->async_prefetch
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 Wongconfig: reject `\n' in `inboxdir'
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 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-07 Eric Wongmda: use PublicInbox::Address to extract emails
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
next