index
:
cloudant_bigcouch.git
debian
master
upstream
[cloudant_bigcouch]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
couchdb
/
couch_httpd_misc_handlers.erl
Age
Commit message (
Expand
)
Author
2010-07-26
Multi-part patch to enable white-listing of _config API values:
Jan Lehnardt
2010-07-20
require application/json content-type in the remaining places where a POST ha...
John Christopher Anderson
2010-07-04
_log should be an admin-only resource
John Christopher Anderson
2010-04-02
Removed _sleep from all tests. replaced with loops that spin until a conditio...
Damien F. Katz
2010-02-24
Allow replication to be cancelled. Closes COUCHDB-664. Patch by Robert Newson.
Jan Lehnardt
2010-02-19
Add virtual host handling.
Jan Lehnardt
2009-12-10
cache headers for favicon.ico - thanks Matthew Hooker
John Christopher Anderson
2009-10-27
Make 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-26
Fix the UUID's test failures when clocks are out of sync.
Paul Joseph Davis
2009-09-13
adhere X-Couch-Persist for DELETEs
Jan Lehnardt
2009-09-09
choice of uuid algos for better insert perf. Closes COUCHDB-465. Thanks rnew...
Adam Kocoloski
2009-08-19
continuous replication request returns 202 Accepted and the _local docid
Adam Kocoloski
2009-08-15
better failure modes in replication. See COUCHDB-193, COUCHDB-416
Adam Kocoloski
2009-08-10
new replicator using _changes feed for continuous replication
Adam Kocoloski
2009-08-04
Initial check-in of OAuth and cookie authentication.
Damien F. Katz
2009-07-14
wheeeeeeee
Noah Slater
2009-07-06
trimmed trailing whitespace
Noah Slater
2009-06-27
A /_whoami handler to provide client apps with access to the active userCtx f...
John Christopher Anderson
2009-05-13
Adding testing for GET /_changes?continuous=true by adding a GET /_sleep?time...
Damien F. Katz
2009-05-12
add offset parameter so clients like Futon can deliver a consistent user expe...
Jan Lehnardt
2009-05-12
Add non-streaming log-file handler. A GET request to /_log will show the last...
Jan Lehnardt
2009-05-10
refactor JSON body error handling, also consolidate update_docs JSON response...
John Christopher Anderson
2009-04-18
Fixes COUCHDB-310
Paul Joseph Davis
2009-03-13
Commit Damien's rep_security branch to trunk.
John Christopher Anderson
2009-03-08
beefier fault tolerance in the replicator
Adam Kocoloski
2009-02-22
Add runtime statistics -- without EUnit tests for now.
Jan Lehnardt
2009-02-11
Changed _uuid to respond to GET instead of POST. Bug COUCHDB-190
Damien F. Katz
2009-02-08
extract method couch_httpd:send_redirect(Req, Path)
John Christopher Anderson
2009-01-29
Replacement of inets with ibrowse. Fixes COUCHDB-179 and enhances replication.
John Christopher Anderson
2009-01-23
Added task status checking, to help debug the progress of long running tasks,...
Damien F. Katz
2009-01-22
Fix some eJSON stragglers (works with mochijson2, but not eep18). thanks koco...
John Christopher Anderson
2009-01-19
tests for fix to COUCHDB-215, and changing of how max_dbs_open setting is han...
Damien F. Katz
2008-12-29
merge form branch to trunk
John Christopher Anderson
2008-12-22
Fix for config api attempting list_to_binary on an atom.
Damien F. Katz
2008-11-20
Nearly completed security/validation work. Still needs replication testing.
Damien F. Katz
2008-11-17
More security and validation work. Still incomplete.
Damien F. Katz
2008-10-31
couchdb once again serves favicon.ico
John Christopher Anderson
2008-10-22
First check-in of admin http authentication and authorization.
Damien F. Katz
2008-10-10
config web service fix from davisp
John Christopher Anderson
2008-10-02
Added files forgotten in the httpd refactoring checkin.
Damien F. Katz