Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-22 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/drebs/improve-design-doc-unknown-error-message' into develop | |||
2014-01-22 | Improve DesignDocUnknownError error reporting. | drebs | |
2014-01-22 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/drebs/add-debian-package-build-script' into develop | |||
2014-01-22 | Add debian package build dev script. | drebs | |
2014-01-22 | Fix dev scripts doc and names. | drebs | |
2014-01-20 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/drebs/feature/4836_allow-sync-of-large-files' into develop | |||
2014-01-20 | Make couch tests use only one couch instance. | drebs | |
2014-01-20 | Add test for syncing many small documents (#4836). | drebs | |
2014-01-20 | Allow sync of large files (~100MB) (#4836). | drebs | |
2014-01-20 | Move lock resource to its own file. | drebs | |
2014-01-17 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/drebs/feature/4994_improve-error-messages-on-client' into develop | |||
2014-01-17 | Fix typo on tempfile.gettempdir() call. | drebs | |
2014-01-17 | Improve error reporting on couch backend design documents access failure ↵ | drebs | |
(#4994). | |||
2014-01-16 | Merge remote-tracking branch 'refs/remotes/kali/feature/rw_lock_client_ops' ↵ | Tomás Touceda | |
into develop | |||
2014-01-15 | add rw_lock to client ops | Kali Kaneko | |
2014-01-07 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/drebs/feature/4918_ensure-server-side-locks-use-temporary-directory' into develop | |||
2014-01-07 | Use temp dir for server side locks (#4918). | drebs | |
2014-01-06 | Merge remote-tracking branch ↵ | Kali Kaneko | |
'drebs-github/bug/4435_add-proper-error-reporting-to-shared-db-lock' into develop | |||
2014-01-06 | Add proper error reporting to shared db lock. | drebs | |
2013-12-24 | Merge remote-tracking branch ↵ | Kali Kaneko | |
'drebs-github/feature/4451_avoid-concurrent-syncs' into develop | |||
2013-12-24 | Avoid concurrent sync attempts from the same replica in the client (#4451). | drebs | |
2013-12-20 | Merge remote-tracking branch 'refs/remotes/kali/bug/reuse-http-connection' ↵ | Tomás Touceda | |
into develop | |||
2013-12-20 | catch cannotsendrequest exception | Kali Kaneko | |
2013-12-19 | Set soledad timeout default to 2 min | Kali Kaneko | |
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-19 | Merge remote-tracking branch 'refs/remotes/kali/fix/really_enable_gzip' into ↵ | Tomás Touceda | |
develop | |||
2013-12-19 | add http-encoding header, decode it too | Kali Kaneko | |
2013-12-19 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/drebs/feature/consistent-metadata' into develop | |||
2013-12-19 | Add couch atomicity tests. | drebs | |
2013-12-18 | remove conditional gzip, fix import | Kali Kaneko | |
2013-12-18 | Add changes file. | drebs | |
2013-12-18 | Add database migration script. | drebs | |
2013-12-18 | Add 'ddocs.py' generation on setup.py. | drebs | |
2013-12-18 | Remove index tests for couch backend. | drebs | |
2013-12-18 | Fix couch tests to reflect remodelling. | drebs | |
2013-12-18 | Monkey-patch u1db to use CouchDocument. | drebs | |
2013-12-18 | Make couch backend consistent and lightweight. | drebs | |
This commit introduces the use of couch view, list and update functions to put and get data from the couch database. This avoids loads of metadata transferring and encapsulates operations in atomic PUTs. | |||
2013-12-17 | Merge remote-tracking branch 'chiiph-github/bug/versioneer_windows' into develop | Kali Kaneko | |
2013-12-17 | Use git.exe instead of git.cmd in windows since we use GitBash | Tomás Touceda | |
2013-12-16 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/kali/feature/patch-reported-version' into develop | |||
2013-12-16 | patch the _version file so it reports the running version | Kali Kaneko | |
until now this was only possible when running python setup.py version from the source tree. now the <module>.__version__ also reports correctly the runnng version | |||
2013-12-13 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/kali/feature/expand-sqlicipher-capabilities' into develop | |||
2013-12-13 | Merge remote-tracking branch 'refs/remotes/kali/feature/enable-gzip' into ↵ | Tomás Touceda | |
develop | |||
2013-12-13 | get_count_from_index | Kali Kaneko | |
2013-12-13 | enable gzip compression | Kali Kaneko | |
2013-12-12 | Merge remote-tracking branch 'chiiph/bug/unlock_shared_if_failed' into develop | Ivan Alejandro | |
2013-12-12 | Unlock shared db if bootstrapping fails in any way | Tomás Touceda | |
2013-12-09 | Merge remote-tracking branch 'kali/bug/pep8_cleanup' into develop | Ivan Alejandro | |
2013-12-09 | pep8 happy | Kali Kaneko | |
2013-12-06 | Merge branch 'release-0.4.4'0.4.4 | Tomás Touceda | |