summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_httpd.erl
AgeCommit message (Expand)Author
2009-01-21don't log thrown errors in http requests, just things like badmatch etcJohn Christopher Anderson
2009-01-19fix for COUCHDB-214 (design docs on dbs with slashes)John Christopher Anderson
2009-01-19catch all error handling for HTTP requestsJohn Christopher Anderson
2009-01-15Support for streaming attachment writes.Damien F. Katz
2009-01-03Added decent reporting of Mochiweb start errors (eaddrinuse etc)John Christopher Anderson
2008-12-10view group state gen_server. thanks damien and davisp.John Christopher Anderson
2008-12-09user name should be binary for jsonJohn 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-09make couch_httpd:send_error/4 publicJohn Christopher Anderson
2008-10-06tiny whitespace fix for 409 database errorJohn Christopher Anderson
2008-10-02HTTPd refactoring. Moved most code out of couch_httpd into associated modules...Damien F. Katz
2008-09-23Changed call to Req:recv_body() by Damien's request.Jan Lehnardt
2008-09-20reduce=false closes COUCHDB-76John Christopher Anderson
2008-09-16Add HTTP API for getting the complete config, and add a page to Futon that di...Christopher Lenz
2008-09-13Changes and refactorings to couch_configDamien F. Katz
2008-09-11Check-in of document purge functionality.Damien F. Katz
2008-09-09Fix for attachment content-type conversion from/to binary in RESTful API.Christopher Lenz
2008-09-08Fix retrieval of specific document revisions, which needed to be updated for ...Christopher Lenz
2008-08-31Fix the config HTTP API for the changed JSON representation, remove the POST ...Christopher Lenz
2008-08-31Merged json_term_changes branch back into trunk.Christopher Lenz
2008-08-30Rename 'module' to 'section', and 'variable' to 'option' in the config code.Christopher Lenz
2008-08-30Implement attachment uploading in Futon.Christopher Lenz
2008-08-30- Rename configuration options and sections to allow for a nicer .ini file an...Jan Lehnardt
2008-08-30Some cosmetic cleanup (removed trailing whitespace, fixed indentation, make t...Christopher Lenz
2008-08-20Merge runtimeconfig branch back into trunkJan Lehnardt
2008-08-12HTTP COPY & MOVE for documents with testsJan Lehnardt
2008-08-08Idempotent document creation support, new HTTP api to generate UUIDs and supp...Damien F. Katz
2008-08-07Fix for bug COUCHDB-100.Damien F. Katz
2008-08-05Fixed restart testing by making it far less likely a HTTP client will get a n...Damien F. Katz
2008-08-05Added concurrent open db limit and a LRU cache for closing old databases when...Damien F. Katz
2008-07-29Fix for problem with count query arg in grouped reduce views. Previous fix wo...Damien F. Katz
2008-07-25Fix to previous commit r679840.Christopher Lenz
2008-07-25Use a method compatible with Erlang R11B to put the Erlang OTP version in the...Christopher Lenz
2008-07-15fix for attachment editing when their are conflictsDamien F. Katz
2008-07-10Make RESTful attachment API concurrency aware and the code a little more conc...Jan Lehnardt
2008-07-06Add RESTful API for document attachments as per http://groups.google.com/grou...Jan Lehnardt
2008-07-03Expose endkey_docid as a view query option through the HTTP API (including te...Jan Lehnardt
2008-06-24Change `Server` HTTP header to say CouchDB instead of MochiWeb, and add a `Ca...Christopher Lenz
2008-06-23Apply patch by Chris Anderson that fixes an edge case in the HTTP view interf...Christopher Lenz
2008-06-05Added reduce/combine example. Fixed broken node chunking with very large key...Damien F. Katz
2008-06-05Remove /db/_search API call. This will be maintained in the lucene-search bra...Jan Lehnardt
2008-06-04Use linebreaks between rows for view results with a negative count value, sam...Christopher Lenz
2008-06-04Enable the use of an unencoded slash in the URL of design documents. Closes C...Christopher Lenz
2008-06-02Increase the request body size limitations on bulk_docs and document POST to ...Christopher Lenz
2008-05-29Grouped reduce support. Needs performance work.Damien F. Katz
2008-05-26Experimental functionality to increment database update seq, might go away, u...Damien F. Katz
2008-05-26Add back /_restart URL that got lost in the transition to MochiWeb.Christopher Lenz