index
:
notmuch
debian/bookworm-backports
debian/bullseye
debian/bullseye-backports
debian/buster-backports
debian/jessie-backports
debian/squeeze-backports
debian/stretch
debian/stretch-backports
debian/trixie-backports
debian/unstable
debian/wheezy-backports
feature/git-remote
feature/wildcard
master
nmweb
pristine-tar
release
thread-based email index, search, and tagging
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
database-private.h
Age
Commit message (
Expand
)
Author
2020-07-28
lib: replace use of static_cast for writable databases
David Bremner
2020-07-22
lib: move deallocation of memory from n_d_close to n_d_destroy
David Bremner
2020-07-11
lib: migrate from Xapian ValueRangeProcessor to RangeProcessor
David Bremner
2019-06-14
lib: run uncrustify
uncrustify
2019-05-25
lib: cache user prefixes in database object
David Bremner
2019-04-17
lib: add 'body:' field, stop indexing headers twice.
David Bremner
2017-10-09
lib: convert notmuch_bool_t to stdbool internally
Jani Nikula
2017-08-01
lib: isolate n_d_add_message and helper functions into own file
David Bremner
2017-05-12
build: switch to hiding libnotmuch symbols by default
Jani Nikula
2017-03-03
lib: create field processors from prefix table
David Bremner
2017-02-25
lib: add _notmuch_database_reopen
David Bremner
2017-02-18
lib: Let Xapian manage the memory for FieldProcessors
David Bremner
2017-02-18
lib: merge internal prefix tables
David Bremner
2016-11-15
lib: optionally silence Xapian deprecation warnings
David Bremner
2016-06-05
Use https instead of http where possible
Daniel Kahn Gillmor
2016-05-25
lib: add support for named queries
David Bremner
2016-05-25
lib: make a global constant for query parser flags
David Bremner
2016-05-08
lib: optionally support single argument date: queries
David Bremner
2015-08-14
lib: Add "lastmod:" queries for filtering by last modification
Austin Clements
2015-08-13
lib: API to retrieve database revision and UUID
Austin Clements
2015-08-13
lib: Add per-message last modification tracking
Austin Clements
2015-03-29
lib: add a log function with output to a string in notmuch_database_t
David Bremner
2015-01-24
Add the NOTMUCH_FEATURE_INDEXED_MIMETYPES database feature
Todd
2014-10-25
lib: Enable ghost messages feature
Austin Clements
2014-10-25
lib: Add a ghost messages database feature
Austin Clements
2014-08-30
lib: Database version 3: Introduce fine-grained "features"
Austin Clements
2012-10-31
lib: add date range query support
Jani Nikula
2011-09-23
lib: Add support for nested atomic sections.
Austin Clements
2011-03-21
Add a generic function to get a list of terms with some prefix.
Austin Clements
2010-11-11
lib: Rework interface for maildir_flags synchronization
Carl Worth
2010-11-10
Make maildir synchronization configurable
Michal Sojka
2010-11-01
lib: Add GCC visibility(hidden) pragmas to private header files.
Carl Worth
2010-06-04
Avoid database corruption by not adding partially-constructed mail documents.
Carl Worth
2010-02-09
Fix printf for when uint64_t != unsigned long long int
Carl Worth
2010-02-09
Switch from random to sequential thread identifiers.
Carl Worth
2010-01-07
lib: Implement versioning in the database and provide upgrade function.
Carl Worth
2009-11-26
notmuch: New function to retrieve all tags from the database.
Jan Janak
2009-11-23
Add rudimentary date-based search.
Carl Worth
2009-11-22
Catch and optionally print about exception at database->flush.
Carl Worth
2009-11-21
Permit opening the notmuch database in read-only mode.
Chris Wilson
2009-11-09
libify: Move library sources down into lib directory.
Carl Worth