summaryrefslogtreecommitdiff
path: root/lib/query.cc
AgeCommit message (Expand)Author
2025-08-09lib: return NOTMUCH_STATUS_OPERATION_INVALIDATED where appropriateAnton Khirnov
2025-08-04lib: add notmuch_threads_status()Anton Khirnov
2025-07-24lib: handle DatabaseModifiedError in _notmuch_message_createAnton Khirnov
2023-03-31lib: replace some uses of Query::MatchAll with a thread-safe alternativeKevin Boulain
2022-04-15fix build without sfsexpMichael J Gruber
2021-09-04lib/thread-fp: factor out query expansion, rewrite in XapianDavid Bremner
2021-09-04lib/query: factor out _notmuch_query_string_to_xapian_queryDavid Bremner
2021-09-04lib: generate actual Xapian query for "*" and ""David Bremner
2021-09-04lib/query: generalize exclude handling to s-expression queriesDavid Bremner
2021-09-04lib/parse-sexp: parse single terms and the empty list.David Bremner
2021-09-04lib: define notmuch_query_create_with_syntaxDavid Bremner
2021-09-04lib: split notmuch_query_createDavid Bremner
2019-06-14lib: run uncrustifyuncrustify
2018-04-26lib: work around xapian bug with get_mset(0,0, x)David Bremner
2017-10-09lib: convert notmuch_bool_t to stdbool internallyJani Nikula
2017-05-13build: visibility=default for library structs is no longer neededJani Nikula
2017-03-22lib: make notmuch_query_add_tag_exclude return a status valueDavid Bremner
2017-03-22lib: replace deprecated n_q_count_threads with status returning versionDavid Bremner
2017-03-22lib: replace deprecated n_q_count_messages with status returning versionDavid Bremner
2017-03-22lib: replace deprecated n_q_search_messages with status returning versionDavid Bremner
2017-03-22lib: replace n_query_search_threads with status returning versionDavid Bremner
2017-03-04lib: query make exclude handling non-destructiveDavid Bremner
2017-03-04lib: centralize query parsing, store results.David Bremner
2017-01-27lib: optimize counting documentsDavid Bremner
2016-08-09lib: provide _notmuch_database_log_appendDavid Bremner
2016-06-05Use https instead of http where possibleDaniel Kahn Gillmor
2016-06-05lib: whitespace cleanupTomi Ollila
2016-05-25lib: make a global constant for query parser flagsDavid Bremner
2016-04-15Add internal functions to search for alternate doc typesDaniel Kahn Gillmor
2015-10-05lib: add versions of n_q_count_{message,threads} with status returnDavid Bremner
2015-09-23lib: constify arguments to notmuch_query_get_*David Bremner
2015-09-04lib: remove use of notmuch_query_search_messages from query.ccDavid Bremner
2015-08-04lib: add public accessor for database from queryDavid Bremner
2015-03-29lib: replace almost all fprintfs in library with _n_d_logDavid Bremner
2015-03-13lib: make notmuch_query_count_messages explicitely exactJani Nikula
2015-03-01lib: add new status reporting API for notmuch_query_search_{m,t}David Bremner
2014-01-24lib: make notmuch_threads_valid return FALSE when passed NULLDavid Bremner
2013-11-02query: bind queries to database objectsFelipe Contreras
2013-06-24lib: add NOTMUCH_EXCLUDE_FLAG to notmuch_exclude_tMark Walters
2013-05-13lib: add --exclude=all optionMark Walters
2013-02-15bitmap:improve memory usage using CHAR_BITS and unsigned CHARRobert Mast
2012-04-07lib: change default for notmuch_query_set_omit_excludedMark Walters
2012-03-18lib: fix an exclude bugMark Walters
2012-03-18lib: Add exclude query debug outputAustin Clements
2012-03-18lib: Expose query debug output via an environment variableAustin Clements
2012-03-02lib: Add the exclude flag to notmuch_query_search_threadsMark Walters
2012-03-02lib: Make notmuch_query_search_messages set the exclude flagMark Walters
2012-03-02lib: Rearrange the exclude code in query.ccMark Walters
2012-01-16lib: Add support for automatically excluding tags from queriesAustin Clements
2011-11-15lib: add function to get the number of threads matching a searchJani Nikula