- 23 9月, 2014 4 次提交
-
-
Fixed a link in the README (and capitalization).
由 Jeromy Johnson 提交于 -
由 epitron 提交于
-
由 Jeromy 提交于
-
由 Jeromy 提交于
-
- 22 9月, 2014 36 次提交
-
-
由 Juan Batiz-Benet 提交于
-
New net interface
由 Juan Batiz-Benet 提交于 -
failing due to nil pointer dereference
由 Brian Tiger Chow 提交于 -
由 Brian Tiger Chow 提交于
-
由 Brian Tiger Chow 提交于
-
由 Brian Tiger Chow 提交于
-
sending
由 Brian Tiger Chow 提交于 -
true -> always send to peer false -> use ledger-based strategy described in IPFS paper draft 3
由 Brian Tiger Chow 提交于 -
由 Brian Tiger Chow 提交于
-
fix(bitswap) pass go vet fixes #97 https://github.com/jbenet/go-ipfs/issues/97
由 Brian Tiger Chow 提交于 -
until construction is complete on the actual async method reverts changes from ec50703395098f75946f0bad01816cc54ab18a58 https://github.com/jbenet/go-ipfs/commit/ec50703395098f75946f0bad01816cc54ab18a58
由 Brian Tiger Chow 提交于 -
changing the bitswap interace breaks tests and makes things a bit difficult going forward. I think I have a temporary solution to replace the async method. this commit partially reverts changes from: ec50703395098f75946f0bad01816cc54ab18a58 https://github.com/jbenet/go-ipfs/commit/ec50703395098f75946f0bad01816cc54ab18a58
由 Brian Tiger Chow 提交于 -
由 Brian Tiger Chow 提交于
-
由 Brian Tiger Chow 提交于
-
由 Brian Tiger Chow 提交于
-
由 Brian Tiger Chow 提交于
-
由 Brian Tiger Chow 提交于
-
由 Brian Tiger Chow 提交于
-
@jbenet Handshake library has been modified to use Secure Pipe. This test targets the old implementation. TODO: write a new handshake test
由 Brian Tiger Chow 提交于 -
@perfmode using non-async version as apparently there's a bug in async. will look into it.
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
@perfmode boom
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
There are (so far) two sorts of addresses that peers care about: - peer network addresses, local to listen, saved to bootstrap. `config.Identity.Address` - peer RPC network address, local RPC tcp endpoint `config.RPCAddress` @whyrusleeping @perfmode
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
In the future, let's have a (signed) list of bootstrap nodes. Ideally just a list of ipfs multiaddrs (with node.ID)
由 Juan Batiz-Benet 提交于 -
for now, ipfs add output format: added <hash> <path> ... (these commands will adhere to strict formats.)由 Juan Batiz-Benet 提交于 -
let's keep this a turn-on for testing sort of thing. (want the outputs of commands like `ipfs add` to be usable as inputs to other programs/scripts). maybe we should consider adding a --debug (not -d), once we figure out adding flags that apply globally :) @whyrusleeping
由 Juan Batiz-Benet 提交于 -
(perhaps should be logged instead)
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
由 Brian Tiger Chow 提交于
-
由 Juan Batiz-Benet 提交于
-
test(bitswap) run synchronously to aid the scheduler
由 Brian Tiger Chow 提交于
-