Jakub Sztandera
bcedd38c9a
//hash -> // hash
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch >
2018-03-04 01:38:17 +01:00
Jakub Sztandera
c30422d790
Enforce Cid security rules for getting and adding blocks
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch >
2018-03-04 01:38:17 +01:00
Lucas Molas
5d7e8a893d
add: hash-only: set the prefix for MFS root
...
Fixes #4652 .
License: MIT
Signed-off-by: Lucas Molas <schomatis@gmail.com >
2018-03-02 15:46:02 -03:00
Steven Allen
2c68c15407
update go-ipfs-cmds
...
* May fix #4670
* Fixes #4683
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com >
2018-02-20 16:43:00 -08:00
Hector Sanjuan
758e00bc4c
Extract blocks/blockstore package to go-ipfs-blockstore
...
This extracts the blocks/blockstore package and renames the
blocks/blockstore/util package to /blocks/blockstoreutil
(because util depends on Pin and I don't plan to extract
Pin and its depedencies).
The history of blocks/blockstore has been preserved. It has
been gx'ed and imported. Imports have been rewritten accordingly
and re-ordered.
License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai >
2018-02-15 18:03:41 +01:00
Whyrusleeping
10b96a39de
Merge pull request #4557 from elopio/patch-1
...
update link to filestore experimental status
2018-02-14 12:31:53 -08:00
Steven Allen
b2cbfd299c
gx: update go-log
...
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com >
2018-01-31 21:54:22 -08:00
Steven Allen
5acbecc26b
update go-lib2p-loggables
...
fixes a UUID bug I introduced (UUIDs were always an error value)
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com >
2018-01-27 18:05:30 -08:00
Steven Allen
fe8846fcd7
gx: mass update
...
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com >
2018-01-24 15:58:44 -08:00
Steven Allen
5127ef4970
remove rawblocks -> cidv1 constraint on add command
...
We probably should have this but it's a breaking change.
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com >
2018-01-23 21:42:58 -08:00
Steven Allen
4909c5a56d
correctly handle add flag constraints
...
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com >
2018-01-23 12:30:55 -08:00
Jeromy
176d15656d
update go-ipfs-cmds, fix context closing issue
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com >
2018-01-21 11:11:47 -08:00
Steven Allen
0bdc2574ce
update go-ipfs-cmds
...
Fix a nil pointer exception when no timeout is set and an HTTP request fails.
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com >
2018-01-21 11:11:47 -08:00
Steven Allen
6bf29205bc
remove progress bar size hack
...
Compute the size in the PostCmd instead of the PreCmd.
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com >
2018-01-21 11:11:47 -08:00
Jeromy
bf804cca66
update to final cmds1.0
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com >
2018-01-21 11:11:47 -08:00
Jeromy
267c19ab9d
some fixes for latest from go-ipfs-cmds
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com >
2018-01-21 11:11:47 -08:00
keks
091eeee243
update go-ipfs-cmds
...
License: MIT
Signed-off-by: keks <keks@cryptoscope.co >
2018-01-21 11:11:47 -08:00
keks
1cc7e2a28e
update go-ipfs-cmds
...
License: MIT
Signed-off-by: keks <keks@cryptoscope.co >
2018-01-21 11:11:47 -08:00
keks
8f24d8e211
cleanup
...
License: MIT
Signed-off-by: keks <keks@cryptoscope.co >
2018-01-21 11:11:47 -08:00
keks
7b1963906b
update go-ipfs-cmds yet again
...
License: MIT
Signed-off-by: keks <keks@cryptoscope.co >
2018-01-21 11:11:47 -08:00
keks
b23c3295e6
update go-ipfs-cmds
...
License: MIT
Signed-off-by: keks <keks@cryptoscope.co >
2018-01-21 11:11:47 -08:00
keks
94266bf2e4
update go-ipfs-cmds
...
License: MIT
Signed-off-by: keks <keks@cryptoscope.co >
2018-01-21 11:11:47 -08:00
keks
fbc36b8962
update dependencies and update TODO
...
broken sharness test t0110 has been fixed in master
License: MIT
Signed-off-by: keks <keks@cryptoscope.co >
2018-01-21 11:11:47 -08:00
keks
e8ad094448
add TODO
...
License: MIT
Signed-off-by: keks <keks@cryptoscope.co >
2018-01-21 11:11:47 -08:00
keks
feef5c3415
cmds: use Executors
...
- some fixes for cmds1.0
- reinsert plugin loading code, pretty print wrapper
TODO:
if plugin loading fails it only calls log.Warning.
returning an error would be better but that would have
to happen after PreRun, which is not possible atm.
License: MIT
Signed-off-by: keks <keks@cryptoscope.co >
2018-01-21 11:11:47 -08:00
keks
84101c8a2a
go test passes, sharness fails
...
pass API path to cmds, fix options in add.
License: MIT
Signed-off-by: keks <keks@cryptoscope.com >
2018-01-21 11:11:47 -08:00
keks
9965861b86
fmt
...
License: MIT
Signed-off-by: keks <keks@cryptoscope.co >
2018-01-21 11:11:47 -08:00
keks
bd9576fa57
start adopting cmds3.0 - lots of errors!
...
- move go-ipfs-cmds/legacy to go-ipfs/commands/legacy
- update cmds,cmdkit; go test ./... ok
License: MIT
Signed-off-by: keks <keks@cryptoscope.co >
2018-01-21 11:11:47 -08:00
Leo Arias
2ac86ef739
update link to filestore experimental status
...
According to https://github.com/ipfs/go-ipfs/issues/3397#issuecomment-317256365 , the status of experimental features is now tracked in a file in the repo, not in an issue.
License: MIT
Signed-off-by: Leo Arias <leo.arias@canonical.com >
2018-01-07 23:10:58 +00:00
Steven Allen
dfe7ef4fcf
gx: update go-multihash
...
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com >
2017-12-14 13:09:51 -08:00
keks
6f82f08611
fix error handling in core/commands/{add,get}.go
...
License: MIT
Signed-off-by: keks <keks@cryptoscope.co >
2017-12-04 14:27:34 +01:00
keks
8e5fbe9aa1
update go-ipfs-cmds to 0.4.11
...
to include @frist's uuid logging
License: MIT
Signed-off-by: keks <keks@cryptoscope.co >
2017-11-22 19:06:00 +01:00
Whyrusleeping
e0f38fa33b
Merge pull request #4406 from ipfs/fix/4405
...
Fix two race conditions (and possibly go routine leaks) in commands
2017-11-21 15:23:39 -08:00
Steven Allen
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
Steven Allen
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
Steven Allen
d89a4b6960
fix concurrent SetError in add command
...
I believe this also fixes a potential go routine leak (on race).
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com >
2017-11-20 20:35:04 -08:00
keks
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
keks
0d9d21875c
compatible to js-ipfs-api
...
License: MIT
Signed-off-by: keks <keks@cryptoscope.co >
2017-11-17 15:22:42 +01:00
Jan Winkelmann
f287524949
cmd: use go-ipfs-cmds
...
License: MIT
Signed-off-by: keks <keks@cryptoscope.co >
2017-11-17 15:22:41 +01:00
Enrique Erne
6a9682bb00
shorter chunker stragety and fixed size example with fewer nodes
...
License: MIT
Signed-off-by: Enrique Erne <enrique.erne@gmail.com >
2017-10-28 21:06:39 +02:00
Enrique Erne
31840fa035
improves description about the rabin chunker
...
License: MIT
Signed-off-by: Enrique Erne <enrique.erne@gmail.com >
2017-10-28 09:34:30 +02:00
tcme
5e49a1d47d
first version of chunker long description
...
License: MIT
Signed-off-by: Enrique Erne <enrique.erne@gmail.com >
2017-10-27 12:26:25 +02:00
Enrique Erne
2eea7ba4b8
shorter description for chunker option
...
License: MIT
Signed-off-by: Enrique Erne <enrique.erne@gmail.com >
2017-10-15 10:29:47 +02:00
Enrique Erne
92f96ee689
adds more info about chunker option
...
see https://github.com/ipfs/go-ipfs/issues/4276
License: MIT
Signed-off-by: Enrique Erne <enrique.erne@gmail.com >
2017-10-14 19:32:35 +02:00
Jeromy
cccc6a94a3
update go-multihash and bubble up changes
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com >
2017-07-11 19:27:43 -07:00
Jeromy Johnson
a4ffefd2ad
Merge pull request #3919 from ipfs/kevina/add-hash-fun
...
adder: add support for specifying the hash function
2017-05-14 15:27:42 -07:00
Kevin Atkinson
4bbd00185c
adder: add support for specifying the hash function
...
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org >
2017-05-14 17:38:32 -04:00
Miguel Torres
6a25b67e4d
Fix typo in message when file is not determined
...
License: MIT
Signed-off-by: Miguel Torres <migueltorreslopez@gmail.com >
2017-05-01 20:59:08 -07:00
Kevin Atkinson
076d0bd9b1
merkeldag: change SetPrefix param to a pointer and reset the prefix on nil
...
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org >
2017-04-25 23:36:39 -04:00
Kevin Atkinson
518adec022
adder: add support for using CidV1
...
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org >
2017-04-25 23:36:39 -04:00