Age | Commit message (Expand) | Author |
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] simplify the case of a brand new doc | Victor Shyba |
2015-08-26 | [refactor] split put_doc_if_newer in two operations | Victor Shyba |
2015-08-25 | [style] pep8 fixes | Kali Kaneko |
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 | [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-19 | [style] pep8 cleanups | Kali Kaneko |
2015-08-19 | [bug] wait for db init on sync decrypter pool | drebs |
2015-08-17 | [style] pep8 cleanup | 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-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 | [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 | [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 | [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 | [test] Change test server to use Twisted | Victor Shyba |
2015-08-05 | [tests] Fixed remaining parse tests | Bruno Wagner |
2015-08-05 | [tests] Created a setup for the http target tests | Bruno Wagner |
2015-08-05 | [tests] fixed the http target test imports | Bruno Wagner |
2015-08-04 | [style] pep8 cleanup | Kali Kaneko |
2015-08-04 | [test] add test for many documents decryption | drebs |