kubo/core/commands
2022-03-27 08:11:45 -04:00
..
cmdenv fix(core/commands): do not cache config (#8824) 2022-03-27 08:11:45 -04:00
cmdutils feat(cmds): extend block size check for dag|block put (#8751) 2022-03-11 23:23:11 +01:00
dag feat(cmds): document deprecated RPC API commands (#8802) 2022-03-22 20:46:32 +01:00
e Fix typo in an error.go comment: "is adds" -> "adds". 2018-01-17 15:25:54 -08:00
keyencode fix: remove some deprecated calls 2021-08-13 14:09:43 -07:00
name feat(cmds): document deprecated RPC API commands (#8802) 2022-03-22 20:46:32 +01:00
object feat(cmds): document deprecated RPC API commands (#8802) 2022-03-22 20:46:32 +01:00
pin fix: rewrite dependencies over the go-ipfs-config package 2022-03-04 09:45:16 +01:00
unixfs feat(cmds): document deprecated RPC API commands (#8802) 2022-03-22 20:46:32 +01:00
active.go refactor: get rid of cmdDetails awkwardness 2020-08-04 18:28:40 -04:00
add.go Apply suggestions from code review 2021-10-11 20:36:06 +02:00
bitswap.go fix: move away from deprecated peer ID functions 2019-12-14 19:48:31 +01:00
block.go feat(cmds): extend block size check for dag|block put (#8751) 2022-03-11 23:23:11 +01:00
bootstrap.go fix: rewrite dependencies over the go-ipfs-config package 2022-03-04 09:45:16 +01:00
cat.go fix(cmds): option for progress bar in cat/get (#8686) 2022-03-11 14:25:46 -05:00
cid.go refactor: get rid of cmdDetails awkwardness 2020-08-04 18:28:40 -04:00
commands_test.go feat: multibase transcode command (#8403) 2021-09-21 20:19:40 +02:00
commands.go feat: programmatic shell completions 2021-07-01 08:46:49 -07:00
completion.go feat: programmatic shell completions 2021-07-01 08:46:49 -07:00
config_test.go add remote pinning policy for mfs (#7798) 2021-01-28 18:58:44 -05:00
config.go fix: rewrite dependencies over the go-ipfs-config package 2022-03-04 09:45:16 +01:00
dht_test.go Fix typos (#8548) 2021-11-17 21:16:06 +01:00
dht.go feat: go-libp2p 0.16, UnixFS autosharding and go-datastore with contexts (#8563) 2021-11-29 19:58:05 +01:00
diag.go feat: add an "ipfs diag profile" command 2021-07-21 14:51:47 -07:00
dns.go explicit construction of DNS resolver 2021-05-10 21:03:27 -07:00
external.go refactor: get rid of cmdDetails awkwardness 2020-08-04 18:28:40 -04:00
extra.go refactor: get rid of cmdDetails awkwardness 2020-08-04 18:28:40 -04:00
files.go Bubble ErrNotFound improvements 2022-03-02 18:29:29 +01:00
filestore.go feat: go-libp2p 0.16, UnixFS autosharding and go-datastore with contexts (#8563) 2021-11-29 19:58:05 +01:00
get_test.go cmdkit -> cmds 2019-05-10 23:00:20 -07:00
get.go feat(cmds): extend block size check for dag|block put (#8751) 2022-03-11 23:23:11 +01:00
helptext_test.go gx: unrewrite 2019-03-05 18:33:56 +01:00
id.go feat(cmds): ipfs id: support --offline option (#8626) 2022-02-10 20:42:32 +01:00
keystore.go fix: rewrite dependencies over the go-ipfs-config package 2022-03-04 09:45:16 +01:00
log.go refactor: get rid of cmdDetails awkwardness 2020-08-04 18:28:40 -04:00
ls.go Escape non-printable characters in user output 2020-12-17 18:16:34 -08:00
mount_nofuse.go cmdkit -> cmds 2019-05-10 23:00:20 -07:00
mount_unix.go fix(core/commands): do not cache config (#8824) 2022-03-27 08:11:45 -04:00
mount_windows.go cmdkit -> cmds 2019-05-10 23:00:20 -07:00
multibase.go feat: multibase transcode command (#8403) 2021-09-21 20:19:40 +02:00
p2p.go feat(cmds): document deprecated RPC API commands (#8802) 2022-03-22 20:46:32 +01:00
ping.go fix: move away from deprecated peer ID functions 2019-12-14 19:48:31 +01:00
profile.go feat: add full goroutine stack dump (#8790) 2022-03-16 09:42:22 -04:00
pubsub.go feat(cmds): document deprecated RPC API commands (#8802) 2022-03-22 20:46:32 +01:00
refs.go feat: switch to raw multihashes for blocks 2021-12-02 09:41:37 -05:00
repo.go feat(cmds): document deprecated RPC API commands (#8802) 2022-03-22 20:46:32 +01:00
resolve.go Extract the namesys and the keystore submodules 2021-03-12 14:09:36 -05:00
root_test.go pre-populate required arguments from request body 2018-03-18 13:04:25 -07:00
root.go feat: add 'ipfs multibase' commands (#8180) 2021-08-18 16:48:39 -04:00
shutdown.go docs: cosmetic fixes of help text 2021-03-24 17:41:14 +01:00
stat_dht.go integrate experimental AcceleratedDHTClient 2021-05-14 04:31:06 -04:00
stat_provide.go refactor: improved humanNumber and humanSI 2021-05-27 13:35:19 -07:00
stat.go added support for an experimental batched provider system 2021-05-14 01:47:48 -07:00
swarm.go fix: rewrite dependencies over the go-ipfs-config package 2022-03-04 09:45:16 +01:00
sysdiag.go feat: add an "ipfs diag profile" command 2021-07-21 14:51:47 -07:00
tar.go docs: cosmetic fixes of help text 2021-03-24 17:41:14 +01:00
urlstore.go feat(cmds): document deprecated RPC API commands (#8802) 2022-03-22 20:46:32 +01:00
version.go feat(ipfs diag profile): output version info only 2021-07-21 15:50:21 -07:00