- 26 Apr, 2019 15 commits
-
-
Steven Allen authored
dep: update many
-
Steven Allen authored
* 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 authored
commands(feat): use the coreapi in the urlstore command
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
humanize for ipfs bitswap stat
-
myself659 authored
License: MIT Signed-off-by: Eric Wu <myself659@163.com>
-
Steven Allen authored
attempt to fix concurrent websocket write
-
Steven Allen authored
Revert "raise default fd limit to 8192"
-
Steven Allen authored
-
Steven Allen authored
raise default fd limit to 8192
-
Steven Allen authored
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 authored
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 authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 25 Apr, 2019 8 commits
-
-
Steven Allen authored
Fix AutoNAT service for private network
-
Steven Allen authored
dep: update libp2p, dht, peerstore, swarm, secio
-
Steven Allen authored
* secio: maybe fix an out of bounds read. * swarm, dht: avoid wasting memory allocating/keeping large errors around. * peerstore: reduce memory usage License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
add: Fix adding multiple files
-
Łukasz Magiera authored
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
-
Łukasz Magiera authored
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
-
Łukasz Magiera authored
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
-
requilence authored
License: MIT Signed-off-by: Roman Khafizianov <requilence@gmail.com>
-
- 24 Apr, 2019 1 commit
-
-
Steven Allen authored
reprovider: Use goprocess
-
- 23 Apr, 2019 9 commits
-
-
Łukasz Magiera authored
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
-
Łukasz Magiera authored
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
-
Steven Allen authored
core/corehttp/gateway_handler: pass a request ctx instead of the node
-
Steven Allen authored
constructor: cleanup some things
-
Łukasz Magiera authored
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
-
Łukasz Magiera authored
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
-
Łukasz Magiera authored
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
-
tg authored
License: MIT Signed-off-by: Georgij Tolstov <tolstov.georgij@gmail.com>
-
Steven Allen authored
Support --human flag in cmd/object-stat
-
- 21 Apr, 2019 2 commits
-
-
Vikram authored
- add support for printing CumulativeSize in human readable format. - add test to validate output. License: MIT Signed-off-by: Vikram Sreekumar <vikram1791@gmail.com>
-
Steven Allen authored
dep: update libp2p, datastore, and the dht
-
- 20 Apr, 2019 1 commit
-
-
Steven Allen authored
* fixes https://github.com/ipfs/go-ipfs/issues/5613#issuecomment-479743031 * fixes some relay perf issues * improves datastore query performance License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 19 Apr, 2019 4 commits
-
-
Steven Allen authored
build: fix macos build with fuse
-
Steven Allen authored
Instead of trying to export the `errNeedFuseVersion` type, just use string matching. It's good enough for testing and the alternative was annoying. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
add an experiment to prefer TLS 1.3 over secio
-