summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_httpd_show.erl
AgeCommit message (Expand)Author
2010-02-28treat deleted docs as nonexistant docsJan Lehnardt
2010-02-28revert accidental commitJan Lehnardt
2010-02-28Merge branch 'show-deleted-docs' into trunkJan Lehnardt
2010-02-04re-enable 404 handling in show functions while retaining user-friendly error ...Jan Lehnardt
2010-02-04remove empty linesBenoit Chesneau
2010-02-04fix COUCHDB-638.Benoit Chesneau
2009-12-22move query server to a design-doc based protocol, closes COUCHDB-589John Christopher Anderson
2009-11-30ETags on POSTs to _view and _list should depend on Keys. COUCHDB-586Adam Kocoloski
2009-11-21code improvements from tidier. Patch by Kostis Sagonas. COUCHDB-570Adam Kocoloski
2009-10-31List functions weren't returning OS processes.Paul Joseph Davis
2009-10-27Make it harder to accidently terminate chunked resposnes by requiring callers...Damien F. Katz
2009-10-24Fixed the test for couch_stats_aggregator.Paul Joseph Davis
2009-10-24Update functions can now handle any HTTP verb, excepting GET and HEADJohn Christopher Anderson
2009-10-19Fix bug when lists use two design docs.Paul Joseph Davis
2009-09-14View refactoring and addition of raw collationoption. Significant performance...Damien F. Katz
2009-09-11Refactoring of endkey code in views and btrees. End key functionaility is now...Damien F. Katz
2009-08-17allow list function and view function to be in different design docs, patch b...Jan Lehnardt
2009-08-12Introduces native Erlang query servers. Closes COUCHDB-377John Christopher Anderson
2009-08-12recloses COUCHDB-4 (view etags) thanks to Matt Goodall for the tests. keep 'e...John Christopher Anderson
2009-08-11silence compiler warnings, don't use unused variablesJan Lehnardt
2009-08-11Initial commit of _update handler. Thanks to Paul Davis, Jason Davies for cod...John Christopher Anderson
2009-08-04Initial check-in of OAuth and cookie authentication.Damien F. Katz
2009-08-01enable include_docs=true for list functions, patch by Mark Hammond, closes CO...Jan Lehnardt
2009-07-20Initial checkin of _changes filters. The prime weak-spot for this approach is...John Christopher Anderson
2009-07-14wheeeeeeeeNoah Slater
2009-07-10Apply patch from Benoit Chesneau's COUCHDB-404John Christopher Anderson
2009-07-08Fixes COUCHDB-389Paul Joseph Davis
2009-07-06trimmed trailing whitespaceNoah Slater
2009-06-18Fixes COUCHDB-383 - Ignore extra URL parameters.Paul Joseph Davis
2009-06-14merge list-iterator branch to trunk. changes JavaScript _list APIJohn Christopher Anderson
2009-05-10Refactor the make_view_fold_function stuff. Added a proper Acc to both map an...John Christopher Anderson
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-03-28always load _conflicts in _show functionsJan Lehnardt
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-03-06validate reduce view list queries, make query_parse_error response code 400John Christopher Anderson
2009-03-05allow multi-key POST requests for _list. John Christopher Anderson
2009-03-04refactor show 404 handling doc-loading special case out of couch_httpd_db.erlJohn Christopher Anderson
2009-03-04allow for handling 404s in document show functionsJan Lehnardt
2009-02-28supply etags for reduce view listsJohn Christopher Anderson
2009-02-25Support for reduce views in _list. closes COUCHDB-260. Thanks Jason Davies.John Christopher Anderson
2009-02-17Put file ref_counting into it's own module, to make the speed of opening an a...Damien F. Katz
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-01-27Improved etag handling for show funcs and db_doc requests; main.js cleanup (b...John Christopher Anderson
2009-01-23View list functions can stream views in any format. See list_views test for d...John Christopher Anderson
2009-01-12rename _form to _show and move the funcs in the design doc to design.show.docsJohn Christopher Anderson