aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFiles
2016-04-21Version 2.0.90varnish-4.0Sergey Poznyakoff1
2016-02-09Cleanup of the mergeSergey Poznyakoff1
* configure.ac: Don't check for dbm. Enable silent rules. * src/tbf.c: Restore the init function. * src/vmod_tbf.vcc: Likewise.
2014-11-13Version 2.0release-2.0Sergey Poznyakoff1
2014-11-01Report version of varnish at the end of configureSergey Poznyakoff1
2014-11-01Update copyright yearsSergey Poznyakoff1
2014-11-01Support for VCL 4.0Sergey Poznyakoff1
* NEWS: Update. * configure.ac: Version 1.0.90 Detect Varnish version, set up the C defines and automake conditionals to indicate it. * src/.gitignore: Update. * src/Makefile.am: Don't distribute vcc_if.c and vcc_if.h, build them for the current Varnish version. * src/tbf.h: New file. * src/getla.c: Include tbf.h, rewrite to compile with both 3.0 and 4.0 * src/sleep.c: Likewise. * src/tbf.c: Likewise. * src/time.c: Likewise. * src/vmod_tbf.vcc: Rewrite using v4.0 format. * tests/.gitignore: New file. * tests/Makefile.am: Build test00.vtc and test02.vtc * tests/test00.vtc: Rename to tests/test00.vti, add conditional compilation directives. * tests/test02.vtc: Rename to tests/test02.vti, add conditional compilation directives.
2013-10-19Version 1.0release-1.0Sergey Poznyakoff1
2013-10-19Get rid of the --with-vmod-dir option.Sergey Poznyakoff1
* Makefile.am: Add default options for distcheck. * configure.ac: Remove --with-vmod-dir, default to the standard Varnish module location, Provide the --without-vmoddir option for use in distcheck. * README: Update.
2013-08-02Switch to CDB environment.Sergey Poznyakoff1
* configure.ac: Version 0.99.91 * src/tbf.c (dbdir): New static. (tbf_set_db_name): Remove. (tbf_set_db_dir): New function. (tbf_open): Rename the parameter and related variables. Create a CDB environment and the database in it. (vmod_open): Change semantics of the first argument. * src/vmod-tbf.3: Update. * tests/Makefile.am (distclean-local): New rule, instead of DISTCLEANFILES. * tests/test00.vtc: Update call to tbf.open. * tests/test01.vtc: Likewise. * tests/test02.vtc: Likewise. * tests/test03.vtc: Likewise.
2013-07-23Add docs.Sergey Poznyakoff1
* THANKS: New file. * configure.ac (AC_CONFIG_SRCDIR): Use src/vmod_tbf.vcc as an anchor. * src/Makefile.am (dist_man_MANS): Distribute the manpage. * src/vmod_tbf.c: Rename to src/tbf.c * src/vmod-tbf.3: New file. * src/vmod_tbf.3: New file.
2013-07-22Add new functions.Sergey Poznyakoff1
* configure.ac: Check for sys/sysinfo.h, sysinfo and getloadavg * src/Makefile.am: Add new sources * src/getla.c: New file * src/time.c: New file * src/vmod_tbf.vcc (getla, systime) (strftime): New functions. * tests/Makefile.am: Add new testcase. * tests/time00.vtc: New testcase.
2013-07-21Initial commitSergey Poznyakoff1

Return to:

Send suggestions and report system problems to the System administrator.