summaryrefslogtreecommitdiff
path: root/src/leap/soledad/client
AgeCommit message (Expand)Author
2018-06-02Allow passing empty server url for testing purposesdrebs
2018-01-03[style] fix typos and add comments from reviewVictor Shyba
2017-12-31[bug] handle incomplete preamble as a retriable errorVictor Shyba
2017-12-26[doc] improve documentation of ciphertext size estimation functiondrebs
2017-12-26[doc] add comment to clarify order of resultsdrebs
2017-12-24[refactor] use explicit stream direction argumentVictor Shyba
2017-12-24[bug] add code to obey protocol pause and stopVictor Shyba
2017-12-24[refactor] move preamble constant to its moduleVictor Shyba
2017-12-22[feature] add a producer protocol for upstreamVictor Shyba
2017-12-22[feature] client implementation for upstreamVictor Shyba
2017-12-22[feature] get_unarmored_ciphertext_size on clientVictor Shyba
2017-12-22[feature] get_size_list for listing blobs sizesVictor Shyba
2017-12-12[bug] use namespace when uploading blobsdrebs
2017-12-05[bug] transfer maximum allowed number of blobsdrebs
2017-12-04[bug] escape tag and sizeVictor Shyba
2017-12-04[style] fixes from code reviewVictor Shyba
2017-12-01[feature] adds a stream downloaderVictor Shyba
2017-12-01[style] fix typoVictor Shyba
2017-11-30[style] remove public get/set blob priority methodsdrebs
2017-11-30[bug] avoid overwriting priorities on sync status batch updatedrebs
2017-11-30[style] some sugar for setting the priorityKali Kaneko
2017-11-30[feature] add priorities for blob transfersdrebs
2017-11-29[feature] add bandwidth throttling to the clientdrebs
2017-11-13[style] fixes from code reviewVictor Shyba
2017-11-13[feature] support unsynced local_only blobsVictor Shyba
2017-11-13[feature] apply deletions from serverVictor Shyba
2017-11-13[feature] list deleted files from serverVictor Shyba
2017-11-13[bug] update pending_upload from server listingVictor Shyba
2017-11-10[bug] mark deletion as pending_delete if offlineVictor Shyba
2017-11-09[bug] retry on sqlcipher db timeouts for blobsdrebs
2017-11-03[doc] add blobs api docdrebs
2017-10-31[style] wrong/missing docs/comments (code review)Victor Shyba
2017-10-31[feature] add sync progress attributeVictor Shyba
2017-10-27[bug] there is no retry limit for usual transfersVictor Shyba
2017-10-27[refactor] semaphore.run instead acquire/releaseVictor Shyba
2017-10-27[refactor] add a table for sync_statusVictor Shyba
2017-10-27[style] E722 do not use bare exceptVictor Shyba
2017-10-27[refactor] split blobs into modulesVictor Shyba
2017-10-12[bug] limit number of concurrent requests to local dbdrebs
2017-10-05[bug] fix retries for blobs downloaddrebs
2017-10-05[bug] retry blob download for all retriable errorsdrebs
2017-10-05[bug] improve error message on blob download errordrebs
2017-10-05[bug] log the exception on blob download errordrebs
2017-10-05[bug] don't use hardcoded number of retries when downloading blobsdrebs
2017-10-05[style] use python3 compatible try/except syntaxdrebs
2017-10-05[bug] ensure maximum concurrency on blobs transferdrebs
2017-10-05[style] param is not keyword argumentdrebs
2017-10-05[style] name keyword arguments in function callsdrebs
2017-10-05[style] rename exception to match standardsdrebs
2017-10-05[bug] set as PROCESSING during processing flowVictor Shyba