]> git.ipfire.org Git - thirdparty/squid.git/history - src/client_side_request.cc
unlinkdClose() should be called after (not before) Store::Root().sync()
[thirdparty/squid.git] / src / client_side_request.cc
2006-11-01  wessels - Many ICAP fixes from Alex Rousskov accumulated on the
2006-10-19  wesselsminor nit: format intro comments and GPL text to fit...
2006-09-28  adrianAdd more profiling points
2006-09-25  adrianAdd in more profiling points to identify CPU usage
2006-09-21  hnoICAP cleanup of some cbdataReference misunderstanding.
2006-09-02  robertcFix bug 772, by reading aborted data from connections...
2006-06-22  wesselsICAP bug: request satisfaction mode was not working...
2006-06-06  serassioBug #1468: Crash on HttpHdrRange.cc line 568: assertion...
2006-05-30  robertcMove clientCachable logic onto HttpRequest, as all...
2006-05-19  wesselsFully deprecated storeLockObject(). Everything now...
2006-05-19  wesselsFully deprecated storeUnlockObject(). Now everything...
2006-05-12  wesselsbug: ICAPAccessCheck should use cbdataReference and...
2006-05-09  robertcMore decoupling work:
2006-05-07  wesselsConverted most other httpHeader*() functions to HttpHea...
2006-05-03  robertcAdd a StoreEntryStream class for use with store entries...
2006-04-28  wesselsReplacing ClientBody class with BodyReader.
2006-04-23  robertcBUGFIX: max_user_ip was broken: initialising to -1...
2006-04-02  serassioBug #1491: clientLifetime exceeded + external acl ...
2006-03-03  wesselsA quick hack to get ICAP "request satisfaction" mode...
2006-02-18  wesselsMoved some common code into the ClientHttpRequest const...
2006-02-18  wesselsRemoved static requestLink() and requestUnlink() method...
2006-01-12  wesselsFixed a couple of bugs with ClientHttpRequest::doCallouts()
2005-12-21  wesselsFixed an ICAP bug: Need to handle the case when a...
2005-12-06  wesselsBugzilla #1457
2005-12-04  wesselsForgot to check the value of 'icap_enable' (TheICAPConf...
2005-11-22  wesselsgcc suggests parens around assignment. Slight rewrite.
2005-11-22  wesselsAdded ICAP REQMOD PRECACHE
2005-11-05  wesselsConverted HttpReply to a proper C++ class. Removed...
2005-10-19  serassioBug #1412: redirector 302 redirects not working for...
2005-09-21  wesselsadd balancing parenthese
2005-09-16  wesselsMade httpReplyHdrCacheInit() and httpRequestHdrCacheIni...
2005-09-13  wesselsclass ClientHttpRequest had a member 'HttpVersion http_...
2005-09-09  wesselscosmetic: Remove silly "typedef class ClientHttpRequest...
2005-03-07  serassioBug #890: Various HTTP workarounds and minor corrections
2004-12-22  robertcgcc 3.4.2 fixes from Henrik
2004-12-20  robertcMerge in second phase Disk IO refactoring, separating...
2004-12-20  robertcFix Stack which was broken in HEAD. Also update bootstr...
2004-11-08  hnoBug #1085: Compiler errors compiling with GCC 3.4 series
2004-10-21  hnoBug #836: redirect_rewrites_host_header off broken
2004-10-18  hnoBug #860: redirector_access does not handle "slow"...
2004-08-30  robertc/tmp/cvsZKn66v
2004-04-07  hnoBacked out the patch for Bug #860: redirector_access...
2004-04-03  hnoBug #860: redirector_access does not handle slow acls...
2003-09-06  robertcSummary: Allow -DPURIFY to build.
2003-09-01  robertcSummary: Class cleanup - resulting from addressing...
2003-08-13  robertcSummary: Add %<sS and %<sH to custom log formats.
2003-08-10  robertcSummary: Final MSVC fixups.
2003-08-05  robertcSummary: Remove the unneeded 'deleteSelf' idiom.
2003-08-03  robertcVarious patches from Pawel Worach
2003-07-14  robertcSummary: Adjust post-merge.
2003-07-11  robertcSummary: ConnStateData tweaks to address race on close.
2003-07-10  robertcSummary: Refactoring: ClientHttpRequest.
2003-07-07  hnoExternal acl extensions:
2003-06-28  hno* ext_user acl type to match user name returned by...
2003-06-20  robertcSummary: Encapsulate ClientHttpRequest::entry.
2003-05-18  robertcSummary: Various bugfixes.
2003-05-11  hnoBug 432: http_reply_body_max_size fails with ident...
2003-03-15  robertcSummary:
2003-03-04  robertcSummary: Merge epoll and delay pools/deferred reads...
2003-02-22  robertcSummary: Ran astyle over src subtree.
2003-02-22  hnoMerge of http(s)_port and accelerator directive updates...
2003-02-13  robertcSummary: Merge further ACL refactoring (including bugfixes)
2003-02-12  robertcSummary: Merge of ACL refactoring.
2003-02-05  robertcSummary: Check status of http request after redirection.
2003-02-05  robertcSummary: Fix another cbdata gap in client side processing.
2003-02-05  robertcSummary: Fix bug 529 (I think).
2003-01-28  robertcSummary: Fix delay pools from aclCheck_t fix. Some...
2003-01-28  robertcSummary: Make aclCheck_t a class (ACLChecklist), and...
2003-01-23  robertcImport of fix-ranges branch
2002-10-23  hnoMalformed author header comment fix by Guido
2002-10-14  robertcC++ conversion
2002-10-03  hnoCleanups triggered by http_reply_access fix in 2.5...
2002-09-24  robertcClient side refactoring - no functionality changes
2002-09-23  wesselsAdd HTTP status code 307 as HTTP_TEMPORARY_REDIRECT...
2002-09-15  robertcfix USERAGENT and REFERER logs from bitrot
2002-09-15  robertcfix headers to allow inclusion into C++ source
2002-09-15  robertcclientStreams, rationalising the client side logic...