Age | Commit message (Expand) | Author |
2009-11-14 | Better testing of multipart/related | Damien F. Katz |
2009-11-13 | Initial check-in of APIs for multiple/related supported and incremental repli... | Damien F. Katz |
2009-11-12 | Whoops. No alerts in tests plzkthx. | Paul Joseph Davis |
2009-11-12 | ErlView test case with a larger data set. | Paul Joseph Davis |
2009-11-10 | Add doc id validation when creating a new document with the | Jan Lehnardt |
2009-11-05 | typo, thanks David Coallier | Jan Lehnardt |
2009-11-05 | add safety net for code accidents where the document id in a doc delete reque... | Jan Lehnardt |
2009-11-03 | Added batching of multiple updating requests, to improve throughput with many... | Damien F. Katz |
2009-10-22 | Improve OAuth error message for missing tokens. | Paul Joseph Davis |
2009-10-19 | Fix bug when lists use two design docs. | Paul Joseph Davis |
2009-10-15 | bugfixes for redirects in replication and iolists in OAuth qs params | Adam Kocoloski |
2009-10-11 | add create_target:true option to _replicate that creates the target database | Jan Lehnardt |
2009-09-30 | more OAuth fixes, in particular for requests with query-string parameters | Adam Kocoloski |
2009-09-26 | Fix the UUID's test failures when clocks are out of sync. | Paul Joseph Davis |
2009-09-23 | reject attempts to upload invalid UTF-8 JSON. Closes COUCHDB-345 | Adam Kocoloski |
2009-09-17 | Fixes COUCHDB-396 | Paul Joseph Davis |
2009-09-16 | include_docs now take an _id (as well as a _rev) in the emitted value, to loa... | John Christopher Anderson |
2009-09-16 | Make generateSecret() generate valid UTF-8 in oauth and cookie_auth | Jason David Davies |
2009-09-16 | add limit to _changes | John Christopher Anderson |
2009-09-15 | fix attachments with an undefined Content-Length header and no TE, patch by B... | Jan Lehnardt |
2009-09-14 | Add test for COUCHDB-500. | Jason David Davies |
2009-09-14 | View refactoring and addition of raw collationoption. Significant performance... | Damien F. Katz |
2009-09-14 | finish committing my changes adventure. pardon the dust. | John Christopher Anderson |
2009-09-14 | rollback mixed up commit, builds now | John Christopher Anderson |
2009-09-14 | support for deletions in changes feed | John Christopher Anderson |
2009-09-14 | removed _all_docs_by_seq in favor of _changes | John Christopher Anderson |
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 | 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 | 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-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-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 |