[2/2] git commit: Fix OAuth authentication with VHosts + URL rewriting

2011-12-10 Thread fdmanana
Fix OAuth authentication with VHosts + URL rewriting The OAuth handler was not getting the right path (the one the client used to compute its OAuth signature) to verify the client's signature. The right path is the one from before doing the VHost dispatch. Secondly, after the OAuth handler succeed

[2/2] git commit: Fix OAuth authentication with VHosts + URL rewriting

2011-12-10 Thread fdmanana
Fix OAuth authentication with VHosts + URL rewriting The OAuth handler was not getting the right path (the one the client used to compute its OAuth signature) to verify the client's signature. The right path is the one from before doing the VHost dispatch. Secondly, after the OAuth handler succeed

[1/2] git commit: Update CHANGES & NEWS

2011-12-10 Thread fdmanana
Updated Branches: refs/heads/master 8b9495158 -> 064bdd92c Update CHANGES & NEWS Updated these files to reflect COUCHDB-1320 and COUCHDB-1321. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/064bdd92 Tree: http://git-

git commit: Remove bad couch_db:close/1 call

2011-12-10 Thread fdmanana
Updated Branches: refs/heads/1.2.x 53a612793 -> 25754acfd Remove bad couch_db:close/1 call This is unnecessary as the changes feed loop will do the necessary database close once it starts waiting for database update events. Plus, this close call will fail when the database is deleted - this ca

git commit: Remove bad couch_db:close/1 call

2011-12-10 Thread fdmanana
Updated Branches: refs/heads/master 1aafbf4b3 -> 8b9495158 Remove bad couch_db:close/1 call This is unnecessary as the changes feed loop will do the necessary database close once it starts waiting for database update events. Plus, this close call will fail when the database is deleted - this c

git commit: Use absolutes path in distclean-local make target

2011-12-06 Thread fdmanana
Updated Branches: refs/heads/master c31daee43 -> 5be3eb3b5 Use absolutes path in distclean-local make target Noah's request. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/5be3eb3b Tree: http://git-wip-us.apache.org/

[2/2] git commit: Add stats to replication docs

2011-12-05 Thread fdmanana
Add stats to replication docs When a replication finishes, add its stats to the respective document. These are the same stats as provided by the active tasks API. COUCHDB-1349 Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/com

[1/2] git commit: Include replicion doc id in _active_tasks

2011-12-05 Thread fdmanana
Updated Branches: refs/heads/1.2.x df81c2a1f -> 53a612793 Include replicion doc id in _active_tasks COUCHDB-1349 Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/53a61279 Tree: http://git-wip-us.apache.org/repos/asf/co

[2/2] git commit: Add stats to replication docs

2011-12-05 Thread fdmanana
Add stats to replication docs When a replication finishes, add its stats to the respective document. These are the same stats as provided by the active tasks API. COUCHDB-1349 Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/com

[1/2] git commit: Include replicion doc id in _active_tasks

2011-12-05 Thread fdmanana
Updated Branches: refs/heads/master 8f38cbed2 -> c31daee43 Include replicion doc id in _active_tasks COUCHDB-1349 Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/c31daee4 Tree: http://git-wip-us.apache.org/repos/asf/c

git commit: Fix file name in src/couch_replicator/Makefile.am

2011-12-05 Thread fdmanana
Updated Branches: refs/heads/master 40e15a8f3 -> b68edd1bb Fix file name in src/couch_replicator/Makefile.am Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/b68edd1b Tree: http://git-wip-us.apache.org/repos/asf/couchdb

git commit: Fix replicator db changes loop crash after _security update

2011-12-02 Thread fdmanana
Updated Branches: refs/heads/1.2.x f2a3a4cfb -> df81c2a1f Fix replicator db changes loop crash after _security update The changes feed loop on the replicator database would crash if this database's _security object was updated. Closes COUCHDB-1353. Project: http://git-wip-us.apache.org/repo

