Aron
3c7338d6c8
Makefile: add make swarm command ( #14698 )
...
* Makefile: add make swarm command
* Makefile: minor code formatting polishes
2017-06-26 12:19:53 +03:00
aron
caa00b7e6d
swarm/storage: remove panic on invalid chunk
2017-06-25 16:10:54 +02:00
Aron Fischer
9a51f5c350
swarm/http: check error returned by reader.Size ( #3470 )
2016-12-22 00:35:05 +01:00
Aron Fischer
301c0a6303
swarm/storage: call size before seek-from-end ( #3469 )
2016-12-22 00:34:05 +01:00
Aron Fischer
65f486ff02
swarm/api: check for zero length manifest error ( #3468 )
2016-12-22 00:32:08 +01:00
Aron Fischer
0d9a8207d6
cmd/bzzup: trim directory in the manifest entry path ( #3299 )
2016-11-18 14:41:37 +01:00
aron
a45421baaf
swarm/storage: fix chunker when reader is broken
...
* brokenLimitedReader gives error after half size
* TestRandomBrokenData tests chunker with broken reader
* add blocking quitC (instead of errC) and use errC only for errors
* don't close chunkC in tester Split,
* use quitC to quit chunk storage loop
2016-10-10 23:34:44 +02:00