View Bazaar branches
Get this repository:
git clone https://git.launchpad.net/squid

Squid has 4 active reviews. See all merge proposals.

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://github.com/squid-cache/squid.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 2 minutes — see the log

Branches

Name Last Modified Last Commit
revert-2334-v7-merge-queue 2026-01-11 17:05:55 UTC
Revert "CI: Allow github merge queue to run build tests (#2334)"

Author: Amos Jeffries
Author Date: 2026-01-11 17:05:55 UTC

Revert "CI: Allow github merge queue to run build tests (#2334)"

This reverts commit f2f21b5d49d405a42690137c03de43fa42e1db01.

auto 2026-01-11 11:06:47 UTC
CI: Collect logs of failed unit tests (#2348)

Author: eduard-bagdasaryan
Author Date: 2026-01-09 23:05:07 UTC

CI: Collect logs of failed unit tests (#2348)

When a unit test fails during CI checks, the corresponding GitHub
Actions reports and collected btlayer-*.log files do not contain
any failure details. For example, we see

    FAIL: tests/testRock
    # FAIL: 1

but are missing critical details like

    stub time| FATAL: Ipc::Mem::Segment::create failed to
    shm_open(/squid-0-tr_rebuild_versions.shm): (63) File name too long

Now, GitHub Actions collect all log files, including unit test logs. For
the `ubuntu-24.04,gcc,default` build target, adding more logs increases
artifacts zip archive size by about 100 KB (from ~200KB to ~300KB).

If `test-builds.sh` succeeds, there are no unit test logs to collect
because all unit test logs are erased when `make distcheck` (initiated
by `test-builds.sh`) reaches its `make distclean` step. If a unit test
fails, then that cleaning step is not reached, (successful and failed)
unit test logs are preserved and are now added to CI artifacts.

v7 2026-01-11 06:29:45 UTC
Fix typo in LIBMIT_KRB5 variable naming (#2335)

Author: Pavel Timofeev
Author Date: 2026-01-05 03:31:58 UTC

Fix typo in LIBMIT_KRB5 variable naming (#2335)

Discovered while porting Squid v7 to FreeBSD.

master 2026-01-08 21:16:49 UTC
Drop obsolete AM_PROG_CC_C_O (#2342)

Author: Amos Jeffries
Author Date: 2026-01-08 14:09:08 UTC

Drop obsolete AM_PROG_CC_C_O (#2342)

From automake manual:

"
 This is an obsolescent macro that checks that the C compiler
 supports the -c and -o options together. Note that, since
 Automake 1.14, the AC_PROG_CC is rewritten to implement such
 checks itself, and thus the explicit use of AM_PROG_CC_C_O
 should no longer be required.
"

This also changes an implicit build requirement of automake 1.5
to an explicit 1.14 or later requirement.

v6 2025-11-04 22:16:16 UTC
Do not show arbitrary hostname in cachemgr.cgi output

Author: Amos Jeffries
Author Date: 2025-11-04 21:23:34 UTC

Do not show arbitrary hostname in cachemgr.cgi output

v5 2024-09-30 11:22:47 UTC
5.10 final

Author: Amos Jeffries
Author Date: 2024-09-30 11:19:58 UTC

5.10 final

v4 2022-09-22 07:39:23 UTC
Bug 3193 pt2: NTLM decoder truncating strings (#1114)

Author: Amos Jeffries
Author Date: 2022-08-09 23:34:54 UTC

Bug 3193 pt2: NTLM decoder truncating strings (#1114)

The initial bug fix overlooked large 'offset' causing integer
wrap to extract a too-short length string.

Improve debugs and checks sequence to clarify cases and ensure
that all are handled correctly.

v3.5 2020-02-04 23:13:24 UTC
fix security patch

Author: Armin Wolfermann
Author Date: 2020-02-04 20:15:00 UTC

fix security patch

mingw-fixes 2018-10-21 13:06:33 UTC
Mingw build fixes

Author: Francesco Chemolli
Author Date: 2018-10-21 13:06:33 UTC

Mingw build fixes

There are type errors and data access errors in windows-specific bits of
code.

v3.1 2016-12-17 13:56:49 UTC
Bug 4169: HIT marked as MISS when If-None-Match does not match

Author: Garri Djavadyan
Author Date: 2016-12-17 13:56:49 UTC

Bug 4169: HIT marked as MISS when If-None-Match does not match

v3.2 2016-12-17 12:59:41 UTC
Bug 4169: HIT marked as MISS when If-None-Match does not match

Author: Garri Djavadyan
Author Date: 2016-12-17 12:59:41 UTC

Bug 4169: HIT marked as MISS when If-None-Match does not match

v3.3 2016-12-17 10:04:42 UTC
Bug 4169: HIT marked as MISS when If-None-Match does not match

Author: Garri Djavadyan
Author Date: 2016-12-17 10:04:42 UTC

Bug 4169: HIT marked as MISS when If-None-Match does not match

v3.4 2016-12-17 06:37:44 UTC
Do not override user defined -std option

Author: Amos Jeffries
Author Date: 2016-12-17 06:37:44 UTC

Do not override user defined -std option

v3.0 2015-04-23 13:02:10 UTC
Docs: Update CONTRIBUTORS

Author: Source Maintenance
Author Date: 2015-04-23 13:02:10 UTC

Docs: Update CONTRIBUTORS

mswin 2012-08-08 08:16:36 UTC
merged from trunk

Author: Amos Jeffries
Author Date: 2012-08-08 08:16:36 UTC

merged from trunk

SQUID_NT_3_0 2008-03-02 23:54:50 UTC
Windows port: Add reconfigure action to cachemgr.

Author: serassio <>
Author Date: 2008-03-02 23:54:50 UTC

Windows port: Add reconfigure action to cachemgr.

cbdatahistory 2002-10-24 20:53:10 UTC
cbdata debug history

Author: robertc <>
Author Date: 2002-10-24 20:53:10 UTC

cbdata debug history

117 of 17 results

Other repositories

Name Last Modified
lp:squid 5 hours ago
11 of 1 result
You can't create new repositories for Squid.