Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libvmod-blobcode
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
uplex-varnish
libvmod-blobcode
Commits
276016ab
Commit
276016ab
authored
Mar 21, 2017
by
Geoff Simmons
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "ws snapshot signaute changed in master - reason to branch 5.0"
This reverts commit
aa939394
.
parent
23436c56
Pipeline
#149
skipped
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
10 deletions
+9
-10
README.rst
README.rst
+4
-4
configure.ac
configure.ac
+1
-1
vmod_blobcode.c
src/vmod_blobcode.c
+1
-2
vmod_blobcode.vcc
src/vmod_blobcode.vcc
+3
-3
No files found.
README.rst
View file @
276016ab
...
...
@@ -419,9 +419,9 @@ to a header, then the header will not be set.
REQUIREMENTS
============
This version of the VMOD requires
at least Varnish version 5.0.0. (Se
e
branch 4.1 in the project repository for versions that are compatible
with Varnish since 4.1.2
.)
This version of the VMOD requires
Varnish version 5.0.0. (See th
e
project repository for versions that are compatible with other
versions of Varnish
.)
Perl 5 is required for the build.
...
...
@@ -502,7 +502,7 @@ AUTHORS
UPLEX Nils Goroll Systemoptimierung
This VMOD was originally adapted from, and is heavily indebted to, the
digest VMOD by Kristian Lyngst
ø
l.
digest VMOD by Kristian Lyngst
oe
l.
HISTORY
=======
...
...
configure.ac
View file @
276016ab
AC_PREREQ(2.59)
AC_COPYRIGHT([Copyright (c) 2015-2016 UPLEX - Nils Goroll Systemoptimierung])
AC_INIT([libvmod-blobcode], [2.
0
])
AC_INIT([libvmod-blobcode], [2.
1
])
AC_CONFIG_MACRO_DIR([m4])
m4_ifndef([VARNISH_VMOD_INCLUDES], AC_MSG_ERROR([Need varnish.m4 -- see README.rst]))
AC_CONFIG_SRCDIR(src/vmod_blobcode.vcc)
...
...
src/vmod_blobcode.c
View file @
276016ab
...
...
@@ -415,8 +415,7 @@ decode(VRT_CTX, VCL_INT n, VCL_ENUM decs,
enum
encoding
dec
=
parse_encoding
(
decs
);
struct
wb_s
wb
;
struct
vmod_priv
*
b
;
char
*
buf
;
uintptr_t
snap
;
char
*
snap
,
*
buf
;
ssize_t
len
;
CHECK_OBJ_NOTNULL
(
ctx
,
VRT_CTX_MAGIC
);
...
...
src/vmod_blobcode.vcc
View file @
276016ab
...
...
@@ -341,9 +341,9 @@ to a header, then the header will not be set.
REQUIREMENTS
============
This version of the VMOD requires
at least Varnish version 5.0.0. (Se
e
branch 4.1 in the project repository for versions that are compatible
with Varnish since 4.1.2
.)
This version of the VMOD requires
Varnish version 5.0.0. (See th
e
project repository for versions that are compatible with other
versions of Varnish
.)
Perl 5 is required for the build.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment