summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-06-18lib: Separate all phrases indexed by _notmuch_message_gen_termsAustin Clements
2014-06-18lib: Index name and address of from/to headers as a phraseAustin Clements
2014-06-13lib: resurrect support for single-message mbox filesJani Nikula
2014-04-19build: add canonicalize_file_name to symbols exported from libnotmuch.soDavid Bremner
2014-04-05lib: replace the header parser with gmimeJani Nikula
2014-04-05lib: drop support for single-message mbox filesJani Nikula
2014-03-11lib: make folder: prefix literalJani Nikula
2014-03-11lib: add support for path: prefix searchesJani Nikula
2014-03-11lib: refactor folder term update after filename removalJani Nikula
2014-02-13doc: notmuch_result_move_to_next -> notmuch_tags_move_to_nextGaute Hope
2014-01-26lib: update documentation for notmuch_database_get_directoryDavid Bremner
2014-01-24lib: make notmuch_threads_valid return FALSE when passed NULLDavid Bremner
2014-01-18lib: fix error handlingTomi Valkeinen
2014-01-18lib: fix clang compiler warningJani Nikula
2014-01-05lib: modify notmuch.h for automatic document generationJani Nikula
2013-12-07lib: Bump library version from 3.0.0 to 3.1.0Austin Clements
2013-12-07lib: Replace NOTMUCH_*_VERSION with LIBNOTMUCH_*_VERSIONAustin Clements
2013-12-07lib: Make VERSION macros agree with soname versionAustin Clements
2013-11-27util: detect byte orderDavid Bremner
2013-11-25lib: fix byte order test in libsha1.cDavid Bremner
2013-11-19compact: improve error messages on failures after compactionTomi Ollila
2013-11-19compact: unconditionally remove old wip database compact directoryTomi Ollila
2013-11-19compact: preserve backup database until compacted database is in placeTomi Ollila
2013-11-17compact: catch Xapian::Error consistentlyTomi Ollila
2013-11-17compact: tidy formattingTomi Ollila
2013-11-08lib: Document extent of some return valuesAustin Clements
2013-11-07lib: add library version check macroJani Nikula
2013-11-07lib: use the compaction backup path provided by the callerJani Nikula
2013-11-07lib: update documentation of callback functions for database_compact and database_upgrade.David Bremner
2013-11-07lib: add closure parameter to compact status update callbackJani Nikula
2013-11-07lib: do not leak the database in compactionJani Nikula
2013-11-06lib: check talloc success in compactJani Nikula
2013-11-06lib: construct compactor within try block to catch any exceptionsJani Nikula
2013-11-02query: bind queries to database objectsFelipe Contreras
2013-10-30lib: fix build on !HAVE_XAPIAN_COMPACTJani Nikula
2013-10-09database: Add notmuch_database_compact_closeBen Gamari
2013-09-14lib/cli: pass GMIME_ENABLE_RFC2047_WORKAROUNDS to g_mime_init()Jani Nikula
2013-09-03tags_to_maildir_flags: Don't rename if no flags changeLouis Rilling
2013-09-01lib: fix clang buildJani Nikula
2013-08-13lib: Document which strings are returned in UTF-8Austin Clements
2013-08-13lib: Correct out-of-date doc commentAustin Clements
2013-06-24lib: add NOTMUCH_EXCLUDE_FLAG to notmuch_exclude_tMark Walters
2013-06-08cli: Guard deprecated g_type_init callsTomi Ollila
2013-05-13lib: add --exclude=all optionMark Walters
2013-05-13lib/database.cc: change how the parent of a message is calculatedAaron Ecay
2013-05-03lib/message.cc: stale pointer bug (v3)Vladimir Marek
2013-03-29lib: Fix name reordering to handle commas without spacesAdam Wolfe Gordon
2013-02-18lib: Add an iterator over all messages in a threadAustin Clements
2013-02-18lib: Eliminate _notmuch_message_list_appendAustin Clements
2013-02-18lib: Separate list of all messages from top-level messagesAustin Clements