summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-06-06added standard headerNoah Slater
2008-06-06slight rewording, more conciseNoah Slater
2008-06-06VERY slight formatting tweeksNoah Slater
2008-06-06Bring NOTICE file content and structure into compliance with ASF requirements...Christopher Lenz
2008-06-06Add version tags for CSS and Javascript references in Futon to avoid stale ca...Christopher Lenz
2008-06-06Added CHANGES to Makefile.Christopher Lenz
2008-06-06NEWS updated, many changes moved to CHANGES, which is a manually written chan...Christopher Lenz
2008-06-06minor aesthetic tweeks to NEWSNoah Slater
2008-06-06merge entries for 0.7.3a (which was only a placeholder) and 0.8.0Jan Lehnardt
2008-06-05Added reduce/combine example. Fixed broken node chunking with very large key...Damien F. Katz
2008-06-05update news in preparation for 0.8.0Jan Lehnardt
2008-06-05Remove /db/_search API call. This will be maintained in the lucene-search bra...Jan Lehnardt
2008-06-05Remove the Javascript shell from Futon due to unresolved licensing issues.Christopher Lenz
2008-06-05improved example adduser invokationNoah Slater
2008-06-04Use linebreaks between rows for view results with a negative count value, sam...Christopher Lenz
2008-06-04Add tests for bulk_docs, to verify that COUCHDB-16 has been fixed.Christopher Lenz
2008-06-04Enable the use of an unencoded slash in the URL of design documents. Closes C...Christopher Lenz
2008-06-03Futon: fixes for IE6/7 compatibility, some minor polish for the map/reduce co...Christopher Lenz
2008-06-02Increase the request body size limitations on bulk_docs and document POST to ...Christopher Lenz
2008-06-02* The map/reduce function textareas in Futon are now horizontally resizable s...Christopher Lenz
2008-06-02Display group reduce results in Futon by default.Christopher Lenz
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