]> git.ipfire.org Git - thirdparty/squid.git/history - src/HttpRequest.cc
Author: Alexey Veselovsky <alexey.veselovsky@eykontech.com>
[thirdparty/squid.git] / src / HttpRequest.cc
2008-01-20  amosjeffriesAuthor: Alexey Veselovsky <alexey.veselovsky@eykontech...
2007-12-15  amosjeffriesImport IPv6 support from squid3-ipv6 branch to 3-HEAD.
2007-08-13  hnoAuthor: wessels & Christos Tsantilas
2007-05-29  amosjeffriesRollback String API changes. Delayed to 3.1.
2007-05-18  amosjeffriesAdd string API layer for better string handling.
2007-05-09  wesselsBug #1951: NTLM authentication does not work
2007-04-29  hnoAuthor: Tsantilas Christos <chtsanti@users.sourceforge...
2007-04-16  rousskovBug #1935 fix: Do not retry a request after sending...
2007-04-06  rousskov - ICAP-unrelated improvements from the squid3-icap...
2007-02-25  hnoKill the psuedo-support for wais. Was never really...
2006-11-01  wessels - Many ICAP fixes from Alex Rousskov accumulated on the
2006-09-26  adrianDo some small changes to the HTTP parser and client...
2006-05-30  robertcMove clientCachable logic onto HttpRequest, as all...
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-02-18  wesselsRemoved static requestLink() and requestUnlink() method...
2006-01-24  wesselsMoved HttpRequest lock/link counter to the base HttpMsg...
2006-01-20  wesselsRename previsouly private HttpRequest:initXX() to initH...
2006-01-20  wesselsMaking HttpRequest more class-like. Removed some non...
2006-01-10  wesselsHttpRequest::reset() should preserve link_count
2005-12-20  wesselsInitialize the members of HttpRequest in the constructo...
2005-11-22  wesselsAdded HttpRequest::expectingBody() method to indicate...
2005-09-19  wesselsAdded an implementation of parseFirstLine() for class...
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-04-19  hnoIPv6 preparation by Rafael Martinez Torres <rafael...
2004-08-30  robertcMerge in MemPools objectification.
2004-08-30  robertc/tmp/cvsZKn66v
2003-09-01  robertcSummary: Class cleanup - resulting from addressing...
2003-08-14  robertcSummary: Swallow request bodies even when denying access.
2003-08-10  robertcSummary: Final MSVC fixups.
2003-08-05  robertcSummary: Remove the unneeded 'deleteSelf' idiom.
2003-07-15  robertcSummary: Remove more global mem pools.
2003-07-15  robertcSummary: Make all Arrays typesafe.
2003-07-11  robertcSummary: ConnStateData tweaks to address race on close.
2003-07-09  hnoSome missing external acl pieces
2003-06-28  hno* ext_user acl type to match user name returned by...
2003-03-06  robertcSummary: Merge cleanup code from comms branch.
2003-02-22  robertcSummary: Ran astyle over src subtree.
2003-02-12  robertcSummary: Merge of ACL refactoring.
2003-01-23  robertcImport of fix-ranges branch
2002-10-25  robertcencapsulate tcp_reset flag
2002-10-14  robertcC++ conversion
2001-04-14  hnoBasic support for Vary:ing objects.
2001-01-12  wesselsUpdated copyright
2001-01-08  hnoMajor rewrite of proxy authentication to support other...
2001-01-05  wesselsIan Turner (vectro@pipeline.com) sent in this patch...
2000-03-06  wesselsMerge changes from 2.3 branch. Mostly this is copyrigh...
1999-12-31  wesselsmerge changes from SQUID_2_3 branch
1999-10-04  wessels2.3 branch merge
1999-01-30  wesselsluyer's mega delay pools rewrite -- without ugly delayP...
1999-01-24  wesselsDW gets nitpicky
1999-01-23  glennModified the anonymizer to be more customizable.
1999-01-12  wesselsfixed client_side cache-control max-age (henrik)
1998-12-05  wesselsmega patch to implement request re-forwarding after...
1998-08-14  wesselsLuyers finished delay pools patch
1998-08-14  wesselstypo
1998-08-14  wesselschange debug BUG to assertion
1998-07-31  wesselsLuyers new DELAY_POOLS code
1998-07-23  wesselsCHANGED COPYRIGHT STUFF
1998-07-21  wesselsgindent
1998-07-21  wesselsremoved OLD_CODE
1998-07-21  wesselsDW modified OLD_CODE requestUnlink from url.c
1998-07-20  wesselschange FSF address
1998-07-17  rousskov- added debugObj(); same as debug() put prints "objects...
1998-07-02  wesselsrequest_t->urlpath became a strbuf at some point
1998-06-03  rousskov- Added basic support for Range requests.
1998-06-02  wesselsgindent
1998-05-28  rousskov- removed ascii headers from reply and request structures
1998-05-23  wesselsgindent
1998-05-12  rousskov- Enabled request->cache_control and removed REQ_CC_ONL...
1998-05-12  rousskov - Added binary http headers to requests