git commit: Fix replicator db changes loop crash after _security update

2011-12-02 Thread fdmanana
Updated Branches: refs/heads/master 4d9f690da -> 0c6f529a7 Fix replicator db changes loop crash after _security update The changes feed loop on the replicator database would crash if this database's _security object was updated. Closes COUCHDB-1353. Project: http://git-wip-us.apache.org/rep

[1/3] git commit: Make couch_file:flush/1 calls automatic

2011-11-29 Thread fdmanana
Updated Branches: refs/heads/COUCHDB-1342 62dde7e9f -> 4f7336ed3 Make couch_file:flush/1 calls automatic Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/4f7336ed Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tre

[3/3] git commit: Use proc_lib to initialize couch_file children

2011-11-29 Thread fdmanana
Use proc_lib to initialize couch_file children Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/6c0f7f76 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/6c0f7f76 Diff: http://git-wip-us.apache.org/repos/asf/couchd

[2/3] git commit: Use proc_lib for couch_file initialization

2011-11-29 Thread fdmanana
Use proc_lib for couch_file initialization Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/0b89f5ac Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/0b89f5ac Diff: http://git-wip-us.apache.org/repos/asf/couchdb/di

[2/3] git commit: Make couch_changes:reset_heartbeat/0 a no-op

2011-11-28 Thread fdmanana
Make couch_changes:reset_heartbeat/0 a no-op If no heartbeat option was given, the couch_changes heartbeat function should really be a no-op, that is, to not set the last_changes_heartbeat to the current time, otherwise the default TimeoutFun (when no heartbeat option is given) might be called whi

[1/3] git commit: Update CHANGES & NEWS to reflect COUCHDB-1289

2011-11-28 Thread fdmanana
Updated Branches: refs/heads/1.2.x 6b530aa01 -> f2a3a4cfb Update CHANGES & NEWS to reflect COUCHDB-1289 Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/f2a3a4cf Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree

[3/3] git commit: Avoid unnecessary call when there's no heartbeat defined

2011-11-28 Thread fdmanana
Avoid unnecessary call when there's no heartbeat defined To avoid unncessary process preemption everytime the filter function returns false. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/dc1342d8 Tree: http://git-wip-us

[3/3] git commit: Avoid unnecessary call when there's no heartbeat defined

2011-11-28 Thread fdmanana
Avoid unnecessary call when there's no heartbeat defined To avoid unncessary process preemption everytime the filter function returns false. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/e18e32b0 Tree: http://git-wip-us

[1/3] git commit: Update CHANGES & NEWS to reflect COUCHDB-1289

2011-11-28 Thread fdmanana
Updated Branches: refs/heads/master 7cd04e8ce -> 4d9f690da Update CHANGES & NEWS to reflect COUCHDB-1289 Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/4d9f690d Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tre

[2/3] git commit: Make couch_changes:reset_heartbeat/0 a no-op

2011-11-28 Thread fdmanana
Make couch_changes:reset_heartbeat/0 a no-op If no heartbeat option was given, the couch_changes heartbeat function should really be a no-op, that is, to not set the last_changes_heartbeat to the current time, otherwise the default TimeoutFun (when no heartbeat option is given) might be called whi

[2/2] git commit: Remove duplicated comment line

2011-11-27 Thread fdmanana
Remove duplicated comment line It belongs to the parameter verify_ssl_certificates and was copy pasted from there. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/db2cbdc1 Tree: http://git-wip-us.apache.org/repos/asf/couc

[1/2] git commit: Update comments for style and consistency

2011-11-27 Thread fdmanana
Updated Branches: refs/heads/1.2.x 2be8fe774 -> 7e00c7c3e Update comments for style and consistency Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/7e00c7c3 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/7e0

[2/2] git commit: Remove duplicated comment line

2011-11-27 Thread fdmanana
Remove duplicated comment line It belongs to the parameter verify_ssl_certificates and was copy pasted from there. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/2b748ec6 Tree: http://git-wip-us.apache.org/repos/asf/couc

