about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2020-11-07v2writable: pass oid to uindex_oid
2020-11-07extsearchidx: remove {unindex_range} field
2020-11-07v2writable: reduce scope of epoch-aware code
2020-11-07extsearchidx: more compatibility with V2Writable callers
2020-11-07v2writable: move size check init to sync_prepare
2020-11-07v2writable: make *last_commits and sync_prepare OO methods
2020-11-07v2writable: rename {v2w} field to {self}
2020-11-07v2writable: allow OO method references
2020-11-07v2writable: more generic sync setup code
2020-11-07searchidx: log2stack: simplify callers
2020-11-07searchidx: put {ibx} into $sync state
2020-11-07searchidxshard: special init for eidx
2020-11-07searchidx: xref3 delete support
2020-11-07searchidx: index eidx_key as a boolean term
2020-11-07extsearchidx: initial implementation
2020-11-07v2writable: checkpoint: account for lack of {mm}
2020-11-07v2writable: rename remaining "remote" terminology
2020-11-07inboxwritable: eidx_key for external index
2020-11-07v2: some changes for ExtSearchIdx compatibility
2020-11-07overidx: introduce changes for external index
2020-11-07v2writable: count_shards: allow working without {ibx}
2020-11-07v2writable: idx_shard: simplify callers
2020-11-07searchidxshard: allow msgref to be undef
2020-11-07v2writable: hoist out write_alternates
2020-11-07v2writable: prepare initialization for external indices
2020-11-07searchidx: introduce "xref3" concept
2020-11-07search: xdb_sharded: make this a public method for ExtSearch
2020-11-07v2writable: make OO calls to last_commit-related methods
2020-11-07v2writable: add git method
2020-11-07searchidx: expose INDEXLEVELS as `our'
2020-11-07extsearch: start mocking out
2020-11-07search: hoist out _xdb_sharded for v2 inboxes
2020-11-04nntp: attempt RFC 5536 3.1.5-conformant Path: headers
2020-11-04nntp: delimit Newsgroup: header with commas
2020-10-30tls: epollbit: account for miscellaneous OpenSSL errors
2020-10-17git: introduce async_wait_all
2020-10-16tmpfile: modernize to 5.10.1+, note O_APPEND workaround
2020-10-16git: async: loop inflight checks for nested callbacks
2020-10-16git: *_async: support nested callback invocations
2020-10-16git: ensure ->destroy clobbers check_async read buffer
2020-10-16inbox: add uidvalidity method
2020-10-13admin: preserve config ordering of `--all' switch
2020-10-05manifest: favor Cpanel::JSON::XS
2020-09-30v2writable: use "HEAD" to match v1 indexing behavior
2020-09-29searchidx: index lower-case List-Id value
2020-09-28gcf2: improve error handling and do not ->fail on wbuf
2020-09-27ds: add missing label for systems w/o EPOLLEXCLUSIVE
2020-09-26imap: avoid raising exception if client disconnects
2020-09-24searchidx: fix (undocumented) --skip-docdata handling
2020-09-24v2writable: drop outdated {unindex_range} check