index
:
delta/ccache.git
3.1-maint
3.2-maint
3.3-maint
3.4-maint
3.5-maint
3.7-maint
4.5-maint
4.6-maint
4.7-maint
baserock/build-essential
baserock/http-ccache
baserock/http-ccache-morph
baserock/jonathan/no-system-zlib
baserock/liw/kinnison-ccache-fix
baserock/morph
baserock/samthursfield/build-essential-2
baserock/samthursfield/build-essential-2-rebase
dev/aggregation
dev/memcached
maint
master
github.com: ccache/ccache
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
conf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update source code style according to uncrustify
Joel Rosdahl
2015-08-05
1
-5
/
+5
*
Improve temporary file creation functions and usage
Joel Rosdahl
2014-11-15
1
-2
/
+2
*
Add "read-only direct" setting
Joel Rosdahl
2014-11-02
1
-0
/
+5
*
Refactor conf code into bool_to_string function
Joel Rosdahl
2014-11-02
1
-10
/
+16
*
Merge branch 'maint'
Joel Rosdahl
2014-01-08
1
-5
/
+7
*
Minor coding style tweaks
Joel Rosdahl
2014-01-01
1
-2
/
+2
*
Allow mtime- and ctime-only matches.
Justin Lebar
2013-03-02
1
-0
/
+5
*
Check that included files' ctimes aren't too new.
Justin Lebar
2013-03-02
1
-0
/
+5
*
Fix coding style
Joel Rosdahl
2012-08-08
1
-1
/
+1
*
Avoid checking for too large values in parse_unsigned
Joel Rosdahl
2012-05-13
1
-2
/
+1
*
Use UINT_MAX instead of (unsigned)-1
Joel Rosdahl
2012-05-13
1
-1
/
+1
*
portability: Don't compare signed and unsigned integers
Joel Rosdahl
2012-04-17
1
-1
/
+1
*
config: Compare with NULL in parse_env_string to please IRIX's compiler
Joel Rosdahl
2012-04-08
1
-1
/
+1
*
Portability fixes
Joel Rosdahl
2012-03-05
1
-3
/
+3
*
Merge branch 'master' into config
Joel Rosdahl
2012-02-20
1
-0
/
+5
*
Minor cleanup
Joel Rosdahl
2012-02-13
1
-3
/
+5
*
config: Remove detect_shebang since it's only used for tests
Joel Rosdahl
2011-09-18
1
-4
/
+0
*
config: Track and print configuration item origins
Joel Rosdahl
2011-07-29
1
-34
/
+48
*
config: Use code generated by gperf for looking up configuration items
Joel Rosdahl
2011-07-29
1
-137
/
+6
*
config: Add -p/--print-config option
Joel Rosdahl
2011-07-29
1
-18
/
+26
*
config: Add conf_print_items function
Joel Rosdahl
2011-07-29
1
-0
/
+104
*
config: Add -o/--set-option command-line option
Joel Rosdahl
2011-07-26
1
-0
/
+7
*
config: Adjust the default cache size limit to 5 Gbytes
Joel Rosdahl
2011-07-26
1
-1
/
+1
*
Let k/M/G/T be 10-based suffixes and introduce 2-based Ki/Mi/Gi/Ti as well
Joel Rosdahl
2011-07-26
1
-1
/
+1
*
Use real size instead of multiples of 1024 for sizes
Joel Rosdahl
2011-07-26
1
-3
/
+3
*
config: Free output from parse_line correctly
Joel Rosdahl
2011-07-20
1
-2
/
+8
*
config: Implement conf_set_value_in_file()
Joel Rosdahl
2011-07-20
1
-0
/
+52
*
config: Refactor parse_line to only return parsed key and value
Joel Rosdahl
2011-07-20
1
-14
/
+15
*
config: Use umask from conf struct
Joel Rosdahl
2011-07-20
1
-1
/
+1
*
config: Handle CCACHE_NO* environment variables
Joel Rosdahl
2011-07-20
1
-5
/
+15
*
config: Correctly interpret boolean environment variables
Joel Rosdahl
2011-07-17
1
-3
/
+14
*
config: Allow empty string (meaning "disabled") in verify_absolute_path
Joel Rosdahl
2011-07-17
1
-1
/
+4
*
config: Use cache_dir_levels from conf struct
Joel Rosdahl
2011-07-17
1
-1
/
+14
*
config: First steps towards supporting config files
Joel Rosdahl
2011-07-17
1
-0
/
+514