- 24 Jun, 2016 6 commits
-
-
Jakub Sztandera authored
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
* Update golog in go-ipfs License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch> * Update go-libp2p for go-log License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch> * Update go-libp2p-secio for go-log License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch> * Update go-libp2p-crypto for go-log License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch> * Update go-libp2p-peer for go-log License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch> * Import peersore, it wasn't imported License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch> * Update peerstore License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch> * Update peer License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch> * Update secio License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch> * Update go-libp2p License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jeromy Johnson authored
docker: update to go 1.6.2 and alpine 3.4
-
Jeromy Johnson authored
Disable Travis Email notifications
-
Lars Gierth authored
License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
-
- 23 Jun, 2016 6 commits
-
-
Jakub Sztandera authored
There are so many of them that they are just annoyting and for some reason there isn't feature of telling Travis not to send notifications to me. License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jeromy Johnson authored
fix progress bar in add
-
Jeromy Johnson authored
add a test for auto-raising ulimit
-
Jeromy Johnson authored
Add ISSUE_TEMPLATE.md
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
- 22 Jun, 2016 7 commits
-
-
Jeromy Johnson authored
return a better error if the ref is not an object
-
Jeromy Johnson authored
Added a How To File GitHub Issues guide
-
Richard Littauer authored
See https://github.com/ipfs/go-ipfs/pull/2786 License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Jeromy Johnson authored
use locking lib at go4.org
-
Jeromy Johnson authored
Add Files API root as best-effort pin
-
- 21 Jun, 2016 9 commits
-
-
Jeromy Johnson authored
Standardized Readme
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Jeromy Johnson authored
raise file descriptor limit to 1024 by default
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Jeromy Johnson authored
Swarm filters save config (fix #2878)
-
Richard Littauer authored
See https://github.com/ipfs/community/issues/124 License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
-
Yuval Langer authored
License: MIT Signed-off-by: Yuval Langer <yuval.langer@gmail.com>
-
Kevin Atkinson authored
License: MIT Signed-off-by: <k@kevina.org>
-
- 20 Jun, 2016 7 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>
-
Kevin Atkinson authored
Closes #2697. Closes #2698. License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
-
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>
-