Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
unique-xids
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
unique-xids
Commits
7ce0d474
Commit
7ce0d474
authored
Oct 09, 2011
by
Poul-Henning Kamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename source files to their VTLA names
parent
65709456
Changes
13
Show whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
15 additions
and
15 deletions
+15
-15
Makefile.am
bin/varnishadm/Makefile.am
+2
-2
Makefile.am
bin/varnishhist/Makefile.am
+1
-1
Makefile.am
bin/varnishlog/Makefile.am
+1
-1
Makefile.am
bin/varnishncsa/Makefile.am
+1
-1
Makefile.am
bin/varnishreplay/Makefile.am
+2
-2
Makefile.am
bin/varnishsizes/Makefile.am
+1
-1
Makefile.am
bin/varnishstat/Makefile.am
+1
-1
Makefile.am
bin/varnishtop/Makefile.am
+1
-1
Makefile.am
lib/libvarnish/Makefile.am
+3
-3
vas.c
lib/libvarnish/vas.c
+0
-0
vav.c
lib/libvarnish/vav.c
+0
-0
vtcp.c
lib/libvarnish/vtcp.c
+0
-0
Makefile.am
lib/libvarnishapi/Makefile.am
+2
-2
No files found.
bin/varnishadm/Makefile.am
View file @
7ce0d474
...
...
@@ -8,8 +8,8 @@ dist_man_MANS = varnishadm.1
varnishadm_SOURCES
=
\
varnishadm.c
\
$(top_builddir)
/lib/libvarnish/
assert
.c
\
$(top_builddir)
/lib/libvarnish/tcp.c
\
$(top_builddir)
/lib/libvarnish/
vas
.c
\
$(top_builddir)
/lib/libvarnish/
v
tcp.c
\
$(top_builddir)
/lib/libvarnish/vss.c
varnishadm_CFLAGS
=
@LIBEDIT_CFLAGS@
...
...
bin/varnishhist/Makefile.am
View file @
7ce0d474
...
...
@@ -7,7 +7,7 @@ bin_PROGRAMS = varnishhist
dist_man_MANS
=
varnishhist.1
varnishhist_SOURCES
=
varnishhist.c
\
$(top_builddir)
/lib/libvarnish/
assert
.c
\
$(top_builddir)
/lib/libvarnish/
vas
.c
\
$(top_builddir)
/lib/libvarnish/version.c
varnishhist_LDADD
=
\
...
...
bin/varnishlog/Makefile.am
View file @
7ce0d474
...
...
@@ -8,7 +8,7 @@ dist_man_MANS = varnishlog.1
varnishlog_SOURCES
=
\
varnishlog.c
\
$(top_builddir)
/lib/libvarnish/
assert
.c
\
$(top_builddir)
/lib/libvarnish/
vas
.c
\
$(top_builddir)
/lib/libvarnish/flopen.c
\
$(top_builddir)
/lib/libvarnish/version.c
\
$(top_builddir)
/lib/libvarnish/vsb.c
\
...
...
bin/varnishncsa/Makefile.am
View file @
7ce0d474
...
...
@@ -10,7 +10,7 @@ varnishncsa_SOURCES = \
varnishncsa.c
\
base64.c
\
base64.h
\
$(top_builddir)
/lib/libvarnish/
assert
.c
\
$(top_builddir)
/lib/libvarnish/
vas
.c
\
$(top_builddir)
/lib/libvarnish/flopen.c
\
$(top_builddir)
/lib/libvarnish/version.c
\
$(top_builddir)
/lib/libvarnish/vsb.c
\
...
...
bin/varnishreplay/Makefile.am
View file @
7ce0d474
...
...
@@ -8,8 +8,8 @@ dist_man_MANS = varnishreplay.1
varnishreplay_SOURCES
=
\
varnishreplay.c
\
$(top_builddir)
/lib/libvarnish/
assert
.c
\
$(top_builddir)
/lib/libvarnish/tcp.c
\
$(top_builddir)
/lib/libvarnish/
vas
.c
\
$(top_builddir)
/lib/libvarnish/
v
tcp.c
\
$(top_builddir)
/lib/libvarnish/vss.c
varnishreplay_LDADD
=
\
...
...
bin/varnishsizes/Makefile.am
View file @
7ce0d474
...
...
@@ -7,7 +7,7 @@ bin_PROGRAMS = varnishsizes
dist_man_MANS
=
varnishsizes.1
varnishsizes_SOURCES
=
varnishsizes.c
\
$(top_builddir)
/lib/libvarnish/
assert
.c
\
$(top_builddir)
/lib/libvarnish/
vas
.c
\
$(top_builddir)
/lib/libvarnish/version.c
varnishsizes_LDADD
=
\
...
...
bin/varnishstat/Makefile.am
View file @
7ce0d474
...
...
@@ -11,7 +11,7 @@ varnishstat_SOURCES = \
\
varnishstat.c
\
varnishstat_curses.c
\
$(top_builddir)
/lib/libvarnish/
assert
.c
\
$(top_builddir)
/lib/libvarnish/
vas
.c
\
$(top_builddir)
/lib/libvarnish/version.c
varnishstat_LDADD
=
\
...
...
bin/varnishtop/Makefile.am
View file @
7ce0d474
...
...
@@ -7,7 +7,7 @@ bin_PROGRAMS = varnishtop
dist_man_MANS
=
varnishtop.1
varnishtop_SOURCES
=
varnishtop.c
\
$(top_builddir)
/lib/libvarnish/
assert
.c
\
$(top_builddir)
/lib/libvarnish/
vas
.c
\
$(top_builddir)
/lib/libvarnish/version.c
varnishtop_LDADD
=
\
...
...
lib/libvarnish/Makefile.am
View file @
7ce0d474
...
...
@@ -5,8 +5,8 @@ pkglib_LTLIBRARIES = libvarnish.la
libvarnish_la_LDFLAGS
=
-avoid-version
libvarnish_la_SOURCES
=
\
arg
v.c
\
assert
.c
\
va
v.c
\
vas
.c
\
binary_heap.c
\
subproc.c
\
cli_auth.c
\
...
...
@@ -15,7 +15,7 @@ libvarnish_la_SOURCES = \
flopen.c
\
num.c
\
time.c
\
tcp.c
\
v
tcp.c
\
vct.c
\
version.c
\
vev.c
\
...
...
lib/libvarnish/
assert
.c
→
lib/libvarnish/
vas
.c
View file @
7ce0d474
File moved
lib/libvarnish/
arg
v.c
→
lib/libvarnish/
va
v.c
View file @
7ce0d474
File moved
lib/libvarnish/tcp.c
→
lib/libvarnish/
v
tcp.c
View file @
7ce0d474
File moved
lib/libvarnishapi/Makefile.am
View file @
7ce0d474
...
...
@@ -10,8 +10,8 @@ libvarnishapi_la_SOURCES = \
vsm_api.h
\
vsl_api.h
\
\
../libvarnish/
assert
.c
\
../libvarnish/
arg
v.c
\
../libvarnish/
vas
.c
\
../libvarnish/
va
v.c
\
../../include/vcs_version.h
\
../libvarnish/version.c
\
../libvarnish/cli_common.c
\
...
...
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