summaryrefslogtreecommitdiff
path: root/lib/query.cc
AgeCommit message (Expand)Author
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
2011-05-11Mark some structures in the library interface with visibility=default attribute.Carl Worth
2011-01-30Simplify _notmuch_doc_id_set_init interface.Austin Clements
2011-01-30Remove code repetition in the doc ID bitmap code.Austin Clements
2010-12-07Optimize thread search using matched docid sets.Austin Clements
2010-11-01lib: Eliminate some redundant includes of xapian.hCarl Worth
2010-10-28lib: Add two functions: notmuch_query_get_query_string and _get_sortCarl Worth
2010-10-22lib: Fix notmuch_query_search_threads to return NULL on any Xapian exception.Carl Worth
2010-04-24lib: Ensure notmuch_query_search_messages returns NULL on an exception.Carl Worth
2010-04-21query.cc: allow to return query results unsortedSebastian Spaeth
2010-04-21Name thread based on matching msgs instead of first msg.Jesse Rosenthal
2010-04-09lib: Handle "*" as a query string to match all messages.Carl Worth
2010-03-09lib: Rename iterator functions to prepare for reverse iteration.Carl Worth
2010-01-09lib: Explicitly set BoolWeight when searching.Carl Worth
2009-11-27Silence compiler warning by initializing a variable.Jeffrey C. Ollie
2009-11-24lib/messages.c: Make message searches stream as well.Carl Worth
2009-11-23lib/query: Drop the first and max_messages arguments from search_messages.Carl Worth
2009-11-23lib/query: Fix notmuch_threads_t to stream results rather than blocking.Carl Worth
2009-11-23notmuch search: Remove the chunked-searching hack.Carl Worth
2009-11-23Add 'notmuch count' command to show the count of matching messagesKeith Packard
2009-11-22Catch and optionally print about exception at database->flush.Carl Worth
2009-11-22Print information about where Xapian exception occurred.Carl Worth
2009-11-21When a search query triggers a Xapian exception, log what the query was.Eric Anholt
2009-11-19Allow lone "not" search operatorsAdrian Perez
2009-11-17notmuch search: Change default search order to be newest messages first.Carl Worth
2009-11-15lib/messages: Add new notmuch_message_list_t to internal interface.Carl Worth
2009-11-14lib: Move notmuch_messages_t code from query.cc to new messages.cCarl Worth
2009-11-12notmuch search: Add support for a --reverse option to reverse sort order.Carl Worth
2009-11-12notmuch search: Print the number of matched/total messages for each thread.Carl Worth