about summary refs log tree commit homepage
DateCommit message (Expand)
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
2018-02-22import_vger_from_mbox: use PublicInbox::MIME and avoid clobbering
2018-02-22import_vger_from_inbox: allow "-V" option
2018-02-20v2: support Xapian + SQLite indexing
2018-02-19git: reload alternates file on missing blob
2018-02-19v2writable: initial cut for repo-rotation
2018-02-16www: stop assuming mainrepo == git_dir
2018-02-16search: stop assuming Message-ID is unique
2018-02-16extmsg: fix broken Xapian MID lookup
2018-02-15import: allow the epoch (0s) as a valid time
2018-02-15import: quiet down warnings from bogus From: lines
2018-02-15scripts/import_vger_from_mbox: use v2 layout for import
2018-02-15import: pass "raw" dates to git-fast-import(1)
2018-02-15address: extract more characters from email addresses
2018-02-14searchidx: fix comment around next_thread_id
2018-02-14search: free up 'Q' prefix for a real unique identifier
2018-02-14import: APIs to support v2 use
2018-02-13scripts/import_vger_from_mbox: support --dry-run option
2018-02-13searchmsg: add mid_mime import for _extract_mid
2018-02-12content_id: add test case
2018-02-12t/import: test for last_object_id insertion
2018-02-12import: initial handling for v2
2018-02-09import: begin supporting this without ssoma.lock
2018-02-08import: stop writing legacy ssoma.index by default