aboutsummaryrefslogtreecommitdiff
path: root/lib/database.cc
AgeCommit message (Expand)Author
2010-01-07notmuch new: Fix progress notification on database upgrade.Carl Worth
2010-01-07lib: Implement versioning in the database and provide upgrade function.Carl Worth
2010-01-07Prefer READ_ONLY consistently over READONLY.Carl Worth
2010-01-07lib: Consolidate checks for read-only database.Carl Worth
2010-01-07lib: Clarify internal documentation of _notmuch_database_filename_to_direntryCarl Worth
2010-01-06lib: Indicate whether notmuch_database_remove_message removed anything.Carl Worth
2010-01-06Add missing comment for NOTMUCH_STATUS_READONLY_DATABASE.Carl Worth
2010-01-06lib: Implement new notmuch_directory_t API.Carl Worth
2010-01-06database: Add new, public notmuch_database_remove_messageCarl Worth
2010-01-06database: Add new find_doc_ids_for_term interface.Carl Worth
2010-01-06database: Make find_unique_doc_id enforce uniqueness (for a debug build)Carl Worth
2010-01-06database: Abstract _filename_to_direntry from _add_messageCarl Worth
2010-01-06database: Allowing storing multiple filenames for a single message ID.Carl Worth
2010-01-06database: Store mail filename as a new 'direntry' term, not as 'data'.Carl Worth
2010-01-06database: Split _find_parent_id into _split_path and _find_directory_idCarl Worth
2010-01-06database: Store directory path in 'data' of directory documents.Carl Worth
2010-01-06database: Export _notmuch_database_find_parent_id for internal use.Carl Worth
2010-01-06database: Store the parent ID for each directory document.Carl Worth
2010-01-06database: Rename internal directory value from XTIMESTAMP to XDIRECTORY.Carl Worth
2010-01-06database: Store directory paths as relative, not absolute.Carl Worth
2010-01-06lib: Document that the filename is stored in the 'data' of a mail documentCarl Worth
2010-01-06lib: Rename set/get_timestamp to set/get_directory_mtime.Carl Worth
2010-01-06lib: Abstract the extraction of a relative path from set_filenameCarl Worth
2009-12-09Nuke the remainings of _notmuch_message_add_thread_id.Fernando Carrijo
2009-11-26notmuch: New function to retrieve all tags from the database.Jan Janak
2009-11-23Add rudimentary date-based search.Carl Worth
2009-11-22lib/database.cc: coding styleChris Wilson
2009-11-22add_message: Use sha-1 in place of overly long message ID.Carl Worth
2009-11-22get_timestamp: Ensure that return value is 0 in case of exception.Carl Worth
2009-11-22Catch and optionally print about exception at database->flush.Carl Worth
2009-11-22Print information about where Xapian exception occurred.Carl Worth
2009-11-21Rename NOTMUCH_DATABASE_MODE_WRITABLE to NOTMUCH_DATABASE_MODE_READ_WRITECarl Worth
2009-11-21Permit opening the notmuch database in read-only mode.Chris Wilson
2009-11-20add_message: Re-fix handling of non-mail files.Carl Worth
2009-11-20notmuch_database_add_message: Add missing error-value propagation.Carl Worth
2009-11-20add_message: Properly handle missing Message-ID once again.Carl Worth
2009-11-18TypsosIngmar Vanhassel
2009-11-18linke_message: Avoid segfault when In-Reply-to header is empty.Carl Worth
2009-11-17database: Make _parse_message_id static once again.Carl Worth
2009-11-17database: Add "replyto" to the database schema documentation.Carl Worth
2009-11-17database: Rename "ref" prefix name to "reference"Carl Worth
2009-11-17add_message: Don't add any self-references to the database.Carl Worth
2009-11-17Remove the talloc_owner argument from create_for_message_id.Carl Worth
2009-11-17Fix broken commit.Carl Worth
2009-11-17add_message: Avoid a memory leak when user holds on to message return.Carl Worth
2009-11-15database: Fix a typo in a commit.Carl Worth
2009-11-15Export _parse_message_id to the library implementation.Carl Worth
2009-11-12Don't create "contact" terms in the database.Carl Worth
2009-11-11notmuch: Add a configuration system.Carl Worth
2009-11-09libify: Move library sources down into lib directory.Carl Worth