- 02 1月, 2015 2 次提交
-
-
go-peerstream update to use github.com/hashicorp/yamux
由 Juan Batiz-Benet 提交于 -
clients were already accessing secio in one thread, but it's safer to make sure it _is_ threadsafe
由 Juan Batiz-Benet 提交于
-
- 01 1月, 2015 3 次提交
-
-
由 Juan Batiz-Benet 提交于
-
used to return io.ErrShortBuffer, but this makes client code much more complicated. we're already allocating buffers when it's too large, so might as well just keep it for later.
由 Juan Batiz-Benet 提交于 -
peerstream was updated to use pluggable transports, including muxado. The interface was also simplified slightly.
由 Juan Batiz-Benet 提交于
-
- 31 12月, 2014 3 次提交
-
-
由 Juan Batiz-Benet 提交于
-
bugfix in spdystream
由 Juan Batiz-Benet 提交于 -
and updated go-peerstream cc @whyrusleeping
由 Juan Batiz-Benet 提交于
-
- 30 12月, 2014 2 次提交
-
-
fix panic in net diag
由 Brian Tiger Chow 提交于 -
由 Jeromy 提交于
-
- 28 12月, 2014 7 次提交
-
-
updated go-peerstream (close fix)
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
epictest race fix
由 Brian Tiger Chow 提交于 -
由 Brian Tiger Chow 提交于
-
@maybebtc the error was not inside mocknet. the error is in assuming the peers / nets returned follow the same order. See: - https://github.com/jbenet/go-ipfs/blob/master/epictest/addcat_test.go#L100 - https://gist.github.com/jbenet/a39bb9d2f16532a03bb8 if you want the results to be sorted by peer.ID before they are returned, we can totally do that, but that's probably an unsafe assumption to make in general-- if you do your initialization async, the number of networks or peers may have changed between the two calls. LMK what you prefer. (thank you golang map chaosmonkey ;)
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
- 26 12月, 2014 1 次提交
-
-
frac ctx - skip time tests in travis
由 Brian Tiger Chow 提交于
-
- 25 12月, 2014 9 次提交
-
-
由 Juan Batiz-Benet 提交于
-
hotfix(core/mock) set Network field
由 Juan Batiz-Benet 提交于 -
由 Brian Tiger Chow 提交于
-
use `net/mocknet` in integration tests
由 Brian Tiger Chow 提交于 -
由 Brian Tiger Chow 提交于
-
由 Brian Tiger Chow 提交于
-
refactor(epictest) Core refactor: extract repo fix move core
由 Brian Tiger Chow 提交于 -
由 Brian Tiger Chow 提交于
-
由 Brian Tiger Chow 提交于
-
- 24 12月, 2014 13 次提交
-
-
由 Brian Tiger Chow 提交于
-
cc @jbenet
由 Brian Tiger Chow 提交于 -
由 Brian Tiger Chow 提交于
-
由 Brian Tiger Chow 提交于
-
由 Brian Tiger Chow 提交于
-
由 Brian Tiger Chow 提交于
-
It's now possible to produce the DHT issues without process orchestration. Test1KBInstantaneous fails @jbenet @whyrusleeping
由 Brian Tiger Chow 提交于 -
pprof cannot be used reliably on OS X. This provides two make tasks to collect and analyze profiling data. To run profiling in a dockerized linux environment... ``` make // or `make collect` ``` To analyze results on host machine... ``` make analyze ``` @jbenet @whyrusleeping
由 Brian Tiger Chow 提交于 -
@whyrusleeping @jbenet this is a WIP with the DHT. wip License: MIT Signed-off-by:Brian Tiger Chow <brian@perfmode.com> Conflicts: epictest/addcat_test.go exchange/bitswap/testnet/peernet.go exchange/bitswap/testutils.go routing/mock/centralized_server.go routing/mock/centralized_test.go routing/mock/interface.go fix(routing/mock) fill in function definition
由 Brian Tiger Chow 提交于 -
https://travis-ci.org/jbenet/go-ipfs/jobs/45000756 cc @whyrusleeping @jbenet lol this is starting to happen pretty often
由 Brian Tiger Chow 提交于 -
由 Brian Tiger Chow 提交于
-
License: MIT Signed-off-by:Brian Tiger Chow <brian@perfmode.com>
由 Brian Tiger Chow 提交于 -
License: MIT Signed-off-by:Brian Tiger Chow <brian@perfmode.com>
由 Brian Tiger Chow 提交于
-