summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_httpd.erl
AgeCommit message (Expand)Author
2011-04-21default SSL port is 6984.Robert Newson
2011-04-14Merged revision 1092247 from trunkFilipe David Borba Manana
2011-02-01Backport COUCHDB-1008 from trunk (revision 1055592)Filipe David Borba Manana
2011-01-17Merged revision 1058674 from trunkFilipe David Borba Manana
2011-01-03Merged revision 1054740 from trunkFilipe David Borba Manana
2010-12-01Merged revision 1041103 from trunk:Filipe David Borba Manana
2010-11-16After authentication, redirect to the path the user requested, notJan Lehnardt
2010-11-10Support the keys parameter in GET requests.Paul Joseph Davis
2010-11-05HTTP proxy handler.Paul Joseph Davis
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-18Added peer information to debug message.Filipe David Borba Manana
2010-08-24Added configurable nodelay setting via the ini. Set [httpd] nodelay=true to e...Damien F. Katz
2010-08-18COUCHDB-161 - support Range header for attachments.Robert Newson
2010-08-17don't export twice.. this warning was annoying.Benoit Chesneau
2010-08-17New vhost manager. allows dynamic add of vhosts without restart,Benoit Chesneau
2010-08-15add requested_path to the req so we know original path in shows/lists &Benoit Chesneau
2010-08-13more informative error messages on invalid jsonJohn Christopher Anderson
2010-08-01Buf fix - proper RegExp matching to avoid having a case like "hhtml" being co...Filipe David Borba Manana
2010-08-01Bug fix - RegExp matching the atom 'undefined'.Filipe David Borba Manana
2010-07-26Add SSL support to CouchDB.Robert Newson
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