Age | Commit message (Expand) | Author |
2010-08-25 | fix attachments.js in Safari by treating charset case-insensitively. | Robert Newson |
2010-08-25 | COUCHDB-161 - range support. Adhere closer to the spec. correct range parsing... | Robert Newson |
2010-08-24 | correct fencepost error for last bytes range request. | Robert Newson |
2010-08-24 | COUCHDB-870 - attachments.js hangs. | Robert Newson |
2010-08-24 | return 400 Bad Request for unparseable range request. | Robert Newson |
2010-08-21 | add a test to check if rewrite works on views following a report on irc | Benoit Chesneau |
2010-08-20 | Allow the replication.js test to be run outside a browser environment. | Filipe David Borba Manana |
2010-08-19 | COUCHDB-861 - enhance _sum to work with lists of numbers. | Robert Newson |
2010-08-19 | Fix behaviour of the view query option stale=update_after. | Filipe David Borba Manana |
2010-08-18 | expose security obj to shows, lists & updates functions. | Benoit Chesneau |
2010-08-18 | Fix test suite for Chrome and Safari. | Jan Lehnardt |
2010-08-18 | COUCHDB-161 - support Range header for attachments. | Robert Newson |
2010-08-18 | Add one more test to replicator_db.js: test that after a design doc is update... | Filipe David Borba Manana |
2010-08-18 | Test that design docs get replicated in a continuous replication when the rep... | Filipe David Borba Manana |
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-08-07 | add tests for Etag in standalone attachment PUT enhancement. | Robert Newson |
2010-08-04 | add wildcard support in query args so it's now possible to have rules | Benoit Chesneau |
2010-08-04 | Add replicator DB (_replicator). | Filipe David Borba Manana |
2010-08-04 | Allow POSTing of a JSON object to /_session/ for login. | Filipe David Borba Manana |
2010-08-02 | Add option "stale=update_after" when querying a view. Closes COUCHDB-837. | Filipe David Borba Manana |
2010-07-29 | fix the underlying issue that was giving replication problems attempting to p... | John Christopher Anderson |
2010-07-27 | fix CLI js test suite. | Robert Newson |
2010-07-26 | Add SSL support to CouchDB. | Robert Newson |
2010-07-26 | Multi-part patch to enable white-listing of _config API values: | Jan Lehnardt |
2010-07-23 | update json2.js to latest version | John Christopher Anderson |
2010-07-23 | Make the simple document versioning actually work. I have no idea how it pass... | John Christopher Anderson |
2010-07-21 | Add "Stale views" checkbox to Futon's database pages. | Filipe David Borba Manana |
2010-07-20 | require application/json content-type in the remaining places where a POST ha... | John Christopher Anderson |
2010-07-14 | Fix test assertions introduced in revision 964108. | Filipe David Borba Manana |
2010-07-14 | Bug fix: badmatch error after deleting a user doc (uncovered by revision 9637... | Filipe David Borba Manana |
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-08 | use json as the default content-type for requests from jquery.couch.js | John Christopher Anderson |
2010-07-07 | avoid Futon popup when listing databases that cant be accessed | John Christopher Anderson |
2010-07-03 | fix jquery.couch.js replicate options | John Christopher Anderson |
2010-07-02 | fix a query parameter in the list_views.js test | John Christopher Anderson |
2010-07-02 | Revert "click to edit config in Futon instead of double click. thanks Aaron M... | John Christopher Anderson |
2010-07-01 | more robust uuids test | John Christopher Anderson |
2010-07-01 | click to edit config in Futon instead of double click. thanks Aaron Miller | 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 | fix the Futon issue where you have to cancel the admin dialog box after putti... | John Christopher Anderson |
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 | proper docid escaping in Futon view display, thanks Paul Bonser. Closes COUCH... | John Christopher Anderson |
2010-06-24 | add $.couch.urlPrefix to link to users db. closes COUCHDB-742 | John Christopher Anderson |
2010-06-24 | close COUCHDB-795 add X-HTTP-METHOD-OVERRIDE support. Thanks Brian Jenkins | John Christopher Anderson |