summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_httpd_misc_handlers.erl
AgeCommit message (Expand)Author
2011-01-07Merged revision 1056274 from trunkFilipe David Borba Manana
2010-12-07Merged revision 1043186 from trunk:Filipe David Borba Manana
2010-10-27sort _all_dbs at api not http level.Robert Newson
2010-10-27ensure _all_dbs output is sorted.Robert Newson
2010-09-13Replicator changes:Filipe David Borba Manana
2010-07-26Multi-part patch to enable white-listing of _config API values:Jan Lehnardt
2010-07-20require application/json content-type in the remaining places where a POST ha...John Christopher Anderson
2010-07-04_log should be an admin-only resourceJohn Christopher Anderson
2010-04-02Removed _sleep from all tests. replaced with loops that spin until a conditio...Damien F. Katz
2010-02-24Allow replication to be cancelled. Closes COUCHDB-664. Patch by Robert Newson.Jan Lehnardt
2010-02-19Add virtual host handling.Jan Lehnardt
2009-12-10cache headers for favicon.ico - thanks Matthew HookerJohn Christopher Anderson
2009-10-27Make it harder to accidently terminate chunked resposnes by requiring callers...Damien F. Katz
2009-09-30_uuid ETags were coming out as random binary noise. fixes this so they are pr...John Christopher Anderson
2009-09-26Fix the UUID's test failures when clocks are out of sync.Paul Joseph Davis
2009-09-13adhere X-Couch-Persist for DELETEsJan Lehnardt
2009-09-09choice of uuid algos for better insert perf. Closes COUCHDB-465. Thanks rnew...Adam Kocoloski
2009-08-19continuous replication request returns 202 Accepted and the _local docidAdam Kocoloski
2009-08-15better failure modes in replication. See COUCHDB-193, COUCHDB-416Adam Kocoloski
2009-08-10new replicator using _changes feed for continuous replicationAdam Kocoloski
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-27A /_whoami handler to provide client apps with access to the active userCtx f...John Christopher Anderson
2009-05-13Adding testing for GET /_changes?continuous=true by adding a GET /_sleep?time...Damien F. Katz
2009-05-12add offset parameter so clients like Futon can deliver a consistent user expe...Jan Lehnardt
2009-05-12Add non-streaming log-file handler. A GET request to /_log will show the last...Jan Lehnardt
2009-05-10refactor JSON body error handling, also consolidate update_docs JSON response...John Christopher Anderson
2009-04-18Fixes COUCHDB-310Paul Joseph Davis
2009-03-13Commit Damien's rep_security branch to trunk. John Christopher Anderson
2009-03-08beefier fault tolerance in the replicatorAdam Kocoloski
2009-02-22Add runtime statistics -- without EUnit tests for now.Jan Lehnardt
2009-02-11Changed _uuid to respond to GET instead of POST. Bug COUCHDB-190Damien F. Katz
2009-02-08extract method couch_httpd:send_redirect(Req, Path)John Christopher Anderson
2009-01-29Replacement of inets with ibrowse. Fixes COUCHDB-179 and enhances replication.John Christopher Anderson
2009-01-23Added task status checking, to help debug the progress of long running tasks,...Damien F. Katz
2009-01-22Fix some eJSON stragglers (works with mochijson2, but not eep18). thanks koco...John Christopher Anderson
2009-01-19tests for fix to COUCHDB-215, and changing of how max_dbs_open setting is han...Damien F. Katz
2008-12-29merge form branch to trunkJohn Christopher Anderson
2008-12-22Fix for config api attempting list_to_binary on an atom.Damien F. Katz
2008-11-20Nearly completed security/validation work. Still needs replication testing.Damien F. Katz
2008-11-17More security and validation work. Still incomplete.Damien F. Katz
2008-10-31couchdb once again serves favicon.icoJohn Christopher Anderson
2008-10-22First check-in of admin http authentication and authorization.Damien F. Katz
2008-10-10config web service fix from davispJohn Christopher Anderson
2008-10-02Added files forgotten in the httpd refactoring checkin.Damien F. Katz