]> git.ipfire.org Git - thirdparty/squid.git/history - src/HttpHeader.cc
bugzilla #710: round-robin cache_dir selection incorrectly compares max-size
[thirdparty/squid.git] / src / HttpHeader.cc
2003-07-15  robertcSummary: Make all Arrays typesafe.
2003-07-14  robertcSummary: Merge of robertc@squid-cache.org--squid/squid...
2003-07-14  robertcSummary: MSVC Compatability.
2003-07-10  hnoFix httpHeaderDelById compile failure. Was a old sin...
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-01-23  robertcImport of fix-ranges branch
2003-01-22  robertcConvert Stack to template based code, to allow typesafe...
2002-12-07  hnoSSL support update
2002-10-14  robertcC++ conversion
2002-08-11  robertcprevent segfault before assert
2002-06-24  hnoDeny any requests using transfer-encoding. This is...
2002-06-17  hnoFixed that misgiving comment again...
2002-06-17  hnoAdded some functions for accessing HTTP list header...
2002-06-17  hnoCorrected a misgiving comment. httpHeaderGetByName...
2002-04-07  hnoBugzilla #274: Assertion failure on ETag with odd headers
2001-10-24  hnoformat fixes
2001-10-18  hnoSunPRO cc found a bug.. adrian changed the argument...
2001-10-17  hnoindent
2001-10-17  adrianA bunch of quick patches to silence gcc warnings when...
2001-04-14  hnoBasic support for Vary:ing objects.
2001-01-12  wesselsUpdated copyright
2000-12-31  wesselsstringLimitInit() asserts if given more than 64K bytes...
2000-09-12  hnoAdded the Authenticate-Info and Proxy-Authenticate...
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-05-05  wesselshenrik patch to handle multiline headers
1999-04-15  wesselsSQUID_2_2 branch merge
1999-01-24  wesselsgindent
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-09-29  wesselsgindent
1998-09-25  rousskov- added support for undocumented Request-Range header
1998-09-16  wesselsgindent
1998-08-26  wesselsHTCP progress
1998-08-26  wesselsadded hoHtcpReply
1998-07-23  wesselsCHANGED COPYRIGHT STUFF
1998-07-21  wesselsgindent
1998-07-21  wesselsFixed cachemgr 'objects' implementation. dump one...
1998-07-20  wesselschange FSF address
1998-07-07  rousskov- deleted some of the extensive http header debugging.
1998-06-26  wesselsdebug
1998-06-26  wesselswhitespacing
1998-06-06  rousskov- changed internal structure of HttpBody to use MemBuf;
1998-06-06  rousskov- fixed HTTP header statistics that was broken after...
1998-06-04  rousskov- added ETag.c
1998-06-03  rousskov- spellchecking and typos
1998-06-03  rousskov- code cleanup (Ranges)
1998-06-03  rousskov- Added basic support for Range requests.
1998-06-02  rousskov- fixed typo in HDR_ALLOW field-name.
1998-06-02  wesselsgindent
1998-05-28  rousskov- removed ascii headers from reply and request structures
1998-05-23  wesselsgindent
1998-05-21  wesselsadded X-Squid-Error: reply header
1998-05-21  wesselsDon't cache replies with Vary headers
1998-05-12  rousskov - Added binary http headers to requests
1998-04-22  rousskov- temporary support for X-Cache-Lookup header field...
1998-04-07  wesselsgindent
1998-04-06  wesselsfix Proxy-connection: Keep-Alive check
1998-04-04  rousskov- added httpHeaderGetLastStr() to find last X-Cache
1998-04-01  rousskov- Added a temporary hack to avoid coredumps when invali...
1998-03-31  rousskov- HttpHeader now uses case-insensitive string cmp in...
1998-03-21  rousskov- Separated raw HTTP headers from their "compiled"...
1998-03-18  rousskov- Fixed a bug: we should not collect stats for a CC...
1998-03-17  rousskov- Fixed memory leak. We were not cleaning "known" field...
1998-03-12  rousskov- Attempted to fix a problem when Squid ignores all...
1998-03-09  rousskov- Fixed printf bug.
1998-03-09  rousskov- Added bottom level support for Content-Range header...
1998-03-09  rousskov- Moved HttpHdrExtField from HttpHeader to a separate...
1998-03-08  rousskov- Replaced "char *" header fields with String-based...
1998-03-08  rousskov- Added memory pools for variable size objects (strings).
1998-03-06  rousskov- Added HttpHdrRange; the code is not yet tested and...
1998-03-05  rousskov- Increased the debugging level for "ignoring..." messa...
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 HttpHeader.h among .h monsters.
1998-02-25  rousskovChanged %f to %lf.
1998-02-25  rousskov- Added rudimental statistics for HTTP headers.
1998-02-24  rousskovFixed paranoid check for large objects in field_store...
1998-02-23  rousskovHttpHeader.c: Fixed buggy processing of HDR_PROXY_KEEPA...
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.