- 24 6月, 2016 4 次提交
-
-
* 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>
由 Jakub Sztandera 提交于 -
docker: update to go 1.6.2 and alpine 3.4
由 Jeromy Johnson 提交于 -
Disable Travis Email notifications
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Lars Gierth <larsg@systemli.org>
由 Lars Gierth 提交于
-
- 23 6月, 2016 6 次提交
-
-
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>
由 Jakub Sztandera 提交于 -
fix progress bar in add
由 Jeromy Johnson 提交于 -
add a test for auto-raising ulimit
由 Jeromy Johnson 提交于 -
Add ISSUE_TEMPLATE.md
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于
-
- 22 6月, 2016 7 次提交
-
-
return a better error if the ref is not an object
由 Jeromy Johnson 提交于 -
Added a How To File GitHub Issues guide
由 Jeromy Johnson 提交于 -
See https://github.com/ipfs/go-ipfs/pull/2786 License: MIT Signed-off-by:
Richard Littauer <richard.littauer@gmail.com>
由 Richard Littauer 提交于 -
License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于 -
use locking lib at go4.org
由 Jeromy Johnson 提交于 -
Add Files API root as best-effort pin
由 Jeromy Johnson 提交于
-
- 21 6月, 2016 9 次提交
-
-
Standardized Readme
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于 -
raise file descriptor limit to 1024 by default
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于 -
Swarm filters save config (fix #2878)
由 Jeromy Johnson 提交于 -
See https://github.com/ipfs/community/issues/124 License: MIT Signed-off-by:
Richard Littauer <richard.littauer@gmail.com>
由 Richard Littauer 提交于 -
License: MIT Signed-off-by:Yuval Langer <yuval.langer@gmail.com>
由 Yuval Langer 提交于 -
License: MIT Signed-off-by:<k@kevina.org>
由 Kevin Atkinson 提交于
-
- 20 6月, 2016 7 次提交
-
-
License: MIT Signed-off-by:Yuval Langer <yuval.langer@gmail.com>
由 Yuval Langer 提交于 -
Also added types and marshalers to the swarmFiltersAddCmd and swarmFiltersRmCmd structs. License: MIT Signed-off-by:Yuval Langer <yuval.langer@gmail.com>
由 Yuval Langer 提交于 -
License: MIT Signed-off-by:Yuval Langer <yuval.langer@gmail.com>
由 Yuval Langer 提交于 -
Closes #2697. Closes #2698. License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于 -
gateway: clean up its surface, and remove BlockList
由 Jeromy Johnson 提交于 -
Added variable latency delay, normal and uniform based
由 Jeromy Johnson 提交于 -
implement some simple dht request read timeouts
由 Jeromy Johnson 提交于
-
- 19 6月, 2016 2 次提交
-
-
- Allow providing new delays with your own rng / use shared rng License: MIT Signed-off-by:Or Rikon <rikonor@gmail.com>
由 Or Rikon 提交于 -
Add way to check if node is online or offline
由 Jeromy Johnson 提交于
-
- 18 6月, 2016 3 次提交
-
-
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>
由 Lars Gierth 提交于 -
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于 -
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>
由 Jakub Sztandera 提交于
-
- 17 6月, 2016 2 次提交
-
-
License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于 -
Revert "Makefile, bin: Support multiple GOPATH components"
由 Jeromy Johnson 提交于
-