Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libvdp-pesi
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
uplex-varnish
libvdp-pesi
Commits
8d50878b
Commit
8d50878b
authored
Jul 31, 2019
by
Nils Goroll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disambiguate source file names from varnish-cache
parent
ea91ade1
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
Makefile.am
src/Makefile.am
+2
-2
from_cache_esi_deliver.c
src/foreign/from_cache_esi_deliver.c
+1
-1
from_cache_esi_deliver.h
src/foreign/from_cache_esi_deliver.h
+0
-0
vdp_pesi.c
src/vdp_pesi.c
+1
-1
No files found.
src/Makefile.am
View file @
8d50878b
...
@@ -10,8 +10,8 @@ vmod_LTLIBRARIES = libvmod_pesi.la
...
@@ -10,8 +10,8 @@ vmod_LTLIBRARIES = libvmod_pesi.la
libvmod_pesi_la_SOURCES
=
\
libvmod_pesi_la_SOURCES
=
\
vdp_pesi.c
\
vdp_pesi.c
\
foreign/qdef.h
\
foreign/qdef.h
\
foreign/cache_esi_deliver.h
\
foreign/
from_
cache_esi_deliver.h
\
foreign/cache_esi_deliver.c
foreign/
from_
cache_esi_deliver.c
nodist_libvmod_pesi_la_SOURCES
=
\
nodist_libvmod_pesi_la_SOURCES
=
\
vcc_if.c
\
vcc_if.c
\
...
...
src/foreign/cache_esi_deliver.c
→
src/foreign/
from_
cache_esi_deliver.c
View file @
8d50878b
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
#include "vend.h"
#include "vend.h"
#include "vgz.h"
#include "vgz.h"
#include "cache_esi_deliver.h"
#include "
from_
cache_esi_deliver.h"
/*---------------------------------------------------------------------
/*---------------------------------------------------------------------
* If a gzip'ed ESI object includes a ungzip'ed object, we need to make
* If a gzip'ed ESI object includes a ungzip'ed object, we need to make
...
...
src/foreign/cache_esi_deliver.h
→
src/foreign/
from_
cache_esi_deliver.h
View file @
8d50878b
File moved
src/vdp_pesi.c
View file @
8d50878b
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
#include "cache/cache_esi.h"
#include "cache/cache_esi.h"
#include "cache/cache_objhead.h"
#include "cache/cache_objhead.h"
#include "cache/cache_pool.h"
#include "cache/cache_pool.h"
#include "foreign/
cache_esi_deliver.h" // XXX rename
#include "foreign/
from_cache_esi_deliver.h"
#include "storage/storage.h"
#include "storage/storage.h"
#include "storage/storage_simple.h"
#include "storage/storage_simple.h"
#include "vcl.h"
#include "vcl.h"
...
...
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