- 21 Jul, 2017 1 commit
-
-
vyzo authored
-
- 19 Jul, 2017 1 commit
-
-
Steven Allen authored
-
- 12 Jul, 2017 5 commits
-
-
Jeromy Johnson authored
Feat/connmgr
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
- 11 Jul, 2017 1 commit
-
-
Jeromy authored
-
- 08 Jul, 2017 1 commit
-
-
Lars Gierth authored
-
- 06 Jun, 2017 5 commits
-
-
Lars Gierth authored
Publicize NAT manager struct
-
Lars Gierth authored
gx: update go-addr-util, go-libp2p-swarm
-
Lars Gierth authored
-
Lars Gierth authored
Remove old dependency on ws-transport
-
Lars Gierth authored
-
- 05 Jun, 2017 1 commit
-
-
Enzo Haussecker authored
-
- 03 Jun, 2017 1 commit
-
-
Enzo Haussecker authored
-
- 31 May, 2017 3 commits
-
-
Jeromy Johnson authored
basichost: refactor BasicHost construction
-
Lars Gierth authored
There were previously 4 different ways of passing various options into BasicHost construction. 1. Function parameters to New 2. Option parameters to New 3. Global variables, e.g. NegotiateTimeout 4. Options struct, in the calling code in go-ipfs This changeset deprecated all of these, and introduces the HostOpts struct to replace them. It also introduces a new constructor called NewHost, which accepts a *HostOpts. The old New constructor continues to work the same way, but is from now on deprecated too.
-
Jeromy Johnson authored
basichost: allow overriding Addrs()
-
- 30 May, 2017 1 commit
-
-
Lars Gierth authored
-
- 29 May, 2017 1 commit
-
-
Lars Gierth authored
-
- 27 May, 2017 2 commits
-
-
Lars Gierth authored
gx: update go-libp2p-peerstore
-
Lars Gierth authored
-
- 14 May, 2017 1 commit
-
-
Jeromy authored
-
- 26 Apr, 2017 2 commits
-
-
Jakub Sztandera authored
typo
-
Eric Tang authored
-
- 24 Apr, 2017 4 commits
-
-
Jakub Sztandera authored
Improve ObservedAddrSet behaviour
-
Jakub Sztandera authored
-
Jakub Sztandera authored
-
Jakub Sztandera authored
-
- 30 Mar, 2017 2 commits
-
-
Jeromy Johnson authored
Libp2p examples
-
Hector Sanjuan authored
The example proxies http requests through a libp2p stream. License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai>
-
- 25 Mar, 2017 1 commit
-
-
Jeromy authored
-
- 22 Mar, 2017 4 commits
-
-
Jeromy Johnson authored
add first tutorial, showing creation of a host
-
Jeromy authored
-
Hector Sanjuan authored
License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai>
-
Hector Sanjuan authored
* Do not use testutil to generate random keys and ids since this is a testing dependency. Use crypto.GenerateKeyPair() instead. * Echo full lines * Improve output by telling the user what to run * More code comments License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai>
-
- 17 Mar, 2017 1 commit
-
-
Jeromy authored
-
- 14 Mar, 2017 1 commit
-
-
Jeromy Johnson authored
Remove relay protocol (and roadmap.md)
-
- 12 Mar, 2017 1 commit
-
-
Lars Gierth authored
-