kubo/core/commands
2015-03-07 16:50:00 +01: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
bitswap.go dont put wantlist getter in exchange interface 2015-02-27 00:12:21 -08:00
block.go rewrote import paths of go.net/context to use golang.org/x/context 2015-02-25 11:58:19 +01:00
bootstrap.go cmd/bootstrap: bugfix on add (dedup) 2015-02-01 06:07:21 -08:00
cat.go rewrote import paths of go.net/context to use golang.org/x/context 2015-02-25 11:58:19 +01: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 move signing options into a validation checker struct 2015-02-26 22:05:03 -08: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 rewrote import paths of go.net/context to use golang.org/x/context 2015-02-25 11:58:19 +01: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 beautify 'ipfs ls' and 'ipfs object links' (updates #799) 2015-03-01 14:03:51 +01:00
mount_darwin.go Add nofuse build tag to darwin mounter 2015-03-05 18:00:45 +02:00
mount_nofuse.go Fix nofuse build tags syntax 2015-03-05 18:00:36 +02:00
mount_unix.go Fix nofuse build tags syntax 2015-03-05 18:00:36 +02: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 enable stdin input for ipfs object put 2015-03-07 16:50:00 +01:00
pin.go explain what direct/indirect/recursive means 2015-03-07 08:32:48 -05:00
ping.go rewrote import paths of go.net/context to use golang.org/x/context 2015-02-25 11:58:19 +01:00
publish.go change ipns resolve/publish to store raw keys, not b58 encoded 2015-01-28 19:36:30 +00:00
refs.go rewrote import paths of go.net/context to use golang.org/x/context 2015-02-25 11:58:19 +01: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 fix output formatting on stat 2015-02-27 00:12:21 -08:00
swarm.go rewrote import paths of go.net/context to use golang.org/x/context 2015-02-25 11:58:19 +01: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