aboutsummaryrefslogtreecommitdiffstats
path: root/src/directory.rs
Commit message (Collapse)AuthorAge
* implement: database_index_messageDirk Van Haerenborgh2019-10-18
|
* remove ptr indirectionDirk Van Haerenborgh2018-12-20
|
* Revert "Edition 2018 hit stable 🙌"Dirk Van Haerenborgh2018-12-15
| | | | This reverts commit b5b0f7e97abe0dbd5b54a1fc69e764a124c271b2.
* Threads are only ever owned by a Query. Nothing elseDirk Van Haerenborgh2018-12-15
|
* remove StreamingIterator again as the iterators don't actually have ↵Dirk Van Haerenborgh2018-12-14
| | | | ownership over items
* Edition 2018 hit stable 🙌eaon2018-12-09
|
* Switch to `where` syntaxeaon2018-11-12
|
* trust clippy and rustfmtDirk Van Haerenborgh2018-11-07
|
* rustfmtDirk Van Haerenborgh2018-11-05
|
* implement 'Ext' traits for all types exept iteratorsDirk Van Haerenborgh2018-11-05
|
* add MessageExt traitDirk Van Haerenborgh2018-11-04
|
* start adding 'Ext' threads to enable more flexible supercow apiDirk Van Haerenborgh2018-11-04
|
* improve lifetime management with supercowDirk Van Haerenborgh2018-11-01
|
* more correct lifetimesDirk Van Haerenborgh2018-10-25
|
* some tries towards better lifetimesDirk Van Haerenborgh2018-10-24
|
* cleanup & export db revision uuidDirk Van Haerenborgh2018-10-06
|
* make everything Send+SyncDirk Van Haerenborgh2018-04-14
|
* add missing lifetime parametersDirk Van Haerenborgh2018-04-13
|
* I think these are actually Send'able, but certainly no SyncDirk Van Haerenborgh2018-04-13
|
* Add Directory::child_directoriesrhn2018-04-13
|
* notmuch is not thread safe. do not let the user think it isDirk Van Haerenborgh2018-04-12
|
* make some types Send'ableDirk Van Haerenborgh2018-04-12
|
* message and thread iteratorsDirk Van Haerenborgh2018-03-23
|
* proper tags iteratorDirk Van Haerenborgh2018-03-23
|
* correct lifetime for queryDirk Van Haerenborgh2018-03-22
|
* Add directory module and `Directory` type.C. Morgan Hamill2015-03-31
Wrapper type for `ffi::notmuch_directory_t` pointer.