notmuch/lib
Carl Worth ba3554b804 lib/query: Fix notmuch_threads_t to stream results rather than blocking.
Previously, notmuch_query_search_threads would do all the work, so the
caller would block until all results were processed. Now, we do the
work as we go, as the caller iterates with notmuch_threads_next. This
means that once results start coming back from "notmuch search" they
just keep continually streaming.

There's still some initial blocking before the first results appear
because the notmuch_messages_t object has the same bug (for now).
2009-11-23 20:18:57 -08:00
..
database-private.h Add rudimentary date-based search. 2009-11-23 17:17:08 +01:00
database.cc Add rudimentary date-based search. 2009-11-23 17:17:08 +01:00
index.cc Typsos 2009-11-18 03:21:36 -08:00
libsha1.c libify: Move library sources down into lib directory. 2009-11-09 16:24:03 -08:00
libsha1.h libify: Move library sources down into lib directory. 2009-11-09 16:24:03 -08:00
Makefile Use $(MAKE) when invoking make from make. 2009-11-12 22:00:51 -08:00
Makefile.local Makefile: Magic silent rules. 2009-11-22 04:29:29 +01:00
message-file.c message_file_get_header: Use break where more clear than continue. 2009-11-17 18:37:45 -08:00
message.cc fix notmuch-new bug when database path ends with a trailing / 2009-11-23 04:37:01 +01:00
messages.c add_message: Don't add any self-references to the database. 2009-11-17 17:55:37 -08:00
notmuch-private.h Permit opening the notmuch database in read-only mode. 2009-11-21 22:04:49 +01:00
notmuch.h notmuch search: Remove the chunked-searching hack. 2009-11-23 20:17:37 -08:00
query.cc lib/query: Fix notmuch_threads_t to stream results rather than blocking. 2009-11-23 20:18:57 -08:00
sha1.c Typsos 2009-11-18 03:21:36 -08:00
tags.c notmuch_tags_advance: Make safe against excessive calls. 2009-11-14 23:02:55 -08:00
thread.cc Typsos 2009-11-18 03:21:36 -08:00
xutil.c libify: Move library sources down into lib directory. 2009-11-09 16:24:03 -08:00
xutil.h libify: Move library sources down into lib directory. 2009-11-09 16:24:03 -08:00