summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-26[docs] Fix docstringsVictor Shyba
2015-08-26[bug] fixes small issues pointed by drebsVictor Shyba
2015-08-26[bug] check type before processingVictor Shyba
2015-08-26[refactor] _process_incoming_doc is a function nowVictor Shyba
2015-08-26[refactor] prune conflicts is Document's responsibilityVictor Shyba
2015-08-26[refactor] simplify conflicts managementVictor Shyba
2015-08-26[refactor] remove unused parameterVictor Shyba
2015-08-26[refactor] removing getters and setters from couch.pyVictor Shyba
2015-08-26[refactor] splits http_target into 4 modulesVictor Shyba
2015-08-26[refactor] simplify send_docs operationsVictor Shyba
2015-08-26[refactor] simplify entity and content typeVictor Shyba
2015-08-26[refactor] simplify the case of a brand new docVictor Shyba
2015-08-26[refactor] extract logging and emitting on targetVictor Shyba
2015-08-26[refactor] split put_doc_if_newer in two operationsVictor Shyba
2015-08-26[bug] process put after last BadRequest checkVictor Shyba
2015-08-26[pkg] fold in changes0.7.2Ivan Alejandro
2015-08-26[pkg] add missing changes filesIvan Alejandro
2015-08-25[style] pep8 fixesKali Kaneko
2015-08-24[refactor] add changes file about simplejson dep removaldrebs
2015-08-24[refactor] remove simplejson dep on serverdrebs
2015-08-24[refactor] remove simplejson dep on clientdrebs
2015-08-24[refactor] remove simplejson dependency on commondrebs
2015-08-24[tests] add sqlite tests to sqlcipherdrebs
2015-08-24[tests] remove u1db test remote sync target moduledrebs
2015-08-24[tests] add u1db sync target tests to soledaddrebs
2015-08-24[tests] add missing sync tests to sqlcipherdrebs
2015-08-20[style] pep8 fixesKali Kaneko
2015-08-20[tests] adapt test for end-of-sync eventdrebs
2015-08-20[bug] always emit end-of-sync eventdrebs
2015-08-20[tests] add u1db sync tests to soledad couch testsdrebs
2015-08-20[style] pep8'dKali Kaneko
2015-08-20[tests] add u1db sync tests to sqlcipher's testsdrebs
2015-08-20[bug] update target metadata after first receivedrebs
2015-08-20[bug] return tuple in get_sync_infodrebs
2015-08-19[style] pep8 cleanupsKali Kaneko
2015-08-19[bug] wait for db init on sync decrypter pooldrebs
2015-08-19[refactor] remove threadpool from sqlcipher backenddrebs
2015-08-19[bug] hold sync lock while running post-sync hooksdrebs
2015-08-18[refactor] rename sync lock and improve docstringsdrebs
2015-08-18[refactor] clarify sync target closingdrebs
2015-08-18[bug] always release lock on spam scriptdrebs
2015-08-17[style] pep8 cleanupKali Kaneko
2015-08-17[tests] add pep8/flake8 ignoresKali Kaneko
2015-08-17[tests] add mutex sync testsdrebs
2015-08-17[tests] fix test_sqlcipher_syncdrebs
2015-08-17[tests] fix test_sync_deferred testdrebs
2015-08-17[tests] fix tests from test_sync moduledrebs
2015-08-17[bug] add missing parameter to unauthorized errordrebs
2015-08-12[bug] wrong sqlcipher passphrase now raises correctlyBruno Wagner
2015-08-12[tests] added inlineCallbacks to test with yieldBruno Wagner