]> git.notmuchmail.org Git - notmuch/history - lib
debian: changelog stanza for 0.23.2-1
[notmuch] / lib /
2016-10-07 David Bremnerlib: document API added in 0.23
2016-10-07 David Bremnerrequire xapian >= 1.2.6
2016-10-02 David Bremnerlib: bump minor version to mark added symbols
2016-09-28 Tomi Ollilalib/database.cc: fix misleading indentation
2016-09-24 David Bremnerlib: add talloc reference from string map iterator...
2016-09-21 Daniel Kahn Gillmoradd property: query prefix to search for specific prope...
2016-09-21 David Bremnerlib: iterator API for message properties
2016-09-21 David Bremnerlib: extend private string map API with iterators
2016-09-21 David Bremnerlib: basic message-property API
2016-09-21 David Bremnerlib: private string map (associative array) API
2016-09-21 David Bremnerlib: read "property" terms from messages.
2016-09-09 David BremnerMerge branch 'release'
2016-08-23 David Bremnerlib: update cached mtime in notmuch_directory_set_mtime
2016-08-18 David Bremnerlib: reword comment about XFOLDER: prefix
2016-08-09 David Bremnerlib: provide _notmuch_database_log_append
2016-07-19 David BremnerMerge branch 'release'
2016-06-30 David Bremnerlib: fix definition of LIBNOTMUCH_CHECK_VERSION
2016-06-30 David Bremnerdoc: forbid further operations on a closed database
2016-06-29 David Bremnerlib: add built_with handling for XAPIAN_DB_RETRY_LOCK
2016-06-29 Istvan MarkoUse the Xapian::DB_RETRY_LOCK flag when available
2016-06-28 David Bremnerdoc: forbid further operations on a closed database
2016-06-11 David Bremnerlib: fix definition of LIBNOTMUCH_CHECK_VERSION
2016-06-10 David Bremnerlib: fix memory leak of field processor objects
2016-06-07 David Bremnerlib: document config metadata
2016-06-05 Daniel Kahn GillmorUse https instead of http where possible
2016-06-05 Tomi Ollilalib: whitespace cleanup
2016-05-25 David Bremnerlib: add support for named queries
2016-05-25 David Bremnerlib: make a global constant for query parser flags
2016-05-25 David Bremnerlib: config list iterators
2016-05-24 David Bremnerlib: provide config API
2016-05-13 David Bremnerlib/cli: add library API / CLI for compile time options
2016-05-08 David Bremnerlib: optionally support single argument date: queries
2016-04-15 Daniel Kahn Gillmorcomplete ghost-on-removal-when-shared-thread-exists
2016-04-15 Daniel Kahn GillmorOn deletion, replace with ghost when other active messa...
2016-04-15 Daniel Kahn GillmorIntroduce _notmuch_message_has_term()
2016-04-15 Daniel Kahn GillmorAdd internal functions to search for alternate doc...
2016-04-15 Daniel Kahn Gillmorfix thread breakage via ghost-on-removal
2016-04-12 Jani Nikulalib: clean up _notmuch_database_split_path
2016-04-12 Jani Nikulalib: fix handling of one character long directory names...
2016-03-14 Tomi Ollilalib: NOTMUCH_DEPRECATED macro also for older compilers
2016-01-16 Daniel Kahn Gillmorclean up stray apostrophe in comment
2016-01-16 Daniel Kahn Gillmorcorrect comment referring to notmuch_database_remove_me...
2015-11-23 David BremnerMerge branch 'release'
2015-11-23 Steven Allenforbid atomic transactions on writable, upgradable...
2015-11-19 Jani Nikulalib: content disposition values are not case-sensitive
2015-11-19 David BremnerMerge branch 'release'
2015-10-30 David BremnerMerge tag '0.21'
2015-10-27 Steven AllenDocumentation: fix type name spelling
2015-10-10 Jani Nikulalib: add interface to delete directory documents
2015-10-05 David Bremnerlib: update doxygen comments to add @since for the...
2015-10-05 David Bremnerlib: migrate thread.cc to new query_search API
2015-10-05 David Bremnerlib: migrate notmuch_database_upgrade to new query_sear...
2015-10-05 David Bremnerlib: add versions of n_q_count_{message,threads} with...
2015-10-05 David Bremnerlib: move query variable to function scope
2015-09-26 David BremnerMerge branch 'release'
2015-09-26 Jani Nikulalib: add support for date:<expr>..! to mean date:<expr...
2015-09-23 David Bremnerlib: constify arguments to notmuch_query_get_*
2015-09-07 Jani Nikulautil: move strcase_equal and strcase_hash to util
2015-09-04 David Bremnerlib: constify argument to notmuch_database_status_string
2015-09-04 David Bremnerlib: note remaining uses of deprecated message search API
2015-09-04 David Bremnerlib: remove use of notmuch_query_search_messages from...
2015-08-14 Austin Clementslib: Add "lastmod:" queries for filtering by last modif...
2015-08-13 Austin Clementslib: API to retrieve database revision and UUID
2015-08-13 Austin Clementslib: Add per-message last modification tracking
2015-08-10 David Bremnerbuild: extract library versions from notmuch.h
2015-08-04 David Bremnerlib: add public accessor for database from query
2015-08-04 David Bremnerlib: deprecate notmuch_query_search_{threads, messages}
2015-08-04 David Bremnerlib: define NOTMUCH_DEPRECATED macro, document its...
2015-08-04 Austin Clementslib: Only sync modified message documents
2015-07-28 David Bremnerbuild: add "set -eu" to version script generation
2015-06-27 David BremnerMerge tag '0.20.2'
2015-06-13 David Bremnerlib, ruby: make use of -Wl,--no-undefined configurable
2015-06-12 David Bremnerlib: reject relative paths in n_d_{create,open}_verbose
2015-06-12 David Bremnerlib: add NOTMUCH_STATUS_PATH_ERROR
2015-06-02 David BremnerMerge branch 'release'
2015-05-31 J. Lewis Muircli: change "setup" to "set up" where used as a verb
2015-03-28 David Bremnerlib: eliminate fprintf from _notmuch_message_file_open
2015-03-28 David Bremnerlib: replace almost all fprintfs in library with _n_d_log
2015-03-28 David Bremnerlib: add private function to extract the database for...
2015-03-28 David Bremnerlib: add a log function with output to a string in...
2015-03-28 David Bremnerlib: add "verbose" versions of notmuch_database_{open...
2015-03-13 Jani Nikulalib: make notmuch_query_count_messages explicitely...
2015-03-07 David Bremnerlib: bump library minor version
2015-03-06 J. Lewis Muirlib: make notmuch shared library install_name be full...
2015-03-01 David Bremnerlib: bump SONAME minor version
2015-03-01 David Bremnerlib: add new status reporting API for notmuch_query_sea...
2015-02-25 Jani Nikulalib: fix clang build warnings
2015-02-25 Jani Nikulalib: abstract bit validity check in bit test/set/clear...
2015-01-24 ToddAdd indexing for the mimetype term
2015-01-24 ToddAdd the NOTMUCH_FEATURE_INDEXED_MIMETYPES database...
2015-01-19 Toddlib: Fix use after free
2015-01-19 Toddlib: Fix potential invalid read past an empty string
2015-01-17 Jesse Rosenthalthread.cc: Avoid empty thread names if possible.
2015-01-02 David Bremnerlib: convert two "iterator copy strings" into references.
2015-01-02 David Bremnerlib: another iterator-temporary/stale-pointer bug
2015-01-01 Jani Nikulalib: drop the deprecation message for single-message...
2014-12-07 Jesse Rosenthallib: Use email address instead of empty real name.
2014-11-05 David Bremnerlib: bump LIBNOTMUCH_MAJOR_VERSION to 4
2014-10-25 Austin Clementslib: Remove unnecessary thread linking steps when using...
2014-10-25 Austin Clementslib: Enable ghost messages feature
next