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_external.erl
Age
Commit message (
Expand
)
Author
2009-12-23
Follow RFC 2616 closer and use "verb" instead of "method"
Jan Lehnardt
2009-12-22
move query server to a design-doc based protocol, closes COUCHDB-589
John Christopher Anderson
2009-11-21
code improvements from tidier. Patch by Kostis Sagonas. COUCHDB-570
Adam Kocoloski
2009-10-18
log external reqests like any other requests
Jan Lehnardt
2009-10-09
allow case-insensitive content-type from external, and other cleanup
Adam Kocoloski
2009-09-23
Include peer in req object for externals: _show, _list, _update etc.
Jason David Davies
2009-08-11
Initial commit of _update handler. Thanks to Paul Davis, Jason Davies for cod...
John Christopher Anderson
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-07-04
send utf-8 hearders with list and show responses. closes COUCHDB-392
John Christopher Anderson
2009-06-15
Send CouchDB Server: header for all external queries. Fixes COUCHDB-379.
Jan Lehnardt
2009-05-27
Fixes COUCHDB-363
Paul Joseph Davis
2009-03-05
allow multi-key POST requests for _list.
John Christopher Anderson
2009-02-13
apply COUCHDB-252.
John Christopher Anderson
2009-01-24
Improve show/list API and send external responses without chunked as it's not...
John Christopher Anderson
2009-01-23
View list functions can stream views in any format. See list_views test for d...
John Christopher Anderson
2008-12-29
merge form branch to trunk
John Christopher Anderson
2008-12-19
shorter path to _action servers, external supports better routing control
John Christopher Anderson
2008-12-16
the external process handler
John Christopher Anderson