summaryrefslogtreecommitdiffstats
path: root/bcache.c
AgeCommit message (Expand)Author
2022-02-17Make sure username is included in header and body cache paths.Kevin McCarthy
2019-09-09Convert remaining mutt_encode_path() call to use BUFFER.Kevin McCarthy
2019-09-06Convert bcache to use buffer pools.Kevin McCarthy
2019-06-28Remove unnecessary "" checks for DT_STR and DT_PATH MuttVars.Kevin McCarthy
2019-01-04Clean up code indentation.Kevin McCarthy
2017-11-28Update copyright notices.Kevin McCarthy
2017-07-12bcache: cast to avoid implicit signed/unsigned comparison in bcache_pathBrendan Cully
2016-01-01Convert copyright years to all use 4 digit years.Kevin McCarthy
2016-01-01Update copyright notices.Kevin McCarthy
2009-07-23Fix two warnings "the address of 'foo' will always evaluate as 'true'".Matthias Andree
2009-07-07Make hcache+bcache paths always UTF-8. Closes #3284.Rocco Rutte
2009-01-26Remove old bcache tmpfile before trying to create new one. Closes #3163.Brendan Cully
2009-01-04Update copyrights. Closes #3016.Brendan Cully
2008-12-15snprintf returns int, not size_tErik Hovland
2007-04-10Fix some warningsBrendan Cully
2007-04-10Simplify body cache path creationBrendan Cully
2007-03-31Add tmp flag to bcache_put, create bcache_commit.Brendan Cully
2007-03-29Make message cache write to temporary location until file is complete.Brendan Cully
2006-07-04Rename mutt_bcache_path to bcache_path (it's static), simplify it a bit,Brendan Cully
2006-07-04bcache.c and bcache.h accidentally omitted from previous commit.Brendan Cully