]> git.ipfire.org Git - thirdparty/squid.git/history - src/fs/rock
CI: Support customizing CONTRIBUTORS in new contributor PRs (#2128)
[thirdparty/squid.git] / src / fs / rock /
2025-04-23  squidadmSource Format Enforcement (#2042)
2025-02-23  JulienFix GCC v13 LTO build [-Walloc-size-larger-than=] ...
2024-05-19  Francesco ChemolliFix build with clang v18 [-Wvla-cxx-extension] (#1813)
2024-01-31  Francesco ChemolliMaintenance: automate header guards 2/3 (#1655)
2023-12-13  Francesco ChemolliImprove and broadly use asHex() (#1578)
2023-11-09  Eduard BagdasaryanReport/abort on any catastrophic rock cache_dir indexin...
2023-10-27  Francesco ChemolliDo not double-check cbdataReferenceDone() argument...
2023-07-16  Alex RousskovDo not use static initialization to register modules...
2023-03-25  Alex RousskovFix rock/RockSwapDir.cc "slot->sameKey()" assertion...
2023-02-20  Alex RousskovRemoved unused StoreIOState::STFNCB callbacks (#1283)
2023-01-22  squidadmSource Format Enforcement (#1234)
2023-01-13  Alex RousskovMaintenance: Consistent use of C++11 "override" specifi...
2022-09-15  Alex RousskovDo not lock an SMP hit twice for the same transaction...
2022-09-02  Alex RousskovFewer "busy shutdown" crashes; simpler shutdown cleanup...
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-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)
2022-01-21  Alex RousskovCategorize level-0/1 messages; part 1: "easy" problem...
2021-08-22  Alex RousskovBug 5055: FATAL FwdState::noteDestinationsEnd exception...
2021-08-12  Francesco ChemolliActivate extra compiler checks (#667)
2021-06-11  Eduard Bagdasaryancache_log_message directive (#775)
2021-06-11  Amos JeffriesMaintenance: Update astyle version to 3.1 (#841)
2021-05-08  squidadmSource Format Enforcement (#763)
2021-04-08  Joshua RogersFix various Clang-12.0 compiler warnings (#800)
2020-11-08  squidadmSource Format Enforcement (#745)
2020-10-13  Eduard BagdasaryanDo not duplicate free disk slots on diskers restart...
2020-05-19  Eduard BagdasaryanReduced startup time with large rock cache_dirs (#634)
2020-03-29  mrumphBug 5021: Spelling errors fixed by running scripts...
2020-01-03  squidadmSource Format Enforcement (#532)
2019-12-25  Eduard BagdasaryanCentralized PagePool/PageStack ID generation (#525)
2019-10-12  Alex RousskovRe-enabled updates of stored headers on HTTP 304 respon...
2019-08-07  Eduard BagdasaryanFix rock disk entry contamination related to aborted...
2019-07-19  Eduard BagdasaryanDisabled partial rock cache_dir writes (#440)
2019-02-07  SquidAdmSourceFormat Enforcement
2019-01-23  Eduard BagdasaryanFail Rock swapout if the disk dropped some of the write...
2019-01-23  Eduard BagdasaryanInitialize StoreMapSlice when reserving a new cache...
2018-09-28  Amos JeffriesDocs: make doxygen happier and fix some comments (... M-staged-PR293
2018-07-04  Amos JeffriesBug 4843 pt3: GCC-8 fixes and refactoring (#172)
2018-04-12  Alex RousskovFixed Transient reader locking broken by 4310f8b (... M-staged-PR161
2018-02-02  Eduard BagdasaryanBug 4505: SMP caches sometimes do not purge entries...
2018-01-03  squidadmDocs: Copyright updates for 2018 (#114)
2017-10-06  Christos TsantilasBug 4718: Support filling raw buffer space of shared...
2017-06-01  Eduard BagdasaryanCollapse internal revalidation requests (SMP-unaware...
2017-03-17  Eduard BagdasaryanDetail swapfile header inconsistencies.
2017-02-23  Amos JeffriesFix typ in rev.15070
2017-02-23  Amos JeffriesAdd missing return statements after self_destruct(...
2017-01-12  Amos JeffriesMerged from v5 r15006
2017-01-01  Source MaintenanceSourceFormat Enforcement
2016-12-22  Amos JeffriesMerged from v5 r14984
2016-12-20  Amos JeffriesFix GCC6: unused local variable 'weInitiatedThisClosure'
2016-12-19  Amos JeffriesMerge from 5.0.0 r14981
2016-12-18  Amos JeffriesFix error: unused variable 'weInitiatedThisClosure'
2016-11-20  Amos JeffriesC++11: Remove GnuRegex and all -lregex related code
2016-10-05  Alex RousskovDo not leak serialized metadata when updating rock...
2016-09-17  Eduard BagdasaryanBug 4471: revalidation doesn't work when expired cached...
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-05-26  Amos JeffriesMerge from trunk rev.14687
2016-05-23  Alex RousskovBug 4517 error: comparison between signed and unsigned...
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-04-03  Amos JeffriesCleanup: remove xstrerror()
2016-03-18  Christos Tsantilasmerge from trunk r14590
2016-03-12  Alex RousskovUse CBDATA_CHILD() instead of CBDATA_CLASS() to mark...
2016-03-12  Alex RousskovFixed clang -Winconsistent-missing-override warning.
2016-03-11  Alex RousskovBug 7: Update cached entries on 304 responses.
2016-02-25  Francesco ChemolliRefactor SBuf into own library and simplify link time...
2016-02-25  Francesco ChemolliMerged from trunk
2016-02-23  Francesco Chemolliinitial version of libsbuf
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-21  Alex RousskovIncluded <vector> that was missing on some platforms...
2015-11-19  Alex RousskovStore API and layout polishing. No functionality change...
2015-11-18  Alex RousskovSourceFormat
2015-11-18  Alex RousskovStore API and layout polishing. No functionality change...
2015-09-28  Amos JeffriesMerge from trunk
2015-09-03  Francesco ChemolliMerged from trunk
2015-08-31  Amos JeffriesSourceLayout: rename fs/rock/RockForward.h to fs/rock...
2015-08-31  Francesco ChemolliMerge cleanups branch: split most of typedefs.h
2015-08-31  Francesco ChemolliAudit round 2
2015-08-31  Francesco ChemolliMerged from trunk
2015-08-30  Francesco ChemolliMerged from trunk
2015-08-28  Francesco ChemolliMoved mem_status_t and store_status_t to Store.h
2015-08-28  Francesco ChemolliMoved mb_size_t from typedefs.h to MemBuf.h
2015-08-28  Francesco ChemolliMoved sfileno and sdirno from typedefs.h to fs/forward.h
2015-07-28  Amos JeffriesMerged from trunk rev.14181
2015-07-27  Francesco ChemolliMerged from trunk
2015-07-26  Amos JeffriesSourceLayout: shuffle DiskIO modules into libdiskio...
2015-07-23  Francesco ChemolliMerged from trunk
2015-07-22  Francesco ChemolliRework Rock::SwapDir::getOptionTree (CID 1312104)
2015-07-21  Francesco ChemolliMerge Coverity Fixes
2015-07-21  Francesco ChemolliMerged from trunk
2015-07-20  Francesco ChemolliAvoid possible leak in Rock::SwapDir::getOptionTree...
next