]> git.notmuchmail.org Git - notmuch/history - lib/database.cc
lib/database.cc: change how the parent of a message is calculated
[notmuch] / lib / database.cc
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...
2010-06-04 Carl WorthAvoid database corruption by not adding partially-const...
2010-04-24 Carl Worthlib: Audit all notmuch_database call for Xapian excepti...
2010-04-22 Carl WorthMerge Sebastian Spaeth's python bindings into bindings...
2010-04-12 Carl Worthlib: Remove condition regarding a NULL parent_thread_id.
2010-04-12 Carl Worthlib: Always add reference terms to the database.
2010-04-12 Carl Worthlib: Document the metadata stored within the Xapian...
2010-04-12 Carl Worthlib: Fix line-wrapping in _notmuch_database_link_message.
2010-04-12 Carl Worthlib: Fix internal documentation of _notmuch_database_li...
2010-04-12 Carl Worthlib: Simplify code flow in _resolve_message_id_to_thread_id
2010-04-12 Carl Worthlib: Fix internal documentation of _resolve_message_id_...
2010-04-12 James WestbyStore thread ids for messages that we haven't seen yet
2010-04-06 Carl WorthMerge branch 'debian' into rebuild
2010-03-10 Carl WorthAdd is:<tag> as a synonym for tag:<tag> in search terms.
2010-03-09 Carl Worthlib: Rename iterator functions to prepare for reverse...
2010-02-09 Carl WorthFix printf for when uint64_t != unsigned long long int
2010-02-09 Carl WorthSwitch from random to sequential thread identifiers.
2010-01-21 martin f. krafftMerge branch 'upstream'
2010-01-10 Carl Worthnotmuch new: Print upgrade progress report as a percentage.
2010-01-09 Carl Worthlib: Split the database upgrade into two phases for...
2010-01-08 Carl Worthlib: Delete stale timestamp documents during database...
2010-01-08 Carl Worthnotmuch new: Fix progress notification on database...
2010-01-08 Carl Worthlib: Implement versioning in the database and provide...
2010-01-07 Carl WorthPrefer READ_ONLY consistently over READONLY.
2010-01-07 Carl Worthlib: Consolidate checks for read-only database.
2010-01-07 Carl Worthlib: Clarify internal documentation of _notmuch_databas...
2010-01-06 Carl Worthlib: Indicate whether notmuch_database_remove_message...
2010-01-06 Carl WorthAdd missing comment for NOTMUCH_STATUS_READONLY_DATABASE.
2010-01-06 Carl Worthlib: Implement new notmuch_directory_t API.
2010-01-06 Carl Worthdatabase: Add new, public notmuch_database_remove_message
2010-01-06 Carl Worthdatabase: Add new find_doc_ids_for_term interface.
2010-01-06 Carl Worthdatabase: Make find_unique_doc_id enforce uniqueness...
2010-01-06 Carl Worthdatabase: Abstract _filename_to_direntry from _add_message
2010-01-06 Carl Worthdatabase: Allowing storing multiple filenames for...
2010-01-06 Carl Worthdatabase: Store mail filename as a new 'direntry' term...
2010-01-06 Carl Worthdatabase: Split _find_parent_id into _split_path and...
2010-01-06 Carl Worthdatabase: Store directory path in 'data' of directory...
2010-01-06 Carl Worthdatabase: Export _notmuch_database_find_parent_id for...
2010-01-06 Carl Worthdatabase: Store the parent ID for each directory document.
2010-01-06 Carl Worthdatabase: Rename internal directory value from XTIMESTA...
2010-01-06 Carl Worthdatabase: Store directory paths as relative, not absolute.
2010-01-06 Carl Worthlib: Document that the filename is stored in the 'data...
2010-01-06 Carl Worthlib: Rename set/get_timestamp to set/get_directory_mtime.
next