You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
meli/melib/src
Manos Pitsidianakis 4e7b665672
sqlite caching refactor
General refactoring to make blocking operations use special blocking
thread workers, SQL operations to use transactions, and setting up WAL
journal mode mode to minimize locking.

Signed-off-by: Manos Pitsidianakis <manos@pitsidianak.is>
3 months ago
..
addressbook addressbook/vcard: improve Error messages 4 months ago
backends melib: move backends out of the backends module 11 months ago
email melib: Fix some old pre-intradoc rustdoc links 5 months ago
gpgme Replace erroneous use of set_err_kind with set_kind 4 months ago
imap sqlite caching refactor 3 months ago
jmap melib/jmap: Use Url instead of String in deserializing 4 months ago
maildir melib/utils: add hostname() utility function 4 months ago
mbox melib/mbox: derive extra traits for enums 5 months ago
nntp sqlite caching refactor 3 months ago
notmuch Fix typos found with `typos` tool 5 months ago
text Fix new clippy lints (mostly clippy::blocks_in_conditions) 4 months ago
thread listing/thread: fix display of threaded conversations tree structure 11 months ago
utils sqlite caching refactor 3 months ago
addressbook.rs Use cargo-derivefmt to sort derives alphabetically 6 months ago
backends.rs melib/backends: add LazyCountSet::contains method 5 months ago
collection.rs Use cargo-derivefmt to sort derives alphabetically 6 months ago
conf.rs conf: Make conf validation recognize AccountSettings extra keys 4 months ago
email.rs Fix rustdoc::redundant_explicit_links 6 months ago
error.rs melib/utils: add hostname() utility function 4 months ago
lib.rs sqlite caching refactor 3 months ago
search.rs Use cargo-derivefmt to sort derives alphabetically 6 months ago
sieve.rs Use cargo-derivefmt to sort derives alphabetically 6 months ago
smtp.rs meli: make config error more user-friendly 5 months ago
thread.rs melib: From<&[u8]> -> From<B: AsRef<[u8]>> 5 months ago