squid/storework changes

These changesets represents the changes on the squid/storework development branch of Squid. If there is any questions please contact squid-dev@squid-cache.org.

Browse repository

DateAuthorSizeDescription
2007/02/27 14:48:27adri+58 -78remove clientCheckHeaderStateData; its unneeded.
2007/02/26 10:36:49adri+15 -3Make errorpage generation work again; apply HttpReply body content too
2007/02/25 13:36:30adri+5 -5The Store reply will always be a HttpReply, so don't declare it as void *.
2007/02/25 13:26:24adri+211 -113Split the reply header/data handling a little more.
2007/02/23 12:10:13adri+6 -1Prevent objects from being kept in-memory cache.
2007/02/23 12:09:46adri+5 -1Stop loading in the mime icons for now; we can't use them ATM anyway and its filling up the
2007/02/23 12:10:13adri+6 -1Prevent objects from being kept in-memory cache.
2007/02/23 12:09:46adri+5 -1Stop loading in the mime icons for now; we can't use them ATM anyway and its filling up the
2007/02/22 13:27:47adri+15 -422remove clientCacheHit(), we're not using it now.
2007/02/18 17:28:58hno+9 -10Syntax cleanups to make GCC happy
2007/02/18 17:28:30hno+1 -25Kill httpPacked304Reply, no longer used.
2007/02/18 17:18:05hno+11 -11Disable digest support for now
2007/02/18 17:00:45hno+4 -15Only build the null store by defaultZ
2007/02/17 06:26:53adri+12 -39Mark storeClientCopy() as deprecated w/ a fatalf(); convert client_side code to use storeClientCopyData()
2007/02/17 06:14:32adri+7 -1Fix storeSwapOutMaintainMemObject() to release storeentry's that have their memory partially freed.
2007/02/17 05:21:55adri+44 -13"fix" the 304 reply stuff to actually generate a valid reply; but its still not being used.
2007/02/15 10:23:10adri+13 -483* remove objectLen() and code that uses it
2007/02/14 14:18:20adri+117 -65Begin cutting out the headers from the store memory.
2007/02/13 23:18:15hno+4 -105Kill ETag cache processing for now. Will get resurrected later in some form
2007/02/13 23:17:12hno+0 -2Junk some unused variables
2007/02/13 11:41:26adri+3 -7Change most of the http server code to use the "newer" http reply code
2007/02/13 10:47:31adri+6 -901Remove the vary code. This should make it quite a bit easier to
2007/02/11 09:12:30adri+17 -206Remove the disk client code from the store and store client codebase.

Release statistics

AuthorChangesetsChanges
adri17+545 -2340
hno6+29 -168
total23+574 -2508

Back