aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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 private function to extract the database for a message.David 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-03-13lib: make notmuch_query_count_messages explicitely exactJani Nikula
2015-03-07lib: bump library minor versionDavid Bremner
2015-03-06lib: make notmuch shared library install_name be full path on Mac OS XJ. Lewis Muir
2015-03-01lib: bump SONAME minor versionDavid Bremner
2015-03-01lib: add new status reporting API for notmuch_query_search_{m,t}David Bremner
2015-02-25lib: fix clang build warningsJani Nikula
2015-02-25lib: abstract bit validity check in bit test/set/clear macrosJani Nikula
2015-01-24Add indexing for the mimetype termTodd
2015-01-24Add the NOTMUCH_FEATURE_INDEXED_MIMETYPES database featureTodd
2015-01-19lib: Fix use after freeTodd
2015-01-19lib: Fix potential invalid read past an empty stringTodd
2015-01-17thread.cc: Avoid empty thread names if possible.Jesse Rosenthal
2015-01-02lib: convert two "iterator copy strings" into references.David Bremner
2015-01-02lib: another iterator-temporary/stale-pointer bugDavid Bremner
2015-01-01lib: drop the deprecation message for single-message mbox filesJani Nikula
2014-12-07lib: Use email address instead of empty real name.Jesse Rosenthal
2014-11-06lib: bump LIBNOTMUCH_MAJOR_VERSION to 4David Bremner
2014-10-25lib: Remove unnecessary thread linking steps when using ghost messagesAustin Clements
2014-10-25lib: Enable ghost messages featureAustin Clements
2014-10-25lib: Implement upgrade to ghost messages featureAustin Clements
2014-10-25lib: Implement ghost-based thread linkingAustin Clements
2014-10-25lib: Internal support for querying and creating ghost messagesAustin Clements
2014-10-25lib: Introduce macros for bit operationsAustin 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: Handle empty date valueAustin 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-24lib: actually return failures from notmuch_message_tags_to_maildir_flagsJani Nikula
2014-09-16lib: bump sonamePeter Wang
2014-09-13notmuch_thread_get_authors: document match grouping with |Gaute Hope
2014-09-01lib: Fix endless upgrade problemAustin Clements
2014-08-30lib: Update doc of notmuch_database_{needs_upgrade,upgrade}Austin Clements
2014-08-30lib: Return an error from operations that require an upgradeAustin Clements
2014-08-30lib: Support empty header values in databaseAustin 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-05lib: Improve documentation of _notmuch_message_create_for_message_idAustin Clements
2014-08-04lib: Fix slight misinformation in the database schema docAustin Clements
2014-08-04lib: Invalidate message metadata in _notmuch_message_gen_termsAustin Clements