- 22 Sep, 2014 40 commits
-
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
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 authored
-
Juan Batiz-Benet authored
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 authored
for now, ipfs add output format: added <hash> <path> ... (these commands will adhere to strict formats.)
-
Juan Batiz-Benet authored
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 authored
(perhaps should be logged instead)
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Brian Tiger Chow authored
-
Juan Batiz-Benet authored
-
Brian Tiger Chow authored
test(bitswap) run synchronously to aid the scheduler
-
Brian Tiger Chow authored
fix(bitswap) Put synchronously. Then notify async
-
Brian Tiger Chow authored
to avoid letting client rely on order for correctness
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
misc: * test network client getting more than max * test for find providers * rename factory method * local network * misc test improvements * test bitswap get block timeout * test provider exists but cannot connect to peer * test sending a message async over local network
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
style(exch:bitswap) rename NetMessage adapter impl
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-