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

Merge upstream copyright date updates. #231

Merged
merged 16 commits into from
May 27, 2016

Commits on Dec 21, 2015

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

Commits on Dec 27, 2015

  1. peer: remove getaddr msg from stall detection.

    The getaddr msg is usually replied to with an addr msg, but if
    the other peer does not have any addresses to share it will not
    reply at all (instead of replying with an addr msg with 0 addresses).
    Therefore, the getaddr msg is not guaranteed a reply, so this commit
    removes it from stall detection to avoid incorrectly kicking
    such peers.
    Dirbaio committed Dec 27, 2015
    Configuration menu
    Copy the full SHA
    89af747 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2015

  1. server: Fix persistent peers not being removed properly

    When a persistent peer is disconnected (for example due to a
    network timeout), a connection retry is issued. The logic for
    doing so failed to remove the peer from the peerState, causing
    dead peer connections to fill the peerState. Since connections
    in the peerState are counted towards the maxPeers limit, this
    would cause btcd to eventually stop retrying connection.
    
    This commit fixes the issue by properly removing the peer from
    the peerState.
    Dirbaio committed Dec 28, 2015
    Configuration menu
    Copy the full SHA
    d0cdd53 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2015

  1. Fix typos in changelog.

    Reviewed changelog and fixed 2 tiny typos.
    wallclockbuilder committed Dec 29, 2015
    Configuration menu
    Copy the full SHA
    df20c10 View commit details
    Browse the repository at this point in the history
  2. Fix inconsistent spacing.

     guidelinestherin ---> guidelines therein.
    wallclockbuilder committed Dec 29, 2015
    Configuration menu
    Copy the full SHA
    ff0c787 View commit details
    Browse the repository at this point in the history
  3. txscript: Fix docs to match function.

    Changed the order of return values described in the docs to be
    consistent with the function’s actual return value signature.
    wallclockbuilder committed Dec 29, 2015
    Configuration menu
    Copy the full SHA
    6e133b5 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2015

  1. Configuration menu
    Copy the full SHA
    34a94b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14ccab8 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2016

  1. Replace *KoblitzCurve by elliptic.Curve

    Found via github.com/mvdan/interfacer.
    mvdan committed Jan 3, 2016
    Configuration menu
    Copy the full SHA
    829e87a View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2016

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

Commits on Jan 6, 2016

  1. peer: drain chans before exiting peerHandler

    Also disconnect the failed peer to allow the peerDoneHandler goroutine
    to exit, instead of hanging around. Fixes btcsuite#583.
    tuxcanfly committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    7996eb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1944637 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2016

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

Commits on Jan 23, 2016

  1. Update LICENSE

    Jonathan Zeppettini committed Jan 23, 2016
    Configuration menu
    Copy the full SHA
    407fcc2 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2016

  1. Apply various upstream comment fixes.

    Contains the following upstream commits:
    - 87182a2
      - This commit does not apply to Decred so it has been reverted
    - 89af747
      - This commit has already been cherry picked and is a NOOP
    - d0cdd53
      - This commit has already been cherry picked and is a NOOP
    - df20c10
    - ff0c787
    - 6e133b5
    - 34a94b7
    - 14ccab8
    davecgh committed May 27, 2016
    Configuration menu
    Copy the full SHA
    fe65e81 View commit details
    Browse the repository at this point in the history
  2. Merge upstream copyright date updates.

    Contains the following upstream commits:
    - 829e87a
      - This commit does not apply to Decred so it has been reverted
    - d0cdd53
      - This commit does not apply to Decred so it has been reverted
    - 7996eb1
      - This commit has already been cherry picked and is a NOOP
    - 1944637
    - f5ded65
    - 407fcc2
    davecgh committed May 27, 2016
    Configuration menu
    Copy the full SHA
    77b2c53 View commit details
    Browse the repository at this point in the history