summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-08Stop syncers when closing soledad.drebs
2014-07-08Fix common exception handling gotchas.drebs
2014-07-08Add doc for syncers dictionary.drebs
2014-07-08Add spam script for profiling.drebs
2014-07-08Fix tests according to modified sync.drebs
2014-07-08Stop the target when exceptions occur.drebs
2014-07-08Fix sqlcipher db syncing property.drebs
2014-07-08Update target sync with sequential info (#5869).drebs
2014-07-03Properly stop sync and cancel threads on fail.drebs
2014-07-02Add changes files.drebs
2014-07-02Split tests and fix for new sync (#4710).drebs
2014-07-02Split sync_exchange into many requests (#5517).drebs
2014-07-02Decouple sync from actual encryption/decryption (#5326).drebs
2014-07-01update soledad-client version dependency on python-pycryptopp to make wheezy ...debian/platform-0.5Micah Anderson
2014-06-27Merge branch 'master' into developTomás Touceda
2014-06-18Merge remote-tracking branch 'refs/remotes/kali/bump-requirements' into developTomás Touceda
2014-06-18bump requirements to latest leap.commonKali Kaneko
2014-06-09Merge remote-tracking branch 'refs/remotes/drebs/feature/add-profiling-script...Tomás Touceda
2014-06-09Add profiling scripts.drebs
2014-06-06Freeze debian version.drebs
2014-06-06Update changelog to 0.5.2.drebs
2014-06-06Merge tag '0.5.2' into deb-0.5.2drebs
2014-06-06Freeze debian version.drebs
2014-06-06Shorten and fix deb_release.sh.drebs
2014-06-06Update changelog to 0.5.1.drebs
2014-06-06Merge tag '0.5.1' into deb-0.5.2drebs
2014-06-06Merge branch 'release-0.5.2'0.5.2Tomás Touceda
2014-06-06Fold in changesTomás Touceda
2014-06-05Merge remote-tracking branch 'refs/remotes/drebs/bug/5739_fix-multipart-put-p...Tomás Touceda
2014-06-05Add missing doc.drebs
2014-06-05Reorganize profiling scripts.drebs
2014-06-05Move the syncing lock to inside SQLCipherDatabase.drebs
2014-06-05Reset synchronizer state in order to reuse the same synchronizer multiple times.drebs
2014-06-05Add changes file.drebs
2014-06-05Make server auth time-insensitive.drebs
2014-06-05Replace client sync state by a sync_id.drebs
2014-06-05Remove close_connections() from tests.drebs
2014-06-03Add password option to client db script.drebs
2014-06-03Fix package build script.drebs
2014-06-03Use a fresh resource for multipart puts (#5739).drebs
2014-05-29Merge remote-tracking branch 'refs/remotes/drebs/feature/5517_split-sync-post...Tomás Touceda
2014-05-28Turn SQLCipher.sync_state into a ClientSyncState instance.drebs
2014-05-28Fix stuff from kali's review.drebs
2014-05-23Fix tests for new sync process.drebs
2014-05-22Properly raise when couch db does not exist.drebs
2014-05-22fix allow interrupt in target clientdrebs
2014-05-22Add sync status signals (#5517).drebs
2014-05-22Allow for interrupting and recovering sync (#5571).drebs
2014-05-22Split sync in multiple POST requests in client (#5571).drebs
2014-05-22Split sync in multiple POST requests in server (#5571).drebs