- Get this repository:
-
git clone
https://git.launchpad.net/squid
Squid has 4 active reviews.
Branches
Name | Last Modified | Last Commit |
---|---|---|
auto | 2021-01-17 06:49:48 UTC 21 hours ago |
Fix memory allocation for from-server network reads (#736)
Author:
Alex Rousskov
Fix memory allocation for from-server network reads (#736) Use tcp_recv_bufsize (not read_ahead_gap) for the response socket HttpStateData: Squid was incorrectly using a mostly unrelated read_ahead_gap directive We could just replace Config.readAheadGap with Config.tcpRcvBufsz (or * Small read_ahead_gap values stalled response header and body parsing. * Squid was deferring response reads when inBuf became full due to * Squid was not always deferring response reads when running out of * 64-bit configuration values could overflow int-based local variables. * inBuf was grown earlier than the code wanted to grow it (before the * Transactions killed by a Must() failure when a reconfiguration made * Wrong/misleadin SBuf implementation and parsing API exacerbate the bug by forcing memory Also do not wait for the rest of the HTTP response header or chunk I replaced "Non-HTTP- The changes near wasThereAnException look wrong, but it is the existing Also fixed commit 1ad6851 to delay buffer allocations until we are ready Why was the 1ad6851 bug unnoticed since 2015? The outside observers Also fixed "read_ahead_gap none" (i.e. unlimited gap) handling that was Also improved reply_header_ Also improved tcp_recv_ |
master | 2021-01-16 19:04:29 UTC 2021-01-16 |
Profiling: CPU timing implemented for MAC non-x86 (#757)
Author:
David Carlier
Profiling: CPU timing implemented for MAC non-x86 (#757) |
v4 | 2020-11-23 09:44:04 UTC 2020-11-23 |
Transactions exceeding client_lifetime are logged as _ABORTED (#748)
Author:
Alex Rousskov
Transactions exceeding client_lifetime are logged as _ABORTED (#748) ... rather than timed out (_TIMEOUT). To record the right cause of death, we have to call terminateAll() |
v5 | 2020-11-17 01:10:07 UTC 2020-11-17 |
Ignore SMP queue responses made stale by worker restarts (#711)
Author:
eduard-bagdasaryan
Ignore SMP queue responses made stale by worker restarts (#711) When a worker restarts (for any reason), the disker-to-worker queue may For writing transactions, accepting a previous generation response may To avoid these problems, each disk I/O request now stores the worker |
yadij-patch-1 | 2020-08-16 02:36:21 UTC 2020-08-16 |
Merge branch 'master' into yadij-patch-1
Author:
Amos Jeffries
Merge branch 'master' into yadij-patch-1 |
v3.5 | 2020-02-04 23:13:24 UTC 2020-02-04 |
fix security patch
Author:
Armin Wolfermann
fix security patch |
mingw-fixes | 2018-10-21 13:06:33 UTC 2018-10-21 |
Mingw build fixes
Author:
Francesco Chemolli
Mingw build fixes There are type errors and data access errors in windows-specific bits of |
v3.1 | 2016-12-17 13:56:49 UTC 2016-12-17 |
Bug 4169: HIT marked as MISS when If-None-Match does not match
Author:
Garri Djavadyan
Bug 4169: HIT marked as MISS when If-None-Match does not match |
v3.2 | 2016-12-17 12:59:41 UTC 2016-12-17 |
Bug 4169: HIT marked as MISS when If-None-Match does not match
Author:
Garri Djavadyan
Bug 4169: HIT marked as MISS when If-None-Match does not match |
v3.3 | 2016-12-17 10:04:42 UTC 2016-12-17 |
Bug 4169: HIT marked as MISS when If-None-Match does not match
Author:
Garri Djavadyan
Bug 4169: HIT marked as MISS when If-None-Match does not match |
v3.4 | 2016-12-17 06:37:44 UTC 2016-12-17 |
Do not override user defined -std option
Author:
Amos Jeffries
Do not override user defined -std option |
v3.0 | 2015-04-23 13:02:10 UTC 2015-04-23 |
Docs: Update CONTRIBUTORS
Author:
Source Maintenance
Docs: Update CONTRIBUTORS |
mswin | 2012-08-08 08:16:36 UTC 2012-08-08 |
merged from trunk
Author:
Amos Jeffries
merged from trunk |
SQUID_NT_3_0 | 2008-03-02 23:54:50 UTC 2008-03-02 |
Windows port: Add reconfigure action to cachemgr.
Author:
serassio <>
Windows port: Add reconfigure action to cachemgr. |
cbdatahistory | 2002-10-24 20:53:10 UTC 2002-10-24 |
cbdata debug history
Author:
robertc <>
cbdata debug history |
1 → 15 of 15 results | First • Previous • Next • Last |
Other repositories
Name | Last Modified |
---|---|
lp:squid | 4 hours ago |
1 → 1 of 1 result | First • Previous • Next • Last |