Age | Commit message (Expand) | Author |
2009-09-11 | Refactoring of endkey code in views and btrees. End key functionaility is now... | Damien F. Katz |
2009-09-09 | choice of uuid algos for better insert perf. Closes COUCHDB-465. Thanks rnew... | Adam Kocoloski |
2009-09-02 | use the same password hash calculation for user creation via ini file and use... | Jan Lehnardt |
2009-09-01 | WebKit's XHR object is lacking, patch by Sebastian Cohnen, closes COUCHDB-483 | Jan Lehnardt |
2009-09-01 | don't check for response code text, patch by Robert Newson, closes COUCHDB-482 | Jan Lehnardt |
2009-08-29 | sort tests alphabetically | Jan Lehnardt |
2009-08-29 | merge cascading auth patch by Jason Davies, closes COUCHDB-478, fix tests | Jan Lehnardt |
2009-08-28 | guard against non-existing filters in _changes | Adam Kocoloski |
2009-08-27 | send deleted docs to _changes filters | Adam Kocoloski |
2009-08-23 | fix HEAD requests for OAuth, patch by Jason Davies, closes COUCHDB-479 | Jan Lehnardt |
2009-08-21 | Munge all ErlJSON to use binaries. | Paul Joseph Davis |
2009-08-20 | revert accidental boolean flip, this test doesn't make much sense any more | Jan Lehnardt |
2009-08-19 | make http.js hostname-aware, patch by Benoit Chesneau, closes COUCHDB-475 | Jan Lehnardt |
2009-08-18 | allow configurable X-Forwarded-Host header handling for work behind reverse p... | Jan Lehnardt |
2009-08-18 | unset new config values on run_on_modified_server rollback | Jan Lehnardt |
2009-08-18 | continuous _changes are now newline-delimited JSON Objects (no commas) | Adam Kocoloski |
2009-08-18 | add missing files to distro, devs, please learn the minimal autotools bits fo... | Jan Lehnardt |
2009-08-18 | fix persisting config changes from Futon, reported by Robert Newson, we need ... | Jan Lehnardt |
2009-08-17 | allow list function and view function to be in different design docs, patch b... | Jan Lehnardt |
2009-08-17 | fix whitespace | Jan Lehnardt |
2009-08-16 | make tests fast again, use X-Couch-Full-Commit:false for all db operations | Jan Lehnardt |
2009-08-16 | Make POST's reflect a provided _id member. | Paul Joseph Davis |
2009-08-15 | delayed commits are now a config option, off by default. Closes COUCHDB-449 | Adam Kocoloski |
2009-08-14 | Fixes COUCHDB-422 - Reject invalid _local doc ids. | Paul Joseph Davis |
2009-08-14 | Fixes COUCHDB-429 - Error durring paging. | Paul Joseph Davis |
2009-08-12 | rollback _conflicts view patch | Adam Kocoloski |
2009-08-12 | Introduces native Erlang query servers. Closes COUCHDB-377 | John Christopher Anderson |
2009-08-12 | add native /db/_conflicts view, patch by Adam Kocolosk, closes COUCHDB-462 | Jan Lehnardt |
2009-08-12 | recloses COUCHDB-4 (view etags) thanks to Matt Goodall for the tests. keep 'e... | John Christopher Anderson |
2009-08-11 | and the test file itself :) | John Christopher Anderson |
2009-08-11 | Initial commit of _update handler. Thanks to Paul Davis, Jason Davies for cod... | John Christopher Anderson |
2009-08-05 | proper handling of 406 Not Acceptable errors in list and show functions | John Christopher Anderson |
2009-08-05 | Upgraded JavaScript Accept header handling to make it useful. | John Christopher Anderson |
2009-08-04 | Initial check-in of OAuth and cookie authentication. | Damien F. Katz |
2009-08-04 | encode slashes in db names in Location response header after database creatio... | Jan Lehnardt |
2009-08-04 | add compile-time conditionals to support the upcoming Spidermonkey 1.8, swap ... | Jan Lehnardt |
2009-08-01 | implement longpolling for _changes, unify _changes-mode parameters, patch by ... | Jan Lehnardt |
2009-08-01 | enable include_docs=true for list functions, patch by Mark Hammond, closes CO... | Jan Lehnardt |
2009-07-29 | Fix for COUCHDB-434. Only reassign previous revid inside the updater process. | Damien F. Katz |
2009-07-23 | Apply patch by Volker Mische to improve the sidebar toggle animation. Really ... | Christopher Lenz |
2009-07-23 | Allow the Futon sidebar to be moved out of the way. Based on idea and patch b... | Christopher Lenz |
2009-07-22 | Fix automatic group=true on reduce views in Futon, which was only getting app... | Christopher Lenz |
2009-07-22 | Fix off-by-one error in Futon view paging. Thanks to Jason Davies for the pat... | Christopher Lenz |
2009-07-22 | Ignore whitespace in reduce code textarea in Futon. Closes COUCHDB-328. | Christopher Lenz |
2009-07-22 | Apply patch by Jason Davies that improves how the view menu is populated: onl... | Christopher Lenz |
2009-07-22 | Avoid usage of `Array.indexOf` function, which is not available on IE (and no... | Christopher Lenz |
2009-07-22 | Change document creation in Futon so that it no longer prompts for a document... | Christopher Lenz |
2009-07-21 | Fix for COUCHDB-318: when adding or renaming a field in Futon, check that a f... | Christopher Lenz |
2009-07-21 | Fix for compatibility of Futon with design documents that have slashes in the... | Christopher Lenz |
2009-07-21 | Put the database name in the Futon sidebar in the link title, so it is still ... | Christopher Lenz |