]> git.ipfire.org Git - thirdparty/squid.git/history - src/HttpReply.cc
Maintenance: Update astyle version to 3.1 (#841)
[thirdparty/squid.git] / src / HttpReply.cc
2021-05-08  squidadmSource Format Enforcement (#763)
2020-03-29  mrumphBug 5021: Spelling errors fixed by running scripts...
2020-01-03  squidadmSource Format Enforcement (#532)
2019-10-12  Alex RousskovRe-enabled updates of stored headers on HTTP 304 respon...
2019-10-03  josepjonesCleanup: rename String::limitInit() to assign() (#488)
2019-09-21  Eduard BagdasaryanSet ALE::reply to the 200 (Connection established)...
2019-06-23  Eduard BagdasaryanFix handling of tiny invalid responses (#422)
2019-02-07  SquidAdmSourceFormat Enforcement
2018-08-01  Eduard BagdasaryanDo not send Content-Length in 1xx or 204 responses...
2018-07-26  Eduard BagdasaryanOptimization: Faster response headers packing (#230) M-staged-PR230
2018-01-03  squidadmDocs: Copyright updates for 2018 (#114)
2017-11-16  Eduard BagdasaryanBug 2821: Ignore Content-Range in non-206 responses...
2017-06-26  Alex RousskovMinimize direct comparisons with ACCESS_ALLOWED and...
2017-05-23  Amos JeffriesReplace String with SBuf for storage of header names...
2017-05-05  Eduard BagdasaryanReduced the chance of using an absent HttpHdrCc directi...
2017-02-20  Amos JeffriesSync with v5 rev.15058
2017-02-20  Amos JeffriesSourceLayout: move HttpMsgParseState into Http::Message...
2017-02-16  Amos JeffriesSourceLayout: move HttpMsg into libhttp as Http::Message
2017-01-12  Amos JeffriesMerged from v5 r15006
2017-01-01  Source MaintenanceSourceFormat Enforcement
2016-11-20  Amos JeffriesC++11: Remove GnuRegex and all -lregex related code
2016-10-08  Eduard BagdasaryanHTTP: MUST ignore a [revalidation] response with an...
2016-08-01  Christos Tsantilasmerge from trunk-r14768
2016-07-23  Eduard BagdasaryanCollapse internal revalidation requests (SMP-unaware...
2016-07-07  Christos TsantilasSync with trunk r14734
2016-06-26  Amos JeffriesMerged from trunk rev.14721
2016-06-25  Eduard BagdasaryanHTTP/1.1: Update all stored headers on 304 revalidation.
2016-05-26  Amos JeffriesMerge from trunk rev.14687
2016-05-23  Christos TsantilasSync with trunk-r14686
2016-05-13  Christos Tsantilasmerge from trunk-r14667
2016-04-22  Amos JeffriesCleanup: convert late initialized objects to MEMPROXY_CLASS
2016-04-05  Amos JeffriesMerged from trunk rev.14625
2016-03-20  Dave DykstraBug 2831: Cache-control: max-age not sent on TCP_IMS_HI...
2016-03-18  Christos Tsantilasmerge from trunk r14590
2016-03-11  Alex RousskovAdded missing const qualifiers to HTTP message packing...
2016-01-31  Amos JeffriesSourceLayout: rename ClientSocketContext to Http::Stream
2016-01-13  Christos TsantilasAdd connections_encrypted ACL
2016-01-01  Source MaintenanceSourceFormat Enforcement
2015-09-28  Amos JeffriesMerge from trunk
2015-09-09  Amos JeffriesMerge from trunk rev.14289
2015-09-05  Francesco ChemolliRefactor HttpHeader into gperf-generated perfect hash
2015-08-09  Amos JeffriesMerge from trunk
2015-08-06  Francesco ChemolliMerge coverity-fixes - HttpHeader refactor
2015-08-04  Francesco ChemolliRenamed http_hdr_type to Http::HdrType, fixed some...
2015-07-28  Amos JeffriesMerged from trunk rev.14181
2015-07-27  Francesco ChemolliMerged from trunk
2015-06-28  Amos JeffriesMerged from trunk rev.14126
2015-06-09  Amos JeffriesMerge from trunk rev.14108
2015-06-01  Amos JeffriesMerged from trunk rev.14096
2015-05-26  Amos JeffriesReplace Packer object API with Packable API
2015-05-22  Amos JeffriesMerged from trunk rev.14084
2015-05-07  Amos JeffriesMerge from trunk rev.14061
2015-04-27  Amos JeffriesFix printf format for size_t and mb_size_t
2015-04-27  Amos JeffriesRename Packable::Printf as Packable::appendf
2015-04-27  Amos JeffriesMemBuf implements Packable interface
2015-04-27  Amos JeffriesRename MemBuf::vPrintf to MemBuf::vappendf
2015-04-27  Amos JeffriesUpdate Packable API to implement vappendf() method
2015-04-26  Amos JeffriesConvert packing methods from Packer* to Packable* objects
2015-04-26  Amos JeffriesCreate Packable interface class
2015-04-26  Amos JeffriesShuffle packerPrintf() to be Packer::Printf method
2015-04-26  Amos JeffriesShuffle packerAppend() to Packer::append() method
2015-04-26  Amos JeffriesMake packerClean() the destructor actions for Packer...
2015-03-28  Amos JeffriesMerged ICAP changes from trunk rev.13995
2015-03-28  Amos JeffriesParser-NG: Convert the ICAP read buffer to an SBuf.
2015-03-28  Amos JeffriesMerge from trunk rev.13994
2015-03-16  Amos JeffriesMerge from trunk rev.13981
2015-03-11  Amos JeffriesMerged from trunk rev.13970
2015-03-04  Amos JeffriesMemBuf implements Packable interface
2015-03-03  Amos JeffriesConvert packing methods from Packer* to Packable* objects
2015-03-03  Amos JeffriesShuffle packerAppend() to Packer::append() method
2015-03-02  Amos JeffriesMake packerClean() the destructor actions for Packer...
2015-02-28  Amos JeffriesMerged from trunk rev.13957
2015-01-25  Amos JeffriesRevert HttpMsg::parse API from MemBuf to c-string
2015-01-20  Amos JeffriesMerge from trunk rev.13866
2015-01-14  Amos JeffriesMerge from trunk
2015-01-13  Francesco ChemolliMerged from trunk
2015-01-13  Source MaintenanceSourceFormat Enforcement
2014-12-30  Francesco ChemolliMerged from trunk
2014-12-30  Francesco ChemolliSimplified MSNT basic auth helper
2014-12-20  Source MaintenanceSourceFormat Enforcement
2014-12-11  Amos JeffriesUpdate Http::ProtocolVersion() to initializer functions
2014-09-14  Amos JeffriesMerge from trunk rev.13584
2014-09-13  Amos JeffriesBoilerplate: update copyright blurbs on src/
2014-08-23  Amos JeffriesSync with trunk rev.13542
2014-06-24  Alex RousskovMerged from trunk r13474.
2014-05-29  Christos Tsantilasmerge from trunk r13423
2014-05-29  Christos Tsantilasmerge from trunk
2014-05-27  Francesco ChemolliMerged from trunk
2014-05-23  Alex RousskovMerged from trunk (r13356).
2014-05-02  Christos Tsantilasmerge from trunk
2014-04-30  Amos JeffriesMerge from trunk
2014-04-27  Amos JeffriesBug 1961: pt1: URL handling redesign
2013-12-11  Francesco ChemolliMerged from trunk
2013-12-06  Alex RousskovMerged from trunk 13172.
2013-11-04  Francesco ChemolliMerged from trunk
2013-10-31  Amos JeffriesDrop String::undefined()
2013-05-22  Alex RousskovMerged from parent (large-rock r12530 including trunk...
2013-03-21  Alex RousskovMerged from trunk (r12732, v3.3.3+).
2013-03-18  Amos JeffriesPolish: drop a bunch of dead code
2013-03-18  Amos JeffriesSourceLayout: shuffle HttpStatusLine into http/libsquid...
next