-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Some fixes to bitswap + dht #155
Merged
Commits on Oct 18, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 1b1ef6a - Browse repository at this point
Copy the full SHA 1b1ef6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2671af - Browse repository at this point
Copy the full SHA d2671afView commit details -
Important bugfix. Otherwise bitswap cannot message peers the node has not connected to yet :(
4Configuration menu - View commit details
-
Copy full SHA for 1555ce7 - Browse repository at this point
Copy the full SHA 1555ce7View commit details -
dht handleAddProviders adds addr in msg
Otherwise don't have the peer's target address.
Configuration menu - View commit details
-
Copy full SHA for 0117fb1 - Browse repository at this point
Copy the full SHA 0117fb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2d55f3 - Browse repository at this point
Copy the full SHA a2d55f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d113aa8 - Browse repository at this point
Copy the full SHA d113aa8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 577f8fe - Browse repository at this point
Copy the full SHA 577f8feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e22892 - Browse repository at this point
Copy the full SHA 0e22892View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5a7d99 - Browse repository at this point
Copy the full SHA a5a7d99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b5906e - Browse repository at this point
Copy the full SHA 4b5906eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c894b1d - Browse repository at this point
Copy the full SHA c894b1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c77ed6d - Browse repository at this point
Copy the full SHA c77ed6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4189d50 - Browse repository at this point
Copy the full SHA 4189d50View commit details -
Configuration menu - View commit details
-
Copy full SHA for afe85ce - Browse repository at this point
Copy the full SHA afe85ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8330f1 - Browse repository at this point
Copy the full SHA a8330f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for be5f976 - Browse repository at this point
Copy the full SHA be5f976View commit details -
fix core NewNode not setting network field, and added new json serial…
…izer for diagnostics
Configuration menu - View commit details
-
Copy full SHA for b2bd684 - Browse repository at this point
Copy the full SHA b2bd684View commit details -
Configuration menu - View commit details
-
Copy full SHA for 779af0e - Browse repository at this point
Copy the full SHA 779af0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0051629 - Browse repository at this point
Copy the full SHA 0051629View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a7fac4 - Browse repository at this point
Copy the full SHA 1a7fac4View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 3a28466 - Browse repository at this point
Copy the full SHA 3a28466View commit details -
Configuration menu - View commit details
-
Copy full SHA for f10b4bd - Browse repository at this point
Copy the full SHA f10b4bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60cd0f1 - Browse repository at this point
Copy the full SHA 60cd0f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b97d29 - Browse repository at this point
Copy the full SHA 0b97d29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18cfe02 - Browse repository at this point
Copy the full SHA 18cfe02View commit details -
Configuration menu - View commit details
-
Copy full SHA for e989d6f - Browse repository at this point
Copy the full SHA e989d6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ccaa490 - Browse repository at this point
Copy the full SHA ccaa490View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5681e27 - Browse repository at this point
Copy the full SHA 5681e27View commit details -
This Commit changes the relationship between Conn and Swarm. After this, Conn is significantly more autonomous, and follows an interface. From here, it will be very easy to make the MultiConn (that handles multiple Conns per peer).
Configuration menu - View commit details
-
Copy full SHA for 1edc5a4 - Browse repository at this point
Copy the full SHA 1edc5a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7d7133 - Browse repository at this point
Copy the full SHA e7d7133View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d9b1f8 - Browse repository at this point
Copy the full SHA 5d9b1f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08af98d - Browse repository at this point
Copy the full SHA 08af98dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8aed79c - Browse repository at this point
Copy the full SHA 8aed79cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e45a6ce - Browse repository at this point
Copy the full SHA e45a6ceView commit details -
This commit actually removes the previously introduced chan net.NetMessage, in favor of raw []byte. It plays nicer with crypto/spipe, and it makes more sense in the context of a "single connection", i.e. I already know the peer I'm talking to, from the connection. The NetMessage additional Peer is useful swarm and up.
Configuration menu - View commit details
-
Copy full SHA for 7a7bf8d - Browse repository at this point
Copy the full SHA 7a7bf8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8065b61 - Browse repository at this point
Copy the full SHA 8065b61View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffba031 - Browse repository at this point
Copy the full SHA ffba031View commit details -
Configuration menu - View commit details
-
Copy full SHA for afed188 - Browse repository at this point
Copy the full SHA afed188View commit details -
Configuration menu - View commit details
-
Copy full SHA for d47115b - Browse repository at this point
Copy the full SHA d47115bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2e428d - Browse repository at this point
Copy the full SHA f2e428dView commit details
Commits on Oct 19, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 3ab3170 - Browse repository at this point
Copy the full SHA 3ab3170View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20d1d35 - Browse repository at this point
Copy the full SHA 20d1d35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0078264 - Browse repository at this point
Copy the full SHA 0078264View commit details -
simultaneous open should work for now
It's a patch, really. it's not the full multiconn fix.
Configuration menu - View commit details
-
Copy full SHA for f8d70f3 - Browse repository at this point
Copy the full SHA f8d70f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 331e433 - Browse repository at this point
Copy the full SHA 331e433View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2e649b - Browse repository at this point
Copy the full SHA c2e649bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2308143 - Browse repository at this point
Copy the full SHA 2308143View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4783332 - Browse repository at this point
Copy the full SHA 4783332View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2a228f - Browse repository at this point
Copy the full SHA c2a228fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68b85c9 - Browse repository at this point
Copy the full SHA 68b85c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4e4923 - Browse repository at this point
Copy the full SHA a4e4923View commit details -
Configuration menu - View commit details
-
Copy full SHA for 113c44f - Browse repository at this point
Copy the full SHA 113c44fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc5b0c2 - Browse repository at this point
Copy the full SHA fc5b0c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58fdcad - Browse repository at this point
Copy the full SHA 58fdcadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63d6ee6 - Browse repository at this point
Copy the full SHA 63d6ee6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29ab6de - Browse repository at this point
Copy the full SHA 29ab6deView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa70bba - Browse repository at this point
Copy the full SHA aa70bbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d17292a - Browse repository at this point
Copy the full SHA d17292aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d2ba37 - Browse repository at this point
Copy the full SHA 3d2ba37View commit details -
leaking goroutine ++ in travis
for some reason travis has more goroutines running by def.
Configuration menu - View commit details
-
Copy full SHA for 565f9b8 - Browse repository at this point
Copy the full SHA 565f9b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b29367a - Browse repository at this point
Copy the full SHA b29367aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c178f8 - Browse repository at this point
Copy the full SHA 4c178f8View commit details -
need to switch away from timing tests. its very annoying. Should use proper go sync, as in https://www.youtube.com/watch?v=ndmB0bj7eyw
Configuration menu - View commit details
-
Copy full SHA for 7c4596a - Browse repository at this point
Copy the full SHA 7c4596aView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.