You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by oc...@apache.org on 2020/02/21 16:55:53 UTC

[trafficcontrol] branch master updated (9f9d58c -> 641137c)

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

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


    from 9f9d58c  ORT Speed Improvements (#4419)
     add 641137c  Optimize TR DNSSEC zone re-signing (#4409)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |   1 +
 docs/source/admin/traffic_router.rst               |   4 +
 .../traffic_router/core/dns/NameServer.java        |  21 +--
 .../traffic_router/core/dns/SignatureManager.java  |   3 +-
 .../traffic_router/core/dns/ZoneManager.java       | 172 ++++++++++++++++-----
 .../traffic_router/core/ds/DeliveryService.java    |  16 +-
 .../traffic_router/core/router/TrafficRouter.java  |   8 +
 .../traffic_router/core/dns/ZoneManagerTest.java   |  75 +++++----
 .../core/dns/ZoneManagerUnitTest.java              | 102 ++++++++++++
 9 files changed, 305 insertions(+), 97 deletions(-)