- 01 5月, 2019 3 次提交
-
-
License: MIT Signed-off-by:Erik Ingenito <erik.ingenito@protocol.ai>
由 Erik Ingenito 提交于 -
GOCC implementation & fix in make & build scripts
由 Steven Allen 提交于 -
The usage of a native 'go' command has been replaced with a make & environment variable $GOCC. This enables building with multiple go versions on a single machine as documented: * https://golang.org/doc/install#extra_versions This enables the usage of: ```bash $ make install $ # OR $ GOCC=go1.12.3 make install $ # OR $ GOCC=go1.12.4 make install ``` And the build and test tools now pick up on this change On branch go-version-check Changes to be committed: modified: Rules.mk modified: bin/check_go_version modified: bin/dist_get modified: bin/maketarball.sh modified: coverage/Rules.mk modified: mk/golang.mk modified: mk/tarball.mk License: MIT Signed-off-by:
Chris Buesser <christopher.buesser@gmail.com>
由 Christopher Buesser 提交于
-
- 30 4月, 2019 6 次提交
-
-
gc: cancel context
由 Steven Allen 提交于 -
We were canceling the context in `GarbageCollect` but some functions call `GC` directly. Move the context cancelation down to where we actually _need_ it. fixes #6279 License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
dep: update multistream
由 Steven Allen 提交于 -
Reduce lock contention License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
fix: windows friendly daemon help
由 Steven Allen 提交于 -
tweak the daemon --help output to use escaped double quotes instead of single quotes so the same command can be used on windows. fixes: #2034 License: MIT Signed-off-by:Oli Evans <oli@tableflip.io>
由 Oli Evans 提交于
-
- 29 4月, 2019 6 次提交
-
-
Invert constructor config handling
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Łukasz Magiera <magik6k@gmail.com>
由 Łukasz Magiera 提交于 -
License: MIT Signed-off-by:Łukasz Magiera <magik6k@gmail.com>
由 Łukasz Magiera 提交于 -
License: MIT Signed-off-by:Łukasz Magiera <magik6k@gmail.com>
由 Łukasz Magiera 提交于 -
docs: document environment variables
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Łukasz Magiera <magik6k@gmail.com>
由 Łukasz Magiera 提交于
-
- 28 4月, 2019 2 次提交
-
-
dep: update go-libp2p
由 Steven Allen 提交于 -
1. Reduces lock contention in the peerstore. 2. Fixes an ancient secio bug. License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于
-
- 27 4月, 2019 3 次提交
-
-
dep: drop leb.io/hashland
由 Steven Allen 提交于 -
add: Return error from iterator
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Łukasz Magiera <magik6k@gmail.com>
由 Łukasz Magiera 提交于
-
- 26 4月, 2019 18 次提交
-
-
Instead, golang's keccak and spaolacci's murmur3 (both of which are maintained). License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
fixes #5828 License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
dep: update many
由 Steven Allen 提交于 -
* go-ipfs-files: fixes some bugs with WebFile. * go-unixfs: update murmur3. * go-libp2p-connmgr: update for peer protection feature. * base58: reduce allocations from 3 to 2. * golang.org/x/...: upstream updates. License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
commands(feat): use the coreapi in the urlstore command
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
humanize for ipfs bitswap stat
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Eric Wu <myself659@163.com>
由 myself659 提交于 -
attempt to fix concurrent websocket write
由 Steven Allen 提交于 -
Revert "raise default fd limit to 8192"
由 Steven Allen 提交于 -
由 Steven Allen 提交于
-
raise default fd limit to 8192
由 Steven Allen 提交于 -
Unfortunately, I can't reproduce the bug locally and I'm not sure if my fix is correct. But it shouldn't hurt. might fix #6197 License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
fixes #6247 Really, we need a global _resource_ manager service that can sum requests from the datastore, libp2p, etc. for more file descriptors. However, we don't have that. License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于
-
- 25 4月, 2019 2 次提交
-
-
Fix AutoNAT service for private network
由 Steven Allen 提交于 -
dep: update libp2p, dht, peerstore, swarm, secio
由 Steven Allen 提交于
-