Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
homepage
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
homepage
Commits
208c6d8c
Commit
208c6d8c
authored
Apr 22, 2016
by
Poul-Henning Kamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish JSON files.
(Please run "build.py --polish" before committing)
parent
c9193a06
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
27 additions
and
26 deletions
+27
-26
vmod_backend_dyn.json
R1/source/vmods/vmod_backend_dyn.json
+2
-2
vmod_basicauth.json
R1/source/vmods/vmod_basicauth.json
+1
-1
vmod_blobcode.json
R1/source/vmods/vmod_blobcode.json
+2
-2
vmod_blobdigest.json
R1/source/vmods/vmod_blobdigest.json
+2
-2
vmod_blobsha256.json
R1/source/vmods/vmod_blobsha256.json
+2
-2
vmod_dcs.json
R1/source/vmods/vmod_dcs.json
+5
-5
vmod_esicookies.json
R1/source/vmods/vmod_esicookies.json
+1
-2
vmod_oob_probe.json
R1/source/vmods/vmod_oob_probe.json
+2
-2
vmod_re.json
R1/source/vmods/vmod_re.json
+2
-2
vmod_re2.json
R1/source/vmods/vmod_re2.json
+2
-2
vmod_redis.json
R1/source/vmods/vmod_redis.json
+4
-2
vmod_vslp.json
R1/source/vmods/vmod_vslp.json
+2
-2
No files found.
R1/source/vmods/vmod_backend_dyn.json
View file @
208c6d8c
...
...
@@ -2,6 +2,7 @@
"date"
:
"2016-04-21"
,
"desc"
:
"create and delete backends at runtime"
,
"license"
:
"FreeBSD"
,
"maintainer"
:
"varnish-support@uplex.de"
,
"name"
:
"backend_dyn"
,
"repos"
:
"https://code.uplex.de/uplex-varnish/libvmod-backend_dyn"
,
"rev"
:
{
...
...
@@ -10,8 +11,7 @@
}
},
"status"
:
"development"
,
"maintainer"
:
"varnish-support@uplex.de"
,
"support"
:
[
"Uplex"
]
}
}
\ No newline at end of file
R1/source/vmods/vmod_basicauth.json
View file @
208c6d8c
...
...
@@ -13,4 +13,4 @@
"support"
:
[
"NXC International"
]
}
}
\ No newline at end of file
R1/source/vmods/vmod_blobcode.json
View file @
208c6d8c
...
...
@@ -2,6 +2,7 @@
"date"
:
"2016-04-21"
,
"desc"
:
"binary-to-text encodings and decodings for BLOBs"
,
"license"
:
"FreeBSD"
,
"maintainer"
:
"varnish-support@uplex.de"
,
"name"
:
"blobcode"
,
"repos"
:
"https://code.uplex.de/uplex-varnish/libvmod-blobcode"
,
"rev"
:
{
...
...
@@ -10,8 +11,7 @@
}
},
"status"
:
"development"
,
"maintainer"
:
"varnish-support@uplex.de"
,
"support"
:
[
"Uplex"
]
}
}
\ No newline at end of file
R1/source/vmods/vmod_blobdigest.json
View file @
208c6d8c
...
...
@@ -2,6 +2,7 @@
"date"
:
"2016-04-21"
,
"desc"
:
"digests and hmacs for BLOBs"
,
"license"
:
"FreeBSD"
,
"maintainer"
:
"varnish-support@uplex.de"
,
"name"
:
"blobdigest"
,
"repos"
:
"https://code.uplex.de/uplex-varnish/libvmod-blobdigest"
,
"rev"
:
{
...
...
@@ -10,8 +11,7 @@
}
},
"status"
:
"development"
,
"maintainer"
:
"varnish-support@uplex.de"
,
"support"
:
[
"Uplex"
]
}
}
\ No newline at end of file
R1/source/vmods/vmod_blobsha256.json
View file @
208c6d8c
...
...
@@ -2,6 +2,7 @@
"date"
:
"2016-04-21"
,
"desc"
:
"SHA256 digests and hmacs for BLOBs"
,
"license"
:
"FreeBSD"
,
"maintainer"
:
"varnish-support@uplex.de"
,
"name"
:
"blobsha256"
,
"repos"
:
"https://code.uplex.de/uplex-varnish/libvmod-blobsha256"
,
"rev"
:
{
...
...
@@ -10,8 +11,7 @@
}
},
"status"
:
"development"
,
"maintainer"
:
"varnish-support@uplex.de"
,
"support"
:
[
"Uplex"
]
}
}
\ No newline at end of file
R1/source/vmods/vmod_dcs.json
View file @
208c6d8c
...
...
@@ -2,19 +2,19 @@
"date"
:
"2016-04-21"
,
"desc"
:
"Device Classifier Service"
,
"license"
:
"FreeBSD"
,
"maintainer"
:
"varnish-support@uplex.de"
,
"name"
:
"dcs"
,
"repos"
:
"https://code.uplex.de/uplex-varnish/dcs_classifier"
,
"rev"
:
{
"4.0"
:
{
"url_vcc"
:
"https://code.uplex.de/uplex-varnish/dcs_classifier/blobs/raw/master/src/vmod_dcs4.vcc"
},
"3.0"
:
{
"url_vcc"
:
"https://code.uplex.de/uplex-varnish/dcs_classifier/blobs/raw/master/src/vmod_dcs3.vcc"
},
"4.0"
:
{
"url_vcc"
:
"https://code.uplex.de/uplex-varnish/dcs_classifier/blobs/raw/master/src/vmod_dcs4.vcc"
}
},
"status"
:
"mature"
,
"maintainer"
:
"varnish-support@uplex.de"
,
"support"
:
[
"Uplex"
]
}
}
\ No newline at end of file
R1/source/vmods/vmod_esicookies.json
View file @
208c6d8c
...
...
@@ -9,9 +9,8 @@
"url_vcc"
:
"https://code.uplex.de/uplex-varnish/libvmod-esicookies/blobs/raw/master/src/vmod_esicookies.vcc"
}
},
"status"
:
"mature"
,
"status"
:
"development"
,
"support"
:
[
"Uplex"
]
}
}
\ No newline at end of file
R1/source/vmods/vmod_oob_probe.json
View file @
208c6d8c
...
...
@@ -2,6 +2,7 @@
"date"
:
"2016-04-21"
,
"desc"
:
"assign an out-of-band health probe to a backend"
,
"license"
:
"FreeBSD"
,
"maintainer"
:
"varnish-support@uplex.de"
,
"name"
:
"oob_probe"
,
"repos"
:
"https://code.uplex.de/uplex-varnish/oob_probe"
,
"rev"
:
{
...
...
@@ -10,8 +11,7 @@
}
},
"status"
:
"development"
,
"maintainer"
:
"varnish-support@uplex.de"
,
"support"
:
[
"Uplex"
]
}
}
\ No newline at end of file
R1/source/vmods/vmod_re.json
View file @
208c6d8c
...
...
@@ -2,6 +2,7 @@
"date"
:
"2016-04-21"
,
"desc"
:
"regexp matches and backreferences"
,
"license"
:
"FreeBSD"
,
"maintainer"
:
"varnish-support@uplex.de"
,
"name"
:
"re"
,
"repos"
:
"https://code.uplex.de/uplex-varnish/libvmod-re"
,
"rev"
:
{
...
...
@@ -13,8 +14,7 @@
}
},
"status"
:
"mature"
,
"maintainer"
:
"varnish-support@uplex.de"
,
"support"
:
[
"Uplex"
]
}
}
\ No newline at end of file
R1/source/vmods/vmod_re2.json
View file @
208c6d8c
...
...
@@ -2,6 +2,7 @@
"date"
:
"2016-04-21"
,
"desc"
:
"access the Google RE2 regular expression engine"
,
"license"
:
"FreeBSD"
,
"maintainer"
:
"varnish-support@uplex.de"
,
"name"
:
"re2"
,
"repos"
:
"https://code.uplex.de/uplex-varnish/libvmod-re2"
,
"rev"
:
{
...
...
@@ -10,8 +11,7 @@
}
},
"status"
:
"development"
,
"maintainer"
:
"varnish-support@uplex.de"
,
"support"
:
[
"Uplex"
]
}
}
\ No newline at end of file
R1/source/vmods/vmod_redis.json
View file @
208c6d8c
...
...
@@ -13,8 +13,10 @@
"vcc_path"
:
"src/vmod_redis.vcc"
},
"license"
:
"FreeBSD"
,
"maintainer"
:
"carlos.abalde@gmail.com"
,
"name"
:
"redis"
,
"status"
:
"mature"
,
"support"
:
[
"Allenta Consulting S.L."
],
"maintainer"
:
"carlos.abalde@gmail.com"
"support"
:
[
"Allenta Consulting S.L."
]
}
\ No newline at end of file
R1/source/vmods/vmod_vslp.json
View file @
208c6d8c
...
...
@@ -2,6 +2,7 @@
"date"
:
"2016-04-21"
,
"desc"
:
"VSLP (StateLess Persistence) - consistent hashing Director VMOD"
,
"license"
:
"FreeBSD"
,
"maintainer"
:
"varnish-support@uplex.de"
,
"name"
:
"vslp"
,
"repos"
:
"https://code.uplex.de/uplex-varnish/libvmod-vslp"
,
"rev"
:
{
...
...
@@ -10,8 +11,7 @@
}
},
"status"
:
"mature"
,
"maintainer"
:
"varnish-support@uplex.de"
,
"support"
:
[
"Uplex"
]
}
}
\ No newline at end of file
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