index
:
cgit
local
master
working
origin/ch/about-link
origin/ch/clang-filter
origin/ch/default-pages
origin/ch/dynamic-aging
origin/ch/for-jason
origin/ch/highlight-line
origin/ch/log-commit-message
origin/jd/render-filter
origin/jd/zx2c4-deployment
origin/jk/collapsible-sections
origin/lf/filter
origin/lf/for-jason
origin/lh/grep
origin/lh/pretty-blob-view
origin/master
origin/rm/namespace
origin/wiki
This website
Florian Pritz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cache.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-12
cache: don't leave cache_slot fields uninitialized
John Keeping
1
-1
/
+1
2014-01-08
Update copyright information
Lukas Fleischer
1
-1
/
+1
2013-05-22
cache.c: cache ls_cache output properly
John Keeping
1
-6
/
+7
2013-05-18
cache.c: fix cache_ls
John Keeping
1
-4
/
+10
2013-04-08
use struct strbuf instead of static buffers
John Keeping
1
-37
/
+20
2013-03-05
Mark several functions/variables static
Lukas Fleischer
1
-1
/
+1
2013-03-04
White space around control verbs.
Jason A. Donenfeld
1
-3
/
+3
2013-03-04
Fix several whitespace errors
Lukas Fleischer
1
-3
/
+3
2008-11-06
Fix some warnings to allow -Werror
Ramsay Jones
1
-2
/
+2
2008-09-01
cache.c: use %zd for off_t argument
Lars Hjemli
1
-1
/
+1
2008-05-20
cache.c: fix error checking in print_slot()
Lars Hjemli
1
-4
/
+7
2008-05-18
cache.c: do not ignore errors from print_slot()
Lars Hjemli
1
-3
/
+13
2008-05-18
cache.c: use xread()/xwrite() from libgit
Lars Hjemli
1
-6
/
+6
2008-05-18
cache.c: make all io-related functions return errno on error
Lars Hjemli
1
-9
/
+24
2008-05-18
cache.c: read(2) returns -1 on error, not 0
Lars Hjemli
1
-1
/
+1
2008-04-28
Add page 'ls_cache'
Lars Hjemli
1
-0
/
+68
2008-04-28
Redesign the caching layer
Lars Hjemli
1
-68
/
+291
2008-03-27
Add cache.h
Lars Hjemli
1
-0
/
+1
2008-02-16
Move cgit_repo into cgit_context
Lars Hjemli
1
-3
/
+3
2008-02-16
Add all config variables into struct cgit_context
Lars Hjemli
1
-5
/
+5
2008-02-16
Introduce struct cgit_context
Lars Hjemli
1
-2
/
+2
2007-05-18
cache_safe_filename() needs more buffers
Lars Hjemli
1
-4
/
+9
2007-05-18
Enable url=value querystring parameter
Lars Hjemli
1
-3
/
+6
2007-01-12
Remove troublesome chars from cachefile names
Lars Hjemli
1
-0
/
+16
2007-01-12
Move cache_prepare() to cgit
Lars Hjemli
1
-22
/
+0
2006-12-16
Allow relative paths for cgit_cache_root
Lars Hjemli
1
-0
/
+4
2006-12-12
cache_lock: do xstrdup/free on lockfile
Lars Hjemli
1
-1
/
+2
2006-12-11
Don't truncate valid cachefiles
Lars Hjemli
1
-0
/
+5
2006-12-11
Avoid infinite loops in caching layer
Lars Hjemli
1
-13
/
+22
2006-12-11
Fix cache algorithm loophole
Lars Hjemli
1
-1
/
+5
2006-12-10
Add license file and copyright notices
Lars Hjemli
1
-0
/
+8
2006-12-10
Add caching infrastructure
Lars Hjemli
1
-0
/
+86