]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/V2Writable.pm
mm: min/max: return 0 instead of undef
[public-inbox.git] / lib / PublicInbox / V2Writable.pm
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
2020-05-25 Eric Wongv2writable: only load Xapian when a shard is found
2020-05-19 Eric Wongfavor readline() and print() as functions
2020-05-18 Eric Wongindex: add --batch-size=SIZE option
2020-05-12 Eric Wongrename "ContentId" to "ContentHash"
2020-05-09 Eric Wongreplace most uses of PublicInbox::MIME with Eml
2020-04-22 Eric WongMerge branch '1.4.0-tag-merge'
2020-04-21 Eric Wongindex: support --max-size / publicinbox.indexMaxSize
2020-04-20 Eric Wongv2writable: drop SQLite-based multi_mid_q_new
2020-04-20 Eric Wongimport: init_bare: allow use as method, use in tests
2020-03-22 Eric Wongv2: SDBM-based multi Message-ID queue
2020-03-22 Eric Wong*idx: pass smsg in even more places
2020-03-22 Eric Wongv2: pass smsg in more places
2020-03-22 Eric Wong*idx: pass $smsg in more places instead of many args
2020-03-22 Eric Wongv2writable: preserve timestamps from import
2020-03-22 Eric Wongindex: use git commit times on missing Date/Received
2020-02-24 Eric Wongv2writable: lookup_content => content_exists
2020-02-24 Eric Wongv2writable: make remove return-compatible w/ Import...
2020-02-06 Eric Wongtreewide: run update-copyrights from gnulib for 2019
2020-02-02 Eric Wongv2writable: more ways to detect online CPU count
2020-02-02 Eric Wongv2writable: do not clobber {shards} or {parallel} if...
2020-02-02 Eric Wongv2writable: nproc_shards: subtract 1 from given value
2020-01-28 Eric Wongv2writable: newest epochs go first in alternates
next