-
-
Notifications
You must be signed in to change notification settings - Fork 60
Vinyl polish #1197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Vinyl polish #1197
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
ae2afa8
Avoid buildkit requirement
nigoroll 46daae2
Update to vinyl cache main
nigoroll 53c761d
Vinyl Cache: Simplify vmod/Makefile.am maintenance
nigoroll 4800e48
Remove logging
nigoroll ce8432e
Fix type: engine->infrastructure
nigoroll 4e0c6a1
Benchmark results: vinyl-cache [skip ci]
github-actions[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,4 +4,5 @@ set -e | |
| exec vinyld -F \ | ||
| -a :8080 \ | ||
| -f /etc/vinyl/default.vcl \ | ||
| -s malloc,256m | ||
| -s malloc,256m \ | ||
| -p vsl_mask=none | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
frameworks/vinyl-cache/vmod/0001-Add-httparena-vmod-to-vmod-Makefile.am.patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| From 6407d028bdafedb7e362a36f7096b16a86d370b1 Mon Sep 17 00:00:00 2001 | ||
| From: Nils Goroll <nils.goroll@uplex.de> | ||
| Date: Mon, 17 Aug 2026 13:12:58 +0200 | ||
| Subject: [PATCH] Add httparena vmod to vmod/Makefile.am | ||
|
|
||
| --- | ||
| vmod/Makefile.am | 1 + | ||
| 1 file changed, 1 insertion(+) | ||
|
|
||
| diff --git a/vmod/Makefile.am b/vmod/Makefile.am | ||
| index 0c2e8628c..538539e05 100644 | ||
| --- a/vmod/Makefile.am | ||
| +++ b/vmod/Makefile.am | ||
| @@ -36,6 +36,7 @@ include $(srcdir)/automake_boilerplate_directors.am | ||
| include $(srcdir)/automake_boilerplate_math.am | ||
| include $(srcdir)/automake_boilerplate_proxy.am | ||
| include $(srcdir)/automake_boilerplate_purge.am | ||
| +include $(srcdir)/automake_boilerplate_httparena.am | ||
| include $(srcdir)/automake_boilerplate_std.am | ||
| include $(srcdir)/automake_boilerplate_unix.am | ||
| include $(srcdir)/automake_boilerplate_vtc.am | ||
| -- | ||
| 2.39.5 | ||
|
|
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| Debug: Version: vinyl-cache-9.0.1 revision 423648c4cb6b225b3268ffc337354ea938f5efee | ||
| Debug: Platform: Linux,6.17.0-22-generic,x86_64,-jnone,-smalloc,-sdefault,-hcritbit | ||
| Debug: Version: vinyl-cache-trunk revision 4c225ee6943cfd132b43b3f54e1e755bd88e4290 | ||
| Debug: Platform: Linux,6.17.0-22-generic,x86_64,-jnone,-smalloc,-sdefault,-ssynth,-hcritbit | ||
| Debug: Child (17) Started | ||
| Child launched OK | ||
| Info: Child (17) said Child starts |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| Debug: Version: vinyl-cache-9.0.1 revision 423648c4cb6b225b3268ffc337354ea938f5efee | ||
| Debug: Platform: Linux,6.17.0-22-generic,x86_64,-jnone,-smalloc,-sdefault,-hcritbit | ||
| Debug: Version: vinyl-cache-trunk revision 4c225ee6943cfd132b43b3f54e1e755bd88e4290 | ||
| Debug: Platform: Linux,6.17.0-22-generic,x86_64,-jnone,-smalloc,-sdefault,-ssynth,-hcritbit | ||
| Debug: Child (17) Started | ||
| Child launched OK | ||
| Info: Child (17) said Child starts |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| Debug: Version: vinyl-cache-9.0.1 revision 423648c4cb6b225b3268ffc337354ea938f5efee | ||
| Debug: Platform: Linux,6.17.0-22-generic,x86_64,-jnone,-smalloc,-sdefault,-hcritbit | ||
| Debug: Version: vinyl-cache-trunk revision 4c225ee6943cfd132b43b3f54e1e755bd88e4290 | ||
| Debug: Platform: Linux,6.17.0-22-generic,x86_64,-jnone,-smalloc,-sdefault,-ssynth,-hcritbit | ||
| Debug: Child (17) Started | ||
| Child launched OK | ||
| Info: Child (17) said Child starts |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| Debug: Version: vinyl-cache-9.0.1 revision 423648c4cb6b225b3268ffc337354ea938f5efee | ||
| Debug: Platform: Linux,6.17.0-22-generic,x86_64,-jnone,-smalloc,-sdefault,-hcritbit | ||
| Debug: Version: vinyl-cache-trunk revision 4c225ee6943cfd132b43b3f54e1e755bd88e4290 | ||
| Debug: Platform: Linux,6.17.0-22-generic,x86_64,-jnone,-smalloc,-sdefault,-ssynth,-hcritbit | ||
| Debug: Child (17) Started | ||
| Child launched OK | ||
| Info: Child (17) said Child starts |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.