]> git.ipfire.org Git - thirdparty/squid.git/history - src/CacheDigest.cc
Cleanup: zap CVS Id tags
[thirdparty/squid.git] / src / CacheDigest.cc
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 {...
2007-11-15  wesselsMore fixes for recent MD5 mixups
2007-04-29  hnoAuthor: Tsantilas Christos <chtsanti@users.sourceforge...
2003-07-08  robertcSummary: BUGFIX: Forgot to update the test converted...
2003-07-08  robertcSummary: Merge debugs logic.
2003-02-22  robertcSummary: Ran astyle over src subtree.
2003-01-23  robertcImport of fix-ranges branch
2002-10-14  robertcC++ conversion
2002-08-09  robertcClean up the squid code to consistenly use [u_]int...
2001-01-12  wesselsUpdated copyright
2000-06-28  hnoRenamed Counter to statCounter to avoid a name space...
2000-03-06  wesselsMerge changes from 2.3 branch. Mostly this is copyrigh...
1998-12-05  wesselsmega patch to implement request re-forwarding after...
1998-11-25  wesselsgindent
1998-11-14  rousskov- added -k parse option
1998-11-12  wessels2.1 branch merge
1998-07-23  wesselsCHANGED COPYRIGHT STUFF
1998-07-21  wesselsremoved OLD_CODE
1998-07-20  wesselschange FSF address
1998-05-23  wesselsgindent
1998-05-14  wesselsTransitioning Cache Digests from "experimental" to...
1998-05-14  wesselsMust memcpy() tmp_keys to ensure alignment!
1998-05-14  wesselsFixed byte-order bugs in cacheDigestHashKey.
1998-05-12  rousskov - Added binary http headers to requests
1998-04-24  wesselsgindent
1998-04-24  wesselsunifiy DIGEST #ifdefs into USE_CACHE_DIGESTS
1998-04-22  rousskov- configurable number of bits_per_entry per digest
1998-04-18  rousskov- fixed bit sequence calculation bug
1998-04-14  rousskov- added cd.on_xition_count histogram to Counter
1998-04-14  rousskov- digest size is now calculated using both maximum...
1998-04-08  rousskov- mask_size is now used everywhere
1998-04-07  wesselsgindent
1998-04-04  rousskov- changed "char" to "cache_key" in cacheDigestHashKey()
1998-04-04  rousskov- added code to create/rebuild/rewrite store_digest
1998-04-03  rousskov- Added internal support for cache digest (store_digest...
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- Added cacheDigestClone() method.
1998-03-31  wesselsgindent
1998-03-31  rousskovInitial revision.