Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Kea Kea
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 501
    • Issues 501
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 54
    • Merge requests 54
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source Projects
  • KeaKea
  • Merge requests
  • !1647

core code that helps with rate limiting

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Andrei Pavel requested to merge 562-rate-limiting into master May 06, 2022
  • Overview 21
  • Commits 13
  • Changes 23

Part of #562 (closed).

  • b2a960b4 add scoped_lock. Needed to lock multiple mutexes at once. thread
  • 169df5a0 use SubnetID from subnet_id.h in Lease. Extraneous, but can we keep it?
  • 03452520 enable range-based for loops on ClientClasses. The for loop decides if the const or non-const version is called based on the constness of the object that is being iterated.
  • 7e47dc28 template adapters to existing qualified names. Hoping to kickstart the further use of templates for common code between v4 and v6 functionality.
  • 9187be72 mention mark and argument in logger error
  • da1cc865 add an ordered_unique index to ClientClassContainer
  • 6c21b323 document rate limiting
  • 2ee3eaea add ChangeLog entry
Edited May 20, 2022 by Andrei Pavel
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: 562-rate-limiting