storj/pkg/eestream
Kaloyan Raev d8f1ec1db6
ECClient (#110)
* WIP ECClient

* Get returns RangeCloser

* Introduce RedundancyStrategy

* Constructor takes max buffer memory

* Remove unnecessary NopCloser wrapper

* Added telemetry

* Tests

* Adapt to PSClient from master

* Decode should report error if empty rrs map is passed

* collectErrors helper

* Move to /pkg/storage

* Move to /pkg/storage/ec

* Rename ecclient.go to client.go

* Better logging

* Rename ec.ECClient to ec.Client

* Fix some test execution

* Adopt Transport Client from master
2018-07-03 11:35:01 +03:00
..
aesgcm_test.go AES GCM implementation and unit test code (#19) 2018-05-15 18:11:03 +03:00
aesgcm.go AES GCM implementation and unit test code (#19) 2018-05-15 18:11:03 +03:00
bits_test.go eestream: make secretbox example harder to fall victim to nonce reuse 2018-04-16 06:52:23 -06:00
bits.go eestream: make secretbox example harder to fall victim to nonce reuse 2018-04-16 06:52:23 -06:00
common.go pkg/eestream: initial 2018-04-11 07:46:34 -06:00
crc_test.go pkg/eestream: initial 2018-04-11 07:46:34 -06:00
decode.go ECClient (#110) 2018-07-03 11:35:01 +03:00
encode.go ECClient (#110) 2018-07-03 11:35:01 +03:00
pad_test.go Add context to Ranger.Range method (#99) 2018-06-19 18:59:09 +03:00
pad.go Add context to Ranger.Range method (#99) 2018-06-19 18:59:09 +03:00
rs_test.go ECClient (#110) 2018-07-03 11:35:01 +03:00
rs.go pkg/eestream: initial 2018-04-11 07:46:34 -06:00
secretbox_test.go HTTP Ranger (#11) 2018-04-17 07:39:14 -06:00
secretbox.go eestream: make secretbox example harder to fall victim to nonce reuse 2018-04-16 06:52:23 -06:00
transform_test.go Add context to Ranger.Range method (#99) 2018-06-19 18:59:09 +03:00
transform.go Add context to Ranger.Range method (#99) 2018-06-19 18:59:09 +03:00