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_view.erl
Age
Commit message (
Expand
)
Author
2009-01-10
include_docs error handling
John Christopher Anderson
2009-01-09
fixed _all_docs view to use the correct PassedEndFun for binary docid sorting
John Christopher Anderson
2009-01-07
friendly error message on use of count instead of limit
John Christopher Anderson
2009-01-07
apply patch to fix include docs q param parsing
John Christopher Anderson
2009-01-04
change count to limit in view query params
John Christopher Anderson
2009-01-04
Rename _temp_views to _slow_views. Any clients who were using temp views are ...
John Christopher Anderson
2008-12-22
Fix for leaked file handles when not explicitly closed, added file stats code...
Damien F. Katz
2008-12-16
fix COUCHDB-177. thanks Paul Carey and Paul Davis
John Christopher Anderson
2008-12-10
view group state gen_server. thanks damien and davisp.
John Christopher Anderson
2008-11-14
fix for _all_docs_by_seq with include_docs
John Christopher Anderson
2008-10-21
fix for COUCHDB-139 keys available when reduce=false
John Christopher Anderson
2008-10-21
fix for COUCHDB-138 include_docs=true&reduce=false
John Christopher Anderson
2008-10-21
Removed debugging statement.
Damien F. Katz
2008-10-21
Fix for COUCHDB-99. Certain Skipped KeyValue pairs weren't being assembled in...
Damien F. Katz
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-05
refactor couch_httpd_view to use output_map_view
John Christopher Anderson
2008-10-05
remove unnecessary negative count feature
John Christopher Anderson
2008-10-02
Added files forgotten in the httpd refactoring checkin.
Damien F. Katz