Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-15 | add rw_lock to client ops | Kali Kaneko | |
2014-01-06 | Add proper error reporting to shared db lock. | drebs | |
2013-12-24 | Avoid concurrent sync attempts from the same replica in the client (#4451). | drebs | |
2013-12-19 | Do not instantiate the synchronizer each time. | Kali Kaneko | |
This has the nice effect of letting the persistent-connection reuse the existing connection, avoiding the ssl handshake overhead each time we try to synchronize. This can be traced by logging the instantiation of HttpClientBase in u1db.remote I *think* we should be fine with the timeouts as long as we keep the sync period along the 1 min we are doing now. For other cases, we should look into how to override the default timeout in httplib (used by u1db http_client). | |||
2013-12-13 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/kali/feature/expand-sqlicipher-capabilities' into develop | |||
2013-12-13 | get_count_from_index | Kali Kaneko | |
2013-12-12 | Unlock shared db if bootstrapping fails in any way | Tomás Touceda | |
2013-12-06 | Fold in changes | Tomás Touceda | |
2013-12-04 | Revert "Stop creating per-user databases. Closes #4626." | Tomás Touceda | |
This reverts commit 6eeed5c116d38ebae7d9309dd2f11660f6cff37e. | |||
2013-11-29 | Stop creating per-user databases. Closes #4626. | drebs | |
2013-11-19 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'drebs/feature/4348_add-mac-verification-to-recovery-doc' into develop | |||
2013-11-19 | Add MAC verification to recovery document. Closes #4348. | drebs | |
2013-11-08 | Merge remote-tracking branch 'kali/bug/default-detected-encoding-to-utf8' ↵ | Tomás Touceda | |
into develop | |||
2013-11-08 | default detected encoding to utf-8 | Kali Kaneko | |
2013-11-07 | open db in autocommit mode | Kali Kaneko | |
2013-08-23 | Fold in changes0.3.1 | Tomás Touceda | |
2013-08-23 | packaging improvements | Kali Kaneko | |
* add versioneer (patched for our particular repo config) * add parse_requirements to unify requirement handling | |||
2013-08-21 | Split soledad into common, client and server. | drebs | |