- 21 Jun, 2016 2 commits
-
-
Jeromy Johnson authored
Swarm filters save config (fix #2878)
-
Yuval Langer authored
License: MIT Signed-off-by: Yuval Langer <yuval.langer@gmail.com>
-
- 20 Jun, 2016 6 commits
-
-
Yuval Langer authored
License: MIT Signed-off-by: Yuval Langer <yuval.langer@gmail.com>
-
Yuval Langer authored
Also added types and marshalers to the swarmFiltersAddCmd and swarmFiltersRmCmd structs. License: MIT Signed-off-by: Yuval Langer <yuval.langer@gmail.com>
-
Yuval Langer authored
License: MIT Signed-off-by: Yuval Langer <yuval.langer@gmail.com>
-
Jeromy Johnson authored
gateway: clean up its surface, and remove BlockList
-
Jeromy Johnson authored
Added variable latency delay, normal and uniform based
-
Jeromy Johnson authored
implement some simple dht request read timeouts
-
- 19 Jun, 2016 2 commits
-
-
Or Rikon authored
- Allow providing new delays with your own rng / use shared rng License: MIT Signed-off-by: Or Rikon <rikonor@gmail.com>
-
Jeromy Johnson authored
Add way to check if node is online or offline
-
- 18 Jun, 2016 3 commits
-
-
Lars Gierth authored
This patch is in preparation for the gateway's extraction. It's interesting to trace technical debt back to its origin, understanding the circumstances in which it was introduced and built up, and then cutting it back at exactly the right places. - Clean up the gateway's surface The option builder GatewayOption() now takes only arguments which are relevant for HTTP handler muxing, i.e. the paths where the gateway should be mounted. All other configuration happens through the GatewayConfig object. - Remove BlockList I know why this was introduced in the first place, but it never ended up fulfilling that purpose. Somehow it was only ever used by the API server, not the gateway, which really doesn't make sense. It was also never wired up with CLI nor fs-repo. Eventually @krl started punching holes into it to make the Web UI accessible. - Remove --unrestricted-api This was holes being punched into BlockList too, for accessing /ipfs and /ipn on the API server. With BlockList removed and /ipfs and /ipns freely accessible, putting this option out of action is safe. With the next major release, the option can be removed for good. License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jakub Sztandera authored
Currently there was no sure way to check if node is in online or offline mode. License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
- 17 Jun, 2016 5 commits
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Jeromy Johnson authored
Revert "Makefile, bin: Support multiple GOPATH components"
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Jeromy Johnson authored
Decapitalized log.Debug messages
-
Lars Gierth authored
This reverts commit ff75bc03, which broke building on windows. See ipfs/go-ipfs#2833. License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
-
- 16 Jun, 2016 1 commit
-
-
Jeromy Johnson authored
Remove failing blockstore with context test
-
- 15 Jun, 2016 11 commits
-
-
Jeromy Johnson authored
update go-libp2p to 3.3.4
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Jeromy Johnson authored
pass reference to reader instead of using the one on the object
-
Jakub Sztandera authored
Why is it failing: process is started, cancel() is called, between we satart listening to the channels in select statemnet there is race of three things that can happent: 1. Task can complete 2. Task can start closing <- expected 3. Task already closed This race causes failures of the test. It is basing heavily on race of conditions where the task not closing, nor the task is completed before channels are being listened. It is quite impossible to resolve without adding bunch of timings in there, which we want to avoid, as there is no atomic "send message on channel and select" in Golang License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jeromy Johnson authored
Change logic of stdin input to be last and only if required
-
Jeromy Johnson authored
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Jeromy Johnson authored
Remove errors pointed out by govet
-
Jeromy Johnson authored
Add CORS headers to Read Only Gateway Default config
-
Richard Littauer authored
According to golang standards, these should not be capitalized nor having a trailing period, AFAIK. License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
-
Jeromy Johnson authored
Fix DHT tests failing because of repeated addresses
-
- 14 Jun, 2016 2 commits
-
-
Jakub Sztandera authored
Due to SO_REUSE_PORT it is possible for a localhost:0 address to repeat. This causes failure in DHT tests where we spun up a lot of nodes inside test. As for a birthday paradox it is enough to use 140 ports to get 20% chance for collision which was causing failure in our case. The fix is to disable REUSE_PORT routine for the tests and leave it running for sharness tests where not that many addresses are used at the same time. License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
- 13 Jun, 2016 5 commits
-
-
Jakub Sztandera authored
This tests expects ipfs init with no arguments to work even with occuipied stdin. License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jakub Sztandera authored
This reverts commit 77ef3913. License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jakub Sztandera authored
or if user asks for it License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jeromy Johnson authored
Migrate go-datastore to gx
-
- 12 Jun, 2016 3 commits
-
-
Jeromy Johnson authored
a few small changes to make the dht more efficient
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jakub Sztandera authored
It is included in go-datastore License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-