summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_httpd_db.erl
AgeCommit message (Expand)Author
2009-02-15View etags are now provided. See note in the source about how they could be m...John Christopher Anderson
2009-02-13Accept standalone attachment PUTs with Transfer-Encoding: chunked John Christopher Anderson
2009-02-08extract method couch_httpd:send_redirect(Req, Path)John Christopher Anderson
2009-01-30swap 412 ad 409 error codes. fixes COUCHDB-226John Christopher Anderson
2009-01-30POST to create docs returns a Location header. fixes COUCHDB-8John Christopher Anderson
2009-01-29Replacement of inets with ibrowse. Fixes COUCHDB-179 and enhances replication.John Christopher Anderson
2009-01-27Improved etag handling for show funcs and db_doc requests; main.js cleanup (b...John Christopher Anderson
2009-01-23View list functions can stream views in any format. See list_views test for d...John Christopher Anderson
2009-01-22Fix some eJSON stragglers (works with mochijson2, but not eep18). thanks koco...John Christopher Anderson
2009-01-19fix for COUCHDB-214 (design docs on dbs with slashes)John Christopher Anderson
2009-01-15Support for streaming attachment writes.Damien F. Katz
2009-01-11Polishing _design/doc urls with slashes -- adding auto redirect from the old ...John Christopher Anderson
2009-01-09Added support so clients can detect if a server has potentially lost commits ...Damien F. Katz
2009-01-09fixed _all_docs view to use the correct PassedEndFun for binary docid sortingJohn Christopher Anderson
2009-01-05Delayed commit patch. Allows documents to be saved immediately but fully comm...Damien F. Katz
2009-01-04change count to limit in view query paramsJohn Christopher Anderson
2008-12-29add etags to standalone attachment requests. Closes COUCHDB-184Jan Lehnardt
2008-12-27design docs use slashes. attachements with slashes in the name can be accesse...John Christopher Anderson
2008-12-19Fix Etag checking for document requests: need to convert Etag header value to...Christopher Lenz
2008-11-25_all_docs_by_seq works with descending=trueJohn Christopher Anderson
2008-11-20Nearly completed security/validation work. Still needs replication testing.Damien F. Katz
2008-11-17More security and validation work. Still incomplete.Damien F. Katz
2008-11-11Check in of initial validation and authorization work. This work is incomplet...Damien F. Katz
2008-10-22First check-in of admin http authentication and authorization.Damien F. Katz
2008-10-09remove content-length header from file attachment responses. see inline commentsJohn Christopher Anderson
2008-10-05include_docs option adds a doc member to view rows with the latest _rev of th...John Christopher Anderson
2008-10-05added multi-key requests to _view, _temp_view, and _all_docs (with help from ...John Christopher Anderson
2008-10-02Added files forgotten in the httpd refactoring checkin.Damien F. Katz