aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/database.cc
Commit message (Expand)AuthorAge
* lib: Refactor _notmuch_database_link_messageGravatar Austin Clements2014-10-11
* lib: Move message ID compression to _notmuch_message_create_for_message_idGravatar Austin Clements2014-10-11
* lib: Simplify close and codify aborting atomic sectionGravatar Austin Clements2014-10-03
* lib: Fix endless upgrade problemGravatar Austin Clements2014-09-01
* lib: Return an error from operations that require an upgradeGravatar Austin Clements2014-08-30
* lib: Report progress for combined upgrade operationGravatar Austin Clements2014-08-30
* lib: Reorganize upgrade around document typesGravatar Austin Clements2014-08-30
* lib: Use database features to drive upgradeGravatar Austin Clements2014-08-30
* lib: Simplify upgrade code using a transactionGravatar Austin Clements2014-08-30
* lib: Database version 3: Introduce fine-grained "features"Gravatar Austin Clements2014-08-30
* Make parsing of References and In-Reply-To header less error proneGravatar Michal Sojka2014-08-16
* lib: Fix slight misinformation in the database schema docGravatar Austin Clements2014-08-04
* lib: Start all function names in notmuch-private.h withGravatar Charles Celerier2014-07-13
* lib: add return status to database close and destroyGravatar Jani Nikula2014-07-09
* lib: replace the header parser with gmimeGravatar Jani Nikula2014-04-05
* lib: make folder: prefix literalGravatar Jani Nikula2014-03-11
* lib: add support for path: prefix searchesGravatar Jani Nikula2014-03-11
* compact: improve error messages on failures after compactionGravatar Tomi Ollila2013-11-19
* compact: unconditionally remove old wip database compact directoryGravatar Tomi Ollila2013-11-19
* compact: preserve backup database until compacted database is in placeGravatar Tomi Ollila2013-11-19
* compact: catch Xapian::Error consistentlyGravatar Tomi Ollila2013-11-17
* compact: tidy formattingGravatar Tomi Ollila2013-11-17
* lib: use the compaction backup path provided by the callerGravatar Jani Nikula2013-11-07
* lib: add closure parameter to compact status update callbackGravatar Jani Nikula2013-11-07
* lib: do not leak the database in compactionGravatar Jani Nikula2013-11-07
* lib: check talloc success in compactGravatar Jani Nikula2013-11-06
* lib: construct compactor within try block to catch any exceptionsGravatar Jani Nikula2013-11-06
* lib: fix build on !HAVE_XAPIAN_COMPACTGravatar Jani Nikula2013-10-30
* database: Add notmuch_database_compact_closeGravatar Ben Gamari2013-10-09
* lib/cli: pass GMIME_ENABLE_RFC2047_WORKAROUNDS to g_mime_init()Gravatar Jani Nikula2013-09-14
* cli: Guard deprecated g_type_init callsGravatar Tomi Ollila2013-06-08
* lib/database.cc: change how the parent of a message is calculatedGravatar Aaron Ecay2013-05-13
* lib: Reject multi-message mboxes and deprecate single-message mboxGravatar Austin Clements2012-11-26
* lib: add date range query supportGravatar Jani Nikula2012-10-31
* lib: Make notmuch_database_find_message_by_filename not crash on read-only da...Gravatar Austin Clements2012-05-23
* lib: Make notmuch_database_get_directory return NULL if the directory is not ...Gravatar Austin Clements2012-05-23
* lib: Perform the same transformation to _notmuch_database_filename_to_direntryGravatar Austin Clements2012-05-23
* lib: Perform the same transformation to _notmuch_database_find_directory_idGravatar Austin Clements2012-05-23
* lib: Make directory document creation optional for _notmuch_directory_createGravatar Austin Clements2012-05-23
* lib/cli: Make notmuch_database_get_directory return a status codeGravatar Austin Clements2012-05-15
* lib/cli: Make notmuch_database_create return a status codeGravatar Austin Clements2012-05-05
* lib/cli: Make notmuch_database_open return a status codeGravatar Austin Clements2012-05-05
* Split notmuch_database_close into two functionsGravatar Justus Winter2012-04-28
* Fix error reporting in notmuch_database_find_message_by_filenameGravatar Justus Winter2012-03-18
* Actually close the xapian database in notmuch_database_closeGravatar Justus Winter2012-03-03
* Prevent segmentation fault in notmuch_database_closeGravatar Justus Winter2012-02-20
* lib: Use talloc to simplify cleanup in notmuch_database_openGravatar Austin Clements2012-02-03
* lib: Release resources if notmuch_database_open failsGravatar Austin Clements2012-02-03
* lib: Don't delete uninitialized pointersGravatar Austin Clements2012-02-03
* lib: call g_mime_init() from notmuch_database_open()Gravatar Kazuo Teramoto2011-12-31