about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2018-03-03v2: avoid redundant/repeated configs for git partition repos
2018-03-03import: consolidate object info for v2 imports
2018-03-03searchidx: store the primary MID in doc data for NNTP
2018-03-03nntp: fix NEWNEWS command
2018-03-03nntp: use NNTP article numbers for lookups
2018-03-03mid: truncate excessively long MIDs early
2018-03-03searchidx: add NNTP article number as a searchable term
2018-03-03searchidx: use add_boolean_term for internal terms
2018-03-03v2writable: generated Message-ID goes first
2018-03-03searchidxskeleton: add a note about locking
2018-03-03searchidx: avoid excessive XNQ indexing with diffs
2018-03-03mid: be strict with References, but loose on Message-Id
2018-03-03searchidx: support indexing multiple MIDs
2018-03-02search: revert to using 'Q' as a uniQue id per-Xapian conventions
2018-03-02v2writable: inject new Message-IDs on true duplicates
2018-03-02content_id: no need to be human-friendly
2018-03-02searchidx: use new `references' method for parsing References
2018-03-02content_id: use `mids' and `references' for MID extraction
2018-03-02mid: add `mids' and `references' methods for extraction
2018-03-02evcleanup: do not create event loop if nothing was registered
2018-03-02v2writable: deduplicate detection on add
2018-03-02evcleanup: disable outside of daemon
2018-03-02content_id: special treatment for Message-Id headers
2018-03-02searchidx: add PID to error message when die-ing
2018-03-02search: remove informational "warning" message
2018-03-01v2writable: delete ::Import obj when ->done
2018-02-28v2/ui: get nntpd and init tests running on v2
2018-02-28search: query_xover uses skeleton DB iff available
2018-02-28searchidx: do not modify Xapian DB while iterating
2018-02-28searchidxskeleton: extra error checking
2018-02-28v2writable: commit to skeleton via remote partitions
2018-02-28rename SearchIdxThread to SearchIdxSkeleton
2018-02-28search: use different Enquire object for skeleton queries
2018-02-28searchidx: index values in the threader
2018-02-28search: reopen skeleton DB as well
2018-02-28searchidxpart: force integers into add_message
2018-02-28searchidxthread: load doc data for references
2018-02-28view: remove X-PI-TS reference
2018-02-28searchidx: get rid of pointless index_blob wrapper
2018-02-28searchidx*: name child subprocesses
2018-02-28searchidxpart: chomp line before splitting
2018-02-28use PublicInbox::MIME consistently
2018-02-28searchidxpart: binmode
2018-02-28v2writable: cleanup unused pipes in partitions
2018-02-28v2/ui: retry DB reopens in a few more places
2018-02-28v2/ui: some hacky things to get the PSGI UI to show up
2018-02-22v2writable: warn on duplicate Message-IDs
2018-02-22searchidxpart: increase pipe size for partitions
2018-02-22v2writable: round-robin to partitions based on article number
2018-02-22v2: parallelize Xapian indexing