Age | Commit message (Expand) | Author |
2015-08-26 | [bug] reduce memory usage by consuming single doc | Victor Shyba |
2015-08-26 | [refactor] Move constructor, use isinstance | Victor Shyba |
2015-08-26 | [docs] Fix docstrings | Victor Shyba |
2015-08-26 | [bug] fixes small issues pointed by drebs | Victor Shyba |
2015-08-26 | [bug] check type before processing | Victor Shyba |
2015-08-26 | [refactor] _process_incoming_doc is a function now | Victor Shyba |
2015-08-26 | [refactor] prune conflicts is Document's responsibility | Victor Shyba |
2015-08-26 | [refactor] simplify conflicts management | Victor Shyba |
2015-08-26 | [refactor] remove unused parameter | Victor Shyba |
2015-08-26 | [refactor] removing getters and setters from couch.py | Victor Shyba |
2015-08-26 | [refactor] splits http_target into 4 modules | Victor Shyba |
2015-08-26 | [refactor] simplify send_docs operations | Victor Shyba |
2015-08-26 | [refactor] simplify entity and content type | Victor Shyba |
2015-08-26 | [refactor] simplify the case of a brand new doc | Victor Shyba |
2015-08-26 | [refactor] extract logging and emitting on target | Victor Shyba |
2015-08-26 | [refactor] split put_doc_if_newer in two operations | Victor Shyba |
2015-08-26 | [bug] process put after last BadRequest check | Victor Shyba |
2015-08-26 | [pkg] fold in changes0.7.2 | Ivan Alejandro |
2015-08-26 | [pkg] add missing changes files | Ivan Alejandro |
2015-08-25 | [style] pep8 fixes | Kali Kaneko |
2015-08-24 | [refactor] add changes file about simplejson dep removal | drebs |
2015-08-24 | [refactor] remove simplejson dep on server | drebs |
2015-08-24 | [refactor] remove simplejson dep on client | drebs |
2015-08-24 | [refactor] remove simplejson dependency on common | drebs |
2015-08-24 | [tests] add sqlite tests to sqlcipher | drebs |
2015-08-24 | [tests] remove u1db test remote sync target module | drebs |
2015-08-24 | [tests] add u1db sync target tests to soledad | drebs |
2015-08-24 | [tests] add missing sync tests to sqlcipher | drebs |
2015-08-20 | [style] pep8 fixes | Kali Kaneko |
2015-08-20 | [tests] adapt test for end-of-sync event | drebs |
2015-08-20 | [bug] always emit end-of-sync event | drebs |
2015-08-20 | [tests] add u1db sync tests to soledad couch tests | drebs |
2015-08-20 | [style] pep8'd | Kali Kaneko |
2015-08-20 | [tests] add u1db sync tests to sqlcipher's tests | drebs |
2015-08-20 | [bug] update target metadata after first receive | drebs |
2015-08-20 | [bug] return tuple in get_sync_info | drebs |
2015-08-19 | [style] pep8 cleanups | Kali Kaneko |
2015-08-19 | [bug] wait for db init on sync decrypter pool | drebs |
2015-08-19 | [refactor] remove threadpool from sqlcipher backend | drebs |
2015-08-19 | [bug] hold sync lock while running post-sync hooks | drebs |
2015-08-18 | [refactor] rename sync lock and improve docstrings | drebs |
2015-08-18 | [refactor] clarify sync target closing | drebs |
2015-08-18 | [bug] always release lock on spam script | drebs |
2015-08-17 | [style] pep8 cleanup | Kali Kaneko |
2015-08-17 | [tests] add pep8/flake8 ignores | Kali Kaneko |
2015-08-17 | [tests] add mutex sync tests | drebs |
2015-08-17 | [tests] fix test_sqlcipher_sync | drebs |
2015-08-17 | [tests] fix test_sync_deferred test | drebs |
2015-08-17 | [tests] fix tests from test_sync module | drebs |
2015-08-17 | [bug] add missing parameter to unauthorized error | drebs |