]> git.cameronkatri.com Git - cgit.git/history - cache.c
Merge branch 'lh/virtual-root'
[cgit.git] / cache.c
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