about summary refs log tree commit homepage
DateCommit message (Expand)
2019-05-23xcpdb: remove temporary directories on aborts
2019-05-23xcpdb: show re-indexing progress
2019-05-23xapcmd: use "print STDERR" for progress reporting
2019-05-23doc: xcpdb: update to reflect the current state
2019-05-23xapcmd: avoid EXDEV when finalizing changes
2019-05-23xcpdb: cleanup error handling and diagnosis
2019-05-23xcpdb: implement progress reporting
2019-05-23xcpdb: use fine-grained locking
2019-05-23v2writable: hoist out log_range sub for readability
2019-05-23xapcmd: xcpdb supports compaction
2019-05-23xcpdb: implement using Perl bindings
2019-05-23admin: move index_inbox over
2019-05-23xapcmd: do not cleanup on errors
2019-05-23xcpdb: new tool which wraps Xapian's copydatabase(1)
2019-05-23xapcmd: support spawn options
2019-05-23admin: hoist out resolve_inboxes for -compact and -index
2019-05-23xapcmd: new module for wrapping Xapian commands
2019-05-23search: reenable phrase search on non-chert Xapian
2019-05-23doc: document the reason for --no-renumber
2019-05-23v1writable: retire in favor of InboxWritable
2019-05-23t/convert-compact: skip on missing xapian-compact(1)
2019-05-22Merge branch 'ds-cleanup'
2019-05-22DS: warn on deprecations
2019-05-22DS: remove IPPROTO_TCP import
2019-05-22DS: drop $VERSION var
2019-05-22DS: remove support OtherFds code
2019-05-22DS: get rid of unused methods and aliases
2019-05-22usercontent: stop relying on autodie
2019-05-22ci: support CentOS-7
2019-05-22t/search*: require DBI and DBD::SQLite, too
2019-05-22git: workaround old git-rev-parse(1) (--git-path)
2019-05-22t/watch_filter_rubylang: disable v2 test for git < 2.6
2019-05-22init: preserve permissions for git prior to 2.1.0
2019-05-21Merge remote-tracking branch 'origin/xap-optional' into master
2019-05-21searchidx: remove unused Compress::Zlib import
2019-05-17PublicInbox::Import::add: Consolidate subject handling
2019-05-16www: unescape '+' => ' ' before general URI unescape
2019-05-16Revert "view: perform highlighting for space-prefixed diffs"
2019-05-16search: disable phrase searching, for now
2019-05-16view: perform highlighting for space-prefixed diffs
2019-05-15remove hard Devel::Peek dependency and lazy load for daemons
2019-05-15inbox: remove POSIX strftime import
2019-05-15doc: add marketing guide
2019-05-15admin: improve warnings and errors for missing modules
2019-05-15searchidx: do not create empty Xapian partitions for basic
2019-05-15lazy load Xapian and make it optional for v2
2019-05-15www: use Inbox->over where appropriate
2019-05-15nntp: use Inbox->over directly
2019-05-15inbox: add ->over method to ease access
2019-05-14tests: get rid of unnecessary Cwd module use