]> git.ipfire.org Git - thirdparty/squid.git/history - src/HttpMsg.cc
- ICAP-unrelated improvements from the squid3-icap branch on SF
[thirdparty/squid.git] / src / HttpMsg.cc
2007-04-06  rousskov - ICAP-unrelated improvements from the squid3-icap...
2006-10-02  adrianFix more stupid off-by-one errors parsing the request...
2006-10-02  adrianOnly enforce HTTP version if we parsed a full request...
2006-10-02  adrianFix/Add request-line parser debugging; fix bug with...
2006-10-01  adrianSlightly change the request line demarcation logic...
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-20  adrianAdd in more profiling points
2006-05-27  robertcunbreak testStore testcase.
2006-05-07  wesselsConverted most other httpHeader*() functions to HttpHea...
2006-05-06  wesselsBacking out last patch (httpHeaderGetSize()). The...
2006-05-06  wesselsBugfix for assertion in httpHeaderFindEntry(). The...
2006-04-18  robertcChange HttpMsg::httpMsgParseError into a virtual functi...
2006-02-18  wesselsRemoved static requestLink() and requestUnlink() method...
2006-01-24  wesselsMoved HttpRequest lock/link counter to the base HttpMsg...
2006-01-10  wesselsAdded some timeout debugging for ICAP transactions...
2005-12-30  wesselsFound and fixed a case where HttpMsg::parse() returned...
2005-12-02  wesselsupdate comment for HttpMsg::parseCharBuf()
2005-11-22  wesselsChanged #if WHEN_SQUID_IS_NOT_HTTP1_1 to #if WHEN_SQUID...
2005-11-08  wesselsMy recent HttpReply changes created an awkward situatio...
2005-09-17  wesselsInstead of including MemBuf.h in squid.h, use a forward...
2005-09-16  wesselsMade HttpMsg::parseFirstLine() a virtual method for...
2005-09-16  wesselsMade httpReplyHdrCacheInit() and httpRequestHdrCacheIni...
2005-09-13  wesselsChanges to HTTP request and reply parsing classes,...
2005-03-07  serassioBug #890: Various HTTP workarounds and minor corrections
2003-09-01  robertcSummary: Class cleanup - resulting from addressing...
2003-02-22  robertcSummary: Ran astyle over src subtree.
2003-01-23  robertcImport of fix-ranges branch
2001-01-12  wesselsUpdated copyright
2000-12-05  wesselsindent -br -ce -i4 -ci4 -l80 -nlp -npcs -npsl -d0 ...
2000-11-13  adrianConvert http_ver from a float to http_version_t which...
2000-03-06  wesselsMerge changes from 2.3 branch. Mostly this is copyrigh...
1998-08-18  wesselsprecedence-o
1998-08-18  wesselsrewrite httpMsgIsolateHeaders to account for funky...
1998-07-23  wesselsCHANGED COPYRIGHT STUFF
1998-07-20  wesselschange FSF address
1998-05-28  rousskov- removed ascii headers from reply and request structures