[1/2] git commit: Update comments for style and consistency

2011-11-27 Thread fdmanana
Updated Branches: refs/heads/master 0706a84b8 -> e40dcea4a Update comments for style and consistency Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/e40dcea4 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/e4

git commit: Improve test 074-doc-update-conflicts.t

2011-11-26 Thread fdmanana
Updated Branches: refs/heads/master 82441c123 -> 3bc6cc5ce Improve test 074-doc-update-conflicts.t Verify that only one leaf revision of the document was really persisted (don't relly only on number of conflicts errors and the winning revision's content). Project: http://git-wip-us.apache.or

git commit: Add more tests to 074-doc-update-conflicts.t

2011-11-22 Thread fdmanana
Updated Branches: refs/heads/master 9292f8dd1 -> 82441c123 Add more tests to 074-doc-update-conflicts.t Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/82441c12 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree

git commit: Remove wrong test comment copied from other file

2011-11-18 Thread fdmanana
Updated Branches: refs/heads/master 5b1430c12 -> 1c669e41c Remove wrong test comment copied from other file Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/1c669e41 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/

git commit: Add test test/etap/074-doc-update-conflicts.t

2011-11-18 Thread fdmanana
Updated Branches: refs/heads/master 84084cb58 -> 1cb7d885f Add test test/etap/074-doc-update-conflicts.t Test motivated by COUCHDB-911. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/1cb7d885 Tree: http://git-wip-us.

git commit: Update CHANGES & NEWS to reflect COUCHDB-1288

2011-11-18 Thread fdmanana
Updated Branches: refs/heads/1.2.x 59db4b423 -> 2be8fe774 Update CHANGES & NEWS to reflect COUCHDB-1288 Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/2be8fe77 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree

git commit: Update CHANGES & NEWS to reflect COUCHDB-1288

2011-11-18 Thread fdmanana
Updated Branches: refs/heads/master c2fa181d3 -> 84084cb58 Update CHANGES & NEWS to reflect COUCHDB-1288 Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/84084cb5 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tre

git commit: Replicator: reduce maximum request line length

2011-11-17 Thread fdmanana
Updated Branches: refs/heads/1.1.x 05914bdf1 -> 3108a12ee Replicator: reduce maximum request line length COUCHDB-1340 Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/3108a12e Tree: http://git-wip-us.apache.org/repos/a

[2/2] git commit: Replicator: encode query string parameter values

