Re: squid3-largeobj: more changes ....

2007-05-13 Thread Tsantilas Christos
Hi, this patch allows storing large files in cache. It applies to the squid3-largeobj branch. It must applied after the previous patch I sent applied. This patch also changes the format of cache stores so existing caches must re-created. I don't know if it is valid. Maybe we can add some code to

Re: squid3-largeobj: more changes ....

2007-05-06 Thread Tsantilas Christos
A more completed patch for large objects support It contains all previous changes plus: - HttpReply::bodySize must return 64 bit integer. - Some changes inside ClientHttpRequest::mRangeCLen method to use 64bit integers. - Some changes inside HttpStateData::persistentConnStatus to use 64bit intege

Re: squid3-largeobj: more changes ....

2007-05-02 Thread Tsantilas Christos
Hi, Some changes for squid3-largeobj branch, mostly related with Range Headers and ICAP client. It is not fully tested, but I believe that it is near to provide full large objects support (but not large objects caching) The first tests are OK for me (ICAP still is not tested). It is difficult t

squid3-largeobj: more changes ....

2007-04-28 Thread Tsantilas Christos
Hi Duane, I am sending a patch for the squid3-largeobj. - FTP: size of large files does not show well. - _DigestFetchState::offset and _DigestFetchState::mask_offset I think must be 64bit - fde::bytes_read and fde::bytes_written must be 64 bit Large files support is still incomplete, more work