summaryrefslogtreecommitdiff
path: root/share/www/script/couch.js
AgeCommit message (Expand)Author
2009-07-14wheeeeeeeeNoah Slater
2009-07-06trimmed trailing whitespaceNoah Slater
2009-07-04Name view index files by their function hashes for no downtime deploys. Close...John Christopher Anderson
2009-05-06First cut at _changes api. Update the by_id and by_seq indexes to contain upd...Damien F. Katz
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-25add js test suite for stats, enable access for a previously internal metricJan Lehnardt
2009-02-22Add runtime statistics -- without EUnit tests for now.Jan Lehnardt
2009-02-22Link to design docs that have ddoc.couchapp.index or index.html, from Futon d...John Christopher Anderson
2009-02-11Changed _uuid to respond to GET instead of POST. Bug COUCHDB-190Damien F. Katz
2009-02-01Added options member to design docs. Currently the only option is include_des...John Christopher Anderson
2009-01-26Change _slow_view back to _temp_view, as discussed on the mailing list (see h...Christopher Lenz
2009-01-05Delayed commit patch. Allows documents to be saved immediately but fully comm...Damien F. Katz
2009-01-04Rename _temp_views to _slow_views. Any clients who were using temp views are ...John Christopher Anderson
2008-11-20Nearly completed security/validation work. Still needs replication testing.Damien F. Katz
2008-11-17More security and validation work. Still incomplete.Damien F. Katz
2008-11-14fix for _all_docs_by_seq with include_docsJohn Christopher Anderson
2008-11-11Check in of initial validation and authorization work. This work is incomplet...Damien F. Katz
2008-10-05added multi-key requests to _view, _temp_view, and _all_docs (with help from ...John Christopher Anderson
2008-09-09Fix for attachment content-type conversion from/to binary in RESTful API.Christopher Lenz
2008-08-08Idempotent document creation support, new HTTP api to generate UUIDs and supp...Damien F. Katz
2008-07-06Add RESTful API for document attachments as per http://groups.google.com/grou...Jan Lehnardt
2008-06-04Add tests for bulk_docs, to verify that COUCHDB-16 has been fixed.Christopher Lenz
2008-05-29Grouped reduce support. Needs performance work.Damien F. Katz
2008-05-26* Respond to DELETE requests with a "200 OK" status code instead of "202 Acce...Christopher Lenz
2008-05-26Fixes to the XHR/Javascript code to be compatible with HTTP/1.0 proxies. Clos...Christopher Lenz
2008-05-23Initial set of changes to Futon to support the recent introduction map/reduce.Christopher Lenz
2008-05-20Some javascript code cleanup.Christopher Lenz
2008-05-19Changed temp view definition to always be jsonobjects with map/reduce source ...Damien F. Katz
2008-05-15Incremental reduce first checkin. Warning! Disk format change.Damien F. Katz
2008-05-01fix for compaction problem with attachments, and enhancements to JS shell, to...Damien F. Katz
2008-04-07Compaction. Works, but still needs queueing and better handling for long read...Damien F. Katz
2008-03-28Imported trunk.Christopher Lenz