summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2013-02-18lib: Clean up error handling in _notmuch_thread_createAustin Clements
2013-02-15bitmap:improve memory usage using CHAR_BITS and unsigned CHARRobert Mast
2013-01-22lib/Makefile.local: depend on libs we are linking withAmadeusz Żołnowski
2012-12-24_notmuch_message_index_file: unref (free) address lists from gmime.David Bremner
2012-12-24lib/message-file.c: use g_malloc () & g_free () in hash table valuesTomi Ollila
2012-12-01lib: fix warnings when building with clangJani Nikula
2012-11-26lib: Reject multi-message mboxes and deprecate single-message mboxAustin Clements
2012-10-31lib: add date range query supportJani Nikula
2012-10-31build: build parse-time-string as part of the notmuch lib and static cliJani Nikula
2012-10-27Support OpenBSDAustin Clements
2012-09-27Fix the COERCE_STATUS macroJustus Winter
2012-09-01lib: fix NULL checks for filenames iteratorsSascha Silbe
2012-06-10lib: Treat messages in new/ as maildir messages with no flags setAustin Clements
2012-06-10lib: Only synchronize maildir flags for messages in maildirsAustin Clements
2012-06-10lib: Move _filename_is_in_maildirAustin Clements