about summary refs log tree commit homepage
DateCommit message (Expand)
2019-05-25contrib/css: mark as CC0 (public domain)
2019-05-25v2writable: drop unused $last_commits var
2019-05-25t/indexlevels: fix indexlevel of ro_mirror
2019-05-25msgmap: remove double negative
2019-05-24TODO: more stuff: bundles, synonyms, dogfooding
2019-05-24MANIFEST: add extman.perl
2019-05-24doc: add URLs for Xapian manpages
2019-05-24doc: xcpdb: add switch documentation
2019-05-24doc: generate manpages for some Xapian commands
2019-05-24doc: sync .txt mtime to .pod mtime
2019-05-24doc: don't barf on missing `git set-file-times'
2019-05-24doc: daemon: fix manpage section for nginx
2019-05-24doc: index: fix miscapitalization of "SQLite"
2019-05-24search: don't log all warnings on retry_reopen
2019-05-23doc: various updates to reflect current state
2019-05-23xapcmd: do not reset %SIG until last Xtmpdir is done
2019-05-23xcpdb|compact: support --jobs/-j flag like gmake(1)
2019-05-23xapcmd: cleanup on interrupted xcpdb "--compact"
2019-05-23xcpdb|compact: support some xapian-compact switches
2019-05-23compact: reuse infrastructure from xcpdb
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