Age | Commit message (Expand) | Author |
2010-09-12 | additional test for non-circular commonjs require. closes COUCHDB-869 | John Christopher Anderson |
2010-09-12 | commonjs require no longer creates circular references | John Christopher Anderson |
2010-08-08 | provide the update_seq in all_docs view even when it is zero | John Christopher Anderson |
2010-08-08 | failing test case for COUCHDB-844 | Adam Kocoloski |
2010-08-07 | builtin reduce functions more forgiving about trailing whitespace and other c... | John Christopher Anderson |
2010-07-29 | fix the underlying issue that was giving replication problems attempting to p... | John Christopher Anderson |
2010-07-20 | require application/json content-type in the remaining places where a POST ha... | John Christopher Anderson |
2010-07-14 | Merge revision 964111 from trunk: | Filipe David Borba Manana |
2010-07-14 | Merge revision 964108 from trunk: | Filipe David Borba Manana |
2010-07-13 | test and fix for deleting users documents | John Christopher Anderson |
2010-07-09 | Merge revision 962460 from trunk: | Filipe David Borba Manana |
2010-07-08 | Merge revision 961893 from trunk: | 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 |