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_db.erl
Age
Commit message (
Expand
)
Author
2009-01-11
Polishing _design/doc urls with slashes -- adding auto redirect from the old ...
John Christopher Anderson
2009-01-09
Added support so clients can detect if a server has potentially lost commits ...
Damien F. Katz
2009-01-09
fixed _all_docs view to use the correct PassedEndFun for binary docid sorting
John Christopher Anderson
2009-01-05
Delayed commit patch. Allows documents to be saved immediately but fully comm...
Damien F. Katz
2009-01-04
change count to limit in view query params
John Christopher Anderson
2008-12-29
add etags to standalone attachment requests. Closes COUCHDB-184
Jan Lehnardt
2008-12-27
design docs use slashes. attachements with slashes in the name can be accesse...
John Christopher Anderson
2008-12-19
Fix Etag checking for document requests: need to convert Etag header value to...
Christopher Lenz
2008-11-25
_all_docs_by_seq works with descending=true
John Christopher Anderson
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-11-11
Check in of initial validation and authorization work. This work is incomplet...
Damien F. Katz
2008-10-22
First check-in of admin http authentication and authorization.
Damien F. Katz
2008-10-09
remove content-length header from file attachment responses. see inline comments
John Christopher Anderson
2008-10-05
include_docs option adds a doc member to view rows with the latest _rev of th...
John Christopher Anderson
2008-10-05
added multi-key requests to _view, _temp_view, and _all_docs (with help from ...
John Christopher Anderson
2008-10-02
Added files forgotten in the httpd refactoring checkin.
Damien F. Katz