kubo/commands
Kevin Atkinson 73f9a90cbf Create a FilestoreNode object to carry PosInfo
When doing a filestore add, we wrap whatever nodes we create in a
FilestoreNode object and add the PosInfo to it so that the filestore
will be able to extract information as needed.

Edited by whyrusleeping

License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2016-10-24 16:30:45 -04:00
..
cli cli: refactor to expose argument parsing functionality 2016-10-16 03:35:39 -04:00
files Create a FilestoreNode object to carry PosInfo 2016-10-24 16:30:45 -04:00
http http api: makes sure header is sent even when r is not ready yet. fixes #3304 (#3305) 2016-10-18 15:46:07 -07:00
argument.go starting to rework stdin handling 2016-07-07 16:58:43 -07:00
channelmarshaler.go allow channel marshaler to return errors from cmds.Response 2015-09-04 14:12:19 -07:00
command_test.go Add logic for copying ShortDes to LongDesc if it is not present 2016-05-14 13:23:35 +02:00
command.go update deps for libp2p 3.4.0 2016-08-25 19:02:55 -07:00
option_test.go add default option value support to commands lib 2016-03-04 10:58:27 -08:00
option.go update to libp2p 4.0.1 and propogate other changes 2016-10-05 22:12:43 -07:00
reqlog.go and special case that one thing because why not 2016-07-09 11:33:02 -07:00
request.go update to libp2p 4.0.1 and propogate other changes 2016-10-05 22:12:43 -07:00
response_test.go Replace 'var * bytes.Buffer' with '\1 := new(bytes.Buffer)' 2015-05-26 23:18:04 +07:00
response.go api: correctly set the content type for object get --encoding=protobuf 2016-03-31 17:14:41 -04:00