kubo/core
Jakub Sztandera a6d0fd287b Fix commands --flags not showing flags via HTTP API
It was caused by the cmds.Option struct being Interface not struct
The solution is to create struct and copy interesting data over.

Also removed the "ShowOptions" field from being sent via the HTTP API.

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-05-31 16:55:37 +02:00
..
commands Fix commands --flags not showing flags via HTTP API 2016-05-31 16:55:37 +02:00
corehttp metrics: add transport label to p2p_peers_total 2016-05-18 22:30:52 +02:00
corenet update go-libp2p 3.2.2, nil maddr fixes 2016-05-17 10:23:10 -07:00
corerepo Update go-log to 1.1.0 and fix calls to go-log.Uuid 2016-05-04 23:17:21 +02:00
corerouting update go-libp2p 3.2.2, nil maddr fixes 2016-05-17 10:23:10 -07:00
coreunix Update go-log to 1.1.0 and fix calls to go-log.Uuid 2016-05-04 23:17:21 +02:00
mock update go-libp2p 3.2.2, nil maddr fixes 2016-05-17 10:23:10 -07:00
.gitignore ignore testdb 2014-07-05 15:04:04 -07:00
bootstrap_test.go update go-libp2p 3.2.2, nil maddr fixes 2016-05-17 10:23:10 -07:00
bootstrap.go update go-libp2p 3.2.2, nil maddr fixes 2016-05-17 10:23:10 -07:00
builder.go update go-libp2p 3.2.2, nil maddr fixes 2016-05-17 10:23:10 -07:00
core_test.go Use gx vendored go-ipfs-utils where possible 2016-02-12 17:21:40 -08:00
core.go update go-libp2p 3.2.2, nil maddr fixes 2016-05-17 10:23:10 -07:00
pathresolver_test.go Add test to detect invalid path 2015-07-04 02:50:15 +07:00
pathresolver.go dns: update dns command docs 2016-03-03 17:06:10 +01:00