Age | Commit message (Expand) | Author |
2010-07-13 | test and fix for deleting users documents | John Christopher Anderson |
2010-07-09 | Adding one more assertion to the view_compaction.js test to verify that the | Filipe David Borba Manana |
2010-07-08 | Fix deletion of view files after compaction. | Filipe David Borba Manana |
2010-07-02 | fix a query parameter in the list_views.js test | John Christopher Anderson |
2010-07-01 | more robust uuids test | John Christopher Anderson |
2010-07-01 | Fix for windows fsync, race conditions in attachments.js and the default shel... | Damien F. Katz |
2010-06-25 | Added checking to ensure when a revpos is sent with a stub, it's correct. | Damien F. Katz |
2010-06-25 | use proper Accept headers in the test suite | John Christopher Anderson |
2010-06-24 | don't require a revpos attribute for stubs. closes COUCHDB-809 thanks Caleb Land | John Christopher Anderson |
2010-06-24 | close COUCHDB-795 add X-HTTP-METHOD-OVERRIDE support. Thanks Brian Jenkins | John Christopher Anderson |
2010-06-24 | use JSON content type in replicator, require it in the _bulk_docs and other P... | John Christopher Anderson |
2010-06-23 | Added files missing from last checkin for COUCHDB-807 | Damien F. Katz |
2010-06-23 | Authentication caching, to avoid repeated opening and closing of the users da... | Damien F. Katz |
2010-06-16 | provide a uuid to update functions (and all other functions) that they can us... | John Christopher Anderson |
2010-06-08 | preserve _revs_limit after compaction. COUCHDB-789 | Adam Kocoloski |
2010-06-05 | fix #COUCHDB-787 . thanks! | Benoit Chesneau |
2010-06-05 | update_seq is only in view response when update_seq=true is in query params | John Christopher Anderson |
2010-06-03 | Add test case for by-doc-id replication with slashes. | Jan Lehnardt |
2010-06-03 | Fix test suite in Chromium. Patch by Glen Rempe. Closes COUCHDB-546 | Jan Lehnardt |
2010-05-20 | Refactoring of various internal APIs, particularly those dealing with replica... | Damien F. Katz |
2010-05-19 | Renaming `jsonp = false` ini option to `allow_jsonp = false` to be | Jan Lehnardt |
2010-05-19 | jsonp callbacks are ignored unless jsonp is configured to true | John Christopher Anderson |
2010-05-05 | rewriter security to allow isolation of databases via subdomains | John Christopher Anderson |
2010-05-04 | use keysearch BIF to search ejson props. Closes COUCHDB-747 | Adam Kocoloski |
2010-04-24 | add comment | Jan Lehnardt |
2010-04-24 | typos | Jan Lehnardt |
2010-04-22 | compaction preserves instance_start_time. Closes COUCHDB-744 | Adam Kocoloski |
2010-04-22 | fix erlang filter funs and normalize filter fun api. thanks fdmanana. closes ... | John Christopher Anderson |
2010-04-16 | upgrade CommonJS modules support to 1.1.1 - thanks Mikeal. closes COUCHDB-739 | John Christopher Anderson |
2010-04-08 | fix last straggler view update_seq bugs, thanks tisba and bitdiddle for the r... | John Christopher Anderson |
2010-04-07 | temp_views should be only available to server and database admins | John Christopher Anderson |
2010-04-07 | include update_seq in view responses, patch via Joscha Feth, (mostly) closes ... | John Christopher Anderson |
2010-04-07 | changes is less likely to miss updates, and changes test is more robust | John Christopher Anderson |
2010-04-06 | use waitForSuccess to timeout changes requests that never succeed | John Christopher Anderson |
2010-04-02 | Removed _sleep from all tests. replaced with loops that spin until a conditio... | Damien F. Katz |
2010-03-28 | allows more complex keys in the rewriter, so it could ease the | Benoit Chesneau |
2010-03-28 | allows client to retrieve the revision of document updated via _update, | Benoit Chesneau |
2010-03-25 | restart using init:restart() for better test reliability | John Christopher Anderson |
2010-03-21 | Test for a regression with doc-id replication. | Jan Lehnardt |
2010-03-21 | Make changes test pass in CLI runner & WebKit | Jan Lehnardt |
2010-03-10 | _stats builtin reduction for min/max/mean/variance | Adam Kocoloski |
2010-03-04 | ensure full commit when the security object is updated | John Christopher Anderson |
2010-02-28 | treat deleted docs as nonexistant docs | Jan Lehnardt |
2010-02-28 | revert accidental commit | Jan Lehnardt |
2010-02-28 | Merge branch 'show-deleted-docs' into trunk | Jan Lehnardt |
2010-02-26 | fdmananas patch for filtered replication via COUCHDB-673 | John Christopher Anderson |
2010-02-25 | commonjs require for show list etc via Mikeal Rogers. closes COUCHDB-658 | John Christopher Anderson |
2010-02-24 | replicator and view generator can skip check_is_reader when opening database ... | John Christopher Anderson |
2010-02-24 | Allow replication to be cancelled. Closes COUCHDB-664. Patch by Robert Newson. | Jan Lehnardt |
2010-02-22 | _purge was incorrectly returning update_seq. | Paul Joseph Davis |