about summary refs log tree commit homepage
path: root/lib/PublicInbox/V2Writable.pm
DateCommit message (Expand)
2020-08-07index+xcpdb: rename `--no-sync' to `--no-fsync'
2020-08-07index: support --xapian-only switch
2020-08-07index: v2: --sequential-shard option
2020-08-07v2writable: fix rethread cleanup
2020-08-02remove unnecessary ->header_obj calls
2020-08-01improve error handling on import fork / lock failures
2020-07-29v2writable: use {inboxdir} for msgmap->tmp_clone
2020-07-29v2writable: support async git blob retrievals
2020-07-25v2writable: {unindexed} belongs in $sync state
2020-07-25v2writable: share log2stack code with v1
2020-07-25index+xcpdb: support --no-sync flag
2020-07-25v2writable: clarify "epoch" comment
2020-07-25v2writable: get rid of {reindex_pipe} field
2020-07-25v2writable: use read-only PublicInbox::Git for cat_file
2020-07-25use consistent {ibx} field for writable code paths
2020-07-25v2writable: drop "EPOCH.git indexing $RANGE" progress
2020-07-25v2writable: allow >= 40 byte git object IDs
2020-07-25v2writable: move {autime} and {cotime} into $sync state
2020-07-25v2writable: index_sync: reduce fill_alternates calls
2020-07-25v2writable: introduce idx_stack
2020-07-25v2: index forwards (via `git log --reverse')
2020-07-25index: support --rethread switch to fix old indices
2020-07-17v2writable: git_hash_raw: avoid $TMPDIR write
2020-07-17search: simplify unindexing
2020-07-17with_umask: pass args to callback
2020-07-17v2: use v5.10.1, parent.pm, drop warnings
2020-06-30watch: check for duplicates in ->over before spamcheck
2020-06-25lock: reduce inotify wakeups
2020-06-23init: add --skip-artnum parameter
2020-06-13index: account for CRLF conversion when storing bytes
2020-06-03smsg: introduce ->populate method
2020-06-03v2writable: fix non-sensical interpolation in BUG message
2020-05-25v2writable: only load Xapian when a shard is found
2020-05-19favor readline() and print() as functions
2020-05-18index: add --batch-size=SIZE option
2020-05-12rename "ContentId" to "ContentHash"
2020-05-09replace most uses of PublicInbox::MIME with Eml
2020-04-21index: support --max-size / publicinbox.indexMaxSize
2020-04-20v2writable: drop SQLite-based multi_mid_q_new
2020-04-20import: init_bare: allow use as method, use in tests
2020-03-22v2: SDBM-based multi Message-ID queue
2020-03-22*idx: pass smsg in even more places
2020-03-22v2: pass smsg in more places
2020-03-22*idx: pass $smsg in more places instead of many args
2020-03-22v2writable: preserve timestamps from import
2020-03-22index: use git commit times on missing Date/Received
2020-02-24v2writable: lookup_content => content_exists
2020-02-24v2writable: make remove return-compatible w/ Import::remove
2020-02-06treewide: run update-copyrights from gnulib for 2019
2020-02-02v2writable: more ways to detect online CPU count