Age | Commit message (Expand) | Author |
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 |
2015-08-12 | [bug] wrong sqlcipher passphrase now raises correctly | Bruno Wagner |
2015-08-12 | [tests] added inlineCallbacks to test with yield | Bruno Wagner |
2015-08-12 | [bug] changes multiprocessing.Queue to Twisted's | Victor Shyba |
2015-08-12 | [tests] Test encdecpool couldn't resolve inheritance | Bruno Wagner |
2015-08-12 | [style] Fixed pep8 warnings after PR | Bruno Wagner |
2015-08-12 | [bug] fix several things on tests | drebs |
2015-08-12 | [bug] raise u1db errors based on http response | drebs |
2015-08-12 | [tests] #7370 opened, skipping test for now | Victor Shyba |
2015-08-12 | [bug] Using lambda to avoid mistake on arguments | Victor Shyba |
2015-08-12 | [tests] Fixed double getURL in some tests | Bruno Wagner |
2015-08-12 | [tests] Fixed flakiness in test_sync_target | Bruno Wagner |
2015-08-12 | [bug] Encdecpool won't explode if stopped twice | Bruno Wagner |
2015-08-12 | [tests] Test sync adapted without u1db tests | Bruno Wagner |
2015-08-12 | [bug] Sync Locking based on class + db file path | Victor Shyba |
2015-08-12 | [tests] Pulled test scenario req into sqlcipher sync test | Bruno Wagner |
2015-08-12 | [tests] Fixed running sqlcipher_sync tests | Bruno Wagner |
2015-08-12 | [tests] Removed unused import in test_http_target | Bruno Wagner |
2015-08-12 | [tests] Adapted test_sync_target tests after changes | Bruno Wagner |
2015-08-12 | [tests] Sync very large files won't explode memory | Bruno Wagner |
2015-08-12 | [bug] fixes concurrent sync and their tests | Victor Shyba |
2015-08-12 | [style] Fixed pep8 warning | Bruno Wagner |
2015-08-12 | [tests] Removed some of the dependencies on u1db_tests | Bruno Wagner |
2015-08-12 | [tests] Removed dependency u1db test in parse test | Bruno Wagner |
2015-08-12 | [tests] U1db test file was not being used anywhere | Bruno Wagner |
2015-08-12 | [tests] Twisted WSGI is optional | Victor Shyba |
2015-08-12 | [bug] close http_target when soledad closes | Victor Shyba |
2015-08-12 | [test] Change test server to use Twisted | Victor Shyba |
2015-08-11 | [tests] add util function to instantiate dowser mem profiler | Kali Kaneko |