Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

network: Kademlia Load Balancing #1774

Merged
merged 36 commits into from
Nov 12, 2019
Merged

Commits on Sep 24, 2019

  1. Configuration menu
    Copy the full SHA
    0f31b5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1c9ac5 View commit details
    Browse the repository at this point in the history
  3. typo

    kortatu committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    fc65d5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7dc9568 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca11c52 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

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

Commits on Sep 26, 2019

  1. Missing file in commit

    kortatu committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    f0fc99d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0941717 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9263d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed1f9a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. Configuration menu
    Copy the full SHA
    904e204 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29303f1 View commit details
    Browse the repository at this point in the history
  3. go fmt

    kortatu committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    e53ae25 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

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

Commits on Oct 1, 2019

  1. network: fixed pr comments

    kortatu committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    0e346e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

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

Commits on Oct 14, 2019

  1. Configuration menu
    Copy the full SHA
    4c81a24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b44ab3 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

  1. Configuration menu
    Copy the full SHA
    52dacb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3301920 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49e7d09 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. More comments, fixed EachConn po for peers in the same bin as the piv…

    …ot address, renamed findPeerPo to peerPo
    kortatu committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    ad5eac5 View commit details
    Browse the repository at this point in the history
  2. resourceUseStats moved to a diffrente file. Use() renamed to AddUseCo…

    …unt(). Several minor comments and fixes
    kortatu committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    e78e2b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. added gopubsub unit tests

    kortatu committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    21a0d2f View commit details
    Browse the repository at this point in the history
  2. Moved resource_use_stats to its own package. Renamed gopubsub to pubs…

    …ubchannel. Some PR comments. Fixed TestEachBinBaseUses so it is more stable
    kortatu committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    c615cdd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    340ce15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96a8245 View commit details
    Browse the repository at this point in the history
  5. fix closing channel

    kortatu committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    697b049 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. Configuration menu
    Copy the full SHA
    5cb6d46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abc51ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f951d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8f8059 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

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

Commits on Nov 4, 2019

  1. PubSubChannel now publish messages semi-asynchronously filling first …

    …a subscription inbox before blocking. This will ensure order messages delivery if the inbox is never full
    kortatu committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    e7eefaf View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. Exit publishing goroutine on psc.quitC close.

    Repeated sleep in test.
    kortatu committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    3019822 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

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