summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_httpd_external.erl
AgeCommit message (Expand)Author
2011-04-16Don't call mochiweb_util:parse_qs/1 with an undefined argument.Jan Lehnardt
2010-08-18expose security obj to shows, lists & updates functions.Benoit Chesneau
2010-08-15add requested_path to the req so we know original path in shows/lists &Benoit Chesneau
2010-06-16provide a uuid to update functions (and all other functions) that they can us...John Christopher Anderson
2010-03-07json startkey, endkey, and key should be decoded before being sent to the que...John Christopher Anderson
2010-03-05use OTP base64 lib. Patch by Filipe Manana. Closes COUCHDB-681Adam Kocoloski
2009-12-23Follow RFC 2616 closer and use "verb" instead of "method"Jan Lehnardt
2009-12-22move query server to a design-doc based protocol, closes COUCHDB-589John Christopher Anderson
2009-11-21code improvements from tidier. Patch by Kostis Sagonas. COUCHDB-570Adam Kocoloski
2009-10-18log external reqests like any other requestsJan Lehnardt
2009-10-09allow case-insensitive content-type from external, and other cleanupAdam Kocoloski
2009-09-23Include peer in req object for externals: _show, _list, _update etc.Jason David Davies
2009-08-11Initial commit of _update handler. Thanks to Paul Davis, Jason Davies for cod...John Christopher Anderson
2009-08-04Initial check-in of OAuth and cookie authentication.Damien F. Katz
2009-07-14wheeeeeeeeNoah Slater
2009-07-06trimmed trailing whitespaceNoah Slater
2009-07-04send utf-8 hearders with list and show responses. closes COUCHDB-392John Christopher Anderson
2009-06-15Send CouchDB Server: header for all external queries. Fixes COUCHDB-379.Jan Lehnardt
2009-05-27Fixes COUCHDB-363Paul Joseph Davis
2009-03-05allow multi-key POST requests for _list. John Christopher Anderson
2009-02-13apply COUCHDB-252.John Christopher Anderson
2009-01-24Improve show/list API and send external responses without chunked as it's not...John Christopher Anderson
2009-01-23View list functions can stream views in any format. See list_views test for d...John Christopher Anderson
2008-12-29merge form branch to trunkJohn Christopher Anderson
2008-12-19shorter path to _action servers, external supports better routing controlJohn Christopher Anderson
2008-12-16the external process handlerJohn Christopher Anderson