Age | Commit message (Expand) | Author |
2010-11-10 | Support the keys parameter in GET requests. | Paul Joseph Davis |
2010-11-05 | HTTP proxy handler. | Paul Joseph Davis |
2010-09-30 | Removing ?getv macros. | Filipe David Borba Manana |
2010-09-27 | Replacing calls to couch_util:get_value with ?getv | Filipe David Borba Manana |
2010-09-18 | Added peer information to debug message. | Filipe David Borba Manana |
2010-08-24 | Added configurable nodelay setting via the ini. Set [httpd] nodelay=true to e... | Damien F. Katz |
2010-08-18 | COUCHDB-161 - support Range header for attachments. | Robert Newson |
2010-08-17 | don't export twice.. this warning was annoying. | Benoit Chesneau |
2010-08-17 | New vhost manager. allows dynamic add of vhosts without restart, | Benoit Chesneau |
2010-08-15 | add requested_path to the req so we know original path in shows/lists & | Benoit Chesneau |
2010-08-13 | more informative error messages on invalid json | John Christopher Anderson |
2010-08-01 | Buf fix - proper RegExp matching to avoid having a case like "hhtml" being co... | Filipe David Borba Manana |
2010-08-01 | Bug fix - RegExp matching the atom 'undefined'. | Filipe David Borba Manana |
2010-07-26 | Add SSL support to CouchDB. | Robert Newson |
2010-07-25 | send a basic-auth popup header if require_valid_user=true, to prevent lock-out | John Christopher Anderson |
2010-07-19 | remove unguarded atom creation to prevent DOS attacks. closes COUCHDB-829 | John Christopher Anderson |
2010-07-06 | dont redirect endlessly when require_valid_user=true | John Christopher Anderson |
2010-06-25 | make the authentication redirect URL configurable. setting it to the empty st... | John Christopher Anderson |
2010-06-24 | better error message for db names, closes COUCHDB-741 thanks Frank | John Christopher Anderson |
2010-06-24 | close COUCHDB-795 add X-HTTP-METHOD-OVERRIDE support. Thanks Brian Jenkins | John Christopher Anderson |
2010-06-24 | use JSON content type in replicator, require it in the _bulk_docs and other P... | John Christopher Anderson |
2010-06-24 | send browsers to /_utils/session.html when they need to log in | John Christopher Anderson |
2010-06-12 | log HEAD requests as HEAD, not GET. COUCHDB-788 | Adam Kocoloski |
2010-06-10 | Code mods to support streaming attachment replication. | Damien F. Katz |
2010-06-06 | keep massive invalid json blobs out of the error logger, move them to debug log | John Christopher Anderson |
2010-06-03 | More work to allow for streaming attachment replication. | Damien F. Katz |
2010-06-02 | trailing whitespace pedantry | Jan Lehnardt |
2010-06-01 | better tests for the vhost globals, fixed a bug | John Christopher Anderson |
2010-05-19 | Renaming `jsonp = false` ini option to `allow_jsonp = false` to be | Jan Lehnardt |
2010-05-19 | no newlines in .ini files | Jan Lehnardt |
2010-05-19 | jsonp callbacks are ignored unless jsonp is configured to true | John Christopher Anderson |
2010-05-13 | vhost_global_handlers bypass rewrite rules and are available in all vhosts | John Christopher Anderson |
2010-05-04 | use crypto:md5 when available. thx fdmanana. Closes COUCHDB-757 | Adam Kocoloski |
2010-05-04 | use keysearch BIF to search ejson props. Closes COUCHDB-747 | Adam Kocoloski |
2010-04-07 | make max_concurrent_connections configurable via Randall Leeds / COUCHDB-705 | John Christopher Anderson |
2010-03-01 | fix issue COUCHDB-678 applying patch from Filipe Manana. | Benoit Chesneau |
2010-02-19 | use process state instead of config lookup to match vhosts | Jan Lehnardt |
2010-02-19 | typo | Jan Lehnardt |
2010-02-19 | Add virtual host handling. | Jan Lehnardt |
2010-02-03 | add default_fun and url_handlers to #http. It's useful for any custom | Benoit Chesneau |
2010-02-02 | would have been strange to be abble ../../_changes and not | Benoit Chesneau |
2010-02-01 | fix unused variable warnings, remove unused code. | Jan Lehnardt |
2010-01-29 | Allow storing attachments in compressed form. Closes COUCHDB-583. Thanks Fili... | John Christopher Anderson |
2010-01-18 | normalize userCtx name and roles, also, no log in via a conflict doc | John Christopher Anderson |
2010-01-07 | merge account branch to trunk | John Christopher Anderson |
2009-12-22 | move query server to a design-doc based protocol, closes COUCHDB-589 | John Christopher Anderson |
2009-12-16 | Provide Content-MD5 header support for attachments. | Paul Joseph Davis |
2009-12-10 | cache headers for favicon.ico - thanks Matthew Hooker | John Christopher Anderson |
2009-11-21 | code improvements from tidier. Patch by Kostis Sagonas. COUCHDB-570 | Adam Kocoloski |
2009-11-17 | Fix for broken multipart parsing code as mentioned in COUCHDB-570. | Damien F. Katz |