0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 29, 2024 — Sep 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Replace crc32 with sha256, the cost here is epsilon
phk
More... over 16 years ago
embarrassed -- conflict sneaked into the autogenerated file
sky
More... over 16 years ago
Unused variable
phk
More... over 16 years ago
Silence compiler about unused argument.
phk
More... over 16 years ago
add new option to set the identity of a varnish instance and allow it to be accessed using server.identity
sky
More... over 16 years ago
Allow restart in vcl_error More... over 16 years ago
Add server.hostname to get the hostname, it is only checked once so if the machine changes hostname it won't detect it until restart of varnish
sky
More... over 16 years ago
Add missing include
phk
More... over 16 years ago
upd
phk
More... over 16 years ago
Comments, asserts and some locking
phk
More... over 16 years ago
calm Flexelint down
phk
More... over 16 years ago
Strengthen an assert
phk
More... over 16 years ago
Kick a hole all the way through persistent bans.
phk
More... over 16 years ago
Use a flag for "compile pending" status
phk
More... over 16 years ago
Save and restore bans from persistent storage.
phk
More... over 16 years ago
Allow multiple -arg arguments
phk
More... over 16 years ago
Append bans to silo. Read them back in when we start.
phk
More... over 16 years ago
Explain the signature.
phk
More... over 16 years ago
Implement more convenient primitives for the on-disk signatures.
phk
More... over 16 years ago
Don't bail om msync(2) for now, it's probably alignment issues.
phk
More... over 16 years ago
Attempt even harder to get diag on cli issues
phk
More... over 16 years ago
autocrap magic
phk
More... over 16 years ago
Attempt even better cli failure diagnostics
phk
More... over 16 years ago
Trap cli failures
phk
More... over 16 years ago
Reluctantly expose the entrails of the ban processing, persistence needs to be able to walk the list. Doing it with callbacks gets to byzantine.
phk
More... over 16 years ago
Move varnish debugging output up one level.
phk
More... over 16 years ago
Oops, just noticed I had missed a zero here.
phk
More... over 16 years ago
Relax struct packing asserts for now.
phk
More... over 16 years ago
Add a callback into persistence when we add a new ban.
phk
More... over 16 years ago
Simplify the internals of ban processing:
phk
More... over 16 years ago