Age | Commit message (Expand) | Author |
2016-12-12 | [style] fix pep8 and confs | Victor Shyba |
2016-12-12 | [feature] batch based on payload size | Victor Shyba |
2016-12-12 | [feature] fix and enable batch | Victor Shyba |
2016-12-12 | [feature] make reading attachments optional | Victor Shyba |
2016-12-12 | [feature] server download stream from file object | Victor Shyba |
2016-12-12 | [feature] use transactions on sync | Victor Shyba |
2016-12-12 | [feature] get attachments as generator runs | Victor Shyba |
2016-11-27 | [bug] patch twisted logger so it works with twistd --syslog | drebs |
2016-11-22 | [feat] improve missing couch config doc error logging | drebs |
2016-10-21 | [docs] explain CouchServerState parameters | Victor Shyba |
2016-10-21 | [tests] make check_schema_versions default to False | Victor Shyba |
2016-10-03 | [feature] check for user dbs couch schema versions | drebs |
2016-09-30 | [test] add flake8 code check and generalize name of tox env | drebs |
2016-09-22 | [feat] centralize logging and use twisted.logger by default | drebs |
2016-08-29 | [pkg] remove leftover simplejson imports from l2db | drebs |
2016-08-17 | [bug] remove misleading ensure_ddoc | Victor Shyba |
2016-08-05 | [bug] create gen document after saving the actual document in couch | drebs |
2016-08-01 | [bug] retry allocation of gen instead of using a lock | drebs |
2016-08-01 | [feat] use couch _all_docs for get_docs() and get_all_docs() | drebs |
2016-08-01 | [refactor] simplify couch whats_changed calculation | drebs |
2016-08-01 | [bug] use couch lock to atomize saving of document | drebs |
2016-08-01 | [feat] standardize metadata storage in couch backend. | drebs |
2016-08-01 | [feat] use a lock for updating couch gen data | drebs |
2016-08-01 | [bug] fix order of multipart serialization when writing to couch | drebs |
2016-08-01 | [feat] remove usage of design documents in couch | drebs |
2016-07-25 | [feat] do not use couch views for sync metadata | drebs |
2016-07-25 | [feat] use _local couch docs for metadata storage | drebs |
2016-07-13 | [style] pep8 | Kali Kaneko |
2016-07-12 | [pkg] remove unneeded oauth code | drebs |
2016-07-12 | [test] toxify tests | drebs |
2016-07-12 | [refactor] make tests use l2db submodule | Kali Kaneko |
2016-07-12 | [refactor] fork u1db | Kali Kaneko |
2016-06-22 | pep8 | Kali Kaneko |
2016-06-22 | [bug] fix test processing order | NavaL |
2016-06-22 | [style] pep8 compatibility: indent and white space | NavaL |
2016-06-08 | [tests] avoid using get_all_docs on asserts | Victor Shyba |
2016-06-06 | [style] remove misused lambdas | Tulio Casagrande |
2016-06-06 | [test] use inline deferreds in test for change passphrase | drebs |
2016-06-06 | [test] turn test for _gen_secret into many unit tests | drebs |
2016-06-06 | [bug] ensures docs_received table has the sync_id column | NavaL |
2016-06-06 | [refactor] encdecpool queries and testing | Victor Shyba |
2016-05-23 | [refactor] remove user_id argument from Soledad init | Caio Carrara |
2016-05-16 | [style] pep8 | Kali Kaneko |
2016-04-26 | [refactor] cleanup bootstrap process | drebs |
2016-04-26 | [refactor] remove shared db locking from tests | drebs |
2016-04-26 | [refactor] remove shared db locking from client | drebs |
2016-04-01 | [pkg] update to versioneer 0.16 | Kali Kaneko |
2016-01-21 | [Fix] fix concurrency problem in test_sync_deferred | Folker Bernitt |
2015-12-22 | [docs] incomplete doc for security config parameter | Victor Shyba |
2015-12-14 | [fix] remove trailing whitespace to please pep8 | Christoph Kluenter |