aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2020-04-09Version 1.4v1.4Sergey Poznyakoff2
2020-03-27Fix vmod_dict.3 creationSergey Poznyakoff2
2020-03-27Drop support for Varnish versions prior to 6.0Sergey Poznyakoff5
2020-03-23Restore backward compatibility with <6.2Sergey Poznyakoff2
2020-03-03Support for Varnish 6.3.1v1.3Sergey Poznyakoff4
2018-12-10Version 1.2 (support for Varnish 6.0.2)release-1.2Sergey Poznyakoff5
2017-08-10Support for varnish 5.1.release-1.1Sergey Poznyakoff8
* configure.ac: Set version 1.1 (AC_VMOD_BASENAME): New subst variable. * NEWS: Document changes. * README: Document changes. * acvmod: Update. * tests/Makefile.am: Define AT_VMOD_BASENAME in package.m4 * tests/atlocal.in: Add @VARNISH_SBINDIR@ to PATH. * tests/ci.at: Update. * tests/cs.at: Update.
2017-08-06Switch to POSIX pthread_rwlock functions instead of the custom lockerSergey Poznyakoff1
2017-08-06Version 1.0release-1.0Sergey Poznyakoff2
2017-08-05Update acvmodSergey Poznyakoff1
2017-08-03Serialize write access. Improve API.Sergey Poznyakoff4
* src/vmod_dict.c (entry): Link into a double-linked list. (entry_append, entry_remove): New functions. (max_coll): New static. (locker_t): New type. (locker_init,locker_rlock,locker_wlock) (locker_runlock,locker_wunlock): New functions. (load_entries): Use syslog for diagnostics. Abort if unable to open the file. Fix minor memory leak. (rehash,fill_table): New functions. (dict_event): Handle VCL_EVENT_DISCARD. (vmod_load): Change signature. (vmod_ci,vmod_collisions): New functions. (vmod_clear): New function. * src/vmod_dict.vcc: Update. * tests/ci.at: Accomodate the above changes. * tests/cs.at: Likewise.
2017-08-01Update acvmodSergey Poznyakoff1
2017-08-01Initial commitSergey Poznyakoff20

Return to:

Send suggestions and report system problems to the System administrator.