]> git.ipfire.org Git - thirdparty/squid.git/history - src/store.cc
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / store.cc
2021-05-08  squidadmSource Format Enforcement (#763)
2020-11-08  squidadmSource Format Enforcement (#745)
2020-10-27  Eduard BagdasaryanAvoid null pointer dereferences when dynamic_cast'ing...
2020-10-26  Eduard BagdasaryanRemoved StoreClient::created() and improved PURGE code...
2020-07-14  Eduard BagdasaryanReport SMP store queues state (mgr:store_queues) (...
2020-06-20  Eduard BagdasaryanPreserve caller context in MemObject::abort callbacks...
2020-06-11  Amos JeffriesMaintenance: Remove FIXME and \todo labels (#647)
2020-03-29  mrumphBug 5021: Spelling errors fixed by running scripts...
2020-03-19  DrDaveDBug 5030: Negative responses are never cached (#566)
2020-01-03  squidadmSource Format Enforcement (#532)
2019-10-12  Alex RousskovRe-enabled updates of stored headers on HTTP 304 respon...
2019-10-04  Craig GowingBug 4989: Leaking StoreEntry objects on Cache Digest...
2019-08-10  Eduard BagdasaryanAdded ENTRY_REQUIRES_COLLAPSING debugging (#453)
2019-03-02  Eduard BagdasaryanBug 4823: assertion failed: "lowestOffset () <= target_... M-staged-PR370
2019-02-07  SquidAdmSourceFormat Enforcement
2018-07-26  Eduard BagdasaryanOptimization: Faster response headers packing (#230) M-staged-PR230
2018-07-16  Eduard BagdasaryanRemove NullStoreEntry (#241) M-staged-PR241
2018-06-28  Eduard BagdasaryanBug 4579: cannot hit an entry being written by another...
2018-06-18  Eduard BagdasaryanIdentify collapsed transactions (#213)
2018-06-11  Eduard BagdasaryanBug 4223: fixed retries of failed re-forwardable transa...
2018-05-16  Amos JeffriesDocs: fix many spelling mistakes (#206) M-staged-PR206
2018-04-12  Eduard BagdasaryanSupport selective CF: collapsed_forwarding_access ...
2018-03-01  Amos JeffriesUse va_copy() on all platforms; fixed a dangerous low...
2018-02-28  Alex RousskovFixed built-in profiling bug created by 2745fea (#162)
2018-02-06  Alex RousskovRemoved duplicate KEY_PRIVATE debugging added in 39fe14...
2018-02-02  Eduard BagdasaryanBug 4505: SMP caches sometimes do not purge entries...
2018-01-03  squidadmDocs: Copyright updates for 2018 (#114)
2017-12-19  Eduard BagdasaryanRestored Squid ability to serve pure hits broken by...
2017-11-26  SquidAdmFix formatting errors in d8165775
2017-11-16  Alex RousskovFixed %<Hs, %<pt, %<tt, %<bs calculation bugs for error...
2017-09-15  Eduard BagdasaryanBug 4616: store_client.cc:92: "mem" assertion (#50)
2017-06-01  Eduard BagdasaryanCollapse internal revalidation requests (SMP-unaware...
2017-05-23  Amos JeffriesReplace String with SBuf for storage of header names...
2017-03-03  Eduard BagdasaryanFix two read-ahead problems related to delay pools...
2017-03-01  Amos JeffriesCleanup: convert MemObject::_reply to ReplyPointer
2017-02-26  Amos JeffriesCleanup: convert MemObject::request to Pointer
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-09-17  Eduard BagdasaryanBug 4471: revalidation doesn't work when expired cached...
2016-09-06  Eduard BagdasaryanHTTP: MUST always revalidate Cache-Control:no-cache...
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-23  Amos JeffriesSync with trunk rev.14719
2016-06-12  Eduard BagdasaryanFix for valgrind-discovered trunk errors.
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-05-01  Alex RousskovAccumulate fewer unknown-size responses to avoid overwh...
2016-04-05  Amos JeffriesMerged from trunk rev.14625
2016-03-29  Amos JeffriesMerged from trunk rev.14612
2016-03-29  Alex RousskovRemoved duplicated #include line.
2016-03-25  Amos JeffriesConvert Vary handling to SBuf
2016-03-18  Christos Tsantilasmerge from trunk r14590
2016-02-19  Amos JeffriesRevert r14303: Migrate StoreEntry to using MEMPROXY_CLASS
2016-01-01  Source MaintenanceSourceFormat Enforcement
2015-12-14  Christos Tsantilasmerge from trunk r14444
2015-11-25  Amos JeffriesCleanup: Refactor ConnStateData pipeline handling
2015-11-19  Source MaintenanceSourceFormat Enforcement
2015-11-19  Alex RousskovStore API and layout polishing. No functionality change...
2015-11-18  Amos JeffriesC++ convert the global C functions that operate on...
2015-11-18  Amos JeffriesMerged from trunk rev.14404
2015-11-18  Alex RousskovSourceFormat
2015-11-18  Alex RousskovStore API and layout polishing. No functionality change...
2015-11-05  Amos JeffriesMove cacheDigestDestroy to CacheDigest destructor
2015-09-28  Amos JeffriesMerge from trunk
2015-09-25  Amos JeffriesMerge from trunk
2015-09-21  Francesco ChemolliCleanup: Migrate StoreEntry to using MEMPROXY_CLASS
2015-09-21  Francesco ChemolliRemove custom pool chunk size for StoreEntry.
2015-08-31  Francesco ChemolliMerge cleanups branch: split most of typedefs.h
2015-08-31  Amos JeffriesPackable API: Rename StoreEntryStream to PackableStream
2015-08-24  Alex RousskovWhen a RESPMOD service aborts, mark the body it produce...
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-08-01  Francesco ChemolliMerged from trunk
2015-08-01  Amos JeffriesFix 'large transactions are getting stuck' since rev...
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-25  Amos JeffriesUse StoreEntry Packable API directly without class...
2015-05-18  Amos JeffriesFix build errors in rev.14057 and rev.14058
2015-05-07  Amos JeffriesMerge from trunk rev.14061
2015-04-27  Amos JeffriesAdd vsnprintf() protection for vargs
2015-04-27  Amos JeffriesMake StoreEntry provide Packable interface
2015-04-26  Amos JeffriesMake packerClean() the destructor actions for Packer...
2015-03-02  Amos JeffriesMake packerClean() the destructor actions for Packer...
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
2015-01-02  Francesco ChemolliMerged from trunk
2015-01-01  Amos JeffriesCleanup: fix most 'unused parameter' warnings
2014-12-30  Francesco ChemolliMerged from trunk
2014-12-30  Francesco ChemolliSimplified MSNT basic auth helper
2014-12-20  Source MaintenanceSourceFormat Enforcement
next