- 25 11月, 2017 1 次提交
-
-
fix builds on windows
由 Whyrusleeping 提交于
-
- 24 11月, 2017 1 次提交
-
-
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于
-
- 22 11月, 2017 7 次提交
-
-
Delete some now unused commands lib code
由 Whyrusleeping 提交于 -
update go-ipfs-cmds to 0.4.11
由 Whyrusleeping 提交于 -
to include @frist's uuid logging License: MIT Signed-off-by:keks <keks@cryptoscope.co>
由 keks 提交于 -
core/commands/pubsub.go: flush output before iterating over received messages
由 Whyrusleeping 提交于 -
Fix some goroutine leaks in commands
由 Whyrusleeping 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于
-
- 21 11月, 2017 15 次提交
-
-
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
Fix two race conditions (and possibly go routine leaks) in commands
由 Whyrusleeping 提交于 -
fix deadlock in bitswap sessions
由 Whyrusleeping 提交于 -
object: --quiet flag to put
由 Whyrusleeping 提交于 -
License: MIT Signed-off-by:Łukasz Magiera <magik6k@gmail.com>
由 Łukasz Magiera 提交于 -
License: MIT Signed-off-by:keks <keks@cryposcope.co>
由 keks 提交于 -
Update all the things.
由 Whyrusleeping 提交于 -
updating Addresses section
由 Whyrusleeping 提交于 -
This deadlock would happen when calling SessionsForBlock (holding bitswap.sessLk) while the session's main loop was trying to deregister the session (taking bitswap.sessLk). I've also defensively added selects on contexts for two other channel writes just in case. fixes #4394 ...well, it fixes *a* deadlock showing up in that issue, there may be more. License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
Propagate change from cmdkit. License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
Note: This commit is technically broken. However, I need to make a bunch of cmds changes to make this work and I'd rather not bundle both changes into a single commit. License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
remove all instances of `Default(false)`
由 Whyrusleeping 提交于 -
I believe this also fixes a potential go routine leak (on race). License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
(segfault) Also, buffer the response channel. I believe we had a go routine leak here before. License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
Fix orphaned gx dependency
由 Whyrusleeping 提交于
-
- 20 11月, 2017 4 次提交
-
-
Clarifying that the Announce array is only used when non-empty and will override the default inferred announce addresses. License: MIT Signed-off-by:John Reed <john@re2d.xyz>
由 John Reed 提交于 -
Boolean options always default to false. License: MIT Signed-off-by:Lorenzo Manacorda <lorenzo@mailbox.org>
由 Lorenzo Manacorda 提交于 -
License: MIT Signed-off-by:Dominic Della Valle <ddvpublic@gmail.com>
由 Dominic Della Valle 提交于 -
config.md: updating the Addresses section Adding documentation on Announce and NoAnnounce. Fixing typo in API default value. License: MIT Signed-off-by:John Reed <john@re2d.xyz>
由 John Reed 提交于
-
- 18 11月, 2017 11 次提交
-
-
switch from syscall to golang.org/x/sys
由 Whyrusleeping 提交于 -
core: get cmd outPath remove trailing slash - fixes #3729
由 Whyrusleeping 提交于 -
(mostly) syscall has been frozen and mostly deprecated. We can't *entirely* switch but this brings us closer. License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
When using path with trailing slashes, ipfs get command had issues with trying to store content into '.' folder (as the file part of the path was empty). Now, it correctly stores the file into desired folder, thanks to the removal of trailing slash by introducing a getOutPath function in get command, which does proper parsing Of the output path. BEFORE: $ .pfs get /ipns/multiformats.io/ Saving file(s) to . NOW: $ ./ipfs get /ipns/multiformats.io/ Saving file(s) to multiformats.io License: MIT Signed-off-by:adamliesko <adamliesko@gmail.com>
由 adamliesko 提交于 -
Remove reference to "this PR" in code
由 Whyrusleeping 提交于 -
small typo in git plugin
由 Whyrusleeping 提交于 -
Feat/log/uuid
由 Whyrusleeping 提交于 -
adding how to download IPFS with IPFS
由 Whyrusleeping 提交于 -
docs: correct StorageMax config desc
由 Whyrusleeping 提交于 -
Extract and rework commands package
由 Whyrusleeping 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于
-
- 17 11月, 2017 1 次提交
-
-
License: MIT Signed-off-by:keks <keks@cryptoscope.co>
由 keks 提交于
-