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 505
    • Issues 505
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 53
    • Merge requests 53
  • 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
  • !1638

Obsolete: core code that helps with rate limiting

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Andrei Pavel requested to merge 237-rate-limiting into master Apr 21, 2022
  • Overview 2
  • Commits 7
  • Changes 21

Part of #237 (closed).

  • b2a960b4 add scoped_lock. Needed to lock multiple mutexes at once.
  • fec9d8c7 use SubnetID from subnet_id.h in Lease. Extraneous, but can we keep it?
  • 0133d5f0 enable range-based for loops on ClientClasses. Ranged-based for loops always look for begin() functions. The for loop decides if the const or non-const version is called based on the constness of the object that is being iterated.
  • 6bf9416b template adapters to existing qualified names. Hoping to kickstart the further use of templates for common code between v4 and v6 functionality.
  • dba2f38c mention mark and argument in logger error
  • 9c8fdd59 document rate limiting
  • 1261e869 add ChangeLog entry
Edited May 06, 2022 by Andrei Pavel
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: 237-rate-limiting