summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-06-02correct Erlang version checkingNoah Slater
2008-05-29Grouped reduce support. Needs performance work.Damien F. Katz
2008-05-26Experimental functionality to increment database update seq, might go away, u...Damien F. Katz
2008-05-26Fix assertion in compaction test.Christopher Lenz
2008-05-26Add back /_restart URL that got lost in the transition to MochiWeb.Christopher Lenz
2008-05-26Update to test suite after status code change in r660176.Christopher Lenz
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-26Improve the debug logging of request details. As the logging was split into m...Christopher Lenz
2008-05-26Remove incomplete Lucene integration (will be moved to a branch).Christopher Lenz
2008-05-26Applied patch to enable logging from Javascript view functions. Closes COUCHD...Christopher Lenz
2008-05-26Change error handling on unknown private paths to be more consistent with how...Christopher Lenz
2008-05-26Updated MochiWeb in trunk to r76. Closes COUCHDB-42.Christopher Lenz
2008-05-25Use limit of 4GB for document PUT requests, instead of the MochiWeb default o...Christopher Lenz
2008-05-25Fix for file attachments using too much space in compacted databasesDamien F. Katz
2008-05-25Enable Etag processing for document GET requests that include the '?rev' quer...Christopher Lenz
2008-05-25Nicer display of attachments in Futon.Christopher Lenz
2008-05-25Improve jQuuery-based CouchDB interface so that it doesn't report an error wh...Christopher Lenz
2008-05-25Add another third-party license to the LICENSE file.Christopher Lenz
2008-05-25Add third-party licenses to LICENSE file, update jQuery to 1.2.5.Christopher Lenz
2008-05-24Make replication tests use current host instead of hardcoding localhost:5984Christopher Lenz
2008-05-24added note to -h output of couchdb command about inherited environmentNoah Slater
2008-05-23enabled automatic Erlang SMP supportNoah Slater
2008-05-23Minor tweaks to the map/reduce editing GUI in Futon.Christopher Lenz
2008-05-23downgraded required Erlang to R11BNoah Slater
2008-05-23improved private path error wordingNoah Slater
2008-05-23do not guess the process ID, allow multiple database instances to run simulta...Noah Slater
2008-05-23configure now checks for installed Erlang versionNoah Slater
2008-05-23fix for missing conflict check during serialized updateDamien F. Katz
2008-05-23Patch MochiWeb for compatibility with R11B. This patch has been rejected upst...Christopher Lenz
2008-05-23fix for bug with reusing map btree indexes when multiple views have the same ...Damien F. Katz
2008-05-23Add a currently failing test for multiple identical map/reduce view definitions.Christopher Lenz
2008-05-23Fix 'save as' for map/reduce views in Futon.Christopher Lenz
2008-05-23Remove debugging leftover in Futon.Christopher Lenz
2008-05-23Fixes for map/reduce support in Futon.Christopher Lenz
2008-05-23Futon changes to correctly display reduce results.Christopher Lenz
2008-05-23Initial set of changes to Futon to support the recent introduction map/reduce.Christopher Lenz
2008-05-22Updated MochiWeb in trunk to r73.Christopher Lenz
2008-05-20Some javascript code cleanup.Christopher Lenz
2008-05-20Only use chunked encoding when we actually make use of it to iteratively writ...Christopher Lenz
2008-05-20Fixed design document view definitions to be consistent with temp views. Chan...Damien F. Katz
2008-05-19revert.Jan Lehnardt
2008-05-19- off by (n)oneJan Lehnardt
2008-05-19fix to submit temp view src as jsonDamien F. Katz
2008-05-19Changed temp view definition to always be jsonobjects with map/reduce source ...Damien F. Katz
2008-05-18Fix for pattern matching bug during reduceDamien F. Katz
2008-05-18- remove leftover debugging lineJan Lehnardt
2008-05-18- more graceful handling of unknown private URIs including more user friendly...Jan Lehnardt
2008-05-15Incremental reduce first checkin. Warning! Disk format change.Damien F. Katz
2008-05-15ignore descending=false option instead of throwing an error.Jan Lehnardt