Commit Graph

718 Commits

Author SHA1 Message Date
Eric Tang 5b297b7160 typo 2017-04-26 13:17:21 -04:00
Jakub Sztandera d8565dd10d Merge pull request #191 from libp2p/feat/identify/smarter-obsaddrs
Improve ObservedAddrSet behaviour
2017-04-24 23:01:28 +02:00
Jakub Sztandera ed98e37176
Extend time of observation by the factor of ActivationThresh 2017-04-24 20:26:15 +02:00
Jakub Sztandera 955ebe34a7
Fix obsaddr_test compare function 2017-04-24 20:26:15 +02:00
Jakub Sztandera 356f5ab17d
Modify ObservedAddrSet to better detect our active addrs 2017-04-24 20:26:10 +02:00
Jeromy Johnson c5aa669df5 Merge pull request #185 from libp2p/libp2p-examples
Libp2p examples
2017-03-30 10:08:45 -07:00
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>
2017-03-30 11:14:19 +02:00
Jeromy 74390ca5e5 gx publish 4.3.11 2017-03-24 18:30:08 -07:00
Jeromy Johnson 84a52b639d Merge pull request #187 from libp2p/feat/tutorials
add first tutorial, showing creation of a host
2017-03-22 12:30:44 -07:00
Jeromy 5d5c9f993a don't use 'test' ID generation in tutorial 2017-03-22 11:39:11 -07:00
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>
2017-03-22 18:12:18 +01:00
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>
2017-03-22 18:12:18 +01:00
Jeromy 2362b05a53 add first tutorial, showing creation of a host 2017-03-17 12:15:11 -07:00
Jeromy Johnson a1240fddcd Merge pull request #184 from libp2p/feat/rm-relay
Remove relay protocol (and roadmap.md)
2017-03-14 00:51:23 -07:00
Lars Gierth 5a36062cc6 Remove outdated roadmap 2017-03-12 03:37:48 +01:00
Lars Gierth 12f881c55a Remove unused and unfit relay protocol 2017-03-12 03:37:01 +01:00
Jeromy Johnson 51ad894515 Merge pull request #181 from zippy/master
more imports cleanup, another dup.
2017-03-08 18:31:49 -08:00
Jeromy ff5be0e63b seed rand for generation of peer IDs in echo example 2017-03-06 23:23:48 -08:00
Jeromy 000cca0469 gx publish 4.3.10 2017-03-05 18:47:47 -08:00
Eric Harris-Braun 0f0a36c62c more imports cleanup, another dup. 2017-02-22 08:37:38 -05:00
Jeromy Johnson 1b406994dc Merge pull request #180 from zippy/master
imports cleanup, remove dup
2017-02-21 11:26:33 -08:00
Eric Harris-Braun db919af600 imports cleanup, remove dup 2017-02-21 13:45:42 -05:00
Jeromy 75ba71bd09 gx publish 4.3.9 2017-02-03 13:44:13 -08:00
Jeromy df96bea9ba gx publish 4.3.8 2017-02-03 13:07:34 -08:00
Jeromy 25fc87ba10 gx publish 4.3.7 2017-02-03 11:08:47 -08:00
Jeromy 376dafc690 gx publish 4.3.6 2017-02-02 18:20:04 -08:00
Jeromy b424d83993 gx publish 4.3.5 2017-01-10 14:44:00 -08:00
Jeromy 02baa20570 gx publish 4.3.4 2017-01-10 08:02:16 -08:00
Jeromy 3b49c4ef23 gx publish 4.3.3 2017-01-10 07:54:47 -08:00
Jeromy Johnson 17b5b2aa55 Merge pull request #173 from libp2p/deps/fix-multistream-import
fix multistream import paths
2017-01-10 07:52:41 -08:00
Jeromy 31557da822 fix multistream import paths 2017-01-10 07:22:30 -08:00
Jeromy 848cd336f4 gx publish 4.3.2 2017-01-06 06:12:51 -08:00
Jeromy Johnson 3322477325 Merge pull request #170 from libp2p/feat/negotiate-lazy
update go-multistream and use negotiateLazy
2017-01-06 06:09:15 -08:00
Jeromy 104c97ed57 update go-multistream and use negotiateLazy to allow for readonly streams 2017-01-05 08:10:26 -08:00
Jeromy c0f09cbef4 gx publish 4.3.1 2016-12-27 01:52:05 -08:00
Jeromy Johnson 9c903e32f9 Merge pull request #169 from libp2p/feat/client-var
identify: make agent version mutable
2016-12-26 08:30:45 -08:00
Jeromy 26adf7395b identify: make agent version mutable 2016-12-26 02:52:49 -08:00
keks 37377fd505 update links in README to libp2p org 2016-12-12 20:52:56 +01:00
Jeromy Johnson ae642dca82 Merge pull request #167 from libp2p/deps/publish-4.3.0
gx publish 4.3.0
2016-11-27 22:48:47 -08:00
Jeromy 31a6558ac7 gx publish 4.3.0 2016-11-27 18:23:15 -08:00
Jeromy Johnson b85fbfe29b Merge pull request #166 from libp2p/deps/go-datastore
update go-datastore bubbled through libp2p packages
2016-11-26 00:06:01 -08:00
Jeromy 05c29c3c90 update go-datastore bubbled through libp2p packages 2016-11-25 23:50:27 -08:00
Hector Sanjuan b88cb27492 Merge pull request #163 from JustinDrake/patch-1
Fix echo example Readme
2016-11-25 10:24:53 +01:00
Justin a92558f752 More fixes 2016-11-24 20:54:47 +00:00
Justin 6ac1064a93 Fix port number of echo example 2016-11-24 16:43:52 +00:00
Justin 6e35a38789 More example fixes 2016-11-24 16:35:53 +00:00
Justin b7fdb1f20b Fix path 2016-11-24 16:24:21 +00:00
Jeromy Johnson 19fac3f0e4 Merge pull request #160 from libp2p/feat/update-swarm
update go-libp2p-swarm
2016-11-23 09:24:59 -08:00
Jeromy d07cf57ffd update go-libp2p-swarm 2016-11-22 21:00:29 -08:00
Jeromy Johnson 73f16a9f80 Merge pull request #159 from libp2p/feat/set-protos
address protocol downgrade bug
2016-11-22 20:27:52 -08:00