]> git.ipfire.org Git - thirdparty/squid.git/history - src/test_cache_digest.cc
Renamed squid.h to squid-old.h and config.h to squid.h
[thirdparty/squid.git] / src / test_cache_digest.cc
2012-01-20  Francesco ChemolliRenamed squid.h to squid-old.h and config.h to squid.h
2011-02-18  Alex RousskovMerged from parent (trunk r11240, circa 3.2.0.5+) take03
2011-02-06  Amos JeffriesAuthor: Leonid Evdokimov <leon@darkk.net.ru>
2011-01-31  Amos JeffriesMerge from trunk
2010-12-13  Amos JeffriesCompat: cleanup several config.h hacks
2009-02-09  Amos JeffriesBug 419: Hop by Hop headers MUST NOT be forwarded ...
2009-02-08  Amos JeffriesAuthor: Francesco Chemolli <kinkie@squid-cache.org>
2009-01-31  Amos JeffriesMerge from trunk
2009-01-21  Amos JeffriesMerge from trunk
2009-01-21  Amos JeffriesCleanup: zap CVS Id tags
2008-10-17  Amos JeffriesAuthor: Francesco Chemolli <kinkie@squid-cache.org>
2008-10-12  Amos JeffriesMerge from trunk
2008-10-10  Amos JeffriesMerged from trunk
2008-10-10  Amos JeffriesSourceFormat: Main reformat push
2008-03-31  Alex RousskovMerge from trunk
2008-03-26  Amos JeffriesMerged from trunk.
2008-03-22  Henrik Nordstrommerged from trunk
2008-03-22  Henrik NordstromThis patch cleans up a lot of the whitespace crap which...
2008-03-22  Henrik NordstromMerged from trunk
2008-03-22  Henrik Nordstrommerged from trunk
2008-03-20  Henrik NordstromMerged from trunk
2008-03-20  Henrik Nordstrommerged from trunk
2008-03-16  Henrik NordstromCleanup yet another astyle artefact where struct {...
2008-01-20  amosjeffriesAuthor: Alexey Veselovsky <alexey.veselovsky@eykontech...
2007-11-15  wesselsMore fixes for recent MD5 mixups
2004-12-20  robertcMerge in second phase Disk IO refactoring, separating...
2004-12-20  robertcFix Stack which was broken in HEAD. Also update bootstr...
2004-11-07  hnoClean up use of isXXX ctype functions to always call...
2003-02-22  robertcSummary: Ran astyle over src subtree.
2003-01-23  robertcImport of fix-ranges branch
2002-10-14  robertcC++ conversion
2001-01-12  wesselsUpdated copyright
2000-11-01  wesselsDW:
2000-05-16  wesselsDW:
2000-03-06  wesselsMerge changes from 2.3 branch. Mostly this is copyrigh...
1998-07-23  wesselsCHANGED COPYRIGHT STUFF
1998-07-21  wesselscleanup
1998-07-20  wesselschange FSF address
1998-05-24  wesselsChanges to hash_first, hash_next. The **Current idea...
1998-04-24  wesselsgindent
1998-04-23  rousskov- synced with current CacheDigest interface
1998-04-07  wesselsgindent
1998-04-03  rousskov- Added internal support for cache digest (store_digest...
1998-04-02  rousskov- bug fixes
1998-04-02  rousskov- tmp modified icp detection algorithm: access log...
1998-04-01  rousskov- trying new algorithm to detect end-of-clean swap...
1998-04-01  rousskov- Added assertion to double check the end of clean...
1998-04-01  rousskov- removed paranoid Test() assertion to CacheDigest...
1998-04-01  rousskov- fixed digest size report
1998-04-01  rousskov- better stats
1998-04-01  rousskov- access.log start time is now synced with swap.state...
1998-04-01  rousskov- Added cacheDigestClone() method.
1998-03-31  rousskov- Adding stuff.
1998-03-31  wesselsgindent
1998-03-31  rousskov- commented out printf()s on bad log entries.
1998-03-31  rousskov- Adding more stuff to test_cache_digest
1998-03-31  rousskov- Added a timer for a no-load hash scan
1998-03-31  rousskovAdded test_cache_digest.c: a test-suite for playing...