]> git.ipfire.org Git - thirdparty/squid.git/history - src/client_side.cc
Major rewrite of proxy authentication to support other schemes than
[thirdparty/squid.git] / src / client_side.cc
2001-01-08  hnoMajor rewrite of proxy authentication to support other...
2001-01-05  adrianA modified / unified cbdata and mempool implementation...
2001-01-05  wesselsIan Turner (vectro@pipeline.com) sent in this patch...
2001-01-02  wesselsindent -br -ce -i4 -ci4 -l80 -nlp -npcs -npsl -d0 ...
2000-12-17  hnoRemoved some old unused code, found by Moez Mahfoudh
2000-12-16  adrianAdd support for netfilter in linux-2.4 . netfilter...
2000-12-09  wesselsJoe Cooper's hack for broken MSIE clients. They don...
2000-12-09  wesselsPatch from Marcos Barreto de Castro <mbdecastro@yahoo...
2000-12-05  wesselsindent -br -ce -i4 -ci4 -l80 -nlp -npcs -npsl -d0 ...
2000-11-15  wesselsDW:
2000-11-13  adrianConvert http_ver from a float to http_version_t which...
2000-11-10  wesselsDW:
2000-11-01  wesselsDW:
2000-11-01  wesselsgindent -br -ce -i4 -ci4 -l80 -nlp -npcs -npsl -d0...
2000-10-21  hnoCYGWIN port by Robert Collins
2000-10-21  hnoSpelling correction
2000-10-17  adrianAndres Kroonmaa's MemPool tidyup, take 1. Take a whole...
2000-10-04  wessels"Nguyen, Hai" <hnguyen@websense.com>:
2000-10-04  wesselsDW:
2000-10-04  wesselsDW:
2000-10-04  wesselsDW:
2000-10-04  wesselsDW:
2000-10-04  wesselsDW:
2000-10-04  wesselsDW:
2000-09-14  wesselsDW:
2000-09-07  wesselsDW:
2000-08-04  hnoPersistent connection bugfix from Chris DeCenzo <decenz...
2000-07-18  wesselsDW:
2000-07-16  wesselsDW:
2000-07-16  wesselsDW:
2000-07-13  wesselsDW:
2000-07-12  wesselsDW:
2000-06-28  hnoRenamed Counter to statCounter to avoid a name space...
2000-05-31  wesselsDW:
2000-05-30  hnohno squid-2.4.DEVEL3-hno.devel.persistent_connections_a...
2000-05-29  wesselsDW:
2000-05-29  wesselsDW:
2000-05-16  wesselsDW:
2000-05-12  wesselsDW:
2000-05-12  wesselsDW:
2000-05-11  wesselsDW:
2000-05-11  wesselsDW:
2000-05-07  adrianKilling the abuse of storeClientListSearch() in the...
2000-05-03  hnoFixed some patch merge errors
2000-05-03  hnohno squid-2.3.DEVEL3.internal_range_limit-2.patch
2000-05-03  hnohno squid-2.3.DEVEL2.ipcache_reload.patch
2000-05-03  hnohno squid-2.3.STABLE1.no_cache_full_acl_check.patch
2000-04-18  wesselsDW:
2000-03-29  wesselsDW:
2000-03-25  wesselsDW:
2000-03-25  wesselsDW:
2000-03-06  wesselsMerge changes from 2.3 branch. Mostly this is copyrigh...
2000-01-20  wesselsDW
2000-01-14  wesselsDW:
2000-01-06  wesselsDW
2000-01-06  wesselsGlenn
2000-01-05  wesselsremove client-side limit on number of idle persistent...
1999-12-31  wesselsmerge changes from SQUID_2_3 branch
1999-12-13  wesselschange: stop keeping client connections persistent...
1999-12-11  wesselsFor client-side idle persistent connections, now use...
1999-10-04  wessels2.3 branch merge
1999-08-02  wessels2.3 branch merge
1999-07-13  wessels2.3 branch merge
1999-06-25  wesselsFrom: Henrik Nordstrom <hno@hem.passagen.se>
1999-06-25  wesselscommitting Dilley's HEAP replacement code
1999-05-22  wesselsnull pointer access on rep
1999-05-20  wessels2.2 branch merge
1999-05-12  wesselsFixed a bug with the new ERR_TOO_BIG error message...
1999-05-11  wesselsmissed another spot to use ERR_TOO_BIG
1999-05-11  wesselsDW applied ERR_TOO_BIG to the wrong error message
1999-05-11  wesselsAdded configuration parameters for maximum sizes of...
1999-05-05  wesselsaccessing request->user_ident was unguarded. It should...
1999-05-05  wesselsgindent
1999-05-04  wesselsAn initial implementation of new store API. Everything...
1999-04-27  wesselsa bit more friendly debugging to tell you if a request...
1999-04-27  wesselsbetter debug message
1999-04-27  wesselsadded httpReplyBodySize() -- returns the size of a...
1999-04-27  wesselsgindent
1999-04-24  wesselsWe need to update entry timestamps for 304 replies...
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
next