Age | Commit message (Expand) | Author |
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 |
2009-11-15 | Testing of incremental attachments and more testing of multipart/handling. | Damien F. Katz |
2009-11-13 | Initial check-in of APIs for multiple/related supported and incremental repli... | Damien F. Katz |
2009-11-09 | better error for illegal_database_name. Closes COUCHDB-566 | Adam Kocoloski |
2009-11-02 | cast string status codes (from _externals) to integers before logging. COUCHD... | Adam Kocoloski |
2009-10-27 | Make it harder to accidently terminate chunked resposnes by requiring callers... | Damien F. Katz |
2009-10-18 | log external reqests like any other requests | Jan Lehnardt |
2009-10-11 | add create_target:true option to _replicate that creates the target database | Jan Lehnardt |
2009-10-02 | Add OAuth support for "https" URL scheme when using SSL proxy. | Jason David Davies |
2009-09-23 | reject attempts to upload invalid UTF-8 JSON. Closes COUCHDB-345 | Adam Kocoloski |
2009-09-17 | Fixes COUCHDB-504 | Paul Joseph Davis |
2009-09-16 | Single line http request when log=info | Damien F. Katz |
2009-08-27 | Fixed spurious console errors caused when attempting to query information abo... | Damien F. Katz |
2009-08-27 | Fix for problem where HEAD requests that would have a chunked responses would... | Damien F. Katz |
2009-08-18 | cleanup application of auth functions | Adam Kocoloski |