]> git.ipfire.org Git - thirdparty/squid.git/history - src/HttpReply.cc
Add string API layer for better string handling.
[thirdparty/squid.git] / src / HttpReply.cc
2007-05-18  amosjeffriesAdd string API layer for better string handling.
2007-04-20  wesselsRemoved a bunch of code marked UNUSED_CODE, OLD, and...
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-06-08  hnoBug #1548: Cleanup of 304 processing
2006-05-09  robertcMore decoupling work:
2006-05-09  wesselsconverted httpHeaderEntry functions to class methods
2006-05-07  wesselsConverted most other httpHeader*() functions to HttpHea...
2006-05-06  wesselsconverted httpHeaderClean() to HttpHeader::clean()
2006-04-22  robertcShrink the all-in-one structs/prototypes/enums again...
2006-04-18  robertcChange HttpMsg::httpMsgParseError into a virtual functi...
2006-01-24  wesselsMoved HttpRequest lock/link counter to the base HttpMsg...
2005-12-26  serassioCannot build using gcc 4.1 with the error:
2005-11-22  wesselsAdded HttpReply::expectingBody() method to indicate...
2005-11-08  wesselsMy recent HttpReply changes created an awkward situatio...
2005-11-05  wesselsConverted HttpReply to a proper C++ class. Removed...
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 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-09-01  wesselsSome changes and new features for MemBuf to make it...
2005-05-01  serassioThis patch adds the capability to suppress the version...
2004-12-22  robertcBug #874: rough port of the http_reply_header_size...
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 #1116: Squid fails to close TCP connection after...
2004-08-30  robertcMerge in MemPools objectification.
2003-12-22  robertcSummary: Bugfix for #637 from Andres - SIGSEGV in httpR...
2003-09-29  robertcSummary: Merge Gerard's AIX signed and datatype size...
2003-09-01  robertcSummary: Class cleanup - resulting from addressing...
2003-07-15  robertcSummary: Make all Arrays typesafe.
2003-07-14  robertcSummary: MSVC Compatability.
2003-05-11  hnoBug 432: http_reply_body_max_size fails with ident...
2003-03-15  robertcSummary:
2003-03-10  robertcSummary: Merge ESI to HEAD.
2003-03-09  robertcSummary: Merge in 6th set of windows changes from Guido
2003-03-06  robertcSummary: Merge String loss fix.
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-28  robertcSummary: Make aclCheck_t a class (ACLChecklist), and...
2003-01-23  robertcImport of fix-ranges branch
2002-10-14  robertcC++ conversion
2001-10-24  hnoformat fixes
2001-08-16  hnoWIN32/Cygwin fixes by Guido
2001-07-28  hnoACL driven reply_body_max_size by Robert Collins.
2001-04-14  hnoBasic support for Vary:ing objects.
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-05-16  wesselsDW:
2000-04-17  wesselsDW:
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-04-27  wesselsadded httpReplyBodySize() -- returns the size of a...
1999-04-23  wesselsbranch 2.2 merge
1999-01-23  glennModified the anonymizer to be more customizable.
1998-12-05  wesselsmega patch to implement request re-forwarding after...
1998-11-12  wessels2.1 branch merge
1998-10-16  wesselssupport 301: 302: redirector hacks
1998-08-18  rousskov- temporary fix to allow for \r\r\n in status lines
1998-08-15  wesselsIRIX compiler warnings
1998-07-23  wesselsCHANGED COPYRIGHT STUFF
1998-07-21  wesselsremoved OLD_CODE
1998-07-20  wesselschange FSF address
1998-05-28  wesselsmissing static
1998-05-28  rousskov- removed ascii headers from reply and request structures
1998-05-23  wesselsgindent
1998-05-23  wesselscompiler
1998-05-23  wesselscomments
1998-05-23  rousskov- do not disable client-side pconns for Netscape User...
1998-05-22  rousskov- httpMsgIsPersistent() is now checks for both "Mozilla...
1998-05-22  rousskov- check for user-agent = Mozilla/3.* (i.e., netscape...
1998-05-12  rousskov - Added binary http headers to requests
1998-04-28  wesselsThis patch fixes a presistent connections bug/misfeatur...
1998-04-28  wesselscompiler warnings by Ilia Zadorozhko <falcon@netsy...
1998-04-07  wesselsgindent
1998-04-06  wesselsfix Proxy-connection: Keep-Alive check
1998-03-21  rousskov- Separated raw HTTP headers from their "compiled"...
1998-03-12  rousskov- Attempted to fix a problem when Squid ignores all...
1998-03-05  wesselsgindent
1998-03-05  rousskov- gb_t additions to .h monsters
1998-03-04  rousskov- httpHeaderGet() is no longer public. This allows...
1998-03-04  rousskov- Fixed memory alignment problem in Mem.c by removing...
1998-03-03  rousskov- Added "mem_pools_limit" configuration option. Semanti...
1998-02-27  wesselsgindent
1998-02-26  rousskovSpread HttpBody.h, HttpReply.h, HttpStatusLine.h, and...
1998-02-22  rousskov- Added "basic" authentication scheme for Cache Manager...
1998-02-22  rousskovRemoved USE_ALEX_CODE configuration warning.
1998-02-21  rousskovDirty and buggy alex_2.