summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-30Revert "COUCHDB-903 - add {ok, true} to COPY result."Robert Newson
2010-09-30COUCHDB-903 - add {ok, true} to COPY result.Robert Newson
2010-09-30Removing ?getv macros.Filipe David Borba Manana
2010-09-29Add missing expression to close the database (COUCHDB-892 related).Filipe David Borba Manana
2010-09-28Replicator fix: for a filtered replication, the replication ID should take in...Filipe David Borba Manana
2010-09-27CommonJS support in map functionsJohn Christopher Anderson
2010-09-27Replacing calls to couch_util:get_value with ?getvFilipe David Borba Manana
2010-09-27Adding new macro ?getv as an alias to couch_util:get_value.Filipe David Borba Manana
2010-09-25update documents test assertionsJohn Christopher Anderson
2010-09-25COUCHDB-393 related: moving couch.uri to a better place by default.Filipe David Borba Manana
2010-09-25Explicitely close the file descriptor. It doesn't hurt.Filipe David Borba Manana
2010-09-25Bug fix: a user context record was being used instead of a PID.Filipe David Borba Manana
2010-09-24Upgrading ibrowse from version 1.6.2 to 2.0.1.Filipe David Borba Manana
2010-09-22Removing duplicated code.Filipe David Borba Manana
2010-09-22Replicator: avoid percent encoding the slashes of design and local document IDs.Filipe David Borba Manana
2010-09-20Fix badarity error when the changes timeout is undefined or set to infinity.Filipe David Borba Manana
2010-09-18Added peer information to debug message.Filipe David Borba Manana
2010-09-17JavaScript test suite: adding more semi-collons where necessary to assure com...Filipe David Borba Manana
2010-09-16JavaScript test files: adding missing semi-colons (Chrome is sensitive about ...Filipe David Borba Manana
2010-09-16Correcting ibrowse version number.Filipe David Borba Manana
2010-09-16Replicator bug fix: properly stop link worker processes to avoid noproc excep...Filipe David Borba Manana
2010-09-14Replicator bug fix: make sure a replication fails when there's a stale connec...Filipe David Borba Manana
2010-09-13Replicator changes:Filipe David Borba Manana
2010-09-13Bug fixes:Filipe David Borba Manana
2010-09-13Bug fix: add missing case for not preserving HTTP basic auth credentials afte...Filipe David Borba Manana
2010-09-12Fix previous revision (module prefix not included)Filipe David Borba Manana
2010-09-12Replicator bug fix: redirect from remote /db/_changes not properly handled (d...Filipe David Borba Manana
2010-09-12additional test for non-circular commonjs require. closes COUCHDB-869John Christopher Anderson
2010-09-12commonjs require no longer creates circular referencesJohn Christopher Anderson
2010-09-11raise the default session timeout to 12 hoursJohn Christopher Anderson
2010-09-10Bug fix: replicator proxy option ignored.Filipe David Borba Manana
2010-09-09Refactor changes module to allow for accumulators with the callback (optional...Filipe David Borba Manana
2010-09-08make sure we always do a plan.Benoit Chesneau
2010-09-07fix issue #COUCHDB-230 . now it's possible to do */test =Benoit Chesneau
2010-09-07improve rewriter. No< it's possible to pass a variable in path as <var>Benoit Chesneau
2010-09-07remove extra log statementJohn Christopher Anderson
2010-09-07warn when a view query will be empty due to backwards start and end keysJohn Christopher Anderson
2010-09-02fix warnings in couch_httpd_db.erlRobert Newson
2010-08-31validate input strings containing escape characters, COUCHDB-875Adam Kocoloski
2010-08-25fix attachments.js in Safari by treating charset case-insensitively.Robert Newson
2010-08-25COUCHDB-161 - range support. Adhere closer to the spec. correct range parsing...Robert Newson
2010-08-24correct fencepost error for last bytes range request.Robert Newson
2010-08-24COUCHDB-870 - attachments.js hangs.Robert Newson
2010-08-24fix warnings of unused Len variables.Robert Newson
2010-08-24set Accept-Ranges conditionally on identity encoding.Robert Newson
2010-08-24support multiple byte ranges in Range header.Robert Newson
2010-08-24return 400 Bad Request for unparseable range request.Robert Newson
2010-08-24Added configurable nodelay setting via the ini. Set [httpd] nodelay=true to e...Damien F. Katz
2010-08-23Replicator: fix authentication failure when replicating design documents that...Filipe David Borba Manana
2010-08-22tidy range support, make inserting of multirange support more obvious.Robert Newson