016b005333
fix goroutine leaks in DHT commands
...
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2017-11-21 15:39:37 -08:00
b18b1e90c2
Merge pull request #4403 from ipfs/feat/secio-update
...
Update all the things.
2017-11-21 08:51:23 -08:00
d4c54d6858
Merge pull request #4401 from leerspace/docs/config-announce
...
updating Addresses section
2017-11-21 08:49:32 -08:00
bcd25416d9
cmds: rename DefaultVal -> Default, Default -> WithDefault
...
Propagate change from cmdkit.
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2017-11-20 22:20:49 -08:00
76e1da02a8
gx: massive update
...
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>
2017-11-20 22:20:27 -08:00
218b29959e
Merge pull request #4042 from asymmetric/fix/default-false
...
remove all instances of `Default(false)`
2017-11-20 21:32:07 -08:00
a62eb62d2d
Merge pull request #4400 from djdv/gx-winmount
...
Fix orphaned gx dependency
2017-11-20 16:57:54 -08:00
42a0c14f2a
adding detail on Announce
...
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>
2017-11-20 09:48:19 -06:00
57f544a79c
remove all instances of Default(false)
...
Boolean options always default to false.
License: MIT
Signed-off-by: Lorenzo Manacorda <lorenzo@mailbox.org>
2017-11-20 16:10:15 +01:00
d15fa176cd
Fix orphaned gx dependency
...
License: MIT
Signed-off-by: Dominic Della Valle <ddvpublic@gmail.com>
2017-11-20 00:13:35 -05:00
8391abb06b
updating Addresses section
...
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>
2017-11-19 20:31:25 -06:00
225159bcd8
Merge pull request #4372 from ipfs/feat/use-sys
...
switch from syscall to golang.org/x/sys
2017-11-18 15:39:53 -08:00
b967ec4f44
Merge pull request #4365 from adamliesko/fix/cmd/path-parsing-trailing-slash
...
core: get cmd outPath remove trailing slash - fixes #3729
2017-11-18 14:24:13 -08:00
63342578d3
switch from syscall to golang.org/x/sys
...
(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>
2017-11-18 12:11:14 -08:00
a09d974652
core: get cmd outPath removes trailing slash - fixes #3729
...
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>
2017-11-18 20:04:18 +01:00
bd0ed9ea5d
Merge pull request #4381 from massino/patch-1
...
Remove reference to "this PR" in code
2017-11-18 10:35:03 -08:00
b0e4406676
Merge pull request #4368 from ipfs/fix/plugin-typo
...
small typo in git plugin
2017-11-18 10:27:47 -08:00
b01e48a758
Merge pull request #4392 from ipfs/feat/log/uuid
...
Feat/log/uuid
2017-11-18 10:25:23 -08:00
d511a00ef7
Merge pull request #4390 from leerspace/docs/update-using-ipfs
...
adding how to download IPFS with IPFS
2017-11-18 10:24:12 -08:00
c18e13bd74
Merge pull request #4388 from lanzafame/3066
...
docs: correct StorageMax config desc
2017-11-18 10:19:50 -08:00
83df6769ac
Merge pull request #3856 from ipfs/feat/commands2.0
...
Extract and rework commands package
2017-11-18 10:10:50 -08:00
b08a674acb
bump version to 0.4.14-dev
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-11-18 08:41:27 -08:00
d95a87cf57
update to go-ipfs-cmds 0.4.9
...
License: MIT
Signed-off-by: keks <keks@cryptoscope.co>
2017-11-17 15:22:42 +01:00
0d9d21875c
compatible to js-ipfs-api
...
License: MIT
Signed-off-by: keks <keks@cryptoscope.co>
2017-11-17 15:22:42 +01:00
f287524949
cmd: use go-ipfs-cmds
...
License: MIT
Signed-off-by: keks <keks@cryptoscope.co>
2017-11-17 15:22:41 +01:00
cc01b7f188
Merge pull request #4395 from ipfs/release-0.4.13
...
Ipfs v0.4.13
v0.4.13
2017-11-16 15:51:27 -06:00
a0a174ed55
Ipfs v0.4.13
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-11-16 09:58:42 -08:00
f44cf00342
Add error message to event logs in path resolution
...
If an error occurs during an event add it to the events metadata
License: MIT
Signed-off-by: Forrest Weston <forrest@protocol.ai>
2017-11-15 12:27:22 -08:00
1c3e590c88
Add event logging around path resolution
...
License: MIT
Signed-off-by: Forrest Weston <forrest@protocol.ai>
2017-11-14 18:02:26 -08:00
846c04b131
Added uuid loggable (requestId) to root context
...
Every log event resulting from a command will have a uuid associated with it
License: MIT
Signed-off-by: Forrest Weston <forrest@protocol.ai>
2017-11-14 18:02:15 -08:00
5d23fd7c45
Merge pull request #4391 from ipfs/release-0.4.13-rc1
...
Ipfs v0.4.13-rc1
v0.4.13-rc1
2017-11-14 16:58:14 -06:00
bbf023fb10
Ipfs v0.4.13-rc1
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-11-14 13:46:10 -08:00
bbeee1af50
adding how to download IPFS with IPFS
...
Adding instructions for downloading IPFS builds with IPFS
License: MIT
Signed-off-by: John Reed <john@re2d.xyz>
2017-11-14 13:48:43 -06:00
0d2cc04fa7
docs: correct StorageMax config desc
...
License: MIT
Signed-off-by: Adrian Lanzafame <adrianlanzafame92@gmail.com>
2017-11-14 12:25:38 +10:00
8f8fdc093d
Merge pull request #4384 from ipfs/fix/badgerds-1.1.3
...
Update badgerds to 1.1.3
2017-11-13 16:52:27 -06:00
27c4b5c8c9
Merge pull request #4386 from ipfs/fix/session-cancel-deadlock
...
Buffer response channel to prevent deadlock
2017-11-13 10:51:24 -06:00
332891f7b2
Buffer response channel to prevent deadlock
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-11-12 19:22:42 -08:00
2ebf8d0482
Update badgerds to 1.1.3
...
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-11-12 05:34:31 +01:00
36674b9c90
Remove reference to "this PR" in code
...
License: MIT
Signed-off-by: Massino Tinovan <massino@droppod.io>
2017-11-10 17:28:06 -08:00
40533eda5e
bump version to 0.4.13-dev
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-11-10 16:41:42 -08:00
8eb7956622
Merge pull request #4377 from ipfs/release-0.4.12
...
Ipfs v0.4.12
v0.4.12
2017-11-10 17:52:01 -05:00
84e4fe578f
Ipfs v0.4.12
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-11-10 14:01:24 -08:00
13ed3f34f7
Merge pull request #4379 from ipfs/gx/badgerds-1.1.2
...
Update badgerds to 1.1.2
2017-11-10 16:16:52 -05:00
cf4c9bd857
docs: Badger entry in experimenal-features
...
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-11-10 10:32:07 +01:00
726e95ecc9
Update badgerds to 1.1.2
...
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-11-10 10:14:08 +01:00
3dfba22442
Merge pull request #4369 from ipfs/release-0.4.12-rc2
...
Ipfs v0.4.12-rc2
v0.4.12-rc2
2017-11-05 11:03:18 -05:00
d9a9a5602d
Ipfs v0.4.12-rc2
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-11-05 07:22:02 -08:00
c956ff2492
small typo in git plugin
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-11-05 06:50:46 -08:00
4257ebabad
Merge pull request #4357 from ipfs/feat/remove-dead-code
...
cleanup: remove dead godep, gobuilder, and equinox stuff
2017-11-03 00:31:12 -05:00
0efdcadafb
Merge pull request #4364 from ipfs/gx/badgerds1.1
...
gx: update go-ds-badger to 1.1.0
2017-11-02 14:01:38 -05:00