kubo/core/corehttp
Jeromy f4d7369c4a bitswap: protocol extension to handle cids
This change adds the /ipfs/bitswap/1.1.0 protocol. The new protocol
adds a 'payload' field to the protobuf message and deprecates the
existing 'blocks' field. The 'payload' field is an array of pairs of cid
prefixes and block data. The cid prefixes are used to ensure the correct
codecs and hash functions are used to handle the block on the receiving
end.

License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-10-10 08:19:31 -07:00
..
commands.go fix races in http cors 2015-10-13 01:09:55 +03:00
corehttp.go update to libp2p 4.0.1 and propogate other changes 2016-10-05 22:12:43 -07:00
gateway_handler.go bitswap: protocol extension to handle cids 2016-10-10 08:19:31 -07:00
gateway_indexPage.go Use net/url to escape paths in web-ui 2016-03-02 15:46:58 -08:00
gateway_test.go update to libp2p 4.0.1 and propogate other changes 2016-10-05 22:12:43 -07:00
gateway.go update to libp2p 4.0.1 and propogate other changes 2016-10-05 22:12:43 -07:00
ipns_hostname.go update to libp2p 4.0.1 and propogate other changes 2016-10-05 22:12:43 -07:00
logs.go update deps for libp2p 3.4.0 2016-08-25 19:02:55 -07:00
metrics_test.go update to libp2p 4.0.1 and propogate other changes 2016-10-05 22:12:43 -07:00
metrics.go metrics: fix peer number metric in offline mode 2016-09-13 14:00:10 +02:00
redirect.go corehttp: add net.Listener to ServeOption 2015-08-02 08:16:51 +02:00
webui.go feat: Update the webui to work with the latest changes in 0.4 2016-03-14 20:49:18 +01:00