- 19 4月, 2015 5 次提交
-
-
Add hamming distance calculation to bloom filters
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
add more bitswap task workers
由 Juan Batiz-Benet 提交于 -
changed IPFS_TASK_WORKERS to IPFS_BITSWAP_TASK_WORKERS
由 Jeromy Johnson 提交于 -
由 Jeromy 提交于
-
- 17 4月, 2015 4 次提交
-
-
由 Jeromy 提交于
-
由 Jeromy 提交于
-
increase window size for yamux streams
由 Juan Batiz-Benet 提交于 -
由 Jeromy 提交于
-
- 15 4月, 2015 1 次提交
-
-
由 Kristoffer Ström 提交于
-
- 14 4月, 2015 6 次提交
-
-
README: alpha version has been released
由 Juan Batiz-Benet 提交于 -
由 Christian Couder 提交于
-
move log messages out of warning level
由 Juan Batiz-Benet 提交于 -
secio: better error detection
由 Juan Batiz-Benet 提交于 -
The same keys + nonces in secio were being observed. As described in https://github.com/ipfs/go-ipfs/issues/1016 -- the handshake must be talking to itself. This can happen in an outgoing TCP dial with REUSEPORT on to the same address.
由 Juan Batiz-Benet 提交于 -
由 Jeromy 提交于
-
- 13 4月, 2015 10 次提交
-
-
Fixed broken http link in README.md
由 Juan Batiz-Benet 提交于 -
Markdown didn't have "http://" so the link returned 404
由 Michael Lovci 提交于 -
Fix hub.docker.com URL
由 Juan Batiz-Benet 提交于 -
由 Michael Lovci 提交于
-
由 Michael Lovci 提交于
-
Added documentation for docker usage.
由 Juan Batiz-Benet 提交于 -
由 Michael Lovci 提交于
-
由 Michael Lovci 提交于
-
由 Michael Lovci 提交于
-
log listeners dying as at least a warning
由 Juan Batiz-Benet 提交于
-
- 12 4月, 2015 11 次提交
-
-
fix ugly error message when killing commands
由 Juan Batiz-Benet 提交于 -
Publish by path
由 Juan Batiz-Benet 提交于 -
由 Etienne Laurin 提交于
-
由 Jeromy 提交于
-
updated goprocess to deal with memory leak
由 Juan Batiz-Benet 提交于 -
bugfix: add was not setting error
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
corehttp: added support for HEAD requests
由 Juan Batiz-Benet 提交于 -
This commit adds HEAD support to the IPFS Gateway. Related: #840
由 Juan Batiz-Benet 提交于 -
由 Jeromy 提交于
-
- 08 4月, 2015 3 次提交
-
-
reuseport: env var to turn it off
由 Juan Batiz-Benet 提交于 -
reuseport is a hack. It is necessary for us to do certain kinds of tcp nat traversal. Ideally, reuseport would be available in go: https://github.com/golang/go/issues/9661 But until that issue is fixed, we're stuck with this. In some cases, reuseport is strictly a detriment: nodes are not NATed. This commit introduces an ENV var IPFS_REUSEPORT that can be set to false to avoid using reuseport entirely: IPFS_REUSEPORT=false ipfs daemon This approach addresses our current need. It could become a config var if necessary. If reuseport continues to give problems, we should look into improving it.
由 Juan Batiz-Benet 提交于 -
Fix various issues in the test makefiles
由 Juan Batiz-Benet 提交于
-