]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/V2Writable.pm
update copyrights for 2021
[public-inbox.git] / lib / PublicInbox / V2Writable.pm
2021-01-01 Eric Wongupdate copyrights for 2021
2021-01-01 Eric Wongspawn: move run_die here from PublicInbox::Import
2021-01-01 Eric WongMerge remote-tracking branch 'origin/lei' into eidx
2021-01-01 Eric WongMerge tag 'v1.6.1' into eidx
2020-12-31 Eric WongMerge remote-tracking branch 'origin/master' into lorelei
2020-12-27 Eric Wongextindex: --watch for inotify-based updates
2020-12-26 Eric Wongv2writable: don't verify tip if reindexing
2020-12-26 Eric Wongindex: do not attach inbox to extindex unless updated
2020-12-25 Eric Wongindex: support --fast-noop / -F switch
2020-12-25 Eric Wonginboxwritable: delay umask_prepare calls
2020-12-19 Eric Wongsearch: simplify initialization, add ->xdb_shards_flat
2020-12-19 Eric Wonglei_store: local storage for Local Email Interface
2020-12-17 Eric Wonginboxwritable: drop git_dir_n sub
2020-12-17 Eric Wonginbox: simplify v2 epoch counting
2020-12-17 Eric Wongextsearchidx: reindex releases over.sqlite3 handles...
2020-12-17 Eric Wongextsearchidx: checkpoint releases locks
2020-12-17 Eric Wongextindex: preliminary --reindex support
2020-12-10 Eric Wongextsearchidx: enforce -index before -extindex
2020-12-10 Eric Wongsearchidx: all indexers check for bad blobs
2020-12-08 Eric Wongsearchidx: remove $oid parameter from most calls
2020-11-29 Eric Wongv2writable: detect shard count for ExtSearchIdx properly
2020-11-28 Eric Wong*index: more consistent graceful shutdown checks
2020-11-28 Eric Wongmm: min/max: return 0 instead of undef
2020-11-24 Eric Wongmiscsearch: a new Xapian sub-DB for extindex
2020-11-17 Eric Wongv2writable: avoid initiating leftover unindex if interr...
2020-11-15 Eric Wongextindex: support graceful shutdown via QUIT/INT/TERM
2020-11-15 Eric Wong*index: discard sync->{todo} on iteration
2020-11-15 Eric Wong*index: avoid per-epoch --batch-check processes
2020-11-15 Eric Wong*index: checkpoints write last_commit metadata
2020-11-08 Eric Wongv2writable: more accurate {current_info} warnings/progress
2020-11-08 Eric Wongv2writable: less expensive checkpoint for extindex
2020-11-07 Eric Wongextsearchidx: handle edits
2020-11-07 Eric Wongv2writable: pass oid to uindex_oid
2020-11-07 Eric Wongv2writable: reduce scope of epoch-aware code
2020-11-07 Eric Wongv2writable: move size check init to sync_prepare
2020-11-07 Eric Wongv2writable: make *last_commits and sync_prepare OO...
2020-11-07 Eric Wongv2writable: rename {v2w} field to {self}
2020-11-07 Eric Wongv2writable: allow OO method references
2020-11-07 Eric Wongv2writable: more generic sync setup code
2020-11-07 Eric Wongsearchidx: log2stack: simplify callers
2020-11-07 Eric Wongv2writable: checkpoint: account for lack of {mm}
2020-11-07 Eric Wongv2writable: rename remaining "remote" terminology
2020-11-07 Eric Wongv2: some changes for ExtSearchIdx compatibility
2020-11-07 Eric Wongv2writable: count_shards: allow working without {ibx}
2020-11-07 Eric Wongv2writable: idx_shard: simplify callers
2020-11-07 Eric Wongv2writable: hoist out write_alternates
2020-11-07 Eric Wongv2writable: prepare initialization for external indices
2020-11-07 Eric Wongv2writable: make OO calls to last_commit-related methods
2020-11-07 Eric Wongv2writable: add git method
2020-10-17 Eric Wonggit: introduce async_wait_all
2020-09-30 Eric Wongv2writable: use "HEAD" to match v1 indexing behavior
2020-09-24 Eric Wongv2writable: drop outdated {unindex_range} check
2020-09-12 Eric Wongtreewide: avoid `goto &NAME' for tail recursion
2020-09-03 Eric Wongv2writable: reuse read-only shard counting code
2020-09-03 Eric Wongdisambiguate OverIdx and Over by field name
2020-09-01 Eric Wongwatch: avoid unnecessary spawning on spam removals
2020-08-27 Eric Wongover: rename ->disconnect to ->dbh_close
2020-08-26 Eric Wongv2writable: compatibility with SWIG Xapian binding
2020-08-23 Eric Wongindex: --sequential-shard checkpoints after each shard
2020-08-23 Eric Wongmbox: disable "&t" on existing Xapian until full reindex
2020-08-23 Eric Wongsearchidx: put all shard-related stuff in SearchIdxShard.pm
2020-08-19 Eric Wongv2writable: show newline after "indexing all of .....
2020-08-13 Eric Wongv2writable: remove IdxStack import
2020-08-10 Eric Wongindex: cleanup internal variables
2020-08-10 Eric Wongavoid File::Temp::tempfile in more places
2020-08-10 Eric Wongindex: --sequential-shard works incrementally
2020-08-09 Eric Wongfavor `getconf _NPROCESSORS_ONLN` over GNU nproc
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-02 Eric Wongremove unnecessary ->header_obj calls
2020-08-01 Eric Wongimprove error handling on import fork / lock failures
2020-07-29 Eric Wongv2writable: use {inboxdir} for msgmap->tmp_clone
2020-07-29 Eric Wongv2writable: support async git blob retrievals
2020-07-25 Eric Wongv2writable: {unindexed} belongs in $sync state
2020-07-25 Eric Wongv2writable: share log2stack code with v1
2020-07-25 Eric Wongindex+xcpdb: support --no-sync flag
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 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-17 Eric Wongv2writable: git_hash_raw: avoid $TMPDIR write
2020-07-17 Eric Wongsearch: simplify unindexing
2020-07-17 Eric Wongwith_umask: pass args to callback
2020-07-17 Eric Wongv2: use v5.10.1, parent.pm, drop warnings
2020-06-30 Eric Wongwatch: check for duplicates in ->over before spamcheck
2020-06-25 Eric Wonglock: reduce inotify wakeups
2020-06-23 Eric Wonginit: add --skip-artnum parameter
2020-06-13 Eric Wongindex: account for CRLF conversion when storing bytes
2020-06-03 Eric Wongsmsg: introduce ->populate method
2020-06-03 Eric Wongv2writable: fix non-sensical interpolation in BUG message
next