Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
48d9f809
Unverified
Commit
48d9f809
authored
Aug 28, 2023
by
Nils Goroll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add VSHA_* to libvarnishapi
Ref #3946
parent
ca32d146
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
changes.rst
doc/changes.rst
+2
-0
libvarnishapi.map
lib/libvarnishapi/libvarnishapi.map
+5
-0
No files found.
doc/changes.rst
View file @
48d9f809
...
@@ -38,6 +38,8 @@ Varnish Cache NEXT (2023-09-15)
...
@@ -38,6 +38,8 @@ Varnish Cache NEXT (2023-09-15)
.. PLEASE keep this roughly in commit order as shown by git-log / tig
.. PLEASE keep this roughly in commit order as shown by git-log / tig
(new to old)
(new to old)
* The ``VSHA256_*`` functions have been added to libvarnishapi.
* Two bugs in the ban expression parser have been fixed where one of them
* Two bugs in the ban expression parser have been fixed where one of them
could lead to a panic if a ban expression with an empty header name was
could lead to a panic if a ban expression with an empty header name was
issued (3962_)
issued (3962_)
...
...
lib/libvarnishapi/libvarnishapi.map
View file @
48d9f809
...
@@ -168,6 +168,11 @@ LIBVARNISHAPI_3.1 { /* 2023-09-15 release */
...
@@ -168,6 +168,11 @@ LIBVARNISHAPI_3.1 { /* 2023-09-15 release */
# venc.c
# venc.c
VENC_Encode_Base64;
VENC_Encode_Base64;
VENC_Decode_Base64;
VENC_Decode_Base64;
# vsha256.c
VSHA256_Init;
VSHA256_Update;
VSHA256_Final;
VSHA256_Test;
local:
local:
*;
*;
...
...
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