]> git.ipfire.org Git - thirdparty/squid.git/history - src/ipc
Simplify appending SBuf to String (#2108)
[thirdparty/squid.git] / src / ipc /
2 days ago  Alex RousskovSimplify appending SBuf to String (#2108) master
2025-04-23  squidadmSource Format Enforcement (#2042)
2025-03-14  Francesco ChemolliFix Mem::Segment::open() stub to fix build without...
2024-01-31  Francesco ChemolliMaintenance: automate header guards 2/3 (#1655)
2023-12-13  Francesco ChemolliImprove and broadly use asHex() (#1578)
2023-10-06  Francesco ChemolliFix "make check" to test headers (#1463)
2023-09-26  Francesco ChemolliY2038: Use time_t for commSetConnTimeout() timeout...
2023-07-16  Alex RousskovDo not use static initialization to register modules...
2023-07-10  Amos JeffriesMaintenance: replace most NULL with nullptr (#1402)
2023-05-18  Alex RousskovDo not erase aborted StoreMap entries that are still...
2023-05-17  Alex RousskovDo not populate StoreEntry basics from Transients ...
2023-04-03  Alex RousskovFix GCC v13 build [-Warray-bounds] (#1318)
2023-01-22  squidadmSource Format Enforcement (#1234)
2023-01-16  Alex RousskovMove Namespace::Foo printing operators to Namespace...
2023-01-13  Alex RousskovMaintenance: Consistent use of C++11 "override" specifi...
2022-12-15  Alex RousskovRequire C++17 (#1212)
2022-09-05  Alex RousskovReplaced most custom high-level callbacks with a unifie...
2022-09-03  Alex RousskovStop (ab)using Transient entry flags for CF requirement...
2022-07-10  Alex RousskovMaintenance: Removed most NULLs using modernize-use...
2022-07-10  Alex RousskovMaintenance: Remove unused data members (#1082)
2022-04-29  Alex RousskovBug 5208: Part 1: Restart kids killed by SIGKILL (...
2022-04-27  Francesco ChemolliImprove Ipc::Mem page limits accounting (#1030)
2022-03-28  Eduard BagdasaryanKid restart leads to persistent queue overflows, delays...
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-10-24  Alex RousskovBug 5169: StoreMap.cc:517 "!s.reading()" assertion...
2021-08-01  Amos JeffriesFix TCP keepalive (#853)
2021-05-08  squidadmSource Format Enforcement (#763)
2021-02-18  uhliarikFix build on Fedora Rawhide (#772)
2021-02-12  Eduard BagdasaryanProtect SMP kids from unsolicited IPC answers (#771)
2021-01-24  Eduard BagdasaryanDeduplicating IPC strand messages (#756)
2020-11-08  squidadmSource Format Enforcement (#745)
2020-10-27  Eduard BagdasaryanPreserve caller context across IPC-related timeout...
2020-10-13  Eduard BagdasaryanDo not duplicate free disk slots on diskers restart...
2020-07-14  Eduard BagdasaryanReport SMP store queues state (mgr:store_queues) (...
2020-07-03  Alex RousskovConcurrent hit misses due to Transients entry creation...
2020-06-20  squidadmSource Format Enforcement (#665)
2020-05-19  Eduard BagdasaryanReduced startup time with large rock cache_dirs (#634)
2020-05-13  Alex RousskovFix the ABA problem with Ipc::Mem::PageStack::pop(...
2020-03-29  mrumphBug 5021: Spelling errors fixed by running scripts...
2020-03-14  Eduard Bagdasaryanparanoid_hit_validation directive (#559)
2020-02-19  Eduard BagdasaryanSupport worker-dedicated listening queues (SO_REUSEPORT...
2020-01-16  Eduard BagdasaryanDo not stall if xactions overwrite a recently active...
2020-01-03  squidadmSource Format Enforcement (#532)
2019-12-25  Eduard BagdasaryanCentralized PagePool/PageStack ID generation (#525)
2019-12-23  Eduard BagdasaryanFixed prohibitively slow search for new SMP shm pages...
2019-12-20  Eduard BagdasaryanFix shared memory size calculation on 64-bit systems...
2019-11-23  jijiwawaBug 5008: SIGBUS in PagePool::level() with custom rock...
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-06-08  Amos JeffriesFix GCC-9 build issues (#413)
2019-02-07  SquidAdmSourceFormat Enforcement
2019-01-23  Eduard BagdasaryanInitialize StoreMapSlice when reserving a new cache...
2018-07-08  Alex RousskovBug 4865: Unexpected exception on startup in TypedMsgHd... M-staged-PR242
2018-07-04  Amos JeffriesBug 4843 pt3: GCC-8 fixes and refactoring (#172)
2018-06-18  Eduard BagdasaryanIdentify collapsed transactions (#213)
2018-06-11  Eduard BagdasaryanBug 4223: fixed retries of failed re-forwardable transa...
2018-04-30  Eduard BagdasaryanDo not abuse argv[0] to supply roles and IDs to SMP... M-staged-PR176
2018-04-12  Alex RousskovFixed Transient reader locking broken by 4310f8b (... M-staged-PR161
2018-02-24  Alex RousskovBug 4822: Build failure (-Wformat) where time_t is...
2018-02-02  Eduard BagdasaryanBug 4505: SMP caches sometimes do not purge entries...
2018-01-10  Alex RousskovReport exception locations and exception-related polish...
2018-01-03  squidadmDocs: Copyright updates for 2018 (#114)
2017-09-03  DrDaveDBug 4767: SMP breaks IPv6 SNMP and cache manager queries
2017-08-03  Alex RousskovAutomatically revive hopeless kids on reconfigure and...
2017-06-24  Source MaintenanceSourceFormat Enforcement
2017-06-24  Alex RousskovFixed mgr query handoff from the original recipient...
2017-06-23  Alex RousskovFixed message packing error handling in mgr and snmp...
2017-06-18  Source MaintenanceSourceFormat Enforcement
2017-06-18  Amos JeffriesCleanup: remove many whitespace typos
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-08-08  Amos JeffriesCleanup: remove unused Ipc::MemMap::ttl
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-13  Alex RousskovBug 4493: theObject->sharedMemorySize() == theSegment...
2016-04-08  Amos JeffriesFix shm_open error message after rev.14625
2016-04-05  Amos JeffriesMerged from trunk rev.14625
2016-04-03  Amos JeffriesCleanup: remove xstrerror()
2016-03-29  Amos JeffriesMerged from trunk rev.14612
2016-03-25  Amos JeffriesConvert Vary handling to SBuf
2016-03-25  Amos JeffriesBug 4438: SIGSEGV in memFreeString() destructing SBuf...
2016-03-24  Alex RousskovAdded shared_memory_locking configuration directive...
2016-03-18  Christos Tsantilasmerge from trunk r14590
2016-03-11  Alex RousskovBug 7: Update cached entries on 304 responses.
2016-03-02  Francesco ChemolliImplement sbuf/forward.h and use it
2016-03-01  Francesco ChemolliMake use of sbuf/forward.h
2016-02-25  Francesco ChemolliRefactor SBuf into own library and simplify link time...
2016-02-25  Francesco ChemolliMerged from trunk
2016-02-24  Francesco ChemolliMove SBuf<->String conversion to own header.
2016-02-23  Francesco Chemolliinitial version of libsbuf
2016-01-31  Amos JeffriesSourceLayout: rename ClientSocketContext to Http::Stream
2016-01-28  Alex RousskovBug 4418: FlexibleArray compile error with GCC 6
2016-01-28  Alex RousskovFixed cleanup of a shared memory segment in an unusual...
2016-01-28  Markus MayerFixed handling of shared memory left over by Squid...
2016-01-01  Source MaintenanceSourceFormat Enforcement
next