Commit Graph

879 Commits

Author SHA1 Message Date
Steven Allen f6ad991bb5 update gogo protobuf
and regenerate protobuf files
2018-08-08 18:08:13 -07:00
Steven Allen 784ff9c5a5 fix closing of mock streams in test 2018-08-08 13:37:29 -07:00
Steven Allen f56473fb01 make sure reset works on half-closed streams 2018-08-08 13:36:01 -07:00
Steven Allen 2e13245085 reset when we fail in identify 2018-08-08 11:48:45 -07:00
Steven Allen aca83b9b63
Merge pull request #386 from libp2p/fix/correct-external-addr
when we do a nat port mapping, explicitly remember the mapped address
2018-08-06 21:52:27 +00:00
bigs 86b8929d4d
Merge pull request #387 from gpestana/doc-defaults
docs: Document defaults #382
2018-08-06 12:24:46 -04:00
gpestana 197b42caea docs: Document defaults #382 2018-08-05 20:28:00 +03:00
Steven Allen 7133f4124f when we do a nat port mapping, explicitly remember the mapped address
related to #383

I won't call this *fixed* yet but it should help.
2018-08-02 14:18:47 -07:00
Steven Allen 77b7d8f06f
Merge pull request #385 from florianlenz/fix/multiplex
[muxer] set mplex version to 6.7.0
2018-07-30 20:19:13 +00:00
Florian Lenz fcaa18df9a [muxer] set mplex version to 6.7.0 2018-07-30 22:29:16 +03:00
Steven Allen c984cc61a6
Merge pull request #378 from upperwal/default_listener
Added a Default listener
2018-07-27 22:21:46 +00:00
Abhishek Upperwal 9e952be412 modified regex for ipv6 2018-07-28 02:48:09 +05:30
Abhishek Upperwal 617d7a5797 Corrected ip6 string 2018-07-28 02:47:27 +05:30
Abhishek Upperwal ecf27b599f strict DefaultListenAddrs test w/ regex 2018-07-28 02:08:45 +05:30
Steven Allen d8ee5b3cc9
Merge pull request #381 from libp2p/feat/extract-examples
extract libp2p examples to go-libp2p-examples
2018-07-27 19:36:10 +00:00
Steven Allen d9712a3b90
Merge pull request #298 from qidu/patch-1
Update README.md
2018-07-27 19:31:42 +00:00
qidu 075d336c2f Update README.md
to get the source right
2018-07-27 12:30:18 -07:00
Steven Allen 0ee6c5a218 extract libp2p examples to go-libp2p-examples
Repo: https://github.com/libp2p/go-lib2p-examples
2018-07-27 11:41:28 -07:00
Steven Allen 72df25af76 always reset ping streams when done
Currently, we leak a stream. We could use FullClose but, IMO, it's not worth it.
We might as well just reset and walk away.
2018-07-27 10:54:34 -07:00
Abhishek Upperwal 6372f928d4 Correct behaviour test for DefaultListenAddrs 2018-07-27 02:26:29 +05:30
Abhishek Upperwal 29af134a71 corrected transport init 2018-07-26 01:14:09 +05:30
Abhishek Upperwal fb4019575d Added test for DefaultListenAddrs 2018-07-26 01:08:20 +05:30
Abhishek Upperwal 836d042f54 added ipv6 + checking for default transport 2018-07-25 23:42:03 +05:30
Abhishek Upperwal d104ff8dea making go fmt happy 2018-07-25 22:02:37 +05:30
Abhishek Upperwal f82d4ec6aa default listener 2018-07-25 21:50:54 +05:30
Abhishek Upperwal 9f25f9237e
Merge pull request #2 from libp2p/master
refactor merge
2018-07-25 21:01:51 +05:30
Steven Allen 9e5ef7a4e6 gx publish 6.0.6 2018-07-20 19:45:25 -07:00
Steven Allen 835abcbfe2 gx: update go-libp2p-transport-upgrader, go-libp2p-nat, mdns 2018-07-20 19:44:50 -07:00
Steven Allen 75dc5aa313
Merge pull request #373 from libp2p/fix/new-uuid-library
switch to google's uuid library
2018-07-13 14:17:40 +00:00
Steven Allen 67fb60d95b switch to google's uuid library 2018-07-12 13:25:02 +02:00
David Dias 934606d0f2
docs: update logo url 2018-07-06 19:16:45 +02:00
Steven Allen cdc6d19407 gx publish 6.0.5 2018-06-26 16:30:07 -07:00
Steven Allen f24a6d86d8 gx publish 6.0.4 2018-06-26 16:05:00 -07:00
Steven Allen ecdd30ece9 gx publish 6.0.3 2018-06-25 17:22:33 -07:00
Steven Allen 7c22c11759
Merge pull request #360 from libp2p/nit/errors
reduce error to warning and log the error
2018-06-15 23:09:39 +00:00
Steven Allen b4428fda58 reduce error to warning and log the error
This happens all the time in tests where we intentionally use fake keys for
performance.

Anyways, users probably don't want their logs spammed with errors they can't do
anything about.
2018-06-15 14:27:22 -07:00
Steven Allen a3b4e29a95
Merge pull request #347 from libp2p/feat/news
Add a draft write-up for the release
2018-06-14 23:06:48 +00:00
Steven Allen ec6358669c add news 2018-06-14 15:24:53 -07:00
Steven Allen 74486ec970
Merge pull request #352 from libp2p/nit/optimize
check for connectedness using Connectedness
2018-06-14 18:44:06 +00:00
Steven Allen 39e17efadd
Merge pull request #358 from libp2p/nit/better-reflect-error
improve error message in libp2p reflection-based transport option
2018-06-13 17:48:33 +00:00
Steven Allen b01768091b
Merge pull request #357 from crackcomm/patch-1
function cannot be formatted as string
2018-06-12 21:53:03 +00:00
Steven Allen 555afdb8a5 improve error message in libp2p reflection-based transport option 2018-06-12 13:53:39 -07:00
Łukasz Kurowski 39791b176c
function cannot be formatted as string 2018-06-12 21:39:29 +02:00
Steven Allen a361bf0394 check for connectedness using Connectedness
(counting open connections requires copying)
2018-06-09 10:23:09 -07:00
Steven Allen a08d9e63db gx publish 6.0.2 2018-06-08 22:30:45 -07:00
Steven Allen 0c681d8790 gx publish 6.0.1 2018-06-08 20:25:16 -07:00
Steven Allen 1257b87aab
Merge pull request #346 from libp2p/bugs/mock-stream-latency
Add test which demonstrates how Mocknet latency works
2018-06-07 04:54:40 +00:00
bigs c5dbe224d5
Merge pull request #349 from zaibon/master
add a link to options.go in the host example
2018-06-06 18:50:28 -04:00
Erin Swenson-Healey 2f001009f2 loosen tolerance in latency test 2018-06-06 07:49:29 -07:00
Christophe de Carvalho Pereira Martins e6f29fdadc
add a link to options.go in the host example
so reader can see all the supported configuration for the
host constructor
2018-06-06 14:54:51 +02:00