]> git.notmuchmail.org Git - notmuch/history - lib/database.cc
lib: fix clang build warnings
[notmuch] / lib / database.cc
2015-01-24 ToddAdd indexing for the mimetype term
2015-01-24 ToddAdd the NOTMUCH_FEATURE_INDEXED_MIMETYPES database...
2014-10-25 Austin Clementslib: Remove unnecessary thread linking steps when using...
2014-10-25 Austin Clementslib: Implement upgrade to ghost messages feature
2014-10-25 Austin Clementslib: Implement ghost-based thread linking
2014-10-25 Austin Clementslib: Update database schema doc for ghost messages
2014-10-25 Austin Clementslib: Add a ghost messages database feature
2014-10-25 David BremnerMerge tag '0.18.2'
2014-10-25 David BremnerMerge tag '0.18.2_rc1'
2014-10-11 Austin Clementslib: Refactor _notmuch_database_link_message
2014-10-11 Austin Clementslib: Move message ID compression to _notmuch_message_cr...
2014-10-03 Austin Clementslib: Simplify close and codify aborting atomic section
2014-09-02 Austin Clementslib: Fix endless upgrade problem
2014-08-30 Austin Clementslib: Return an error from operations that require an...
2014-08-30 Austin Clementslib: Report progress for combined upgrade operation
2014-08-30 Austin Clementslib: Reorganize upgrade around document types
2014-08-30 Austin Clementslib: Use database features to drive upgrade
2014-08-30 Austin Clementslib: Simplify upgrade code using a transaction
2014-08-30 Austin Clementslib: Database version 3: Introduce fine-grained "features"
2014-08-17 Michal SojkaMake parsing of References and In-Reply-To header less...
2014-08-09 David BremnerMerge tag 'debian/0.18.1-2'
2014-08-04 Austin Clementslib: Fix slight misinformation in the database schema doc
2014-07-13 Charles Celerierlib: Start all function names in notmuch-private.h...
2014-07-09 Jani Nikulalib: add return status to database close and destroy
2014-04-05 Jani Nikulalib: replace the header parser with gmime
2014-03-11 Jani Nikulalib: make folder: prefix literal
2014-03-11 Jani Nikulalib: add support for path: prefix searches
2013-11-20 Tomi Ollilacompact: improve error messages on failures after compa...
2013-11-20 Tomi Ollilacompact: unconditionally remove old wip database compac...
2013-11-20 Tomi Ollilacompact: preserve backup database until compacted datab...
2013-11-18 Tomi Ollilacompact: catch Xapian::Error consistently
2013-11-18 Tomi Ollilacompact: tidy formatting
2013-11-07 Jani Nikulalib: use the compaction backup path provided by the...
2013-11-07 Jani Nikulalib: add closure parameter to compact status update...
2013-11-07 Jani Nikulalib: do not leak the database in compaction
2013-11-06 Jani Nikulalib: check talloc success in compact
2013-11-06 Jani Nikulalib: construct compactor within try block to catch...
2013-10-31 Jani Nikulalib: fix build on !HAVE_XAPIAN_COMPACT
2013-10-10 Ben Gamaridatabase: Add notmuch_database_compact_close
2013-09-14 Jani Nikulalib/cli: pass GMIME_ENABLE_RFC2047_WORKAROUNDS to g_mim...
2013-06-08 Tomi Ollilacli: Guard deprecated g_type_init calls
2013-05-26 David BremnerMerge branch 'release'
2013-05-14 Aaron Ecaylib/database.cc: change how the parent of a message...
2012-11-27 Austin Clementslib: Reject multi-message mboxes and deprecate single...
2012-10-31 Jani Nikulalib: add date range query support
2012-05-24 David BremnerMerge branch 'release'
2012-05-24 Austin Clementslib: Make notmuch_database_find_message_by_filename...
2012-05-24 Austin Clementslib: Make notmuch_database_get_directory return NULL...
2012-05-24 Austin Clementslib: Perform the same transformation to _notmuch_databa...
2012-05-24 Austin Clementslib: Perform the same transformation to _notmuch_databa...
2012-05-24 Austin Clementslib: Make directory document creation optional for...
2012-05-15 Austin Clementslib/cli: Make notmuch_database_get_directory return...
2012-05-05 Austin Clementslib/cli: Make notmuch_database_create return a status...
2012-05-05 Austin Clementslib/cli: Make notmuch_database_open return a status...
2012-04-28 Justus WinterSplit notmuch_database_close into two functions
2012-03-18 David BremnerMerge tag '0.12_rc2'
2012-03-18 Justus WinterFix error reporting in notmuch_database_find_message_by...
2012-03-03 David BremnerMerge branch 'release'
2012-03-03 Justus WinterActually close the xapian database in notmuch_database_...
2012-02-21 Justus WinterPrevent segmentation fault in notmuch_database_close
2012-02-04 David BremnerMerge commit '0.11.1'
2012-02-04 Austin Clementslib: Use talloc to simplify cleanup in notmuch_database...
2012-02-04 Austin Clementslib: Release resources if notmuch_database_open fails
2012-02-04 Austin Clementslib: Don't delete uninitialized pointers
2012-01-02 Kazuo Teramotolib: call g_mime_init() from notmuch_database_open()
2012-01-01 Kazuo Teramotolib: call g_mime_init() from notmuch_database_open()
2011-12-23 Thomas JostFix comments about what is stored in the database
2011-12-21 David Edmondsonnotmuch: Quiet buildbot warnings.
2011-12-06 David BremnerMerge branch 'release'
2011-12-05 David Bremnerlib: call g_type_init from notmuch_database_open
2011-11-14 Austin ClementsStore "from" and "subject" headers in the database.
2011-11-02 David Bremnerlib/database.cc: use flush Xapian method instead of...
2011-10-31 David Bremnerxutil.c: remove duplicate copies, create new library...
2011-10-04 David BremnerMerge remote-tracking branch 'alip/find_message-v3'
2011-10-04 Ali Polatellib: make find_message{,by_filename) report errors
2011-10-04 Ali Polatellib: destroy message object after message removal
2011-09-24 Austin Clementslib: Wrap notmuch_database_add_message in an atomic...
2011-09-24 Austin Clementslib: Add an API to find a message by filename.
2011-09-24 Austin Clementslib: Remove message document directly after removing...
2011-09-24 Austin Clementslib: Add support for nested atomic sections.
2011-09-24 Austin Clementslib: Add notmuch_database_{begin,end}_atomic.
2011-07-18 David BremnerMerge commit '0.6.1'
2011-07-10 David BremnerMerge commit '0.6'
2011-06-24 David BremnerMerge remote-tracking branch 'origin/master'
2011-06-23 Pieter Praetfix sum moar typos [comments in source code]
2011-04-25 Carl WorthMerge remote-tracking branch 'amdragon/eager-metadata-v4'
2011-03-21 Austin ClementsAdd a generic function to get a list of terms with...
2011-03-21 Austin ClementsImplement an internal generic string list and use it.
2011-01-15 Carl WorthAdd support for folder-based searching.
2011-01-15 Carl WorthTighten up a memory allocation.
2010-11-11 Carl Worthlib: Remove the notion of TAGS_INVALID
2010-11-11 Carl Worthlib: Rework interface for maildir_flags synchronization
2010-11-10 Michal SojkaMake maildir synchronization configurable
2010-11-10 Michal SojkaMaildir synchronization
2010-11-10 Michal Sojkalib: Return added message even if it already was in...
2010-11-08 Carl WorthMerge in ruby bindings.
2010-11-02 Carl Worthlib: Eliminate some redundant includes of xapian.h
2010-11-02 Carl Worthlib: Add some missing static qualifiers.
2010-09-20 Carl Worthlib: Fix use-after-free bug.
2010-06-04 Carl WorthAdd support (and tests) for messages with really long...
next