2011-11-17 Thread fdmanana
Replicator: encode query string parameter values According to RFC3986 [1], characters like "[", "]" and "," must be percent encoded when used in values of query string parameters. One such query parameter example is ?open_revs whose value is a JSON array of strings (which always contains "[", "]"

[1/2] git commit: Replicator: reduce maximum request line length

2011-11-17 Thread fdmanana
Updated Branches: refs/heads/1.2.x 23eea4f6d -> 59db4b423 Replicator: reduce maximum request line length COUCHDB-1340 Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/59db4b42 Tree: http://git-wip-us.apache.org/repos/a

[1/2] git commit: Replicator: reduce maximum request line length

2011-11-17 Thread fdmanana
Updated Branches: refs/heads/master 2e486781a -> e0ae630f9 Replicator: reduce maximum request line length COUCHDB-1340 Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/e0ae630f Tree: http://git-wip-us.apache.org/repos/

[2/2] git commit: Replicator: encode query string parameter values

2011-11-17 Thread fdmanana
Replicator: encode query string parameter values According to RFC3986 [1], characters like "[", "]" and "," must be percent encoded when used in values of query string parameters. One such query parameter example is ?open_revs whose value is a JSON array of strings (which always contains "[", "]"

git commit: Update CHANGES & NEWS to reflect COUCHDB-1340

2011-11-17 Thread fdmanana
Updated Branches: refs/heads/1.1.x 6aa81c639 -> 05914bdf1 Update CHANGES & NEWS to reflect COUCHDB-1340 Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/05914bdf Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree

[2/2] git commit: Add missing space for style

2011-11-17 Thread fdmanana
Add missing space for style Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/d75a551e Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/d75a551e Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/d75a551e Br

[1/2] git commit: Update CHANGES & NEWS to reflect COUCHDB-1340

2011-11-17 Thread fdmanana
Updated Branches: refs/heads/1.2.x 1a34ed915 -> 23eea4f6d Update CHANGES & NEWS to reflect COUCHDB-1340 Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/23eea4f6 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree

[2/2] git commit: Add missing space for style

2011-11-17 Thread fdmanana
Add missing space for style Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/c25dc4df Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/c25dc4df Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/c25dc4df Br

[1/2] git commit: Update CHANGES & NEWS to reflect COUCHDB-1340

2011-11-17 Thread fdmanana
Updated Branches: refs/heads/master 8bbaeea38 -> 2e486781a Update CHANGES & NEWS to reflect COUCHDB-1340 Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/2e486781 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tre

git commit: Fix replicator doc GET requests for many revisions

2011-11-17 Thread fdmanana
Updated Branches: refs/heads/1.1.x 2f6743b3a -> 6aa81c639 Fix replicator doc GET requests for many revisions Mochiweb limits request lines up to 8192 characters but the replicator wasn't accounting for the verb and protocol parts of the first request line ("GET " + " HTTP/1.1\r\n") Closes COU

[1/2] git commit: Add test test/etap/242-replication-many-leaves.t

2011-11-17 Thread fdmanana
Updated Branches: refs/heads/1.2.x 54b9726ae -> 1a34ed915 Add test test/etap/242-replication-many-leaves.t This test was motivated by COUCHDB-1340. It verifies the replicator is able to replicate documents with a very high number of leaf revisions. Project: http://git-wip-us.apache.org/repos

[2/2] git commit: Fix replicator doc GET requests for many revisions

2011-11-17 Thread fdmanana
Fix replicator doc GET requests for many revisions Mochiweb limits request lines up to 8192 characters but the replicator wasn't accounting for the verb and protocol parts of the first request line ("GET " + " HTTP/1.1\r\n") Closes COUCHDB-1340. Project: http://git-wip-us.apache.org/repos/asf/c

[2/2] git commit: Add test test/etap/242-replication-many-leaves.t

2011-11-17 Thread fdmanana
Add test test/etap/242-replication-many-leaves.t This test was motivated by COUCHDB-1340. It verifies the replicator is able to replicate documents with a very high number of leaf revisions. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/a

[1/2] git commit: Fix replicator doc GET requests for many revisions

2011-11-17 Thread fdmanana
Updated Branches: refs/heads/master 4aa872359 -> 8bbaeea38 Fix replicator doc GET requests for many revisions Mochiweb limits request lines up to 8192 characters but the replicator wasn't accounting for the verb and protocol parts of the first request line ("GET " + " HTTP/1.1\r\n") Closes CO

git commit: Fix database compaction retry after server restart

2011-11-16 Thread fdmanana
Updated Branches: refs/heads/1.2.x 359279084 -> 54b9726ae Fix database compaction retry after server restart If we attempt to compact a database which has a .compact file left from a previous compaction attempt, and the current attempt is the first one, the server will crash because the task w

git commit: Fix database compaction retry after server restart

2011-11-16 Thread fdmanana
Updated Branches: refs/heads/master 5d4b8d876 -> 4aa872359 Fix database compaction retry after server restart If we attempt to compact a database which has a .compact file left from a previous compaction attempt, and the current attempt is the first one, the server will crash because the task

[2/2] git commit: More efficient communication with the view server

2011-11-16 Thread fdmanana
More efficient communication with the view server This change makes the communication between the Erlang VM and an external view server (couchjs for e.g.) more efficient by writing a series of commands into the port and reading all the responses from the external view server after doing all those

[1/2] git commit: Update CHANGES & NEWS to reflect COUCHDB-1334

2011-11-16 Thread fdmanana
Updated Branches: refs/heads/master 72992642d -> 5d4b8d876 Update CHANGES & NEWS to reflect COUCHDB-1334 Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/5d4b8d87 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tre

[3/3] git commit: Add ddoc_updated event

2011-11-15 Thread fdmanana
Add ddoc_updated event This is part of the fix for COUCHDB-1309. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/db99d4e0 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/db99d4e0 Diff: http://git-wip-us.apache.o

[2/3] git commit: Shutdown view group on ddoc update

2011-11-15 Thread fdmanana
Shutdown view group on ddoc update If a design document is updated (or deleted), its associated view groups that are open will be shutdown as soon as they finish serving all their requests. Not doing this prevented a proper cleanup of outdated view files (file descriptor leaks) and unncessary proc

[1/3] git commit: Update CHANGES & NEWS to reflect COUCHDB-1309

2011-11-15 Thread fdmanana
Updated Branches: refs/heads/1.2.x 233f4bbcd -> 359279084 Update CHANGES & NEWS to reflect COUCHDB-1309 Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/35927908 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree

[3/3] git commit: Add ddoc_updated event

2011-11-15 Thread fdmanana
Add ddoc_updated event This is part of the fix for COUCHDB-1309. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/34516a8b Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/34516a8b Diff: http://git-wip-us.apache.o

[1/3] git commit: Update CHANGES & NEWS to reflect COUCHDB-1309

2011-11-15 Thread fdmanana
Updated Branches: refs/heads/master 0277d4580 -> 72992642d Update CHANGES & NEWS to reflect COUCHDB-1309 Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/72992642 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tre

[2/3] git commit: Shutdown view group on ddoc update

2011-11-15 Thread fdmanana
Shutdown view group on ddoc update If a design document is updated (or deleted), its associated view groups that are open will be shutdown as soon as they finish serving all their requests. Not doing this prevented a proper cleanup of outdated view files (file descriptor leaks) and unncessary proc

git commit: Avoid confusing log messages when replication completes

2011-11-13 Thread fdmanana
Updated Branches: refs/heads/1.2.x c9a0d2af1 -> 421e6de00 Avoid confusing log messages when replication completes When a replication finishes, the replicator manager (database) will call couch_replicator:cancel_replication/1 with the purpose of ensuring the child spec is removed from the super

git commit: Avoid confusing log messages when replication completes

2011-11-13 Thread fdmanana
Updated Branches: refs/heads/master c307ba95c -> 0277d4580 Avoid confusing log messages when replication completes When a replication finishes, the replicator manager (database) will call couch_replicator:cancel_replication/1 with the purpose of ensuring the child spec is removed from the supe

git commit: Add more tests to test/etap/073-changes.t

2011-11-13 Thread fdmanana
Updated Branches: refs/heads/1.2.x 27ce101a3 -> c9a0d2af1 Add more tests to test/etap/073-changes.t Cover deleted changes and built-in filter `_design`. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/c9a0d2af Tree: h

git commit: Add more tests to test/etap/073-changes.t

2011-11-13 Thread fdmanana
Updated Branches: refs/heads/master 849408452 -> 2b80b5995 Add more tests to test/etap/073-changes.t Cover deleted changes and built-in filter `_design`. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/2b80b599 Tree:

git commit: fix improper comparison on filtered changes

2011-11-09 Thread fdmanana
Updated Branches: refs/heads/1.2.x 22d79 -> 27ce101a3 fix improper comparison on filtered changes Regression caught by the changes js test. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/27ce101a Tree: http://git

git commit: Add www/script/test/coffee.js to share Makefile.am

2011-11-07 Thread fdmanana
Updated Branches: refs/heads/1.2.x 222e81ef5 -> a2b8fe09d Add www/script/test/coffee.js to share Makefile.am Fixes COUCHDB-1336. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/a2b8fe09 Tree: http://git-wip-us.apache.

git commit: Add www/script/test/coffee.js to share Makefile.am

2011-11-07 Thread fdmanana
Updated Branches: refs/heads/master 116bc468d -> c4c8d9461 Add www/script/test/coffee.js to share Makefile.am Fixes COUCHDB-1336. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/c4c8d946 Tree: http://git-wip-us.apache

git commit: Updated CHANGES & NEWS for 1.2.0

2011-11-06 Thread fdmanana
Updated Branches: refs/heads/1.2.x 50e59880a -> 222e81ef5 Updated CHANGES & NEWS for 1.2.0 Added mention to the new changes feed built-in filter `_view`. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/222e81ef Tree:

git commit: Updated CHANGES & NEWS for 1.2.0

2011-11-06 Thread fdmanana
Updated Branches: refs/heads/master 8752c4944 -> 116bc468d Updated CHANGES & NEWS for 1.2.0 Added mention to the new changes feed built-in filter `_view`. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/116bc468 Tree:

git commit: Add missing binary_to_list call in parent commit

2011-11-05 Thread fdmanana
Updated Branches: refs/heads/1.2.x 191b75a13 -> 50e59880a Add missing binary_to_list call in parent commit Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/50e59880 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/t

git commit: Add missing binary_to_list call in parent commit

2011-11-05 Thread fdmanana
Updated Branches: refs/heads/master bea11f802 -> 8752c4944 Add missing binary_to_list call in parent commit Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/8752c494 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/

git commit: Fix badarg error in couch_os_process

2011-11-05 Thread fdmanana
Updated Branches: refs/heads/1.2.x e851067df -> 191b75a13 Fix badarg error in couch_os_process The value of the KillCmd is an iolist and not a binary, so the binary_to_list call failed. Issue introduced by COUCHDB-1186. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: htt

git commit: Fix badarg error in couch_os_process

2011-11-05 Thread fdmanana
Updated Branches: refs/heads/master 8a6e0f0ac -> bea11f802 Fix badarg error in couch_os_process The value of the KillCmd is an iolist and not a binary, so the binary_to_list call failed. Issue introduced by COUCHDB-1186. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: ht

[1/2] git commit: Updated CHANGES & NEWS to consider COUCHDB-509

2011-11-05 Thread fdmanana
Updated Branches: refs/heads/master 2190ff008 -> 8a6e0f0ac Updated CHANGES & NEWS to consider COUCHDB-509 Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/8a6e0f0a Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tr

[2/2] git commit: Add view request duration to Futon

2011-11-05 Thread fdmanana
Add view request duration to Futon Closes COUCHDB-509 Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/2d2c7d1e Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/2d2c7d1e Diff: http://git-wip-us.apache.org/repos/as

git commit: Set gen_server call timeouts to infinity

2011-11-04 Thread fdmanana
Updated Branches: refs/heads/1.2.x 2a821005a -> e851067df Set gen_server call timeouts to infinity When a server is too busy, the default call timeout of 5 seconds may not be enough when getting an OS process to execute JavaScript code. Closes COUCHDB-1333. Project: http://git-wip-us.apache.

git commit: Set gen_server call timeouts to infinity

2011-11-04 Thread fdmanana
Updated Branches: refs/heads/master 02894cfb7 -> 2190ff008 Set gen_server call timeouts to infinity When a server is too busy, the default call timeout of 5 seconds may not be enough when getting an OS process to execute JavaScript code. Closes COUCHDB-1333. Project: http://git-wip-us.apache

git commit: Fix active tasks Futon screen date display

2011-11-03 Thread fdmanana
Updated Branches: refs/heads/1.2.x d6269d3fa -> 2a821005a Fix active tasks Futon screen date display Date months were incorrect, JavaScript's Date class getMonth() method returns an integer in the range 0..11. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wi

git commit: Fix active tasks Futon screen date display

2011-11-03 Thread fdmanana
Updated Branches: refs/heads/master e5c83d7f6 -> 02894cfb7 Fix active tasks Futon screen date display Date months were incorrect, JavaScript's Date class getMonth() method returns an integer in the range 0..11. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-w

git commit: Log error on failure writing to the URI file

2011-11-01 Thread fdmanana
Updated Branches: refs/heads/1.2.x 7ae56aee0 -> 805d4503b Log error on failure writing to the URI file Report, and most of the work by Rogutės Sparnuotos. Thanks. Closes COUCHDB-1326. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf

git commit: Log error on failure writing to the URI file

2011-11-01 Thread fdmanana
Updated Branches: refs/heads/master 4a0d87dfa -> 2bdc0b4f0 Log error on failure writing to the URI file Report, and most of the work by Rogutės Sparnuotos. Thanks. Closes COUCHDB-1326. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/as

git commit: Fix handling of SSL option verify_ssl_certificates

2011-11-01 Thread fdmanana
Updated Branches: refs/heads/1.2.x 25d0fcc1e -> 7ae56aee0 Fix handling of SSL option verify_ssl_certificates If this parameter was set to false in the .ini config, Couch would still complain with following error message: "Verify SSL certificate enabled but file containing PEM encoded CA certi

git commit: Fix handling of SSL option verify_ssl_certificates

2011-11-01 Thread fdmanana
Updated Branches: refs/heads/master 092d04f66 -> 4a0d87dfa Fix handling of SSL option verify_ssl_certificates If this parameter was set to false in the .ini config, Couch would still complain with following error message: "Verify SSL certificate enabled but file containing PEM encoded CA cert

git commit: Make attachment stream buffer size configurable

2011-10-30 Thread fdmanana
Updated Branches: refs/heads/master 6621c5317 -> f4bdd95ed Make attachment stream buffer size configurable Instead of being hardcoded to 4Kb, it is now configurable. A quick test using couch_doc:att_foldl/3 against a 128Kb attachment written using a buffer of 4Kb and 32Kb: Buffer size of 4Kb:

git commit: Assert couch application starts successfully

2011-10-26 Thread fdmanana
Updated Branches: refs/heads/1.2.x ac12b4788 -> 0f465bd52 Assert couch application starts successfully Patch by Matt Goodall. Thanks. Closes COUCHDB-1317. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/0f465bd5 Tree:

git commit: Assert couch application starts successfully

2011-10-26 Thread fdmanana
Updated Branches: refs/heads/master 0f8c86d93 -> 02e808ae1 Assert couch application starts successfully Patch by Matt Goodall. Thanks. Closes COUCHDB-1317. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/02e808ae Tree

git commit: Update CHANGES and NEWS to reflect COUCHDB-1129

2011-10-20 Thread fdmanana
Updated Branches: refs/heads/1.1.x 0d0ed4122 -> 89f7faa6d Update CHANGES and NEWS to reflect COUCHDB-1129 Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/89f7faa6 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tr

git commit: Fix builtin changes filters with ?descending=true

2011-10-18 Thread fdmanana
Updated Branches: refs/heads/1.2.x ed9b6663f -> 75b3b6926 Fix builtin changes filters with ?descending=true After a recent optimization (COUCHDB-1288), querying the _changes feed using one of the builtin filters (_doc_ids, _design) with ?descending=true was not producing the correct results an

git commit: Fix builtin changes filters with ?descending=true

2011-10-18 Thread fdmanana
Updated Branches: refs/heads/master 9b30323e4 -> 61673100e Fix builtin changes filters with ?descending=true After a recent optimization (COUCHDB-1288), querying the _changes feed using one of the builtin filters (_doc_ids, _design) with ?descending=true was not producing the correct results a

git commit: Fix test test/etap/160-vhosts.t

2011-10-15 Thread fdmanana
Updated Branches: refs/heads/master 43c4f1227 -> 9b30323e4 Fix test test/etap/160-vhosts.t It was broken after the vendor property was added. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/9b30323e Tree: http://git-w

git commit: Remove duplicated word "the"

2011-10-12 Thread fdmanana
Updated Branches: refs/heads/1.1.x 605f274ff -> 79fa8d7d6 Remove duplicated word "the" Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/79fa8d7d Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/79fa8d7d Diff: h

git commit: Remove duplicated word "the"

2011-10-12 Thread fdmanana
Updated Branches: refs/heads/1.2.x 9eed573b3 -> 94313f3f0 Remove duplicated word "the" Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/94313f3f Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/94313f3f Diff: h

git commit: Remove duplicated word "the"

2011-10-12 Thread fdmanana
Updated Branches: refs/heads/master 6b1990578 -> 28f80aeb6 Remove duplicated word "the" Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/28f80aeb Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/28f80aeb Diff:

git commit: Update CHANGES and NEWS for the 1.1.1 release

2011-10-05 Thread fdmanana
Updated Branches: refs/heads/1.1.x 6ee2a4879 -> e6c0fc955 Update CHANGES and NEWS for the 1.1.1 release Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/e6c0fc95 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree

git commit: Update CHANGES and NEWS for the 1.1.1 release

2011-10-05 Thread fdmanana
Updated Branches: refs/heads/master 841a4087e -> e43a0fa86 Update CHANGES and NEWS for the 1.1.1 release Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/e43a0fa8 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tre

git commit: Increase test 240-replication-compact pause period

2011-10-05 Thread fdmanana
Updated Branches: refs/heads/1.2.x 6b7359ca8 -> 3cd748091 Increase test 240-replication-compact pause period The small period of 50ms was causing the test to fail on slower machines, as the source the database compaction didn't finish within 30 seconds. Project: http://git-wip-us.apache.org/

git commit: Increase test 240-replication-compact pause period

2011-10-05 Thread fdmanana
Updated Branches: refs/heads/master 0c7fbd3da -> 6f9ab6c1b Increase test 240-replication-compact pause period The small period of 50ms was causing the test to fail on slower machines, as the source the database compaction didn't finish within 30 seconds. Project: http://git-wip-us.apache.org

git commit: Open replicator database in child process

2011-10-04 Thread fdmanana
Updated Branches: refs/heads/1.2.x a645b0f4b -> 6b7359ca8 Open replicator database in child process This is more correct and less confusing. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/6b7359ca Tree: http://git-wi

git commit: Open replicator database in child process

2011-10-04 Thread fdmanana
Updated Branches: refs/heads/master 3c24a94dd -> 0c7fbd3da Open replicator database in child process This is more correct and less confusing. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/0c7fbd3d Tree: http://git-w

git commit: Replicator: configurable # of retries per request

2011-10-04 Thread fdmanana
Updated Branches: refs/heads/1.2.x 035b40869 -> a645b0f4b Replicator: configurable # of retries per request Instead of using an hardcoded value of 10, this parameter is now configurable via .ini configuration or per replication in the replication document/object (field "retries_per_request").

git commit: Replicator: configurable # of retries per request

2011-10-04 Thread fdmanana
Updated Branches: refs/heads/master fb5d36fd5 -> 37afbce7c Replicator: configurable # of retries per request Instead of using an hardcoded value of 10, this parameter is now configurable via .ini configuration or per replication in the replication document/object (field "retries_per_request").

git commit: Remove no longer necessary call in replicator db

2011-10-04 Thread fdmanana
Updated Branches: refs/heads/1.2.x 76a1fb810 -> 035b40869 Remove no longer necessary call in replicator db Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/035b4086 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/t

git commit: Remove no longer necessary call in replicator db

2011-10-04 Thread fdmanana
Updated Branches: refs/heads/master d480f654f -> fb5d36fd5 Remove no longer necessary call in replicator db Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/fb5d36fd Tree: http://git-wip-us.apache.org/repos/asf/couchdb/

<    1   2   3   4   5   6   7   8   9   10   >