]> git.ipfire.org Git - thirdparty/squid.git/history - src/store.cc
CI: Remove unnecessary test-functionality test wrappers (#1393)
[thirdparty/squid.git] / src / store.cc
2023-06-27  Alex RousskovRemove serialized HTTP headers from storeClientCopy...
2023-05-05  Alex RousskovDo not check store_status when checking ENTRY_BAD_LENGT...
2023-03-25  Alex RousskovImprove detection of lonely StoreEntry clients (#1312)
2023-01-28  Amos JeffriesMerge MemImplementingAllocator and Mem::Allocator ...
2023-01-22  squidadmSource Format Enforcement (#1234)
2022-11-28  Amos JeffriesShuffle MemAllocator to Mem namespace (#1181)
2022-09-03  Alex RousskovStop (ab)using Transient entry flags for CF requirement...
2022-09-02  Alex RousskovFewer "busy shutdown" crashes; simpler shutdown cleanup...
2022-08-31  Alex RousskovRemove unused/disabled/broken LEAK_CHECK_MODE code...
2022-08-22  Alex RousskovFixed StoreMap.cc "anchorAt(anchorId).reading()" assert...
2022-07-14  Eduard BagdasaryanStreamline Store swap metadata handling (#1067)
2022-07-10  Alex RousskovMaintenance: Removed most NULLs using modernize-use...
2022-05-13  Eduard BagdasaryanPreserve caller context across (and improve) deferred...
2022-04-14  Amos JeffriesSourceLayout: Move time related tools to time/libtime...
2022-02-23  Alex RousskovSourceLayout: Move debugs()-related code into src/debug...
2022-02-03  squidadmSource Format Enforcement (#963)
2021-11-12  Amos JeffriesRemove CPU profiler mechanism (#931)
2021-10-10  Eduard BagdasaryanProperly track (and mark) truncated store entries ...
2021-07-15  Alex RousskovRemove bogus "found KEY_PRIVATE" WARNINGs (#862)
2021-06-11  Eduard Bagdasaryancache_log_message directive (#775)
2021-05-26  Francesco ChemolliRemove a lot of unwanted ifdef'd out code (#826) 4.15-20210527-snapshot 5.0.6-20210527-snapshot 6.0.0-20210527-master-snapshot
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
next