-
Notifications
You must be signed in to change notification settings - Fork 292
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
Commits on Dec 21, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 87182a2 - Browse repository at this point
Copy the full SHA 87182a2View commit details
Commits on Dec 27, 2015
-
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.
Configuration menu - View commit details
-
Copy full SHA for 89af747 - Browse repository at this point
Copy the full SHA 89af747View commit details
Commits on Dec 28, 2015
-
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.
Configuration menu - View commit details
-
Copy full SHA for d0cdd53 - Browse repository at this point
Copy the full SHA d0cdd53View commit details
Commits on Dec 29, 2015
-
Reviewed changelog and fixed 2 tiny typos.
Configuration menu - View commit details
-
Copy full SHA for df20c10 - Browse repository at this point
Copy the full SHA df20c10View commit details -
guidelinestherin ---> guidelines therein.
Configuration menu - View commit details
-
Copy full SHA for ff0c787 - Browse repository at this point
Copy the full SHA ff0c787View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 6e133b5 - Browse repository at this point
Copy the full SHA 6e133b5View commit details
Commits on Dec 30, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 34a94b7 - Browse repository at this point
Copy the full SHA 34a94b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14ccab8 - Browse repository at this point
Copy the full SHA 14ccab8View commit details
Commits on Jan 3, 2016
-
Replace *KoblitzCurve by elliptic.Curve
Found via github.com/mvdan/interfacer.
Configuration menu - View commit details
-
Copy full SHA for 829e87a - Browse repository at this point
Copy the full SHA 829e87aView commit details
Commits on Jan 5, 2016
-
Configuration menu - View commit details
-
Copy full SHA for e24fe94 - Browse repository at this point
Copy the full SHA e24fe94View commit details
Commits on Jan 6, 2016
-
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.
Configuration menu - View commit details
-
Copy full SHA for 7996eb1 - Browse repository at this point
Copy the full SHA 7996eb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1944637 - Browse repository at this point
Copy the full SHA 1944637View commit details
Commits on Jan 7, 2016
-
Configuration menu - View commit details
-
Copy full SHA for f5ded65 - Browse repository at this point
Copy the full SHA f5ded65View commit details
Commits on Jan 23, 2016
-
Jonathan Zeppettini committed
Jan 23, 2016 Configuration menu - View commit details
-
Copy full SHA for 407fcc2 - Browse repository at this point
Copy the full SHA 407fcc2View commit details
Commits on May 27, 2016
-
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
Configuration menu - View commit details
-
Copy full SHA for fe65e81 - Browse repository at this point
Copy the full SHA fe65e81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77b2c53 - Browse repository at this point
Copy the full SHA 77b2c53View commit details