summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-07-03Expose endkey_docid as a view query option through the HTTP API (including ↵Jan Lehnardt
tests). git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@673631 13f79535-47bb-0310-9956-ffa450edef68
2008-06-25corrected spelling errorNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@671610 13f79535-47bb-0310-9956-ffa450edef68
2008-06-24Change `Server` HTTP header to say CouchDB instead of MochiWeb, and add a ↵Christopher Lenz
`Cache-Control: must-revalidate` header to all JSON and attachment responses. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@671151 13f79535-47bb-0310-9956-ffa450edef68
2008-06-24Updated MochiWeb in trunk to r82.Christopher Lenz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@671125 13f79535-47bb-0310-9956-ffa450edef68
2008-06-23Apply patch by Chris Anderson that fixes an edge case in the HTTP view ↵Christopher Lenz
interface resulting in an invalid JSON response body. Closes COUCHDB-84. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@670774 13f79535-47bb-0310-9956-ffa450edef68
2008-06-23Create more docs in the database for the compaction test, so that the ↵Christopher Lenz
difference between non-compacted and compacted on-disk size of the database is actually noticeable on file systems with larger block sizes. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@670738 13f79535-47bb-0310-9956-ffa450edef68
2008-06-23Follow fixes to r670732 for COUCHDB-83.Christopher Lenz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@670737 13f79535-47bb-0310-9956-ffa450edef68
2008-06-23Improve error handling for undefined values emitted by map functions. Closes ↵Christopher Lenz
COUCHDB-83. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@670732 13f79535-47bb-0310-9956-ffa450edef68
2008-06-23Follow-up to r670653: Implement deep sealing in Javascript as using the ↵Christopher Lenz
native `JS_SealObject` function in deep mode somehow also locked down outer scopes, leading to various obscure errors. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@670720 13f79535-47bb-0310-9956-ffa450edef68
2008-06-23Seal the document in Javascript view functions in 'deep' mode so that it's ↵Christopher Lenz
not possible to modify values in nested arrays and objects. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@670653 13f79535-47bb-0310-9956-ffa450edef68
2008-06-16Change version number in links to static resources from 0.8.0a to 0.8.0.Christopher Lenz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@668269 13f79535-47bb-0310-9956-ffa450edef68
2008-06-16changed header format to be consistent with NEWSNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@668248 13f79535-47bb-0310-9956-ffa450edef68
2008-06-16renamed directory variables, stage twoNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@668234 13f79535-47bb-0310-9956-ffa450edef68
2008-06-16renamed directory variables, stage oneNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@668231 13f79535-47bb-0310-9956-ffa450edef68
2008-06-16removed old no-portability flag to automakeNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@668183 13f79535-47bb-0310-9956-ffa450edef68
2008-06-16removed use of mktemp which was causing problems on OS X 10.4Noah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@668180 13f79535-47bb-0310-9956-ffa450edef68
2008-06-16make sure that the get function exits successfully in absence of variable valueNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@668137 13f79535-47bb-0310-9956-ffa450edef68
2008-06-16corrected -v option to -V option to match couchdb and couchjsNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@668134 13f79535-47bb-0310-9956-ffa450edef68
2008-06-16corrected dollar escapesNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@668126 13f79535-47bb-0310-9956-ffa450edef68
2008-06-16general shell script improvementsNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@668118 13f79535-47bb-0310-9956-ffa450edef68
2008-06-16removed unnessesary commentsNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@668110 13f79535-47bb-0310-9956-ffa450edef68
2008-06-16corrected getopt usageNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@668109 13f79535-47bb-0310-9956-ffa450edef68
2008-06-15added error handing to which testsNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@667993 13f79535-47bb-0310-9956-ffa450edef68
2008-06-15revamped which usageNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@667991 13f79535-47bb-0310-9956-ffa450edef68
2008-06-15corrected check for gm4Noah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@667990 13f79535-47bb-0310-9956-ffa450edef68
2008-06-15added check for gm4Noah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@667989 13f79535-47bb-0310-9956-ffa450edef68
2008-06-15improved getopt handlingNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@667987 13f79535-47bb-0310-9956-ffa450edef68
2008-06-15removed unnessesary checkNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@667983 13f79535-47bb-0310-9956-ffa450edef68
2008-06-15portability fixes for OpenSolarisNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@667982 13f79535-47bb-0310-9956-ffa450edef68
2008-06-15corrected backtick dollar escapeNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@667977 13f79535-47bb-0310-9956-ffa450edef68
2008-06-15use awk found from configureNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@667976 13f79535-47bb-0310-9956-ffa450edef68
2008-06-15more portability changes for OpenSolarisNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@667972 13f79535-47bb-0310-9956-ffa450edef68
2008-06-15removed abspath from makefilesNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@667971 13f79535-47bb-0310-9956-ffa450edef68
2008-06-15made bootstrap portable to OpenSolarisNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@667969 13f79535-47bb-0310-9956-ffa450edef68
2008-06-15removed development information and put it in the wikiNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@667966 13f79535-47bb-0310-9956-ffa450edef68
2008-06-13Tests that weren't checked in for a previous bug fixDamien F. Katz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@667523 13f79535-47bb-0310-9956-ffa450edef68
2008-06-13Fix for bug when reopening view indexes.Damien F. Katz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@667522 13f79535-47bb-0310-9956-ffa450edef68
2008-06-12fix for problem when view index header data exceeds 2k.Damien F. Katz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@667236 13f79535-47bb-0310-9956-ffa450edef68
2008-06-12Fix for COUCHDB-78. Couchdb was failing to close open file handles when ↵Damien F. Katz
compaction attempts need to be retried. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@667188 13f79535-47bb-0310-9956-ffa450edef68
2008-06-10slight typo fixNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@666214 13f79535-47bb-0310-9956-ffa450edef68
2008-06-10moved LICENCE to LICENSENoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@666212 13f79535-47bb-0310-9956-ffa450edef68
2008-06-10added additional release instructionsNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@666210 13f79535-47bb-0310-9956-ffa450edef68
2008-06-10corrected local-clean targetNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@666205 13f79535-47bb-0310-9956-ffa450edef68
2008-06-10added standard Incubator disclaimerNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@666202 13f79535-47bb-0310-9956-ffa450edef68
2008-06-10added alpha status warningNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@666196 13f79535-47bb-0310-9956-ffa450edef68
2008-06-10indented and slight reformattingNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@666187 13f79535-47bb-0310-9956-ffa450edef68
2008-06-10slight change to startup messageNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@666182 13f79535-47bb-0310-9956-ffa450edef68
2008-06-09added new line to reduce test to show bulk update failure on safariDamien F. Katz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@665906 13f79535-47bb-0310-9956-ffa450edef68
2008-06-09Changed name of 'combine' phase of reduce to 'rereduce', to avoid confusion.Damien F. Katz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@665852 13f79535-47bb-0310-9956-ffa450edef68
2008-06-09corrected use of package tarname in instalation directoriesNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@665705 13f79535-47bb-0310-9956-ffa450edef68