55 Commits

Author SHA1 Message Date
Jeromy Johnson
c3de971f06 Merge pull request #10 from keks/feat/feed-refactor
Subscribe to a topic multiple times
2016-11-21 08:45:27 -08:00
Jan Winkelmann
4e943ef7f8 gx publish 0.8.1 gx/v0.8.1 2016-11-21 16:36:28 +01:00
Jan Winkelmann
be649ae2c3 downgrade libp2p-netutil to 0.1.0 2016-11-21 16:35:43 +01:00
Jan Winkelmann
32d57f202a update to go-libp2p-netutil 2016-11-21 16:35:43 +01:00
Jan Winkelmann
25b8aad61f add ctx to sub.Next for cancellation 2016-11-18 02:23:38 +01:00
Jan Winkelmann
539e4b6b45 longer sleep in test so race becomes less likely 2016-11-18 02:23:38 +01:00
Jan Winkelmann
ae48a15d7b make Subscribe go through SubscribeByTopicDescriptor 2016-11-18 02:23:38 +01:00
Jan Winkelmann
1c9a576526 Test, SubscribeByTopicDescriptor and minor improvement 2016-11-18 02:23:38 +01:00
Jan Winkelmann
c9b2c6c8fd make go vet happy (t.Fatal was provided a formatting string) 2016-11-18 02:23:38 +01:00
Jan Winkelmann
3a30ab4c17 comments 2016-11-18 02:23:38 +01:00
Jan Winkelmann
b71e3adbd7 first cleanup wave 2016-11-18 02:23:38 +01:00
Jan Winkelmann
822640a482 multiple subscriptions prototype 2016-11-18 02:23:38 +01:00
Jeromy
a8a29fa17e refactor to use multiple feeds 2016-11-18 02:23:38 +01:00
Jakub Sztandera
c0c5a385ba
Publish 0.8.0 gx/v0.8.0 2016-11-17 23:46:52 +01:00
Jeromy
6623fe84a9 gx publish 0.7.4 gx/v0.7.4 2016-11-10 17:25:31 -08:00
Jeromy
e29e6e4406 update go-libp2p to 4.1.0 2016-11-10 17:25:27 -08:00
Jeromy
4fdf177c49 gx publish 0.7.3 gx/v0.7.3 2016-11-05 19:52:30 -07:00
Jeromy
f2eff079a8 update to go-smux-multistream with negotiate timeouts 2016-11-05 19:52:27 -07:00
Jeromy
d36f6557a9 gx publish 0.7.2 gx/v0.7.2 2016-11-03 19:31:58 -07:00
Jeromy
45cd84e78b update go-libp2p 2016-11-03 19:31:54 -07:00
Jeromy
b06ea5fe5d gx publish 0.7.1 gx/v0.7.1 2016-10-30 14:08:03 -07:00
Jeromy
05ee326b47 update go-libp2p to 4.0.2 2016-10-30 14:08:01 -07:00
Jeromy
4dfbdcdca7 add functionality to query which peers have a given topic 2016-10-18 11:13:23 -07:00
Jeromy Johnson
93958ad032 Merge pull request #6 from libp2p/feat/standardize-readme
Standardized Readme
2016-10-11 14:20:27 -07:00
Jeromy Johnson
9b66847dd6 Merge pull request #8 from libp2p/feat/update-deps
Feat/update deps
2016-10-05 13:09:58 -07:00
Jeromy
042a778bad gx publish 0.7.0 gx/v0.7.0 2016-10-05 12:47:23 -07:00
Jeromy
90657d5d53 update dependencies 2016-10-05 12:47:20 -07:00
Jeromy
8961e4ef38 gx publish 0.6.2 gx/v0.6.2 2016-09-30 16:29:23 -07:00
Richard Littauer
f0d3f5e3b4 Standardized Readme 2016-09-27 10:23:23 -04:00
Jeromy
7202d8da36 gx publish 0.6.1 gx/v0.6.1 2016-09-18 18:52:27 -07:00
Jeromy Johnson
c61ae3500c Merge pull request #4 from libp2p/fix/reconnects
fix handling of new streams on peer reconnects
2016-09-18 18:47:10 -07:00
Jeromy
e4bd01ce63 gx publish v0.6.0 gx/v0.6.0 2016-09-14 18:37:13 -07:00
Jeromy
59af8f38e7 add a method to get the pubsub peers list 2016-09-14 18:07:30 -07:00
Jeromy
5864ad9296 gx publish v0.5.0 gx/v0.5.0 2016-09-14 15:27:34 -07:00
Jeromy Johnson
ccede23581 Merge pull request #3 from libp2p/feat/get-topics
add way to query subscribed topics
2016-09-14 18:25:37 -04:00
Jeromy
28f2c2f094 add way to query subscribed topics 2016-09-14 15:11:41 -07:00
Jeromy
d733293dbc add more tests 2016-09-14 14:11:46 -07:00
Jeromy
076634c216 gx publish v0.4.2 gx/v0.4.2 2016-09-13 09:42:41 -07:00
Jeromy
21401b8475 dont error on new stream failure 2016-09-13 09:39:30 -07:00
Jeromy Johnson
4a45077e91 Merge pull request #1 from libp2p/feat/move-to-libp2p
move code to libp2p repo
2016-09-13 10:26:24 -04:00
Jeromy
a16546a7ee move code to libp2p repo 2016-09-12 20:10:48 -07:00
Jeromy
ac28933eb1 gx publish v0.4.1 gx/v0.4.1 2016-09-12 15:23:55 -07:00
Jeromy
7137d624f0 gx publish v0.4.0 gx/v0.4.0 2016-09-12 14:24:43 -07:00
Jeromy
dd331f38c6 more code cleanup, remove debug statements, add support for multiple
messages and topics
2016-09-12 13:22:16 -07:00
Jeromy
ab2fef7c1b refactor publish messaging 2016-09-11 13:56:07 -07:00
Jeromy
ae7f9622fb gx publish v0.3.0 gx/v0.3.0 2016-09-10 20:51:42 -07:00
Jeromy
f3f2cb2c82 use timecache 2016-09-10 20:47:12 -07:00
Jeromy
17e835cd17 respect contexts better 2016-09-10 16:03:53 -07:00
Jeromy
c0d5b0ef26 using protobuf now, with a vengeance gx/v0.2.0 2016-09-10 08:29:06 -07:00
Jeromy
6ed3d545e1 switch over to protobuf rpc 2016-09-10 08:14:17 -07:00