]> git.cameronkatri.com Git - cgit.git/history - cache.c
Bump version
[cgit.git] / cache.c
2015-03-03 John Keepingcache: use F_SETLK to avoid stale lock files
2014-02-21 Lukas FleischerSkip cache slot when time-to-live is zero
2014-01-19 Sebastian Andrzej... cache: use sendfile() instead of a pair of read() ...
2014-01-16 Lukas FleischerSwitch to exclusively using global ctx
2014-01-12 John Keepingcache: don't leave cache_slot fields uninitialized
2014-01-08 Lukas FleischerUpdate copyright information
2013-05-22 John Keepingcache.c: cache ls_cache output properly
2013-05-18 John Keepingcache.c: fix cache_ls
2013-04-08 John Keepinguse struct strbuf instead of static buffers
2013-03-20 Jason A. DonenfeldMerge branch 'wip'
2013-03-05 Lukas FleischerMark several functions/variables static
2013-03-04 Jason A. DonenfeldWhite space around control verbs.
2013-03-04 Lukas FleischerFix several whitespace errors
2009-01-27 Lars HjemliMerge branch 'lh/stats'
2008-11-06 Lars HjemliMerge branch 'stable'
2008-11-06 Ramsay JonesFix some warnings to allow -Werror
2008-09-01 Lars HjemliMerge branch 'lh/plain'
2008-09-01 Lars HjemliMerge branch 'lh/clone'
2008-09-01 Lars Hjemlicache.c: use %zd for off_t argument
2008-05-20 Lars Hjemlicache.c: fix error checking in print_slot()
2008-05-18 Lars Hjemlicache.c: do not ignore errors from print_slot()
2008-05-18 Lars Hjemlicache.c: use xread()/xwrite() from libgit
2008-05-18 Lars Hjemlicache.c: make all io-related functions return errno...
2008-05-18 Lars Hjemlicache.c: read(2) returns -1 on error, not 0
2008-05-03 Lars HjemliMerge branch 'lh/cache'
2008-04-28 Lars HjemliAdd page 'ls_cache'
2008-04-28 Lars HjemliRedesign the caching layer
2008-04-08 Lars HjemliMerge branch 'lh/cleanup'
2008-03-27 Lars HjemliAdd cache.h
2008-02-16 Lars HjemliMove cgit_repo into cgit_context
2008-02-16 Lars HjemliAdd all config variables into struct cgit_context
2008-02-16 Lars HjemliIntroduce struct cgit_context
2007-05-20 Lars HjemliMerge branch 'repogroups'
2007-05-20 Lars HjemliMerge branch 'virtual-url'
2007-05-18 Lars Hjemlicache_safe_filename() needs more buffers
2007-05-18 Lars HjemliEnable url=value querystring parameter
2007-01-11 Lars HjemliRemove troublesome chars from cachefile names
2007-01-11 Lars HjemliMove cache_prepare() to cgit
2006-12-16 Lars HjemliAllow relative paths for cgit_cache_root
2006-12-12 Lars Hjemlicache_lock: do xstrdup/free on lockfile
2006-12-11 Lars HjemliDon't truncate valid cachefiles
2006-12-11 Lars HjemliAvoid infinite loops in caching layer
2006-12-11 Lars HjemliFix cache algorithm loophole
2006-12-10 Lars HjemliAdd license file and copyright notices
2006-12-10 Lars HjemliAdd caching infrastructure