kubo/core
Juan Batiz-Benet 5040fee906 implement support for --api option
This commit adds support for the --api option, which allows users
to specify an API endpoint to run the cli command against. It enables
much easier control of remote daemons.

It also
- ensures the API server version matches the API client
- implements support for the $IPFS_PATH/api file

Still TODO:
- tests!
- multiaddr to support /dns/

License: MIT
Signed-off-by: Juan Batiz-Benet <juan@benet.ai>
2015-08-27 08:03:56 +02:00
..
commands implement support for --api option 2015-08-27 08:03:56 +02:00
corehttp Localize the scope of context.WithCancel for every DAG.Get 2015-08-23 22:38:04 +07:00
corenet Reorged imports from jbenet/go-ipfs to ipfs/go-ipfs 2015-03-31 12:52:25 -07:00
corerepo Replace WithTimeout with WithCancel whenever possible 2015-08-23 19:35:03 +07:00
corerouting Reorged imports from jbenet/go-ipfs to ipfs/go-ipfs 2015-03-31 12:52:25 -07:00
coreunix Localize the scope of context.WithCancel for every DAG.Get 2015-08-23 22:38:04 +07:00
mock blockservice.New doesnt need to return an error 2015-08-14 16:25:51 -07:00
.gitignore ignore testdb 2014-07-05 15:04:04 -07:00
bootstrap_test.go Reorged imports from jbenet/go-ipfs to ipfs/go-ipfs 2015-03-31 12:52:25 -07:00
bootstrap.go Fix 'ctx, _' to have explicit cancel 2015-08-23 19:35:03 +07:00
builder.go add option to only hash input 2015-06-22 15:21:53 -07:00
core_test.go Replace context.TODO in test files with context.Background 2015-08-23 19:55:45 +07:00
core.go dont create ipnsfs filesystem until its needed 2015-08-26 14:55:36 -07:00
pathresolver_test.go Add test to detect invalid path 2015-07-04 02:50:15 +07:00
pathresolver.go Named error for no components 2015-05-22 09:18:49 -07:00