Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-08 | Bump dependencies | Robert Newson | |
2012-08-02 | Add _replication_stats | Robert Newson | |
2012-06-19 | Bump couch_replicator to 0.1.2 | Robert Newson | |
2012-06-19 | Don't perform callbacks to couch_replicator | Robert Newson | |
2012-06-18 | Fix _replicator db | Robert Newson | |
2012-06-18 | Add a dummy replicate/3 for now | Adam Kocoloski | |
Conflicts: apps/couch/src/couch_rep.erl | |||
2012-06-18 | Revert "allow replication callback module to be chosen at runtime." | Robert Newson | |
This reverts commit faf9071260147275bbac1633b599e85b4a302e8b. | |||
2012-06-16 | Fix URL for twig | Adam Kocoloski | |
2012-06-16 | Fix deprecation warnings for port_compiler | Adam Kocoloski | |
2012-06-16 | Update lots of dependencies | Adam Kocoloski | |
2012-06-16 | Bump rebar to version 2.0.0 | Adam Kocoloski | |
2012-04-25 | Merge pull request #105 from Asquera/fixes/gentoo-build | Adam Kocoloski | |
Allow building on Gentoo | |||
2012-04-25 | Fix Build for Gentoo | Felix Gilcher | |
Modify SConscript so that it recognizes the standard name for the mozjs/spidermonkey lib on gentoo. | |||
2012-04-24 | Whitespace | Bob Dionne | |
2012-03-20 | Invoke couch_view_updater with the proper arguments | Adam Kocoloski | |
This fixes stale=update_after. | |||
2012-03-16 | Enable Travis builds | Robert Newson | |
2012-02-22 | Merge 0.4.x | Robert Newson | |
2012-01-31 | Fix previous commit | Robert Newson | |
2012-01-31 | Fix bug in replicator request piplining | Paul J. Davis | |
A replication with both an HTTP source and target on the same host and port could end up in a dead lock due to ibrowse replication pipelining when attachments are present on the source. The ibrowse http worker would end up forming a multipart/mime body using anonymous reader functions for attachment stubs. When the attachment stub functions are executed it is possible that they end up assigned to the same ibrowse worker. This is a bit of a long path but then end result is equivalent to calling gen_server:call(self(), Args, infinity) from a gen_server callback. A quick work around for users is to set up a DNA alias (possibly in /etc/hosts) or to use a combination of hostname and ip address so that ibrowse assigns the requests to different pools. | |||
2012-01-27 | Whitespace | Bob Dionne | |
2012-01-24 | Minor bug getting the reduce_limit setting | Paul J. Davis | |
2012-01-24 | Minor bug getting the reduce_limit setting | Paul J. Davis | |
2012-01-21 | Bump dependencies for pre7 release | Robert Newson | |
2012-01-18 | Revert use of spawn_monitor | Robert Newson | |
As Filipe correctly points out, we want the parent to die if the child dies. | |||
2012-01-17 | Bump to chttpd 1.4.2 | Robert Newson | |
2012-01-17 | Merge pull request #91 from cloudant/13133-attachment-replication | Robert Newson | |
Fix attachment replication BugzID: 13133 | |||
2012-01-16 | Only set the process dictionary if exit was ok | Robert Newson | |
2012-01-16 | Use spawn_monitor to await process completion | Robert Newson | |
BugzID: 13133 | |||
2012-01-10 | Remove superfluous formatting | Adam Kocoloski | |
2012-01-10 | Remove unused URLs | Adam Kocoloski | |
2012-01-10 | Bump fabric and chttpd versions | Adam Kocoloski | |
The fabric bump fixes some corner cases for read repair. The chttpd bump improves error handling for delayed responses. | |||
2011-12-23 | Make cURL a soft dependency | Paul J. Davis | |
This makes sure that we only optionally require the same version of cURL that CouchDB does. | |||
2011-12-23 | Make cURL a soft dependency | Paul J. Davis | |
This makes sure that we only optionally require the same version of cURL that CouchDB does. | |||
2011-12-12 | Allow CPPPATH to be overriden in the environment | Paul J. Davis | |
2011-12-12 | Set the stack size for sub contexts | Paul J. Davis | |
I was forgetting to pass the args through to evalcx so that it could use the stack size specified on the command line. | |||
2011-12-06 | Allow CPPPATH to be overriden in the environment | Paul J. Davis | |
2011-12-02 | whitespace | Bob Dionne | |
2011-12-01 | Set the stack size for sub contexts | Paul J. Davis | |
I was forgetting to pass the args through to evalcx so that it could use the stack size specified on the command line. | |||
2011-11-22 | Remove unused imports | Bob Dionne | |
2011-11-11 | Add check for JS script object type | Paul J. Davis | |
2011-11-09 | Add check for JS script object type | Paul J. Davis | |
2011-11-09 | Bump fabric version and drop the pre1 from release version | Adam Kocoloski | |
2011-11-09 | Conditionally apply JSON encoding to update_seq values | Robert Newson | |
BigCouch 0.3 cannot parse requests of the form /db/_changes?since="123-foo" so the recent ?JSON_ENCODE addition to Since in two places causes 0.3 <-> 0.4 replication to fail with json_encode/badterm errors. This patch applies JSON encoding only when the Since value is not already a binary (i.e, when it's a [integer(), binary()]) and interop is restored. BugzID: 12833 | |||
2011-11-09 | Merge pull request #80 from cloudant/12833-conditional_json_encode | Adam Kocoloski | |
2011-11-09 | Conditionally apply JSON encoding to update_seq values | Robert Newson | |
BigCouch 0.3 cannot parse requests of the form /db/_changes?since="123-foo" so the recent ?JSON_ENCODE addition to Since in two places causes 0.3 <-> 0.4 replication to fail with json_encode/badterm errors. This patch applies JSON encoding only when the Since value is not already a binary (i.e, when it's a [integer(), binary()]) and interop is restored. BugzID: 12833 | |||
2011-11-08 | Simplify README | Adam Kocoloski | |
2011-11-08 | Update troubleshooting link | Adam Kocoloski | |
2011-11-08 | Simplify README | Adam Kocoloski | |
2011-11-04 | Add a script to create a source tarball | Robert Newson | |
2011-10-31 | Merge commit '1.1.1' into 0.4.x | Robert Newson | |
Conflicts: acinclude.m4.in configure.ac couchjs/c_src/http.c src/erlang-oauth/Makefile.am src/erlang-oauth/oauth.app.in src/erlang-oauth/oauth_hmac_sha1.erl src/erlang-oauth/oauth_http.erl src/erlang-oauth/oauth_plaintext.erl src/etap/etap_web.erl |