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
/
util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix race condition when creating initial cache directory
David Givone
2012-09-23
1
-0
/
+12
*
Merge branch 'maint'
Joel Rosdahl
2012-09-13
1
-3
/
+6
|
\
|
*
Handle EAGAIN during copy_fd
Alfred Landrum
2012-09-07
1
-3
/
+6
*
|
Improve log messages of x_unlink and tmp_unlink
Joel Rosdahl
2012-08-08
1
-9
/
+10
*
|
Fix coding style
Joel Rosdahl
2012-08-08
1
-1
/
+1
*
|
Implement x_realpath for Windows
Patrick von Reth
2012-08-01
1
-4
/
+11
*
|
Merge branch 'maint'
Joel Rosdahl
2012-07-28
1
-11
/
+28
|
\
\
|
|
/
|
*
Improve get_relative_path and add unit tests
Joel Rosdahl
2012-07-28
1
-12
/
+28
|
*
Canonicalize paths when computing path relative to base directory
Joel Rosdahl
2012-07-27
1
-1
/
+2
*
|
Remove redundant code
Joel Rosdahl
2012-07-14
1
-9
/
+0
*
|
Portability: Don't assume unsetenv has a non-void return type
Joel Rosdahl
2012-03-07
1
-3
/
+3
*
|
Introduce x_unsetenv for increased portability
Joel Rosdahl
2012-03-05
1
-0
/
+9
*
|
Merge branch 'master' into config
Joel Rosdahl
2012-02-20
1
-15
/
+16
|
\
\
|
*
|
Minor code style changes
Joel Rosdahl
2012-02-20
1
-9
/
+9
|
*
|
Support adjusting the compression level through CCACHE_COMPRESS_LEVEL
Hongli Lai (Phusion)
2012-02-20
1
-14
/
+15
*
|
|
Make format_human_readable_size saner for size < 1000
Joel Rosdahl
2012-02-13
1
-5
/
+1
*
|
|
Merge branch 'master' into config
Joel Rosdahl
2012-01-08
1
-6
/
+10
|
\
\
\
|
|
/
/
|
*
|
while (1) -> while (true)
Joel Rosdahl
2012-01-08
1
-1
/
+1
|
*
|
Merge branch 'maint'
Joel Rosdahl
2012-01-08
1
-5
/
+9
|
|
\
\
|
|
|
/
|
|
*
Fix minor memory leaks
Joel Rosdahl
2012-01-07
1
-5
/
+9
*
|
|
Use true/false for boolean values
Joel Rosdahl
2011-08-15
1
-3
/
+3
*
|
|
Merge branch 'master' into config
Joel Rosdahl
2011-08-15
1
-0
/
+6
|
\
\
\
|
|
/
/
|
*
|
Correct win32 ifndefs
Joel Rosdahl
2011-08-14
1
-0
/
+2
|
*
|
Merge branch 'maint'
Joel Rosdahl
2011-08-03
1
-1
/
+5
|
|
\
\
|
|
|
/
|
|
*
Don't crash when getcwd() fails
Joel Rosdahl
2011-08-03
1
-1
/
+5
*
|
|
Don't fetch current time for each logged configuration item
Joel Rosdahl
2011-07-29
1
-18
/
+29
*
|
|
Add cc_log_without_flush
Joel Rosdahl
2011-07-29
1
-7
/
+29
*
|
|
Use NULL instead of 0 for null pointer
Joel Rosdahl
2011-07-29
1
-1
/
+1
*
|
|
Rename x_asprintf2 to reformat
Joel Rosdahl
2011-07-29
1
-10
/
+11
*
|
|
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
-34
/
+49
*
|
|
Use real size instead of multiples of 1024 for sizes
Joel Rosdahl
2011-07-26
1
-17
/
+18
*
|
|
config: Use files and size limits from config
Joel Rosdahl
2011-07-20
1
-1
/
+0
*
|
|
Teach parse_size_with_suffix to parse float-style sizes
Joel Rosdahl
2011-07-20
1
-5
/
+5
*
|
|
Add utility function format_parsable_size_with_suffix
Joel Rosdahl
2011-07-20
1
-0
/
+17
*
|
|
Rename format_size to format_human_readable_size
Joel Rosdahl
2011-07-20
1
-1
/
+1
*
|
|
config: Use log_file from conf struct
Joel Rosdahl
2011-07-20
1
-3
/
+5
*
|
|
Correctly free name in expand_variable
Joel Rosdahl
2011-07-12
1
-0
/
+2
*
|
|
Print "ccache: error: " instead of "ccache: FATAL: " for fatal ccache errors
Joel Rosdahl
2011-05-30
1
-1
/
+1
*
|
|
Rename value_units to parse_size_with_suffix and handle errors
Joel Rosdahl
2011-05-30
1
-14
/
+22
*
|
|
Add subst_env_in_string function
Joel Rosdahl
2011-05-30
1
-0
/
+80
|
/
/
*
|
Merge branch 'maint'
Joel Rosdahl
2011-05-04
1
-0
/
+1
|
\
\
|
|
/
|
*
Fix minor memory leak in get_cwd()
Joel Rosdahl
2011-05-04
1
-1
/
+2
*
|
Update copyright for 2011
Joel Rosdahl
2011-04-09
1
-1
/
+1
*
|
Update util functions in ccache.h to match reality
Joel Rosdahl
2011-03-27
1
-42
/
+42
*
|
Merge branch 'maint'
Joel Rosdahl
2011-01-03
1
-0
/
+1
|
\
\
|
|
/
|
*
Close file handle in create_cachedirtag on write error
Joel Rosdahl
2010-12-18
1
-0
/
+1
*
|
Merge branch 'maint'
Joel Rosdahl
2010-11-09
1
-1
/
+1
|
\
\
|
|
/
|
*
Fixed typo in x_calloc
Joel Rosdahl
2010-11-09
1
-1
/
+1
*
|
Merge branch 'maint'
Joel Rosdahl
2010-11-09
1
-1
/
+15
|
\
\
|
|
/
|
*
Make x_malloc and x_calloc always return NULL for zero byte allocations
Joel Rosdahl
2010-11-09
1
-2
/
+16
[next]