]> git.notmuchmail.org Git - notmuch/history - lib/database.cc
lib: Add support for nested atomic sections.
[notmuch] / lib / database.cc
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.
2010-01-06 Carl Worthlib: Abstract the extraction of a relative path from...
2009-12-20 Jameson Graef RollinsMerge branch 'upstream' into debian
2009-12-09 Fernando CarrijoNuke the remainings of _notmuch_message_add_thread_id.
2009-11-27 Bart TrojanowskiMerge remote branch 'origin/master' into vim
2009-11-26 Jan Janaknotmuch: New function to retrieve all tags from the...
2009-11-23 Carl WorthAdd rudimentary date-based search.
2009-11-22 Chris Wilsonlib/database.cc: coding style
2009-11-22 Carl Worthadd_message: Use sha-1 in place of overly long message ID.
2009-11-22 Carl Worthget_timestamp: Ensure that return value is 0 in case...
2009-11-22 Carl WorthCatch and optionally print about exception at database...
2009-11-22 Carl WorthPrint information about where Xapian exception occurred.
2009-11-21 Carl WorthRename NOTMUCH_DATABASE_MODE_WRITABLE to NOTMUCH_DATABA...
2009-11-21 Chris WilsonPermit opening the notmuch database in read-only mode.
2009-11-20 Carl Worthadd_message: Re-fix handling of non-mail files.
2009-11-20 Carl Worthnotmuch_database_add_message: Add missing error-value...
2009-11-20 Carl Worthadd_message: Properly handle missing Message-ID once...
2009-11-18 Ingmar VanhasselTypsos
2009-11-18 Carl Worthlinke_message: Avoid segfault when In-Reply-to header...
2009-11-18 Carl Worthdatabase: Make _parse_message_id static once again.
2009-11-18 Carl Worthdatabase: Add "replyto" to the database schema document...
2009-11-18 Carl Worthdatabase: Rename "ref" prefix name to "reference"
2009-11-18 Carl Worthadd_message: Don't add any self-references to the database.
2009-11-18 Carl WorthRemove the talloc_owner argument from create_for_messag...
2009-11-17 Carl WorthFix broken commit.
2009-11-17 Carl Worthadd_message: Avoid a memory leak when user holds on...
2009-11-16 Carl Worthdatabase: Fix a typo in a commit.
2009-11-16 Carl WorthExport _parse_message_id to the library implementation.
2009-11-12 Carl WorthDon't create "contact" terms in the database.
2009-11-12 Carl Worthnotmuch: Add a configuration system.
2009-11-10 Carl Worthlibify: Move library sources down into lib directory.