index
:
mail
main
[no description]
git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
database.rs
Commit message (
Expand
)
Author
Age
*
remove ptr indirection
Dirk Van Haerenborgh
2018-12-20
*
Revert "Edition 2018 hit stable 🙌"
Dirk Van Haerenborgh
2018-12-15
*
Threads are only ever owned by a Query. Nothing else
Dirk Van Haerenborgh
2018-12-15
*
remove StreamingIterator again as the iterators don't actually have ownership...
Dirk Van Haerenborgh
2018-12-14
*
Edition 2018 hit stable 🙌
eaon
2018-12-09
*
Return Result<(), Status::NotmuchError> instead of Status
eaon
2018-11-21
*
Use the ? operator instead of the try! macro
eaon
2018-11-21
*
Match up Database::remove_message with Message::filename return type
eaon
2018-11-21
*
Add Database::remove_message
eaon
2018-11-19
*
Switch to `where` syntax
eaon
2018-11-12
*
rustfmt
Dirk Van Haerenborgh
2018-11-05
*
implement 'Ext' traits for all types exept iterators
Dirk Van Haerenborgh
2018-11-05
*
add MessageExt trait
Dirk Van Haerenborgh
2018-11-04
*
start adding 'Ext' threads to enable more flexible supercow api
Dirk Van Haerenborgh
2018-11-04
*
improve lifetime management with supercow
Dirk Van Haerenborgh
2018-11-01
*
fix lifetimes of tags
Dirk Van Haerenborgh
2018-10-29
*
more correct lifetimes
Dirk Van Haerenborgh
2018-10-25
*
some tries towards better lifetimes
Dirk Van Haerenborgh
2018-10-24
*
make fields public
Dirk Van Haerenborgh
2018-10-06
*
prevent travis from building with features that are not available
Dirk Van Haerenborgh
2018-10-06
*
db revision is only available from 0.21 onwards
Dirk Van Haerenborgh
2018-10-06
*
remove unused imports
Dirk Van Haerenborgh
2018-10-06
*
fix ffi for db revision
Dirk Van Haerenborgh
2018-10-06
*
cleanup & export db revision uuid
Dirk Van Haerenborgh
2018-10-06
*
make clippy happy
Dirk Van Haerenborgh
2018-04-17
*
make everything Send+Sync
Dirk Van Haerenborgh
2018-04-14
*
add missing lifetime parameters
Dirk Van Haerenborgh
2018-04-13
*
I think these are actually Send'able, but certainly no Sync
Dirk Van Haerenborgh
2018-04-13
*
notmuch is not thread safe. do not let the user think it is
Dirk Van Haerenborgh
2018-04-12
*
make some types Send'able
Dirk Van Haerenborgh
2018-04-12
*
lifetime parameters are cool
Dirk Van Haerenborgh
2018-03-23
*
oops
Dirk Van Haerenborgh
2018-03-23
*
cleanup
Dirk Van Haerenborgh
2018-03-23
*
search threads
Dirk Van Haerenborgh
2018-03-23
*
proper tags iterator
Dirk Van Haerenborgh
2018-03-23
*
fix query constructor
Dirk Van Haerenborgh
2018-03-22
*
create query
Dirk Van Haerenborgh
2018-03-22
*
get notmuch db revision
Dirk Van Haerenborgh
2018-03-22
*
add debug trait to database
Dirk Van Haerenborgh
2018-03-20
*
fix infinite recursion
Dirk Van Haerenborgh
2018-03-20
*
resurrect
Dirk Van Haerenborgh
2018-03-20
*
Rename Notmuch enum types.
C. Morgan Hamill
2015-03-31
*
Add `Database::directory()` method.
C. Morgan Hamill
2015-03-31
*
Disable trivial_numeric_casts lint in FFI callback.
C. Morgan Hamill
2015-03-26
*
Remove `NotmuchType` trait.
C. Morgan Hamill
2015-03-26
*
Make `ToCString` trait use std::convert traits.
C. Morgan Hamill
2015-03-26
*
Change usage of `AsPath` to `AsRef<Path>`.
C. Morgan Hamill
2015-03-25
*
Make methods borrow self mutably when appropriate.
C. Morgan Hamill
2015-03-24
*
Rename `NotmuchEnum` trait to `NotmuchType`.
C. Morgan Hamill
2015-03-24
*
Add `Database::upgrade()` and related methods.
C. Morgan Hamill
2015-03-20
[next]