]> git.ipfire.org Git - thirdparty/squid.git/history - src/client_side_reply.cc
Bug #890: Various HTTP workarounds and minor corrections
[thirdparty/squid.git] / src / client_side_reply.cc
2005-03-07  serassioBug #890: Various HTTP workarounds and minor corrections
2004-12-21  robertcBug #639: merge in Leeaan Bent's fix.
2004-12-21  robertcmerge in bugfix for bug 872 - NTLM locking improvements...
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-12-10  hnoBug #1112: PURGE allowed to delete internal objects
2004-12-08  hnoFeature Request #601: add request_header_access and...
2004-10-18  hnoBug #1058: balance_on_multiple_ip directive to make...
2004-10-15  hnoBug #833: deny_info only works with http_access, not...
2004-09-26  hnoC++ merge bugfixes. Thanks Guido!
2004-09-25  hnoBug #1001: Partial hit results in TCP_HIT, not TCP_MISS
2004-08-30  robertc/tmp/cvsZKn66v
2004-04-04  hnoBug #876: Incomplete objects may appear stuck in the...
2004-04-03  hnoBug #571: Limit use of persistent connections when...
2003-09-01  robertcSummary: Class cleanup - resulting from addressing...
2003-08-20  robertcSummary: Stop reply generation after parsing failures.
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-07-23  robertcSummary: Merge in Leeann Bent's fix for multipart requests.
2003-07-16  hnoFix merge conflict in TCP_DENIED_REPLY
2003-07-16  wesselsBugzilla #686
2003-07-14  robertcSummary: Merge of robertc@squid-cache.org--squid/squid...
2003-07-11  robertcSummary: ConnStateData tweaks to address race on close.
2003-07-10  robertcSummary: Refactoring: ClientHttpRequest.
2003-07-07  hnoCustom log formats, and selective access logging. See...
2003-06-22  robertcSummary: Fix more client_side races with store client...
2003-06-20  robertcSummary: Encapsulate ClientHttpRequest::entry.
2003-05-26  hnoClean up if "Setting maxBodySize to.." debug message...
2003-05-25  robertcSummary: Fix PURGE.
2003-05-17  hnoSyntax change of reply_body_max_size
2003-05-11  hnoBug 432: http_reply_body_max_size fails with ident...
2003-04-20  robertcSummary: Merge windows fixes.
2003-04-06  robertcSummary: Fix POST.
2003-03-15  robertcSummary:
2003-03-11  robertcSummary: Fixup cbdataFree uses.
2003-03-10  robertcSummary: Merge ESI to HEAD.
2003-03-06  robertcSummary: Merge String loss fix.
2003-03-04  robertcSummary: Merge epoll and delay pools/deferred reads...
2003-02-25  robertcSummary: Merge final stage1 ACL refactoring.
2003-02-22  robertcSummary: Ran astyle over src subtree.
2003-02-20  robertcSummary: Raise debug levels.
2003-02-13  robertcSummary: Merge further ACL refactoring (including bugfixes)
2003-02-09  hnoA small syntax fix to my change for invalid HEAD replies
2003-02-08  hnoBug #520: performance problem while executing the HEAD...
2003-02-05  robertcSummary: Merge from delay-class-4
2003-02-05  robertcSummary: Make http_reply_access a non blocking check.
2003-02-02  robertcSummary: Fix typo in debug statements.
2003-01-28  robertcSummary: Squid generated IMS replies must not send...
2003-01-28  robertcSummary: Make aclCheck_t a class (ACLChecklist), and...
2003-01-23  robertcImport of fix-ranges branch
2003-01-17  robertcmake StoreEntry the type for _StoreEntry throughout
2003-01-09  robertcfix typo
2003-01-09  hnoBugzilla #395: Stale cached data miss in offline mode
2002-12-27  robertcapply unify io patch to simplify IO code for diskd...
2002-11-15  hnoMerge conflict, http->log_type -> http->logType
2002-11-15  hnoDeny forwarding of unproxyable authentication schemes
2002-10-26  adrianremove unused variable.
2002-10-26  robertcfix incorrect underrun detection
2002-10-26  robertcextract method and rename variable
2002-10-26  robertcsimplify conditional
2002-10-25  robertcencapsulate tcp_reset flag
2002-10-15  robertcuse http->entry consistently in refactored clientReplyC...
2002-10-14  adriannew(unsigned int) -> new(size_t)
2002-10-14  robertccommloops from Adrian, C++ courtesy Rob
2002-10-14  robertcC++ conversion
2002-10-12  robertcfix multi-part receipt of headers
2002-10-12  hnoRemoved offending copying of reply data, messing up...
2002-10-03  hnoOops.. the last change was almost complete..
2002-10-03  hnoCleanups triggered by http_reply_access fix in 2.5...
2002-09-29  robertcreally fix cache digests
2002-09-29  robertcFix cache digests. Some over enthusiastic search and...
2002-09-26  robertcfix http_reply_access with authentication, delay_access...
2002-09-24  robertcremove header length from store reported offset before...
2002-09-24  robertcClient side refactoring - no functionality changes
2002-09-19  robertcfix the cause for sc->cmp_offset == copy_offset and...
2002-09-16  robertcfix old sc location references
2002-09-15  robertcreinstate VIA
2002-09-15  robertcfix corner case when http objects with body arrive...
2002-09-15  robertcfix headers to allow inclusion into C++ source
2002-09-15  robertcclientStreams, rationalising the client side logic...