summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_httpd.erl
AgeCommit message (Expand)Author
2010-08-01Merged revision 981348 from trunk:Filipe David Borba Manana
2010-08-01Merge revision 981341 from trunk:Filipe David Borba Manana
2010-07-25send a basic-auth popup header if require_valid_user=true, to prevent lock-outJohn Christopher Anderson
2010-07-19remove unguarded atom creation to prevent DOS attacks. closes COUCHDB-829John Christopher Anderson
2010-07-06dont redirect endlessly when require_valid_user=trueJohn Christopher Anderson
2010-06-25make the authentication redirect URL configurable. setting it to the empty st...John Christopher Anderson
2010-06-24better error message for db names, closes COUCHDB-741 thanks FrankJohn Christopher Anderson
2010-06-24close COUCHDB-795 add X-HTTP-METHOD-OVERRIDE support. Thanks Brian JenkinsJohn Christopher Anderson
2010-06-24use JSON content type in replicator, require it in the _bulk_docs and other P...John Christopher Anderson
2010-06-24send browsers to /_utils/session.html when they need to log inJohn Christopher Anderson
2010-06-12log HEAD requests as HEAD, not GET. COUCHDB-788Adam Kocoloski
2010-06-10Code mods to support streaming attachment replication.Damien F. Katz
2010-06-06keep massive invalid json blobs out of the error logger, move them to debug logJohn Christopher Anderson
2010-06-03More work to allow for streaming attachment replication.Damien F. Katz
2010-06-02trailing whitespace pedantryJan Lehnardt
2010-06-01better tests for the vhost globals, fixed a bugJohn Christopher Anderson
2010-05-19Renaming `jsonp = false` ini option to `allow_jsonp = false` to beJan Lehnardt
2010-05-19no newlines in .ini filesJan Lehnardt
2010-05-19jsonp callbacks are ignored unless jsonp is configured to trueJohn Christopher Anderson
2010-05-13vhost_global_handlers bypass rewrite rules and are available in all vhostsJohn Christopher Anderson
2010-05-04use crypto:md5 when available. thx fdmanana. Closes COUCHDB-757Adam Kocoloski
2010-05-04use keysearch BIF to search ejson props. Closes COUCHDB-747Adam Kocoloski
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