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