summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_httpd.erl
AgeCommit message (Expand)Author
2010-04-07make max_concurrent_connections configurable via Randall Leeds / COUCHDB-705John Christopher Anderson
2010-03-01fix issue COUCHDB-678 applying patch from Filipe Manana.Benoit Chesneau
2010-02-19use process state instead of config lookup to match vhostsJan Lehnardt
2010-02-19typoJan Lehnardt
2010-02-19Add virtual host handling.Jan Lehnardt
2010-02-03add default_fun and url_handlers to #http. It's useful for any customBenoit Chesneau
2010-02-02would have been strange to be abble ../../_changes and notBenoit Chesneau
2010-02-01fix unused variable warnings, remove unused code.Jan Lehnardt
2010-01-29Allow storing attachments in compressed form. Closes COUCHDB-583. Thanks Fili...John Christopher Anderson
2010-01-18normalize userCtx name and roles, also, no log in via a conflict docJohn Christopher Anderson
2010-01-07merge account branch to trunkJohn Christopher Anderson
2009-12-22move query server to a design-doc based protocol, closes COUCHDB-589John Christopher Anderson
2009-12-16Provide Content-MD5 header support for attachments.Paul Joseph Davis
2009-12-10cache headers for favicon.ico - thanks Matthew HookerJohn Christopher Anderson
2009-11-21code improvements from tidier. Patch by Kostis Sagonas. COUCHDB-570Adam Kocoloski
2009-11-17Fix for broken multipart parsing code as mentioned in COUCHDB-570.Damien F. Katz
2009-11-15Testing of incremental attachments and more testing of multipart/handling.Damien F. Katz
2009-11-13Initial check-in of APIs for multiple/related supported and incremental repli...Damien F. Katz
2009-11-09better error for illegal_database_name. Closes COUCHDB-566Adam Kocoloski
2009-11-02cast string status codes (from _externals) to integers before logging. COUCHD...Adam Kocoloski
2009-10-27Make it harder to accidently terminate chunked resposnes by requiring callers...Damien F. Katz
2009-10-18log external reqests like any other requestsJan Lehnardt
2009-10-11add create_target:true option to _replicate that creates the target databaseJan Lehnardt
2009-10-02Add OAuth support for "https" URL scheme when using SSL proxy.Jason David Davies
2009-09-23reject attempts to upload invalid UTF-8 JSON. Closes COUCHDB-345Adam Kocoloski
2009-09-17Fixes COUCHDB-504Paul Joseph Davis
2009-09-16Single line http request when log=infoDamien F. Katz
2009-08-27Fixed spurious console errors caused when attempting to query information abo...Damien F. Katz
2009-08-27Fix for problem where HEAD requests that would have a chunked responses would...Damien F. Katz
2009-08-18cleanup application of auth functionsAdam Kocoloski
2009-08-18allow configurable X-Forwarded-Host header handling for work behind reverse p...Jan Lehnardt
2009-08-14benoitc's attachment PUT patch passes tests for me. Closes COUCHDB-461John Christopher Anderson
2009-08-14apply Benoit's patch fixing attachment content-length handling for GET from C...John Christopher Anderson
2009-08-11Initial commit of _update handler. Thanks to Paul Davis, Jason Davies for cod...John Christopher Anderson
2009-08-05proper handling of 406 Not Acceptable errors in list and show functionsJohn 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-06-15Send CouchDB Server: header for all external queries. Fixes COUCHDB-379.Jan Lehnardt
2009-06-14merge list-iterator branch to trunk. changes JavaScript _list APIJohn Christopher Anderson
2009-05-23added an design doc option so that doc._local_seq can be available in the map...John Christopher Anderson
2009-05-20Move default handler configuration to couch_httpd:start_link/0Paul Joseph Davis
2009-05-19Add a configuration parameter for the default database handler.Paul Joseph Davis
2009-05-17Fixes COUCHDB-41Paul Joseph Davis
2009-05-13Closes COUCHDB-334 - Add JSONP support to CouchDBPaul Joseph Davis
2009-05-10refactor JSON body error handling, also consolidate update_docs JSON response...John Christopher Anderson
2009-04-19COUCHDB-306 - Improving reported errors.Paul Joseph Davis
2009-04-18refactor main.js into many files and improve show/list error handlingJohn Christopher Anderson
2009-04-17output errors differently during chunked responses (view and list)John Christopher Anderson
2009-04-07Add null_authentication_handler. It is useful when running CouchDB behind an ...Jan Lehnardt