Jeromy
4de85757f7
gx publish 4.4.2
7 years ago
Jeromy
a71ee6e60d
update deps
7 years ago
Jeromy
665234f694
WIP: add ConnManager interface method
7 years ago
Jeromy
dfaa021cd7
gx publish 4.4.1
7 years ago
Lars Gierth
6c79ee2fc0
gx publish 4.4.0
7 years ago
Lars Gierth
644df8e0e7
Merge pull request #199 from enzoh/master
Publicize NAT manager struct
8 years ago
Lars Gierth
b535f3fa2e
Merge pull request #201 from libp2p/gx/update-v3gbwb
gx: update go-addr-util, go-libp2p-swarm
8 years ago
Lars Gierth
e06e742637
gx: update go-addr-util, go-libp2p-swarm
8 years ago
Lars Gierth
6fff9e6d56
Merge pull request #200 from libp2p/fix/rm-ws-dep
Remove old dependency on ws-transport
8 years ago
Lars Gierth
c8094d8e49
Remove old dependency on ws-transport
8 years ago
Enzo Haussecker
e9c24fdc2d
Create interface for NAT manager
8 years ago
Enzo Haussecker
e571f8a3fb
Publicize NAT manager struct
8 years ago
Jeromy Johnson
08c8d6f794
Merge pull request #197 from libp2p/feat/refactor-basichost-new
basichost: refactor BasicHost construction
8 years ago
Lars Gierth
f0453a2458
basichost: refactor BasicHost construction
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.
8 years ago
Jeromy Johnson
78dabda41f
Merge pull request #196 from libp2p/feat/addresses-announce
basichost: allow overriding Addrs()
8 years ago
Lars Gierth
6cbb93905b
basichost: allow overriding Addrs()
8 years ago
Lars Gierth
be827c6ae8
gx publish 4.3.12
8 years ago
Lars Gierth
a7181650de
Merge pull request #195 from libp2p/gx/update-5pauf0
gx: update go-libp2p-peerstore
8 years ago
Lars Gierth
1abb84dc99
gx: update go-libp2p-peerstore
8 years ago
Jeromy
5132c763e3
update example to make it easy to swap out stream muxer
8 years ago
Jakub Sztandera
9026479669
Merge pull request #192 from ericxtang/patch-1
typo
8 years ago
Eric Tang
5b297b7160
typo
8 years ago
Jakub Sztandera
d8565dd10d
Merge pull request #191 from libp2p/feat/identify/smarter-obsaddrs
Improve ObservedAddrSet behaviour
8 years ago
Jakub Sztandera
ed98e37176
Extend time of observation by the factor of ActivationThresh
8 years ago
Jakub Sztandera
955ebe34a7
Fix obsaddr_test compare function
8 years ago
Jakub Sztandera
356f5ab17d
Modify ObservedAddrSet to better detect our active addrs
8 years ago
Jeromy Johnson
c5aa669df5
Merge pull request #185 from libp2p/libp2p-examples
Libp2p examples
8 years ago
Hector Sanjuan
93802a4007
Add http proxy example
The example proxies http requests through a libp2p stream.
License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai>
8 years ago
Jeromy
74390ca5e5
gx publish 4.3.11
8 years ago
Jeromy Johnson
84a52b639d
Merge pull request #187 from libp2p/feat/tutorials
add first tutorial, showing creation of a host
8 years ago
Jeromy
5d5c9f993a
don't use 'test' ID generation in tutorial
8 years ago
Hector Sanjuan
9706590149
Add example on how to use multicodecs to encode/decode data on a stream
License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai>
8 years ago
Hector Sanjuan
7e11c6008b
Docs: Improve echo example
* 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>
8 years ago
Jeromy
2362b05a53
add first tutorial, showing creation of a host
8 years ago
Jeromy Johnson
a1240fddcd
Merge pull request #184 from libp2p/feat/rm-relay
Remove relay protocol (and roadmap.md)
8 years ago
Lars Gierth
5a36062cc6
Remove outdated roadmap
8 years ago
Lars Gierth
12f881c55a
Remove unused and unfit relay protocol
8 years ago
Jeromy Johnson
51ad894515
Merge pull request #181 from zippy/master
more imports cleanup, another dup.
8 years ago
Jeromy
ff5be0e63b
seed rand for generation of peer IDs in echo example
8 years ago
Jeromy
000cca0469
gx publish 4.3.10
8 years ago
Eric Harris-Braun
0f0a36c62c
more imports cleanup, another dup.
8 years ago
Jeromy Johnson
1b406994dc
Merge pull request #180 from zippy/master
imports cleanup, remove dup
8 years ago
Eric Harris-Braun
db919af600
imports cleanup, remove dup
8 years ago
Jeromy
75ba71bd09
gx publish 4.3.9
8 years ago
Jeromy
df96bea9ba
gx publish 4.3.8
8 years ago
Jeromy
25fc87ba10
gx publish 4.3.7
8 years ago
Jeromy
376dafc690
gx publish 4.3.6
8 years ago
Jeromy
b424d83993
gx publish 4.3.5
8 years ago
Jeromy
02baa20570
gx publish 4.3.4
8 years ago
Jeromy
3b49c4ef23
gx publish 4.3.3
8 years ago