]> git.ipfire.org Git - thirdparty/squid.git/history - src/client_side.cc
SQUID_2_2 branch merge
[thirdparty/squid.git] / src / client_side.cc
1999-04-15  wesselsSQUID_2_2 branch merge
1999-03-24  rousskov- added calculation of Content-Length for multi-range...
1999-03-24  rousskov- split clientPackRange into clientPackRange and client...
1999-01-30  wesselsluyer's mega delay pools rewrite -- without ugly delayP...
1999-01-30  wesselsadded request_t->my_addr
1999-01-30  wesselsadded myip ACL type (luyer)
1999-01-24  wesselsallow ident lookups to be optional
1999-01-24  wesselsmake ident lookups an access list
1999-01-24  wesselspatch that combines client-side informational IDENT...
1999-01-22  wesselsFrom: Henrik Nordstrom <hno@hem.passagen.se>
1999-01-20  wesselsWe had false loop detections because "ee.lbl.gov" match...
1999-01-19  wessels2.1 branch merge and gindent
1999-01-19  wesselsFD leak for 504 replies because we leaked "http->entry...
1999-01-12  wesselsoops, we didn't cache cache-control: no-cache
1999-01-12  wesselsThis patch fully transforms proxy_auth into a ACL type...
1999-01-12  wesselssend old entry if IMS request results in 500's status
1999-01-11  wesselschanged store_status STORE_ABORTED to entry->flags...
1999-01-09  wesselsMoved storeAbort() call to store_client.c, where it...
1998-12-10  wesselsclient active requests cachemgr page
1998-12-05  wesselsmega patch to implement request re-forwarding after...
1998-12-05  wessels2.1 branch merge
1998-11-12  wessels2.1 branch merge
1998-11-12  glennSquid SNMP code rewrite
1998-10-19  rousskov- fixed debugging level/module: clientCacheHit: in...
1998-10-19  wesselsfinally tested and fixed HIT/PENDING hacks
1998-10-19  wesselsclear no-cache bit for cache hits on STORE_PENDING...
1998-10-18  wesselsread queued bytes on linux before closing a client...
1998-10-17  rousskov- eliminated refreshWhen() which was out-of-sync with...
1998-10-17  wesselswe used to CLOSE persistent connections if the ENTRY_BA...
1998-10-16  wesselsclientKeepaliveNextRequest() used to assume (assert...
1998-10-16  wesselssupport 301: 302: redirector hacks
1998-10-15  wesselsallow whitespace in request URI's.
1998-10-14  wesselsFrom: Q <q@fan.net.au>
1998-10-12  wessels2.0 branch merge
1998-10-09  wessels2.0 branch merge
1998-10-09  wessels2_0 branch merge
1998-10-08  wessels2.0 branch merge
1998-10-03  wesselsmerge SQUID_2_0 branch
1998-09-30  wesselsAdded offline mode
1998-09-30  rousskov- better comments for httpHdrRangeWillBeComplex + HIT...
1998-09-29  wesselsgindent
1998-09-25  rousskov- changed the way Range requests are handled:
1998-09-23  wesselsquick abort values are stored as KB
1998-09-23  wesselsAdded transparent IP/NAT support from Quinton Dolan...
1998-09-21  wessels*** empty log message ***
1998-09-19  wesselssigh, undo StoreEntry->flags changes to make it a struc...
1998-09-16  wesselsHEAD fixes (damn I hate HEAD)
1998-09-16  wesselslook for cached HEAD objects for HEAD requests -- don...
1998-09-15  wesselsremoved redirectUnregister
1998-09-15  wesselsremoved EBIT macros for StoreEntry->flag
1998-09-14  wesselsremove DOUBTFUL code
1998-09-11  wesselsRemoved 'method bits' hack from ICP query/reply. This...
1998-09-05  wesselssyscall counters, mostly I/O
1998-08-30  wessels- added fqdncache_size configuration option
1998-08-27  wesselsrenamed icp_ping_data to just ping_data (for HTCP)
1998-08-25  wesselsseparate client socket buffers from MEM_4K_BUF so we...
1998-08-21  wesselsremoved DONT_DO_THIS code
1998-08-21  wesselsput http-violating code inside HTTP_VIOLATIONS
1998-08-21  wesselsTrade request_t->flags enums (REQ_*) request_flags...
1998-08-21  wesselsHenrik's refresh_pattern reload patch
1998-08-20  wesselsmove whitespace-skipping block inside the while loop...
1998-08-18  wesselsFrom: Stewart Forster <slf@connect.com.au>
1998-08-18  wesselsDeleted TCP_IMS_MISS. Always use TCP_IMS_HIT.
1998-08-17  wesselsfurther DELAY_POOLS patches from Luyer
1998-08-17  wesselsmoved clientAccessCheck() call to AFTER a block for...
1998-08-16  wesselsadd near-hit service time histogram
1998-08-15  wesselsIRIX compiler warnings
1998-08-14  wesselsLuyers finished delay pools patch
1998-08-05  wesselsdebugging level changes for syslog
1998-08-04  wesselsMake sure httpAccept() handler ALWAYS gets reset when...
1998-08-04  wesselsConfigurable proxy-auth realm string (Bob Franklin)
1998-07-31  wesselsFixed broken handling of HEAD replies which lack the...
1998-07-31  wesselsLuyers new DELAY_POOLS code
1998-07-31  rousskov- minor fix, rep can be NULL in clientBuildRangeHeader.
1998-07-31  rousskov- if we fail to parse a reply, we should destroy reques...
1998-07-30  wesselstypo
1998-07-30  wesselsclientCacheHit(): break out of a loop when store_status...
1998-07-24  wesselsremove OLD_CODE
1998-07-24  wesselsENTRY_SPECIAL objects must always be cache hits
1998-07-23  wesselsCHANGED COPYRIGHT STUFF
1998-07-21  wesselsbad assertion
1998-07-21  wesselsgindent
1998-07-21  wesselsmore selective about checking assertion
1998-07-21  wesselsNew refresh algorithm. No longer set entry->lastmod...
1998-07-21  wesselsremove UNUSED_CODE
1998-07-21  wesselsMEM_4K_BUF leaks!
1998-07-20  wesselschange FSF address
1998-07-18  wesselsalways explicitly set [Proxy-]Connection to be either...
1998-07-17  wesselscall urlCanonical() in refreshCheck() if entry->mem_obj...
1998-07-16  wesselscomments
1998-07-16  rousskov- do not supply Age header if store entry does not...
1998-07-16  rousskov- for multipart byterange responses we should not send...
1998-07-16  wesselsfix up some confusion/bugs with http->out.offset in...
1998-07-15  wesselsremoved some OLD_CODE
1998-07-15  wesselsFixes to proxy-auth stuff, mostly to get the user name...
1998-07-15  wesselsmissing storeComplete on need-proxy-auth replies
1998-07-15  wesselsChanged handling of cache hits. Swap in FIRST, then...
1998-07-14  wesselsunused vars
1998-07-14  wesselsMoved 'miss_access' ACL check to fwdStart()
1998-07-10  rousskov- replaced strncmp(token, "HTTP/", 5) with strncasecmp...
next