]> git.ipfire.org Git - thirdparty/squid.git/shortlog
thirdparty/squid.git
2021-07-16  Alex Rousskovfixup: Do not rely on dieOnConnectionFailure() to throw...
2021-07-16  Alex RousskovSimplified PeerPoolMgr by removing excessive conn closu...
2021-07-16  Alex RousskovFix Tunneler handling of last-resort callback requirements
2021-07-16  Alex RousskovSimplified Downloader (positive) termination condition
2021-07-16  Alex Rousskovfixup: Fix Downloader handling of last-resort callback...
2021-07-16  Alex Rousskovfixup: Ensure job callback invariants for Downloader
2021-07-14  Alex RousskovRequire strict JobWait::start/finish pairing
2021-07-14  Alex Rousskovfixup: Simplify branch-added code
2021-07-14  Alex Rousskovfixup: Re-merge FwdState::saveError() and fail() method...
2021-07-14  Alex Rousskovfixup: Slightly safer destinationReceipt cleanup
2020-12-21  Eduard BagdasaryanDo not cancelStep() since an exception means that no...
2020-12-18  Alex Rousskovfixup: Simplify and protect private PeerConnectionPoint...
2020-12-17  Alex Rousskovfixup: const, auto for branch-modified "cs = new Job...
2020-12-17  Alex Rousskovfixup: Removed unnecessary branch-added typedef
2020-12-17  Alex Rousskovfixup: Removed unnecessary (for GCC v9.3?) branch-added...
2020-12-12  Eduard BagdasaryanAdded a TODO about future refactoring with Optional<>
2020-12-11  Eduard BagdasaryanFixed the 'declaration of ‘job’ shadows a member of...
2020-12-11  Eduard BagdasaryanMerge remote-tracking branch 'official/master' into...
2020-12-10  Eduard BagdasaryanJust call a job method without creating callback
2020-12-10  Eduard BagdasaryanCancel encryptionWait callback in Icap::Xaction::swanSong()
2020-12-10  Eduard BagdasaryanSimplified, replacing Xaction::encryptionWait pointer...
2020-12-10  Eduard BagdasaryanDo not call JobWait::start(nullptr), which asserts
2020-12-08  Eduard BagdasaryanRemoved FwdState::calls as unused
2020-12-08  Eduard BagdasaryanFixed a typo
2020-12-08  Eduard BagdasaryanRemoved an c++14 specific feature
2020-12-08  Alex Rousskovfixup: Renamed JobCallbackPointer to JobWait, polished...
2020-12-07  Alex Rousskovfixup: Reduce CbcPointer copies when calling JobCallbac...
2020-12-07  Alex Rousskovfixup: Avoid excessive JobCallbackPointer-related depen...
2020-12-05  Alex Rousskovfixup: Avoid premature conversion of smart job_ pointer...
2020-12-05  Alex Rousskovfixup: polished and adjusted in preparation for renamin...
2020-12-05  Alex Rousskovfixup: polished (and added) JobCallbackPointer document...
2020-12-05  Alex Rousskovfixup: Disabled dangerous copying of job callbacks
2020-12-05  Alex Rousskovfixup: Removed JobCallbackPointer::{debugSection,debugL...
2020-12-04  Alex Rousskovfixup: Removed odd-looking JobCallbackPointer::callbackId()
2020-12-04  Alex Rousskovfixup: Undo HEAD~1 (branch commit 24752d5) JobCallbackP...
2020-11-20  Eduard BagdasaryanBug 5057: "Generated response lacks status code" (...
2020-11-14  Christos TsantilasRevert 017a2d1: Cleanup helper.h classes (#749)
2020-11-10  Alex RousskovTransactions exceeding client_lifetime are logged as...
2020-11-10  Alex RousskovSquid-to-client write_timeout triggers client_lifetime...
2020-11-08  squidadmSource Format Enforcement (#745)
2020-11-05  Alex RousskovOptimization: Avoid more SBuf::cow() reallocations...
2020-10-29  Amos JeffriesTranslations: Update integration (#738)
2020-10-28  Alex RousskovDo not send keep-alive or close in HTTP Upgrade request...
2020-10-27  Eduard BagdasaryanAvoid null pointer dereferences when dynamic_cast'ing...
2020-10-27  Alex RousskovFix std::ostream precision settings leak in Progress...
2020-10-27  Štěpán BrožFix cachemgr.cgi regression in the bug 4957 fix (#741)
2020-10-27  Eduard BagdasaryanPreserve caller context across IPC-related timeout...
2020-10-26  Eduard BagdasaryanRemoved StoreClient::created() and improved PURGE code...
2020-10-21  Amos JeffriesBug 5073: Compile error: index was not declared in...
2020-10-17  Javier PachecoTranslation: Add es-mx dialect translation (#728)
2020-10-17  Amos JeffriesCleanup helper.h classes (#719)
2020-10-13  Eduard BagdasaryanDo not duplicate free disk slots on diskers restart...
2020-10-07  Alex RousskovAlways send port in request-target of CONNECT requests...
2020-10-01  Craig GowingBug 5076: WCCP Security Info incorrect (#725)
2020-09-18  Amos JeffriesRemove always-true assert in ClpMap (#726)
2020-09-16  Patrick Scott... Bug 5065: url_rewrite_program documentation update...
2020-09-15  Amos JeffriesCleanup: use C++11 initialization in ConnStateData...
2020-09-15  Alex RousskovRestored support for non-lowercase Transfer-Encoding...
2020-09-14  Amos JeffriesReturn from handleIMSReply when verdict is decided...
2020-09-04  Amos JeffriesMerge pull request from GHSA-jvf6-h9gj-pmj6
2020-08-28  Amos JeffriesReplaced X-Cache and X-Cache-Lookup headers with Cache...
2020-08-21  Amos JeffriesRelease Prep for 5.0.4 and 4.13 (#715)
2020-08-20  Amos JeffriesRemove dlink from HttpHdrSc (#589)
2020-08-17  Sergio Durigan... WCCP: Fix GCC-10 -Wstringop-truncation failures (#708)
2020-08-16  Amos JeffriesImprove Transfer-Encoding handling (#702)
2020-08-15  Amos JeffriesForbid obs-fold and bare CR whitespace in framing heade...
2020-08-13  Eduard BagdasaryanIgnore SMP queue responses made stale by worker restart...
2020-08-12  Alex RousskovDo not send keep-alive in 101 (Switching Protocols...
2020-08-09  trapexitAdd http_port sslflags=CONDITIONAL_AUTH (#510)
2020-08-08  Amos JeffriesFix: cannot stat tests/STUB.h No such file or directory...
2020-08-04  Amos JeffriesEnforce token characters for field-name (#700)
2020-07-30  Eduard BagdasaryanDo not stall while debugging a scan of an empty store_t...
2020-07-29  Eduard BagdasaryanFix livelocking in peerDigestHandleReply (#698)
2020-07-26  Amos JeffriesConvert LRU map into a CLP map (#593)
2020-07-23  Eduard BagdasaryanJobCallbackPointer::cancel() not checks itself the...
2020-07-23  Eduard BagdasaryanMoved the job notifiation functionality to JobCallbackP...
2020-07-22  Eduard BagdasaryanJobCallbackPointer: use context-specific debugSection...
2020-07-22  Eduard BagdasaryanJobCallbackPointer should print all its information
2020-07-22  Eduard BagdasaryanReplaced JobCallbackPointer::pending() with 'operator...
2020-07-22  Eduard BagdasaryanRefactored Adaptation::Icap::Xaction::cs with JobCallba...
2020-07-21  Eduard BagdasaryanRenamed Ftp::Client::opener field to 'dataOpener'
2020-07-20  Eduard BagdasaryanMoved the 'paranoid...' comment in PeerConnector::swanS...
2020-07-20  Eduard BagdasaryanTunnelStateData stops being the connection owner
2020-07-20  Eduard BagdasaryanRefactored PeerPoolMgr opener and securer with JobCallb...
2020-07-19  Eduard BagdasaryanRefactored Ftp::Server::connector with JobCallbackPointer
2020-07-19  Eduard BagdasaryanRefactored PeerConnector::startCertDownloading with...
2020-07-17  Eduard BagdasaryanRefactored Log::TcpLogger::doConnect() with JobCallback...
2020-07-17  Eduard BagdasaryanRefactored Ftp::Channel::opener with JobCallbackPointer
2020-07-17  Eduard BagdasaryanRefactored Adaptation::Icap::Xaction::securer with...
2020-07-17  Eduard BagdasaryanJobCallbackPointer: cancelling in destructor
2020-07-17  Eduard BagdasaryanRemoved leftowers
2020-07-16  Eduard BagdasaryanRefactored HappyConnOpener::Attempt with JobCallbackPointer
2020-07-16  Eduard BagdasaryanRefactored HappyConnOpener::Attempt with JobCallbackPointer
2020-07-16  Eduard BagdasaryanMoved ConnOpener::noteAbort() to its base AsyncJob
2020-07-15  Eduard BagdasaryanIntroduced a new Job+AsyncCall conception
2020-07-14  Eduard BagdasaryanDistinguish FwdState::fail() callers
2020-07-14  Eduard BagdasaryanReport SMP store queues state (mgr:store_queues) (...
2020-07-13  Eduard BagdasaryanFwdState::advanceDestination(): do cleanup regardless...
2020-07-13  Eduard BagdasaryanStore job callbacks and cancel them on errors
2020-07-10  Alex RousskovHonor on_unsupported_protocol for intercepted https_por...
next