summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-05-22Add splitted POST sync design docs (#5571).drebs
2014-05-22Cleanup and pep8 fix.drebs
2014-05-16Merge branch 'release-0.5.1'0.5.1Tomás Touceda
2014-05-16Fold in changesTomás Touceda
2014-04-23Merge remote-tracking branch 'chiiph-github/bug/improve_changelog_readability...Kali Kaneko
2014-04-16Merge remote-tracking branch 'refs/remotes/drebs/bug/5507_close-connections-a...Tomás Touceda
2014-04-15Close connection after syncing (#5507).drebs
2014-04-11Merge remote-tracking branch 'refs/remotes/drebs/bug/5493_avoid-file-descript...Tomás Touceda
2014-04-10Prevent file descriptor leaks on tests.drebs
2014-04-10Properly close connections on couch backend (#5493).drebs
2014-04-09Merge remote-tracking branch 'refs/remotes/drebs/feature/5386_improve-sync' i...Tomás Touceda
2014-04-09Prevent couch instantiation from creating the db (#5386).drebs
2014-04-09Improve changelog readabilityTomás Touceda
2014-04-09Fix class doc.drebs
2014-04-09Prevent Couch Server State from making one unneeded GET request (#5386).drebs
2014-04-09Reorganize scripts directory.drebs
2014-04-07Merge remote-tracking branch 'refs/remotes/drebs/feature/5315_add-script-to-c...Tomás Touceda
2014-04-07Add script to compile design docs (#5315)drebs
2014-04-04Merge branch 'release-0.4.5'0.5.00.4.5Tomás Touceda
2014-04-04Fold in changesTomás Touceda
2014-04-04Merge remote-tracking branch 'refs/remotes/drebs/bug/5449_preload-strptime-to...Tomás Touceda
2014-04-04Preload time.strptime() to avoid multi thread problem on couch backend get_do...drebs
2014-04-04Merge remote-tracking branch 'refs/remotes/drebs/bug/5448_add-workaround-for-...Tomás Touceda
2014-04-04Renew couch connection session after multipart PUT (#5448).drebs
2014-04-02Merge remote-tracking branch 'refs/remotes/drebs/feature/5388_avoid-concurren...Tomás Touceda
2014-04-02Retry recording sync info on couch backend (#5388).drebs