Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lib/connections, lib/config: Bandwidth throttling per remote device (fixes #4516) #4603

Merged
merged 29 commits into from
Mar 26, 2018

Commits on Dec 17, 2017

  1. Configuration menu
    Copy the full SHA
    bf78111 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ca0546 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e486481 View commit details
    Browse the repository at this point in the history
  4. go fmt changes

    qepasa committed Dec 17, 2017
    Configuration menu
    Copy the full SHA
    79f96e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b14e01 View commit details
    Browse the repository at this point in the history
  6. switched some logging to debug

    qepasa committed Dec 17, 2017
    Configuration menu
    Copy the full SHA
    c1665b3 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2017

  1. changed map to sync.Map

    qepasa committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    d175118 View commit details
    Browse the repository at this point in the history
  2. gofmt

    qepasa committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    1070dd6 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2017

  1. updated processing of device configurations, changed sync.Map to map …

    …with rwlocking, added tests
    qepasa committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    b52b326 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae58320 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2018

  1. adjustments after code review

    qepasa committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    b6d723d View commit details
    Browse the repository at this point in the history
  2. go fmt changes

    qepasa committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    a33855f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d637d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2018

  1. Configuration menu
    Copy the full SHA
    5157154 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2018

  1. adjustments after code review

    qepasa committed Jan 14, 2018
    Configuration menu
    Copy the full SHA
    cc63da2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36368f1 View commit details
    Browse the repository at this point in the history
  3. go fmt

    qepasa committed Jan 14, 2018
    Configuration menu
    Copy the full SHA
    2ce47ad View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2018

  1. Configuration menu
    Copy the full SHA
    f6a92d5 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2018

  1. Configuration menu
    Copy the full SHA
    353983f View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2018

  1. Configuration menu
    Copy the full SHA
    6967960 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2018

  1. code review adjustments

    qepasa committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    0298b9f View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2018

  1. code review adjustments

    qepasa committed Feb 10, 2018
    Configuration menu
    Copy the full SHA
    628ae2b View commit details
    Browse the repository at this point in the history
  2. go fmt

    qepasa committed Feb 10, 2018
    Configuration menu
    Copy the full SHA
    56b471f View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2018

  1. code review adjustments

    qepasa committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    da98cfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a38f5ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e160d1d View commit details
    Browse the repository at this point in the history
  4. go fmt

    qepasa committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    c3facc1 View commit details
    Browse the repository at this point in the history
  5. defer removed

    qepasa committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    d03b6ff View commit details
    Browse the repository at this point in the history
  6. refactor newLimiter*

    qepasa committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    291a198 View commit details
    Browse the repository at this point in the history