0
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 13 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed duration formatting to avoid scientific notation More... over 11 years ago
Fixed synopsis and bumped version number to 1.0 More... over 11 years ago
use read/write lock on vmod operations. More... over 11 years ago
Added mutex to rule parsing to avoid crash on concurrent access. More... over 11 years ago
Fixed syslog include in example VCL More... over 11 years ago
Fixed duration formatting when converting rules to text. More... over 11 years ago
Removed debug fprintf from get_expire More... over 11 years ago
fixed for loop to comply with C99 More... over 11 years ago
Updated documentation with get_duration and get_expire More... over 11 years ago
Added set cookie in example VCL More... over 11 years ago
Added get_expire vmod function More... over 11 years ago
Changed get_duration return type from INT to DURATION More... over 11 years ago
added basic test to check target More... over 11 years ago
Added cast to ceil function arguments in get_rand, which resulted in a way out of bounds index. fixes #2 More... over 11 years ago
Fixed string length for strncpy More... over 11 years ago
Replaced strlcpy with strncpy for debian, fixes #1 More... over 11 years ago
added example config file More... over 11 years ago
Changed base rule name to a "match all" regex in documentation. More... over 11 years ago
Display duration for current URL when getting cookie value in example VCL More... over 11 years ago
Fixed load config feeding the wrong structure More... over 11 years ago
Updated documentation to show use case for get_rand with request URL More... over 11 years ago
Get cookie value for current URL in example VCL More... over 11 years ago
Fixed rules queue insertion order More... over 11 years ago
Added key regex parsing when loading config More... over 11 years ago
Regex search for key in get_rand More... over 11 years ago
Fixed regex compilation error reporting More... over 11 years ago
More characters allowed for rule names More... over 11 years ago
added duration documentation to README More... over 11 years ago
Display duration in get requests in example VCL More... over 11 years ago
Save duration to config file and fixed parsing More... over 11 years ago