summaryrefslogtreecommitdiffstats
path: root/lib/directory.cc
AgeCommit message (Expand)Author
2021-03-13lib: run uncrustifyuncrustify
2020-08-03lib: fix return value for n_directory_deleteDavid Bremner
2020-08-03lib: catch exceptions in n_directory_get_child_filesDavid Bremner
2020-08-03lib: catch exceptions in n_directory_get_child_directoriesDavid Bremner
2020-07-28lib: replace use of static_cast for writable databasesDavid Bremner
2020-07-28lib: encapsulate the use of notmuch_database_t field 'mode'David Bremner
2020-07-22lib: rename _n_d_create to _n_d_find_or_createDavid Bremner
2019-06-14lib: run uncrustifyuncrustify
2017-10-09lib: convert notmuch_bool_t to stdbool internallyJani Nikula
2016-08-23lib: update cached mtime in notmuch_directory_set_mtimeDavid Bremner
2016-06-05Use https instead of http where possibleDaniel Kahn Gillmor
2015-10-10lib: add interface to delete directory documentsJani Nikula
2015-03-29lib: replace almost all fprintfs in library with _n_d_logDavid Bremner
2014-08-30lib: Return an error from operations that require an upgradeAustin Clements
2012-05-23lib: Perform the same transformation to _notmuch_database_find_directory_idAustin Clements
2012-05-23lib: Make directory document creation optional for _notmuch_directory_createAustin Clements
2011-03-21Add a generic function to get a list of terms with some prefix.Austin Clements
2011-03-21Implement an internal generic string list and use it.Austin Clements
2010-11-11lib: Add new, public notmuch_message_get_filenamesCarl Worth
2010-11-11lib: Add new implementation of notmuch_filenames_tCarl Worth
2010-11-01lib: Eliminate some redundant includes of xapian.hCarl Worth
2010-11-01lib: Add some missing static qualifiers.Carl Worth
2010-06-04Avoid database corruption by not adding partially-constructed mail documents.Carl Worth
2010-03-09lib: Rename iterator functions to prepare for reverse iteration.Carl Worth
2010-01-09lib: Add non-content terms with a WDF value of 0.Carl Worth
2010-01-07lib: Consolidate checks for read-only database.Carl Worth
2010-01-06lib: Treat NULL as a valid (and empty) notmuch_filenames_t iterator.Carl Worth
2010-01-06lib: Implement new notmuch_directory_t API.Carl Worth