Commit Graph

736 Commits

Author SHA1 Message Date
Jeromy Johnson 6d069ac4bd Merge pull request #133 from hsanjuan/doc/fix-examples-location
Readme.md: point to the right location for examples.
2016-10-24 17:47:22 -07:00
Jeromy 0e7e451d69 extract NAT traversal code to its own lib 2016-10-24 17:18:49 -07:00
Jeromy Johnson 5ca927bb07 Merge pull request #125 from RichardLitt/master
Update README URLs based on HTTP redirects
2016-10-11 14:20:07 -07:00
Jeromy Johnson a0c0e5be33 Merge pull request #135 from libp2p/fix/relay-import
Fix/relay import
2016-10-05 12:31:14 -07:00
Jeromy fb468895e0 don't use coveralls here 2016-10-05 12:24:57 -07:00
Jeromy 21a7534d39 gx publish 4.0.1 2016-10-05 12:16:30 -07:00
Jeromy b130e2a7b1 fix import and update travis scripts 2016-10-05 12:16:25 -07:00
Jeromy c859385c51 gx publish 4.0.0 2016-10-05 10:58:31 -07:00
Jeromy Johnson 1600dc3502 Merge pull request #134 from libp2p/feat/extracting-5
extract libp2p-swarm
2016-10-05 10:57:14 -07:00
Jeromy 7aced371c7 extract libp2p-swarm 2016-10-05 10:34:57 -07:00
Hector Sanjuan 7bf5ed2ac0 Readme.md: point to the right location for examples.
License: MIT
Signed-off-by: Hector Sanjuan <code@hector.link>
2016-10-05 09:55:34 +02:00
Jeromy Johnson 10689ca631 Merge pull request #132 from libp2p/feat/update-deps-2
update deps
2016-10-04 21:36:27 -07:00
Jeromy 70872ff663 update deps 2016-10-04 21:18:07 -07:00
Jeromy Johnson 7081c1723a Merge pull request #131 from libp2p/feat/extracting-4
Feat/extracting 4
2016-10-04 21:09:12 -07:00
Jeromy 1a53ad77b9 extract host interface 2016-10-04 16:16:24 -07:00
Jeromy 9910e6a7cf switching to separated conn and interface-conn packages 2016-10-04 15:39:24 -07:00
Jeromy Johnson a54a624e4a Merge pull request #130 from libp2p/feat/extracting-3
extract net interface and metrics
2016-10-04 14:04:12 -07:00
Jeromy cea1fe131f extract net interface and metrics 2016-10-04 13:56:20 -07:00
Jeromy Johnson 3d31b833a0 Merge pull request #129 from libp2p/feat/extracting-2
extract conn, addr-util, and testutil
2016-10-04 13:22:02 -07:00
Jeromy 0f3ffb2d07 extract conn, addr-util, and testutil 2016-10-04 13:03:14 -07:00
Jeromy Johnson 0aaec87666 Merge pull request #128 from libp2p/feat/extracting
extract protocol and maddr-filter
2016-10-03 21:55:46 -07:00
Jeromy 1085a07654 extract protocol and maddr-filter 2016-10-03 21:47:08 -07:00
Jeromy b47ce3fe50 gx publish 3.6.0 2016-10-03 12:00:25 -07:00
Jeromy Johnson 98bda2b2f7 Merge pull request #124 from libp2p/feat/dep/go-reuseport
Update go-reuseport
2016-10-03 11:43:21 -07:00
Jeromy Johnson b6aff3661f Merge pull request #126 from libp2p/feat/use-stdlib-ctx
switch to using stdlib context package
2016-10-03 11:41:25 -07:00
Jeromy 4dd30d824b switch to using stdlib context package 2016-10-03 11:00:00 -07:00
Jakub Sztandera 374e9d61b5
Update go-tcp-transport to 1.0.2
Updates go-reuseport to 0.1.4
2016-10-03 19:59:14 +02:00
Richard Littauer bda4d02201 Update README URLs based on HTTP redirects 2016-09-30 13:30:04 -04:00
Jeromy Johnson 87b0e20041 Merge pull request #121 from libp2p/fix/mdns-race
update mdns to version with fixed race condition
2016-09-29 17:28:00 -07:00
Jeromy Johnson 67ed3ffb5d Merge pull request #123 from libp2p/fix/nat/lock
Fix locking issue introduced in 90eeff42fc
2016-09-29 11:58:56 -07:00
Jakub Sztandera 4172857109
fix locking issue introduced in 90eeff42fc 2016-09-29 15:32:27 +02:00
Jeromy 5b6ab8c326 update mdns to version with fixed race condition 2016-09-28 17:57:12 -07:00
Jeromy 90e9b615a8 gx publish 3.5.4 2016-09-25 19:32:18 -07:00
Jeromy Johnson 7590c56930 Merge pull request #117 from libp2p/deps/transport-split
split tcp transports out of the base package
2016-09-25 19:20:15 -07:00
Jeromy a37ab4c494 use fixed transport lib 2016-09-25 19:15:10 -07:00
Jeromy 2eef5a702e split tcp transports out of the base package 2016-09-25 04:51:27 -07:00
Jeromy fc6ac25847 gx publish 3.5.3 2016-09-20 19:47:13 -07:00
Jeromy Johnson 494ade379b Merge pull request #115 from libp2p/feat/improve-mdns
don't block on DiscoverHandler
2016-09-20 08:08:35 -07:00
Jeromy e6a5c5c241 don't block on DiscoverHandler 2016-09-20 00:28:58 -07:00
Jeromy Johnson 4d1c7a91f3 Merge pull request #91 from libp2p/fix/add-conn-setup-deadline
swarm: add deadline for connection setup
2016-09-18 05:41:08 -07:00
Jeromy 9441754369 swarm: add deadline for connection setup 2016-09-18 03:17:22 -07:00
Jeromy Johnson 4ae3510f1a Merge pull request #107 from libp2p/feat/better-dialsync
Improve swarm dial sync code
2016-09-16 15:12:07 -04:00
Jeromy Johnson d3f70d185e Merge pull request #114 from libp2p/feat/context-dial
conn/dial: implement contextDial up the stack
2016-09-16 15:11:27 -04:00
Richard Littauer 8c7eede2de Merge pull request #113 from noffle/patch-1
Fix libp2p spec link
2016-09-16 13:51:04 -04:00
Stephen Whitmore 2f82ff82e4 Update remaining libp2p spec links. 2016-09-16 10:09:41 -07:00
Jakub Sztandera c9ca072904
update go-reuseport to 0.1.0 2016-09-16 14:26:46 +02:00
Jeromy d70e1625a8 conn/dial: implement contextDial up the stack 2016-09-15 22:32:51 -07:00
Stephen Whitmore c9281c4c1a Fix libp2p spec link
Addresses https://github.com/libp2p/go-libp2p/issues/41
2016-09-15 10:23:31 -07:00
Jeromy Johnson 86d85deaf1 Merge pull request #95 from libp2p/feat/nat-permanent-retry
Retry NAT punching without duration on mapping failure
2016-09-14 18:38:15 -04:00
Jakub Sztandera 90eeff42fc
nat: add locks around nat 2016-09-13 13:54:32 +02:00