]> git.ipfire.org Git - thirdparty/squid.git/history - src/HttpHeaderTools.cc
Cleanup: zap CVS Id tags
[thirdparty/squid.git] / src / HttpHeaderTools.cc
2009-01-21  Amos JeffriesCleanup: zap CVS Id tags
2009-01-05  Amos JeffriesMerge from trunk
2008-12-24  Amos JeffriesDocumentation updates
2008-10-17  Amos JeffriesAuthor: Francesco Chemolli <kinkie@squid-cache.org>
2008-10-12  Amos JeffriesMerge from trunk
2008-10-10  Amos JeffriesMerged from trunk
2008-10-10  Amos JeffriesSourceFormat: Main reformat push
2008-04-11  Alex RousskovMerge from trunk
2008-04-07  Amos JeffriesMerged from trunk
2008-04-06  Henrik NordstromMerged from trunk
2008-04-05  Amos JeffriesMerge from TRUNK
2008-04-05  Amos JeffriesBug 2286: assertion failed: HttpHdrContRange.cc:100...
2008-04-03  Alex RousskovMerge from trunk
2008-04-02  Henrik NordstromCorrect and simplify parsing of list headers
2008-03-31  Henrik NordstromSimplify HTTP header list parsing a bit after the chang...
2008-03-31  Henrik NordstromBug #420: Deal properly with empty list elements
2008-03-31  Henrik NordstromBug #420: Deal properly with null elements
2008-03-31  Henrik NordstromBug #420: Deal properly with null elements in lists...
2008-03-31  Alex RousskovMerge from trunk
2008-03-30  Henrik NordstromMerged from trunk
2008-03-29  Amos JeffriesMerge from HEAD/TRUNK
2008-03-28  Henrik NordstromBug #420: Fails to parse Connection: ,,,Header,,,
2008-03-26  Amos JeffriesMerged from trunk.
2008-03-22  Henrik Nordstrommerged from trunk
2008-03-22  Henrik NordstromThis patch cleans up a lot of the whitespace crap which...
2008-03-22  Henrik NordstromMerged from trunk
2008-03-22  Henrik Nordstrommerged from trunk
2008-03-20  Henrik NordstromMerged from trunk
2008-03-20  Henrik Nordstrommerged from trunk
2008-03-16  Henrik NordstromCleanup a lot of whitespace crap, mostl of which introd...
2007-09-28  hnoAudited the code for possible >2GB issues
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-08  wesselsAuthor: Alex Rousskov <rousskov@measurement-factory...
2007-04-29  hnoAuthor: Tsantilas Christos <chtsanti@users.sourceforge...
2007-04-20  wesselsRemoved a bunch of code marked UNUSED_CODE, OLD, and...
2006-09-03  hnoCorrectly free HttpHeaderFieldInfo array
2006-05-07  wesselsConverted most other httpHeader*() functions to HttpHea...
2006-05-06  wesselsconverted httpHeaderClean() to HttpHeader::clean()
2005-12-26  serassioCannot build using gcc 4.1 with the error:
2005-11-05  wesselsRename the "mangle_headers" optimization to "mangle_req...
2005-11-05  wesselsAn optimization: If there are no request_header_access...
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...
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  hnoFeature Request #601: add request_header_access and...
2003-09-21  robertcSummary: ACL tweaks.
2003-08-10  robertcSummary: Final MSVC fixups.
2003-07-23  robertcSummary: Fix ESI compilation after recent HttpHeader...
2003-06-20  hno2003-05-21 01:51 hno
2003-03-10  robertcSummary: Merge ESI to HEAD.
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
2003-01-17  robertcgive Debug a class
2002-10-14  robertcC++ conversion
2001-09-07  hno2.5 bugfix: header_access failed to remove headers...
2001-02-08  hnoCleaned up the namespace (local functions made static)
2001-01-12  wesselsUpdated copyright
2001-01-12  adrianCall aclChecklistFree() once we've done with the ACL...
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-10-04  wessels2.3 branch merge
1999-04-15  wesselsSQUID_2_2 branch merge
1999-01-24  wesselsgindent
1999-01-23  glennModified the anonymizer to be more customizable.
1999-01-12  wesselsuse STDC_HEADERS instead of __STDC__ as recommend by...
1998-07-23  wesselsCHANGED COPYRIGHT STUFF
1998-07-20  wesselschange FSF address
1998-06-04  rousskov- added ETag.c
1998-06-03  rousskov- Added basic support for Range requests.
1998-06-02  wesselsgindent
1998-05-31  rousskov- Replaced "complex" (offset accounting) calls to snpri...
1998-05-28  wesselsunportable initialization
1998-05-28  rousskov- removed ascii headers from reply and request structures
1998-05-23  wesselsgindent
1998-05-21  rousskov- fixed loop detection code; we must use strstr instead...
1998-05-12  rousskov - Added binary http headers to requests
1998-04-28  wesselscompiler warnings by Ilia Zadorozhko <falcon@netsy...
1998-04-24  wesselsgindent
1998-04-07  wesselsgindent
1998-04-02  rousskov- Removed calls to httpHeaderTestParser()
1998-03-21  rousskov- Separated raw HTTP headers from their "compiled"...
1998-03-15  rousskov- Disabled testing of header parser.
1998-03-12  rousskov- Reduced the amout of tmp header debugging.
1998-03-12  rousskov- Attempted to fix a problem when Squid ignores all...
1998-03-06  rousskov- Added HttpHdrRange; the code is not yet tested and...
1998-03-05  rousskov- gb_t additions to .h monsters