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_show.erl
Age
Commit message (
Expand
)
Author
2009-04-18
refactor main.js into many files and improve show/list error handling
John Christopher Anderson
2009-03-28
always load _conflicts in _show functions
Jan Lehnardt
2009-03-13
Commit Damien's rep_security branch to trunk.
John Christopher Anderson
2009-03-09
merge design doc resource branch. breaking changes to _view query paths.
John Christopher Anderson
2009-03-06
validate reduce view list queries, make query_parse_error response code 400
John Christopher Anderson
2009-03-05
allow multi-key POST requests for _list.
John Christopher Anderson
2009-03-04
refactor show 404 handling doc-loading special case out of couch_httpd_db.erl
John Christopher Anderson
2009-03-04
allow for handling 404s in document show functions
Jan Lehnardt
2009-02-28
supply etags for reduce view lists
John Christopher Anderson
2009-02-25
Support for reduce views in _list. closes COUCHDB-260. Thanks Jason Davies.
John Christopher Anderson
2009-02-17
Put file ref_counting into it's own module, to make the speed of opening an a...
Damien F. Katz
2009-02-15
View etags are now provided. See note in the source about how they could be m...
John Christopher Anderson
2009-02-13
apply COUCHDB-252.
John Christopher Anderson
2009-02-13
Apply COUCHDB-251.
John Christopher Anderson
2009-01-27
Improved etag handling for show funcs and db_doc requests; main.js cleanup (b...
John Christopher Anderson
2009-01-23
View list functions can stream views in any format. See list_views test for d...
John Christopher Anderson
2009-01-12
rename _form to _show and move the funcs in the design doc to design.show.docs
John Christopher Anderson