summaryrefslogtreecommitdiff
path: root/lib/database.cc
AgeCommit message (Expand)Author
2016-10-06require xapian >= 1.2.6David Bremner
2016-09-28lib/database.cc: fix misleading indentationTomi Ollila
2016-09-21add property: query prefix to search for specific propertiesDaniel Kahn Gillmor
2016-09-21lib: read "property" terms from messages.David Bremner
2016-08-18lib: reword comment about XFOLDER: prefixDavid Bremner
2016-08-09lib: provide _notmuch_database_log_appendDavid Bremner
2016-06-29Use the Xapian::DB_RETRY_LOCK flag when availableIstvan Marko
2016-06-10lib: fix memory leak of field processor objectsDavid Bremner
2016-06-07lib: document config metadataDavid Bremner
2016-06-05Use https instead of http where possibleDaniel Kahn Gillmor
2016-06-05lib: whitespace cleanupTomi Ollila
2016-05-25lib: add support for named queriesDavid Bremner
2016-05-08lib: optionally support single argument date: queriesDavid Bremner
2016-04-12lib: clean up _notmuch_database_split_pathJani Nikula
2016-04-12lib: fix handling of one character long directory names at top levelJani Nikula
2015-11-23forbid atomic transactions on writable, upgradable databasesSteven Allen
2015-10-05lib: migrate notmuch_database_upgrade to new query_search APIDavid Bremner
2015-10-05lib: add versions of n_q_count_{message,threads} with status returnDavid Bremner
2015-10-05lib: move query variable to function scopeDavid Bremner
2015-09-04lib: constify argument to notmuch_database_status_stringDavid Bremner
2015-09-04lib: note remaining uses of deprecated message search APIDavid Bremner
2015-08-14lib: Add "lastmod:" queries for filtering by last modificationAustin Clements
2015-08-13lib: API to retrieve database revision and UUIDAustin Clements
2015-08-13lib: Add per-message last modification trackingAustin Clements
2015-06-12lib: reject relative paths in n_d_{create,open}_verboseDavid Bremner
2015-06-12lib: add NOTMUCH_STATUS_PATH_ERRORDavid Bremner
2015-05-31cli: change "setup" to "set up" where used as a verbJ. Lewis Muir
2015-03-29lib: eliminate fprintf from _notmuch_message_file_openDavid Bremner
2015-03-29lib: replace almost all fprintfs in library with _n_d_logDavid Bremner
2015-03-29lib: add a log function with output to a string in notmuch_database_tDavid Bremner
2015-03-29lib: add "verbose" versions of notmuch_database_{open,create}David Bremner
2015-01-24Add indexing for the mimetype termTodd
2015-01-24Add the NOTMUCH_FEATURE_INDEXED_MIMETYPES database featureTodd
2014-10-25lib: Remove unnecessary thread linking steps when using ghost messagesAustin Clements
2014-10-25lib: Implement upgrade to ghost messages featureAustin Clements
2014-10-25lib: Implement ghost-based thread linkingAustin Clements
2014-10-25lib: Update database schema doc for ghost messagesAustin Clements
2014-10-25lib: Add a ghost messages database featureAustin Clements
2014-10-11lib: Refactor _notmuch_database_link_messageAustin Clements
2014-10-11lib: Move message ID compression to _notmuch_message_create_for_message_idAustin Clements
2014-10-03lib: Simplify close and codify aborting atomic sectionAustin Clements
2014-09-01lib: Fix endless upgrade problemAustin Clements
2014-08-30lib: Return an error from operations that require an upgradeAustin Clements
2014-08-30lib: Report progress for combined upgrade operationAustin Clements
2014-08-30lib: Reorganize upgrade around document typesAustin Clements
2014-08-30lib: Use database features to drive upgradeAustin Clements
2014-08-30lib: Simplify upgrade code using a transactionAustin Clements
2014-08-30lib: Database version 3: Introduce fine-grained "features"Austin Clements
2014-08-16Make parsing of References and In-Reply-To header less error proneMichal Sojka
2014-08-04lib: Fix slight misinformation in the database schema docAustin Clements