about summary refs log tree commit homepage
DateCommit message (Expand)
2020-11-07index: eindex wiring
2020-11-07script: add preliminary eindex implementation
2020-11-07Makefile.PL: do not build manpage if POD is missing
2020-11-07searchidx: favor $sync->{ibx} (over $self->{ibx})
2020-11-07searchidx: reduce inbox-dependency, wrap ->with_umask
2020-11-07extsearchidx: sync updates
2020-11-07searchidx: export prepare_stack
2020-11-07extsearchidx: sync unit updates
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-05doc/standards: add RFCs for URL schemes
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-17actually remove xt/eml_check_roundtrip.t
2020-10-17xt: remove eml_check_roundtrip
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