summaryrefslogtreecommitdiff
path: root/src/leap/soledad/server/_streaming_resource.py
AgeCommit message (Collapse)Author
2017-12-04[bug] escape tag and sizeVictor Shyba
It was generating spaces, causing split to fail sometimes.
2017-12-04[style] fixes from code reviewVictor Shyba
2017-12-01[feature] stream blobs from a CooperativeTaskVictor Shyba
Adds a CooperativeTask to stream blobs to client as the transport is able to handle it, pausing and resuming as necessary. -- Related: #8809
2017-12-01[feature] adds a stream downloaderVictor Shyba
First version, still missing consumer/producer model and some tweaks, but working. -- Related: #8809
2017-12-01[refactor] get namespace as an optional query argVictor Shyba
2017-12-01[feature] add a streaming resourceVictor Shyba
-- Related: #8809