]> git.ipfire.org Git - thirdparty/squid.git/history - src/client_side_reply.cc
Summary: Merge String loss fix.
[thirdparty/squid.git] / src / client_side_reply.cc
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...