summaryrefslogtreecommitdiffstats
path: root/bcache.c (follow)
Commit message (Expand)AuthorAgeLines
* Make sure username is included in header and body cache paths.Kevin McCarthy2022-02-17-1/+2
* Convert remaining mutt_encode_path() call to use BUFFER.Kevin McCarthy2019-09-09-1/+1
* Convert bcache to use buffer pools.Kevin McCarthy2019-09-06-62/+81
* Remove unnecessary "" checks for DT_STR and DT_PATH MuttVars.Kevin McCarthy2019-06-28-1/+1
* Clean up code indentation.Kevin McCarthy2019-01-04-1/+1
* Update copyright notices.Kevin McCarthy2017-11-28-1/+1
* bcache: cast to avoid implicit signed/unsigned comparison in bcache_pathBrendan Cully2017-07-12-1/+1
* Convert copyright years to all use 4 digit years.Kevin McCarthy2016-01-01-2/+2
* Update copyright notices.Kevin McCarthy2016-01-01-1/+1
* Fix two warnings "the address of 'foo' will always evaluate as 'true'".Matthias Andree2009-07-23-1/+1
* Make hcache+bcache paths always UTF-8. Closes #3284.Rocco Rutte2009-07-07-5/+8
* Remove old bcache tmpfile before trying to create new one. Closes #3163.Brendan Cully2009-01-26-0/+8
* Update copyrights. Closes #3016.Brendan Cully2009-01-04-1/+1
* snprintf returns int, not size_tErik Hovland2008-12-15-1/+1
* Fix some warningsBrendan Cully2007-04-10-1/+0
* Simplify body cache path creationBrendan Cully2007-04-10-8/+1
* Add tmp flag to bcache_put, create bcache_commit.Brendan Cully2007-03-31-4/+12
* Make message cache write to temporary location until file is complete.Brendan Cully2007-03-29-0/+16
* Rename mutt_bcache_path to bcache_path (it's static), simplify it a bit,Brendan Cully2006-07-04-33/+23
* bcache.c and bcache.h accidentally omitted from previous commit.Brendan Cully2006-07-04-0/+250