• 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
..
tests Loading commit data...
Makefile.am Loading commit data...
byte_order.c Loading commit data...
byte_order.h Loading commit data...
crc32.c Loading commit data...
crc32.h Loading commit data...
gen_enum_parse.pl Loading commit data...
md5.c Loading commit data...
md5.h Loading commit data...
sha1.c Loading commit data...
sha1.h Loading commit data...
sha256.c Loading commit data...
sha256.h Loading commit data...
sha3.c Loading commit data...
sha3.h Loading commit data...
sha512.c Loading commit data...
sha512.h Loading commit data...
vmod_blobdigest.c Loading commit data...
vmod_blobdigest.h Loading commit data...
vmod_blobdigest.vcc Loading commit data...