Steven Allen
|
c50d6f5b4e
|
Merge pull request #216 from libp2p/feat/summer-cleaning
Summer cleaning
|
7 years ago |
David Dias
|
3d33ba1915
|
apply cr
|
7 years ago |
David Dias
|
4cc6a4e0f8
|
apply cr
|
7 years ago |
David Dias
|
e7293cb509
|
docs: remove coverage badge (non existent)
|
7 years ago |
David Dias
|
2c7c62ee3a
|
docs(examples): give a pass through remaining examples
|
7 years ago |
David Dias
|
a8926ed732
|
docs(examples): small refresh to the echo example
|
7 years ago |
David Dias
|
b2d738a349
|
docs: add a note about gxifying deps
|
7 years ago |
David Dias
|
564e2ba314
|
docs(examples): reorganize examples and tutorials, add an index
|
7 years ago |
David Dias
|
c7ad187fe0
|
docs: refresh the readme, add more information for new contributors, add new logo, make it match js-libp2p
|
7 years ago |
Steven Allen
|
4aa941a422
|
gx publish 4.5.1
|
7 years ago |
Steven Allen
|
8f5e12e7bd
|
Merge pull request #214 from libp2p/gx/update-95g3kv
gx: update go-testutil
|
7 years ago |
Steven Allen
|
7b8fe952e1
|
gx: update go-testutil
|
7 years ago |
Lars Gierth
|
6308a90c39
|
gx publish 4.5.0
|
7 years ago |
Lars Gierth
|
3a57e7080d
|
Merge pull request #211 from libp2p/fix/notify-tests
tests: update test cases to act like go-peerstream 1.7.0
|
7 years ago |
Lars Gierth
|
4ff80c1923
|
Merge pull request #189 from libp2p/feat/dns
Resolve /dns4, /dns6, /dnsaddr multiaddrs
|
7 years ago |
Lars Gierth
|
e0c5c22dbc
|
Avoid unneccessary multiaddr resolutions
|
7 years ago |
Lars Gierth
|
0c23c9684c
|
Resolve /dns4, /dns6, /dnsaddr multiaddrs
|
8 years ago |
Steven Allen
|
6d63a88a12
|
Merge pull request #213 from gurry/master
Made the image render inline
|
7 years ago |
Gurinder Singh
|
8f9170f6e2
|
Made the image render inline
|
7 years ago |
vyzo
|
e44e538a2f
|
Merge pull request #210 from libp2p/feat/circuit-relay
Circuit Relay integration with basic_host
|
7 years ago |
vyzo
|
6be81d34c1
|
basic_host: take base context as parameter in NewHost
|
7 years ago |
vyzo
|
fd23cf6fa5
|
basic_host: add the relay after the host construction is complete
|
7 years ago |
vyzo
|
b97f1c5f56
|
gx: update go-libp2p-circuit to 1.1.3
|
7 years ago |
vyzo
|
674256ec4d
|
update go-libp2p-circuit dependency to 1.1.1
|
7 years ago |
vyzo
|
7f1ffcbd4e
|
basic_host: NewHost: don't panic on relay errors, return an error instead
The legacy interface stays unchanged with a panic though.
|
7 years ago |
vyzo
|
3b6d61122f
|
basic_host: integrate circuit relay as a transport with an option
|
7 years ago |
Steven Allen
|
77af18a9c5
|
Merge pull request #212 from libp2p/gx/update-oq3pfr
gx: update go-testutil
|
7 years ago |
Steven Allen
|
7be1f0c269
|
gx publish 4.4.5
|
7 years ago |
Steven Allen
|
f2df5a92c5
|
gx publish 4.4.4
|
7 years ago |
Steven Allen
|
112866c35a
|
tests: update test cases to act like go-peerstream 1.7.0
|
7 years ago |
Steven Allen
|
d50c54fea7
|
gx publish 4.4.3
|
7 years ago |
vyzo
|
41207dbb0a
|
Merge pull request #208 from libp2p/fix/routed/peer-addrs
RoutedHost: NewStream ensures we have the means to connect to the peer
|
7 years ago |
vyzo
|
3b2f464171
|
RoutedHost: use Connect directly in NewStream
|
7 years ago |
vyzo
|
daaf97b416
|
RoutedHost: NewStram ensures we have the means to connect to the peer
|
7 years ago |
Steven Allen
|
db0b3ee9b8
|
gx: import deps
|
7 years ago |
Jeromy Johnson
|
2308756613
|
Merge pull request #204 from libp2p/feat/connmgr
Feat/connmgr
|
7 years ago |
Jeromy
|
f9e0e7345c
|
bump travis to go1.8
|
7 years ago |
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 |