zeronet/plugins/Bigfile/Test
radfish ec6fd48b86 Bigfile: fix piece field bitmask to be used as bytearray consistently (#1982)
* Bigfile: make Piecefield array a bytearray

We want an array of characters. Py2 strings made sense to
use as an array of characters, but Py3 strings are different
and no longer a good choice.

* Bigfile: store bits as binary instead of char

* BigFile: rename to/from string -> to/from bytes

Since the type was changed to bytearray.
2019-04-16 15:14:19 +02:00
..
conftest.py Add signing parameters to sitePublish 2018-06-25 14:22:24 +02:00
pytest.ini Change Bigfile plugin directory case 2017-10-05 13:26:40 +02:00
TestBigfile.py Bigfile: fix piece field bitmask to be used as bytearray consistently (#1982) 2019-04-16 15:14:19 +02:00