summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_httpd_db.erl
AgeCommit message (Expand)Author
2010-11-13builtin changes filters fonctions: _doc_ids & _design. replace lastBenoit Chesneau
2010-11-12Proper verification of the request's accepted media types. Uses the new funct...Filipe David Borba Manana
2010-11-10Support the keys parameter in GET requests.Paul Joseph Davis
2010-11-07Bug fix: the separator for media types in the 'Accept' header is a comma. The...Filipe David Borba Manana
2010-11-07Allow the atts_since parameter to work together with the open_revs parameter.Filipe David Borba Manana
2010-10-14like in view, check content_type on POST /db/_all_docsBenoit Chesneau
2010-10-13get _changes on specific docidsBenoit Chesneau
2010-09-30fix badmatch for COPY call with missing Destination header.Robert Newson
2010-09-30Revert "COUCHDB-903 - add {ok, true} to COPY result."Robert Newson
2010-09-30COUCHDB-903 - add {ok, true} to COPY result.Robert Newson
2010-09-30Removing ?getv macros.Filipe David Borba Manana
2010-09-27Replacing calls to couch_util:get_value with ?getvFilipe David Borba Manana
2010-09-02fix warnings in couch_httpd_db.erlRobert Newson
2010-08-25COUCHDB-161 - range support. Adhere closer to the spec. correct range parsing...Robert Newson
2010-08-24correct fencepost error for last bytes range request.Robert Newson
2010-08-24fix warnings of unused Len variables.Robert Newson
2010-08-24set Accept-Ranges conditionally on identity encoding.Robert Newson
2010-08-24support multiple byte ranges in Range header.Robert Newson
2010-08-24return 400 Bad Request for unparseable range request.Robert Newson
2010-08-22tidy range support, make inserting of multirange support more obvious.Robert Newson
2010-08-19Support Range header for all attachments, even without compaction upgrade. It...Robert Newson
2010-08-18COUCHDB-161 - support Range header for attachments.Robert Newson
2010-08-17fix badmatch when fetching zero byte attachments.Robert Newson
2010-08-08provide the update_seq in all_docs view even when it is zeroJohn Christopher Anderson
2010-08-06add Etag header for standalone attachment PUT.Robert Newson
2010-07-24Move the tracking of the stat {httpd, clients_requesting_changes} from couch_...Filipe David Borba Manana
2010-07-23Removed warnings about unused vairables.Filipe David Borba Manana
2010-07-22humane error message on missing design handlerJohn Christopher Anderson
2010-07-20require application/json content-type in the remaining places where a POST ha...John Christopher Anderson
2010-07-11Simplification - avoid 2 proplists lookups and an unnecessary list to binary ...Filipe David Borba Manana
2010-07-11thank you dialyzerAdam Kocoloski
2010-07-08validate admin and content type for compact requestsJohn Christopher Anderson
2010-06-24use JSON content type in replicator, require it in the _bulk_docs and other P...John Christopher Anderson
2010-06-23Authentication caching, to avoid repeated opening and closing of the users da...Damien F. Katz
2010-06-03More work to allow for streaming attachment replication.Damien F. Katz
2010-06-02trailing whitespace pedantryJan Lehnardt
2010-05-20Refactoring of various internal APIs, particularly those dealing with replica...Damien F. Katz
2010-05-04use keysearch BIF to search ejson props. Closes COUCHDB-747Adam Kocoloski
2010-04-23identity transfer w/ Content-Length when possible. thx rnewson. COUCHDB-745Adam Kocoloski
2010-04-15accept gzipped attachments w/ standalone api. thx fdmanana. COUCHDB-712Adam Kocoloski
2010-04-15refactor att compression to allow more encodings. thanks fdmanana. COUCHDB-710Adam Kocoloski
2010-04-07include update_seq in view responses, patch via Joscha Feth, (mostly) closes ...John Christopher Anderson
2010-03-11make sure we pass etags in header when we send docBenoit Chesneau
2010-03-05efficient attachment replication. Patch by Filipe Manana. Closes COUCHDB-639Adam Kocoloski
2010-02-26fdmananas patch for filtered replication via COUCHDB-673John Christopher Anderson
2010-02-12move from _admins / _readers / _security to just a single _security objectJohn Christopher Anderson
2010-02-03fix #COUCHDB-595 thanks for tests and report.Benoit Chesneau
2010-02-01fix unused variable warnings, remove unused code.Jan Lehnardt
2010-02-01Database-level security.John Christopher Anderson
2010-01-29Allow storing attachments in compressed form. Closes COUCHDB-583. Thanks Fili...John Christopher Anderson