]> git.ipfire.org Git - thirdparty/squid.git/history - src/HttpHdrRange.cc
Cleanup: zap CVS Id tags
[thirdparty/squid.git] / src / HttpHdrRange.cc
2009-01-21  Amos JeffriesCleanup: zap CVS Id tags
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-09-13  Amos JeffriesMerge from trunk
2008-05-23  Amos JeffriesCleanups: Replace cnfig parser gotos with do-while...
2008-05-23  Amos JeffriesCleanups: Replace a series of URN handler gotos with...
2008-05-10  Amos JeffriesMerge from trunk
2008-04-28  Alex RousskovMerge from trunk
2008-04-25  Amos JeffriesBug 2321 : Range tests failing.
2008-03-22  Henrik NordstromMerged from trunk
2008-03-20  Henrik Nordstrommerged from trunk
2008-03-18  Henrik NordstromMake range_offset_limit 0 disable local range processin...
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-04-30  wesselsRemoved casts from numeric types in debugs() statements.
2007-04-29  hnoAuthor: Tsantilas Christos <chtsanti@users.sourceforge...
2006-06-07  hnoBug #624: Various assertion errors on Range requests
2004-08-30  robertcMerge in MemPools objectification.
2003-09-29  robertcSummary: Merge Gerard's AIX signed and datatype size...
2003-08-05  robertcSummary: Remove the unneeded 'deleteSelf' idiom.
2003-07-14  robertcSummary: Merge of robertc@squid-cache.org--squid/squid...
2003-06-19  robertcSummary: Gcc-3.3 tidyups.
2003-06-18  robertcSummary: Really fix bug #646
2003-05-24  robertcSummary: Fix bug #646
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-10-15  robertcfix c++ compilers that put the vtable at the beginning...
2002-10-14  robertcC++ conversion
2001-10-24  hnoformat fixes
2001-02-08  hnoCleaned up the namespace (local functions made static)
2001-01-12  wesselsUpdated copyright
2000-11-01  wesselsDW:
2000-10-04  wesselsDW:
2000-03-06  wesselsMerge changes from 2.3 branch. Mostly this is copyrigh...
1999-10-04  wessels2.3 branch merge
1999-01-20  wesselsgindent
1999-01-20  wesselsFTP REST support
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- fixed a bug when one of the merged ranges could get...
1998-07-23  wesselsCHANGED COPYRIGHT STUFF
1998-07-21  wesselsgindent
1998-07-20  wesselschange FSF address
1998-06-05  rousskov- canonization process for ranges will now merge overla...
1998-06-03  rousskov- Added basic support for Range requests.
1998-05-23  wesselsgindent
1998-05-12  rousskov - Added binary http headers to requests
1998-04-07  wesselsgindent
1998-03-12  rousskov- Removed Join method. Range fields are not join-able.
1998-03-12  rousskov- Fixed Join bug (extracting specs from recepient Range...
1998-03-09  rousskov- Added bottom level support for Content-Range header...
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...