This is an automated email from the ASF dual-hosted git repository.

eze pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


    from 744e02e  fix leak in early data (#6957)
     add b757688  Add maxmind acl plugin (#6980)

No new revisions were added by this update.

Summary of changes:
 configure.ac                                       |  15 +
 doc/admin-guide/plugins/index.en.rst               |   4 +
 doc/admin-guide/plugins/maxmind_acl.en.rst         |  80 +++
 plugins/Makefile.am                                |   5 +
 .../maxmind_acl}/Makefile.inc                      |  15 +-
 .../geoip_acl.cc => maxmind_acl/maxmind_acl.cc}    |  62 +--
 plugins/experimental/maxmind_acl/mmdb.cc           | 563 +++++++++++++++++++++
 plugins/experimental/maxmind_acl/mmdb.h            | 108 ++++
 8 files changed, 802 insertions(+), 50 deletions(-)
 create mode 100644 doc/admin-guide/plugins/maxmind_acl.en.rst
 copy plugins/{compress => experimental/maxmind_acl}/Makefile.inc (69%)
 copy plugins/experimental/{geoip_acl/geoip_acl.cc => 
maxmind_acl/maxmind_acl.cc} (60%)
 create mode 100644 plugins/experimental/maxmind_acl/mmdb.cc
 create mode 100644 plugins/experimental/maxmind_acl/mmdb.h

Reply via email to