index
:
mutt
kevin/415-mbox-parsing
kevin/489-stable-iconv-build-bug
kevin/stable-isspace-fix
kevin/stable-mx-maildir-check-fix
master
stable
Mirror of https://gitlab.com/muttmua/mutt.git
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hcache.c
Age
Commit message (
Expand
)
Author
2022-04-12
Fix strlen() assigns to be of type size_t where obvious.
Kevin McCarthy
2021-04-15
Use bkgrndset() as ATTRSET() backend if available.
Kevin McCarthy
2020-12-09
Parse headers on demand for the list menu.
Kevin McCarthy
2020-12-06
abstract some List-* header processing
dgc
2020-11-09
Consistently use uint32_t (closes #294)
Remco Rijnders
2020-03-31
Remove buffer->destroy.
Kevin McCarthy
2019-09-28
Convert hcache delete and open calls to use buffer pool.
Kevin McCarthy
2019-09-28
Convert hcache fetch and store raw to use buffer pool.
Kevin McCarthy
2019-09-27
Convert hcache_open to use buffer pool.
Kevin McCarthy
2019-09-27
Convert hcache db4 lockfile to buffer.
Kevin McCarthy
2019-09-09
Convert remaining mutt_encode_path() call to use BUFFER.
Kevin McCarthy
2019-07-18
Fix a reference to HeaderCachePageSize.
Kevin McCarthy
2019-06-28
Remove unnecessary "" checks for DT_STR and DT_PATH MuttVars.
Kevin McCarthy
2019-06-27
Convert $header_cache_pagesize to type DT_LNUM.
Kevin McCarthy
2019-01-04
Clean up formatting.
Kevin McCarthy
2019-01-04
Clean up code indentation.
Kevin McCarthy
2018-12-31
Remove trailing whitespace.
Kevin McCarthy
2018-12-17
Parse and store mime headers in the BODY.
Kevin McCarthy
2018-12-08
Add $auto_subscribe variable.
Kevin McCarthy
2018-06-01
Correct spelling mistakes.
Edward Betts
2017-02-08
Fix build for bdb.
Kevin McCarthy
2017-02-07
Create function to free header cache data.
Kevin McCarthy
2017-02-07
Add Kyoto Cabinet support to the header cache.
Kevin McCarthy
2017-02-04
Fixes to the LMDB header cache. (closes #3691)
Kevin McCarthy
2017-02-04
Add LMDB backend support for header cache. (see #3691)
Kevin McCarthy
2017-01-23
Abstract the SPAM_LIST as a generic REPLACE_LIST
David Champion
2016-05-09
Change M_* symbols to MUTT_*
Derek Martin
2016-03-17
Fix three build warnings when DEBUG isn't defined.
Richard Russon
2016-03-16
Fix tcbdb error reporting to use ecode, not errno.
Kevin McCarthy
2016-03-16
Fix crash in hcache_open_tc() when open fails and debug is on. (closes #3813)
Kevin McCarthy
2015-07-23
Fix compiler type warnings. (closes #3765)
Kevin McCarthy
2015-01-17
Fix the hcache type punning warning.
Kevin McCarthy
2014-10-11
hcache tcdb debug logging
Brendan Cully
2013-01-17
use a separate flag for mutt_hcache_store() to signal that the gettimeofday()...
Michael Elkins
2013-01-01
Drop unneeded variable HEADER_CACHE that causes clang warnings.
Matthias Andree
2011-07-13
Invalidate header caches when spam rules change. closes #3473
David Champion
2009-12-10
Do not store header color in hcache.
Dan Fandrich
2009-07-29
Harmonize hcache uidvalidity size to unsigned int (per IMAP RFC).
Brendan Cully
2009-07-22
Properly restore addresses from hcache using rfc822_new_address(). Closes #3302.
Kees Cook
2009-07-07
Make hcache+bcache paths always UTF-8. Closes #3284.
Rocco Rutte
2009-06-01
More atoi() fixes
Rocco Rutte
2009-04-01
Use PATH_MAX for buffers passed to realpath(3) as we're supposed to
Miroslav Lichvar
2008-12-16
Remove unused #include directives
Erik Hovland
2008-09-25
Support tokyocabinet (successor to qdbm). Closes #3112
Emanuele Giaquinta
2008-07-10
Prevent some pointers of 'struct body' being saved to hcache
Rocco Rutte
2008-05-17
When necessary, convert strings to utf-8 in the header cache.
Rocco Rutte
2007-11-29
Fix hcache build issue when building with gdbm if qdbm is installed, too
Rocco Rutte
2007-09-17
Include hcache backend version info in mutt -v output
Rocco Rutte
2007-08-27
Replace RFC md5 implementation with GPL version from coreutils
Brendan Cully
2007-04-10
Try to unlink old header cache if open fails
Brendan Cully
[next]