]> git.ipfire.org Git - thirdparty/squid.git/history - src/client_side.cc
- ICAP-unrelated improvements from the squid3-icap branch on SF
[thirdparty/squid.git] / src / client_side.cc
2007-04-06  rousskov - ICAP-unrelated improvements from the squid3-icap...
2006-11-01  wessels - Many ICAP fixes from Alex Rousskov accumulated on the
2006-10-19  wesselsbugfix: In clientProcessRequest(), the call to connNote...
2006-10-02  adrianDon't try parsing a blank request!
2006-10-02  adrianFix/Add request-line parser debugging; fix bug with...
2006-09-27  adrianCreate "inlined" Macro versions of the offset functions...
2006-09-27  adrianReplace the client-side request line parser
2006-09-26  adrianVarious changes to break out the request parsing state...
2006-09-26  adrianDo some small changes to the HTTP parser and client...
2006-09-25  adrianAdd in more profiling points to identify CPU usage
2006-09-20  adrianAdditional hi-res probes
2006-09-19  adrianFirst part of a comm layer rework
2006-09-02  serassioBug #1716: Squid 2.6-STABLE2 does not compile with...
2006-09-02  robertcFix bug 772, by reading aborted data from connections...
2006-08-03  hnoBug #1716: Fails to compile with OpenSSL 0.9.7j
2006-07-26  hnoCorrected bad debug sections
2006-07-26  hnoBug #1381: assertion failed: cbdata.cc:367: "c->locks...
2006-06-08  hnoBug #1548: Cleanup of 304 processing
2006-06-07  hnoBug #624: Various assertion errors on Range requests
2006-05-27  wesselscosmetic: The debug message "WARNING! Your cache is...
2006-05-12  wesselsbug: clientAbortBody should not try to close the connection
2006-05-11  hnoBug 1224 / 1530: Crash related to failed PUT/POST reque...
2006-05-09  robertcMore decoupling work:
2006-05-07  wesselsConverted most other httpHeader*() functions to HttpHea...
2006-05-06  wesselsconverted httpHeaderClean() to HttpHeader::clean()
2006-05-03  robertcAdd a StoreEntryStream class for use with store entries...
2006-04-28  wesselsReplacing ClientBody class with BodyReader.
2006-04-22  robertcShrink the all-in-one structs/prototypes/enums again...
2006-03-04  wesselsConverted ConnStateData->flags.readMoreRequests to...
2006-02-22  wesselsbacking out revision 1.715 getRaw() patch.
2006-02-22  wesselsremove ugly getRaw()'s They are not necessary when...
2006-02-21  wesselswhen logging the client request, al.reply might be...
2006-02-18  wesselsCleaned up HttpReply handling in client_side_reply...
2006-02-18  wesselsBug #1513 Some 206 responses logged incorrectly
2006-02-18  wesselsMoved some common code into the ClientHttpRequest const...
2006-02-18  wesselsRemoved static requestLink() and requestUnlink() method...
2006-01-20  wesselsMy recent ClientBody changes introduced a memory leak...
2006-01-14  wesselsConnStateData and ClientBody was a little confusing...
2006-01-04  wesselsChange 'fd=%d' to 'FD %d' in debugging statments to...
2005-12-09  wesselsFixed a bug and some confusion with ACLChecklist::fastC...
2005-12-07  wesselsTurned pconn.cc into C++ classes. There are now separa...
2005-11-30  serassioBug #1409: OpenBSD and NetBSD error on make with SSL...
2005-11-22  wesselsAdded ICAP REQMOD PRECACHE
2005-11-05  wesselsConverted HttpReply to a proper C++ class. Removed...
2005-10-23  hnoTypo..
2005-10-23  hnoTry to work around OpenSSL 0.9.8 change
2005-10-23  hnoNegotiate authentication scheme support.
2005-09-17  wesselsFinish turning MemBuf into a full-fledged class. Almos...
2005-09-17  wesselsInstead of including MemBuf.h in squid.h, use a forward...
2005-09-16  wesselsMade httpReplyHdrCacheInit() and httpRequestHdrCacheIni...
2005-09-15  wesselsSome changes related to URL-parsing for upcoming ICAP...
2005-09-14  serassioBug #1327: NTLM authentication fails when low on filede...
2005-09-13  wesselsclass ClientHttpRequest had a member 'HttpVersion http_...
2005-09-13  wesselscosmetic: move char *t declaration inside the only...
2005-09-09  wesselscosmetic: Remove silly "typedef class ClientHttpRequest...
2005-09-01  wesselsSome changes and new features for MemBuf to make it...
2005-08-31  wesselsMust call cbdataReferenceDone on the ident_lookup list
2005-08-26  wesselscosmetic: be consistent and use "FD %d" instead of...
2005-06-12  serassioBug #1312: assertion failed: client_side.cc:2663: ...
2005-06-09  serassioBug #1201: assertion failed: cbdata.cc:402: "c->locks...
2005-06-06  hnoRearrange the detection of internal URLs slightly to...
2005-03-20  serassioFixed some little bugs introduced with latest SSL update.
2005-03-18  hnoFrom ssl-2.5 2004/04/18 01:09:07
2005-03-18  hnoBugfix from ssl-2.5 2004/07/14 23:24:32
2005-03-07  serassioBug #890: Various HTTP workarounds and minor corrections
2005-02-09  serassioBug #1154: Disable Path-MTU discovery on intercepted...
2005-01-23  serassioBug #1203: Icons are broken in non-anonymous FTP when...
2004-12-21  robertcBug #639: merge in Leeaan Bent's fix.
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-08  hnoBug #931: Cleanup of SSL messages on startup/reconfigure
2004-11-17  wesselsPatch ported from 2.5 branch. Various checks on HTTP...
2004-10-18  hnoBug #1000: Content gets corrupted during upload
2004-09-27  hnoBug #899: request_header_max_size configuration option...
2004-08-30  robertc/tmp/cvsZKn66v
2004-04-05  hnoBug #856: Icon URLs are uneededly complex
2004-03-01  adrianAll of this is to fix a simple FTP crash if a HTTP...
2003-12-22  robertcSummary: Bugfix for bug 635 - SIGSEGV in httpReplyParse...
2003-11-06  hnoBug #820: cachemgr fails in accelerator mode if vhost...
2003-10-21  robertconly check If-Range when on hits - where we are using...
2003-10-21  robertcAdd comment explaining cause of asserts in stmem.cc
2003-10-21  robertcStill generate ranges on non cachable requests
2003-10-17  robertcbugfix: a thinko in client_side led to calling httpRequ...
2003-09-29  robertcSummary: Merge Gerard's AIX signed and datatype size...
2003-09-28  robertcSummary: BUGFIX: a checkFast update missed in the ident...
2003-09-21  robertcSummary: ACL tweaks.
2003-09-06  robertcSummary: Allow -DPURIFY to build.
2003-09-01  robertcSummary: Class cleanup - resulting from addressing...
2003-08-14  robertcSummary: Swallow request bodies even when denying access.
2003-08-13  robertcSummary: Add %<sS and %<sH to custom log formats.
2003-08-12  robertcSummary: MORE!!! MSVC Fixes.
2003-08-10  robertcSummary: Final MSVC fixups.
2003-08-10  robertcSummary: Fix range offsets when the full object is...
2003-08-05  robertcSummary: Remove the unneeded 'deleteSelf' idiom.
2003-07-15  robertcSummary: Make all Arrays typesafe.
2003-07-14  robertcSummary: SSL Support for recent changes.
2003-07-11  robertcSummary: BUGFIX: ConnStateData needs to own itself.
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...
next