summaryrefslogtreecommitdiff
path: root/src/leap/soledad/server/_streaming_resource.py
AgeCommit message (Collapse)Author
2017-12-24[refactor] use explicit stream direction argumentVictor Shyba
download was being inferred. It's now being set on each and will raise an error if node is provided. Also removed a duplication on params variable.
2017-12-22[feature] consume received stream in a threadVictor Shyba
As it's blocking and Twisted already stored everything on a file. -- Related: #8809
2017-12-22[feature] add a resource for streamingVictor Shyba
-- Related: #8809
2017-12-13[bug] fix exception catching with new blobs backend interfacedrebs
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