aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/database.cc
Commit message (Expand)AuthorAge
* 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
* Fix comments about what is stored in the databaseGravatar Thomas Jost2011-12-23
* notmuch: Quiet buildbot warnings.Gravatar David Edmondson2011-12-21
* lib: call g_type_init from notmuch_database_openGravatar David Bremner2011-12-04
* Store "from" and "subject" headers in the database.Gravatar Austin Clements2011-11-14
* lib/database.cc: use flush Xapian method instead of commitGravatar David Bremner2011-11-02
* xutil.c: remove duplicate copies, create new library libutil.a to contain xutil.Gravatar David Bremner2011-10-30
* lib: make find_message{,by_filename) report errorsGravatar Ali Polatel2011-10-04
* lib: destroy message object after message removalGravatar Ali Polatel2011-10-04
* lib: Wrap notmuch_database_add_message in an atomic section.Gravatar Austin Clements2011-09-24
* lib: Add an API to find a message by filename.Gravatar Austin Clements2011-09-24
* lib: Remove message document directly after removing the last file name.Gravatar Austin Clements2011-09-23
* lib: Add support for nested atomic sections.Gravatar Austin Clements2011-09-23
* lib: Add notmuch_database_{begin,end}_atomic.Gravatar Austin Clements2011-09-23
* fix sum moar typos [comments in source code]Gravatar Pieter Praet2011-06-23
* Add a generic function to get a list of terms with some prefix.Gravatar Austin Clements2011-03-21
* Implement an internal generic string list and use it.Gravatar Austin Clements2011-03-21
* Add support for folder-based searching.Gravatar Carl Worth2011-01-15