summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_httpd_misc_handlers.erl
AgeCommit message (Expand)Author
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