]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2002-03-31  Andrew Tridgellcope with -o /dev/null
2002-03-30  Andrew Tridgellfixed a overflow bug
2002-03-30  Andrew Tridgellfixed a typo
2002-03-30  Andrew Tridgellfixed a typo
2002-03-30  Andrew Tridgellmoved download to ftp area
2002-03-30  Andrew Tridgellfixed download link
2002-03-30  Andrew Tridgellreleased 1.0 v1.0
2002-03-30  Andrew Tridgelladded a version number
2002-03-30  Andrew Tridgelladded features section
2002-03-30  Andrew Tridgellminor update
2002-03-30  Andrew Tridgellinitial web page
2002-03-30  Andrew Tridgellnot used any more
2002-03-30  Andrew Tridgellfixed some allocation bugs
2002-03-30  Andrew Tridgellswitch to fcntl byte range locks for portability
2002-03-30  Andrew Tridgelldefine LOCK_EX for solaris
2002-03-30  Andrew Tridgelladded built-in stats and cache management
2002-03-30  Andrew Tridgellwe can now be invoked as "ccache gcc ..." or via symlinks
2002-03-28  Andrew Tridgellfixed a copy_file() race condition
2002-03-28  Andrew Tridgellcope better with unusual compiler options
2002-03-28  Andrew Tridgellhandle unlink races better
2002-03-28  Andrew Tridgellcope better with missing hash files
2002-03-28  Andrew Tridgellfixed some typos
2002-03-28  Andrew Tridgell*much* nicer cache_clean program
2002-03-28  Andrew Tridgellupdated homepage
2002-03-28  Andrew Tridgellupdate the time on the stderr as well as the main hash...
2002-03-28  Andrew Tridgelllower the chance of a stack overflow on broken systems ...
2002-03-28  Andrew Tridgellmore paranoid vsnprintf call ...
2002-03-28  Andrew Tridgellmore paranoid vsnprintf call ...
2002-03-28  Andrew Tridgellfixed handling of non-64 multiple md4 buffers
2002-03-28  Andrew Tridgelladd the byte length of the hash into the hash result...
2002-03-27  Andrew Tridgelladded some ccache_clean docs
2002-03-27  Andrew Tridgelladded ccache_clean utility
2002-03-27  Andrew Tridgelladd a note about the smarter lexer in compilercache
2002-03-27  Andrew Tridgelladded args_pop() for neater args processing
2002-03-27  Andrew Tridgellhandle -isystem= better
2002-03-27  Andrew Tridgellbail out if we get -M
2002-03-27  Andrew Tridgellexplain the mmap code a little
2002-03-27  Andrew Tridgelluse mmap() to solve the problem of incredibly long...
2002-03-27  Andrew Tridgellimplemented the identargs idea from compilercache
2002-03-27  Andrew Tridgelladded CCACHE_DISABLE setting
2002-03-27  Andrew Tridgelluse a file copy rather than a symlink if a hard link...
2002-03-27  Andrew Tridgellhandle -S with -c (it changes the default extension)
2002-03-27  Andrew Tridgellmade default CCACHE_DIR $HOME/.ccache to avoid some...
2002-03-27  Andrew Tridgelladded some basic speed results with rsync
2002-03-27  Andrew Tridgellhandle a race in directory creation
2002-03-27  Andrew Tridgellaix has an even worse vsnprintf() - cope with that too
2002-03-27  Andrew Tridgellsolaris insists that object files end in .o
2002-03-27  Andrew Tridgellmake asprintf work on broken solaris systems ...
2002-03-27  Andrew Tridgellproper x_asprintf and x_strdup implementations
2002-03-27  Andrew Tridgell- don't need CCACHE_PATH on non-linux now
2002-03-27  Andrew Tridgellremoved test prog
2002-03-27  Andrew Tridgellmake the compile as atomic as possible
2002-03-26  Andrew Tridgelladded some docs and comments ...
2002-03-26  Andrew Tridgell- check that the compiler we find is executable (to...
2002-03-26  Andrew Tridgellccache is now pretty well ready for use
2002-03-26  Andrew Tridgelldelete files before creation
2002-03-26  Andrew Tridgell- use subdirs
2002-03-26  Andrew Tridgellfirst version of C compilercache