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
/
share
/
www
/
script
/
couch.js
Age
Commit message (
Expand
)
Author
2009-02-11
Changed _uuid to respond to GET instead of POST. Bug COUCHDB-190
Damien F. Katz
2009-02-01
Added options member to design docs. Currently the only option is include_des...
John Christopher Anderson
2009-01-26
Change _slow_view back to _temp_view, as discussed on the mailing list (see h...
Christopher Lenz
2009-01-05
Delayed commit patch. Allows documents to be saved immediately but fully comm...
Damien F. Katz
2009-01-04
Rename _temp_views to _slow_views. Any clients who were using temp views are ...
John Christopher Anderson
2008-11-20
Nearly completed security/validation work. Still needs replication testing.
Damien F. Katz
2008-11-17
More security and validation work. Still incomplete.
Damien F. Katz
2008-11-14
fix for _all_docs_by_seq with include_docs
John Christopher Anderson
2008-11-11
Check in of initial validation and authorization work. This work is incomplet...
Damien F. Katz
2008-10-05
added multi-key requests to _view, _temp_view, and _all_docs (with help from ...
John Christopher Anderson
2008-09-09
Fix for attachment content-type conversion from/to binary in RESTful API.
Christopher Lenz
2008-08-08
Idempotent document creation support, new HTTP api to generate UUIDs and supp...
Damien F. Katz
2008-07-06
Add RESTful API for document attachments as per http://groups.google.com/grou...
Jan Lehnardt
2008-06-04
Add tests for bulk_docs, to verify that COUCHDB-16 has been fixed.
Christopher Lenz
2008-05-29
Grouped 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-26
Fixes to the XHR/Javascript code to be compatible with HTTP/1.0 proxies. Clos...
Christopher Lenz
2008-05-23
Initial set of changes to Futon to support the recent introduction map/reduce.
Christopher Lenz
2008-05-20
Some javascript code cleanup.
Christopher Lenz
2008-05-19
Changed temp view definition to always be jsonobjects with map/reduce source ...
Damien F. Katz
2008-05-15
Incremental reduce first checkin. Warning! Disk format change.
Damien F. Katz
2008-05-01
fix for compaction problem with attachments, and enhancements to JS shell, to...
Damien F. Katz
2008-04-07
Compaction. Works, but still needs queueing and better handling for long read...
Damien F. Katz
2008-03-28
Imported trunk.
Christopher Lenz