• Nils Goroll's avatar
    update to varnish-cache master -- use the new in-tree vmod_blob · 770d410d
    Nils Goroll authored
    most of the editing has been done using the following shell commands,
    but some tests were edited manually
    
    sed -i 's:HEXLC:HEX, LOWER:g' $(git grep -l HEXLC)
    sed -i 's:HEXUC:HEX, UPPER:g' $(git grep -l HEXUC)
    
    sed -i '/VMOD blobcode must be installed/ d' $(git grep -l blobcode)
    sed -i 's:blobcode:blob:g' $(git grep -l blobcode)
    
    sed -i 's:\.decode(IDENTITY, *$:\.decode(encoded=:' $(git grep -l '\.decode(IDENTITY, *$')
    sed -i 's:\.decode(IDENTITY, ":\.decode(encoded=":' $(git grep -l '\.decode(IDENTITY, "')
    
    sed -i 's:\.decode(BASE64, ":\.decode(decoding=BASE64, encoded=":' $(git grep -l '\.decode(BASE64, "')
    sed -i 's:\.decode(BASE64, *$:\.decode(decoding=BASE64, encoded=:' $(git grep -l '\.decode(BASE64, *$')
    
    sed -i 's:\.decode(HEX, ":\.decode(decoding=HEX, encoded=":' $(git grep -l '\.decode(HEX, "')
    sed -i 's:\.decode(HEX, *$:\.decode(decoding=HEX, encoded=:' $(git grep -l '\.decode(HEX, *$')
    770d410d
Name
Last commit
Last update
m4 Loading commit data...
src Loading commit data...
.dir-locals.el Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.rst Loading commit data...
COPYING Loading commit data...
INSTALL.rst Loading commit data...
LICENSE Loading commit data...
Makefile.am Loading commit data...
README.rst Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...