summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_httpd_view.erl
AgeCommit message (Expand)Author
2009-05-10refactor JSON body error handling, also consolidate update_docs JSON response...John Christopher Anderson
2009-05-10Refactor the make_view_fold_function stuff. Added a proper Acc to both map an...John Christopher Anderson
2009-05-01Exporting the main function for sending view responses.Paul Joseph Davis
2009-04-29Closes COUCHDB-320 (ignore Content-Type in _temp_view). Thanks B. CandlerAdam Kocoloski
2009-04-25Resolves COUCHDB-331 - Allow reduce=true&include_docs=falsePaul Joseph Davis
2009-04-22Refactoring the view URL parameter parsing.Paul Joseph Davis
2009-04-18refactor main.js into many files and improve show/list error handlingJohn Christopher Anderson
2009-04-18Resolves COUCHDB-306 - Wacky error responses to malformed documentsPaul Joseph Davis
2009-04-18Fixes COUCHDB-322Paul Joseph Davis
2009-04-17output errors differently during chunked responses (view and list)John Christopher Anderson
2009-03-20map queries with group=true query option will return an error.John Christopher Anderson
2009-03-19inclusive_end query option for views, defaults to true (does not change curre...John Christopher Anderson
2009-03-13Commit Damien's rep_security branch to trunk. John Christopher Anderson
2009-03-09merge design doc resource branch. breaking changes to _view query paths. John Christopher Anderson
2009-02-25Support for reduce views in _list. closes COUCHDB-260. Thanks Jason Davies.John Christopher Anderson
2009-02-22Add runtime statistics -- without EUnit tests for now.Jan Lehnardt
2009-02-15View etags are now provided. See note in the source about how they could be m...John Christopher Anderson
2009-02-13apply COUCHDB-252.John Christopher Anderson
2009-02-13Apply COUCHDB-251. John Christopher Anderson
2009-02-09allow format query param to override accept headers for _list and _showJohn Christopher Anderson
2009-02-01Added options member to design docs. Currently the only option is include_des...John Christopher Anderson
2009-01-30cleanup long linesJohn Christopher Anderson
2009-01-26Change _slow_view back to _temp_view, as discussed on the mailing list (see h...Christopher Lenz
2009-01-23View list functions can stream views in any format. See list_views test for d...John Christopher Anderson
2009-01-22change update=false to stale=okJohn Christopher Anderson
2009-01-10include_docs error handlingJohn Christopher Anderson
2009-01-09fixed _all_docs view to use the correct PassedEndFun for binary docid sortingJohn Christopher Anderson
2009-01-07friendly error message on use of count instead of limitJohn Christopher Anderson
2009-01-07apply patch to fix include docs q param parsingJohn Christopher Anderson
2009-01-04change count to limit in view query paramsJohn Christopher Anderson
2009-01-04Rename _temp_views to _slow_views. Any clients who were using temp views are ...John Christopher Anderson
2008-12-22Fix for leaked file handles when not explicitly closed, added file stats code...Damien F. Katz
2008-12-16fix COUCHDB-177. thanks Paul Carey and Paul DavisJohn Christopher Anderson
2008-12-10view group state gen_server. thanks damien and davisp.John Christopher Anderson
2008-11-14fix for _all_docs_by_seq with include_docsJohn Christopher Anderson
2008-10-21fix for COUCHDB-139 keys available when reduce=falseJohn Christopher Anderson
2008-10-21fix for COUCHDB-138 include_docs=true&reduce=falseJohn Christopher Anderson
2008-10-21Removed debugging statement. Damien F. Katz
2008-10-21Fix for COUCHDB-99. Certain Skipped KeyValue pairs weren't being assembled in...Damien F. Katz
2008-10-05include_docs option adds a doc member to view rows with the latest _rev of th...John Christopher Anderson
2008-10-05added multi-key requests to _view, _temp_view, and _all_docs (with help from ...John Christopher Anderson
2008-10-05refactor couch_httpd_view to use output_map_viewJohn Christopher Anderson
2008-10-05remove unnecessary negative count featureJohn Christopher Anderson
2008-10-02Added files forgotten in the httpd refactoring checkin.Damien F. Katz