summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-09-04lib: constify argument to notmuch_database_status_stringDavid Bremner
2015-09-04lib: note remaining uses of deprecated message search APIDavid Bremner
2015-09-04lib: remove use of notmuch_query_search_messages from query.ccDavid 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-08-10build: extract library versions from notmuch.hDavid Bremner
2015-08-04lib: add public accessor for database from queryDavid Bremner
2015-08-04lib: deprecate notmuch_query_search_{threads, messages}David Bremner
2015-08-04lib: define NOTMUCH_DEPRECATED macro, document its use.David Bremner
2015-08-04lib: Only sync modified message documentsAustin Clements
2015-07-28build: add "set -eu" to version script generationDavid Bremner
2015-06-13lib, ruby: make use of -Wl,--no-undefined configurableDavid Bremner
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 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