util/disk_cache: check cache exists before calling munmap()
[mesa.git] / src / util / disk_cache.c
2017-02-17 Timothy Arceriutil/disk_cache: check cache exists before calling...
2017-02-17 Timothy Arceriutil/disk_cache: add support for removing old versions...
2017-02-17 Timothy Arceriutil/disk_cache: allow drivers to pass a directory...
2017-02-16 Emil Velikovutil/disk_cache: do not allow space in MESA_GLSL_CACHE_...
2017-02-13 Timothy Arceriutil/disk_cache: correctly use stat(3)
2017-02-10 Timothy Arceriutil/disk_cache: use stat() to check if entry is a...
2017-02-09 Timothy Arceriutil/disk_cache: error check asprintf()
2017-02-09 Timothy Arceriutil/disk_cache: stop using ralloc_asprintf() unnecessarily
2017-02-09 Timothy Arceriutil: add a disk_cache_remove() function
2017-01-30 Carl Worthglsl: Switch to disable-by-default for the GLSL shader...
2017-01-18 Emil Velikovutils: build sha1/disk cache only with Android/Autoconf
2017-01-18 Emil Velikovutil: import sha1 implementation from OpenBSD
2016-11-22 Gwan-gyeong Munutil/disk_cache: close a previously opened handle in...
2016-11-15 Marek Olšákutil/disk_cache: use unambiguous naming
2016-11-15 Marek Olšákutil: import cache.c/h from glsl