kubo/core/commands
2015-02-23 21:33:38 -08:00
..
internal fuse: no longer require fuse to compile ipfs 2015-01-28 05:18:41 -08:00
add.go return early from add PostRun if error is set 2015-02-19 13:52:30 -08:00
block.go Fixed 'ipfs block put' panic 2015-02-11 14:56:36 -08:00
bootstrap.go cmd/bootstrap: bugfix on add (dedup) 2015-02-01 06:07:21 -08:00
cat.go ensure dagreaders are cleaned up after 'cat' command finishes 2015-02-02 08:33:54 +00:00
commands.go commands: Refactored Command#Run function signature to (req Request, res Response) 2015-01-23 18:29:29 -08:00
config.go Added -bool option to ipfs config command 2015-01-31 23:36:46 +01:00
dht.go print out correct object for dht findproviders command 2015-01-25 01:21:23 +00:00
diag_test.go transitioned ipfs2 -> ipfs 2014-11-18 06:15:00 -08:00
diag.go updates from CR 2015-01-27 17:28:02 +00:00
get.go implement path type 2015-01-29 17:51:08 +00:00
id.go cmds/id: show self addrs 2015-02-03 05:51:31 -08:00
log.go core/commands: log tail: Return from goroutine when request context closes, resolves #659 2015-01-26 14:24:33 -08:00
ls.go implement path type 2015-01-29 17:51:08 +00:00
mount_darwin.go fuse: no longer require fuse to compile ipfs 2015-01-28 05:18:41 -08:00
mount_unix.go fuse: no longer require fuse to compile ipfs 2015-01-28 05:18:41 -08:00
mount_windows.go commands: Refactored Command#Run function signature to (req Request, res Response) 2015-01-23 18:29:29 -08:00
name.go feat(core/commands): expose commands to allow for the development of high-level interface 2014-12-05 20:56:26 -08:00
object.go make it easier to create custom dag objects via the CLI 2015-02-23 21:33:38 -08:00
pin.go move core/repo to core/corerepo 2015-01-24 01:32:27 -08:00
ping.go logs: removed all log.Errors unhelpful to users 2015-02-03 01:06:07 -08:00
publish.go change ipns resolve/publish to store raw keys, not b58 encoded 2015-01-28 19:36:30 +00:00
refs.go teach ipfs refs -r how to use GetBlocks 2015-02-19 03:21:55 +00:00
repo.go rename GarbageCollectAsync method 2015-01-24 01:32:28 -08:00
resolve.go fix cast panic in ipfs name resolve when daemon is running 2015-01-31 23:55:07 +00:00
root.go cmds/root: ipfs root text arrangement 2015-02-03 12:17:59 -08:00
swarm.go cmds/swarm connect had broken 2015-02-03 05:51:31 -08:00
update.go commands: Refactored Command#Run function signature to (req Request, res Response) 2015-01-23 18:29:29 -08:00
version.go commands: Refactored Command#Run function signature to (req Request, res Response) 2015-01-23 18:29:29 -08:00