summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-07-01Fix for windows fsync, race conditions in attachments.js and the default ↵Damien F. Katz
shell used when launching windows CouchDB. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@959781 13f79535-47bb-0310-9956-ffa450edef68
2010-07-01reflect new (old) versioning planJan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@959573 13f79535-47bb-0310-9956-ffa450edef68
2010-06-30Bug fix when creating a DB with the option 'sys_db' and the number of ↵Filipe David Borba Manana
current opened DBs corresponds to the max_open_dbs config parameter. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@959246 13f79535-47bb-0310-9956-ffa450edef68
2010-06-26Adding myself to the list of authors.Filipe David Borba Manana
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@958235 13f79535-47bb-0310-9956-ffa450edef68
2010-06-25make erl start options and ./bin/couchdb -h output more robustJan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@958073 13f79535-47bb-0310-9956-ffa450edef68
2010-06-25Increasing async threadpool.John Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@958054 13f79535-47bb-0310-9956-ffa450edef68
2010-06-25fix test case for revpos-checking commitJan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@957951 13f79535-47bb-0310-9956-ffa450edef68
2010-06-25update NEWS and CHANGESJan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@957950 13f79535-47bb-0310-9956-ffa450edef68
2010-06-25fix the Futon issue where you have to cancel the admin dialog box after ↵John Christopher Anderson
putting back admins that were removed to run the tests git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@957808 13f79535-47bb-0310-9956-ffa450edef68
2010-06-25make the authentication redirect URL configurable. setting it to the empty ↵John Christopher Anderson
string yields the 0.11 behavior git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@957805 13f79535-47bb-0310-9956-ffa450edef68
2010-06-25Added checking to ensure when a revpos is sent with a stub, it's correct.Damien F. Katz
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@957800 13f79535-47bb-0310-9956-ffa450edef68
2010-06-25use proper Accept headers in the test suiteJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@957799 13f79535-47bb-0310-9956-ffa450edef68
2010-06-24removed redundant lineNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@957699 13f79535-47bb-0310-9956-ffa450edef68
2010-06-24improved \`couchdb --help\` outputNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@957697 13f79535-47bb-0310-9956-ffa450edef68
2010-06-24patch mochijson2 to allow output of big integers not in float form (it ↵John Christopher Anderson
stores them just fine) git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@957656 13f79535-47bb-0310-9956-ffa450edef68
2010-06-24don't require a revpos attribute for stubs. closes COUCHDB-809 thanks Caleb LandJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@957653 13f79535-47bb-0310-9956-ffa450edef68
2010-06-24Revert "allow help2man to work with commands that send help output to stderr"Jan Lehnardt
Requires too new a version of help2man. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@957629 13f79535-47bb-0310-9956-ffa450edef68
2010-06-24proper docid escaping in Futon view display, thanks Paul Bonser. Closes ↵John Christopher Anderson
COUCHDB-748 git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@957622 13f79535-47bb-0310-9956-ffa450edef68
2010-06-24add $.couch.urlPrefix to link to users db. closes COUCHDB-742John Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@957619 13f79535-47bb-0310-9956-ffa450edef68
2010-06-24better error message for db names, closes COUCHDB-741 thanks FrankJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@957613 13f79535-47bb-0310-9956-ffa450edef68
2010-06-24close COUCHDB-795 add X-HTTP-METHOD-OVERRIDE support. Thanks Brian JenkinsJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@957610 13f79535-47bb-0310-9956-ffa450edef68
2010-06-24allow help2man to work with commands that send help output to stderrJan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@957605 13f79535-47bb-0310-9956-ffa450edef68
2010-06-24wait forever on large ini filesJan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@957599 13f79535-47bb-0310-9956-ffa450edef68
2010-06-24ignore error when loading public_key on R12B5. spotted by barj on ircBenoit Chesneau
and fixed with help of @rnewson. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@957596 13f79535-47bb-0310-9956-ffa450edef68
2010-06-24use JSON content type in replicator, require it in the _bulk_docs and other ↵John Christopher Anderson
POST apis git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@957422 13f79535-47bb-0310-9956-ffa450edef68
2010-06-24send browsers to /_utils/session.html when they need to log inJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@957407 13f79535-47bb-0310-9956-ffa450edef68
2010-06-23make jquery.couch.js changes handling more robustJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@957380 13f79535-47bb-0310-9956-ffa450edef68
2010-06-23Added files missing from last checkin for COUCHDB-807Damien F. Katz
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@957316 13f79535-47bb-0310-9956-ffa450edef68
2010-06-23Authentication caching, to avoid repeated opening and closing of the users ↵Damien F. Katz
database for each request requiring authentication. COUCHDB-807 git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@957314 13f79535-47bb-0310-9956-ffa450edef68
2010-06-23Make file deletions async to avoid pauses during compaction and db deletion. ↵Damien F. Katz
Fixes COUCHDB-780. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@957303 13f79535-47bb-0310-9956-ffa450edef68
2010-06-22Add missing test files to Makefile.am.Jan Lehnardt
Why wasn't this detected by make distcheck? git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@956885 13f79535-47bb-0310-9956-ffa450edef68
2010-06-21Fix query parameter encoding issue.Jan Lehnardt
Upstream bugreport: http://code.google.com/p/oauth/issues/detail?id=173 Patch committed for Filipe Manana. Closes COUCHDB-806. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@956545 13f79535-47bb-0310-9956-ffa450edef68
2010-06-19jquery.couch.js changes options handlingJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@956282 13f79535-47bb-0310-9956-ffa450edef68
2010-06-19fix issue COUCHDB-805. tested on R13B-04 and R14A. also public_key isBenoit Chesneau
available since R12B5. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@956220 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17jquery.couch.js works with PUT to delete.John Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@955782 13f79535-47bb-0310-9956-ffa450edef68
2010-06-16provide a uuid to update functions (and all other functions) that they can ↵John Christopher Anderson
use to create new docs. closes COUCHDB-802. Thanks Jason Smith, Zachary Zolton, and Dmitry Unkovsky. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@955389 13f79535-47bb-0310-9956-ffa450edef68
2010-06-16small optimization for reordering result listsAdam Kocoloski
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@955297 13f79535-47bb-0310-9956-ffa450edef68
2010-06-16add continuous replication support to FutonJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@955290 13f79535-47bb-0310-9956-ffa450edef68
2010-06-16remove unused Bt from chunkify functionAdam Kocoloski
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@955244 13f79535-47bb-0310-9956-ffa450edef68
2010-06-16indicate which test is running in the top of the test runnerJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@955097 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15Fix for wrong offset when writing headers and converting them to blocks, ↵Damien F. Katz
only triggered when header is larger than 4k. COUCHDB-800. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@955000 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15Fix warnings on Linux builds.Jan Lehnardt
Patch by Paul Davis. Closes COUCHDB-775 git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@954950 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15Add missing file from COUCHDB-777.Jan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@954894 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15demonstrate include_sasl logging option in .iniAdam Kocoloski
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@954692 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15iodata() type is too new for usAdam Kocoloski
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@954688 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15jquery.couch.js uses a cache-buster when the browser is msieJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@954677 13f79535-47bb-0310-9956-ffa450edef68
2010-06-14add changes handler to jquery.couch.jsJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@954560 13f79535-47bb-0310-9956-ffa450edef68
2010-06-13hack for log requests during make check, when logger is not runningAdam Kocoloski
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@954240 13f79535-47bb-0310-9956-ffa450edef68
2010-06-13synchronous logging, COUCHDB-761. Patch by Randall Leeds.Adam Kocoloski
This patch fixes a bug where calls to get the log level could time out, resulting in an unexpected {ref(), integer()} message in the client's mailbox. This would crash some gen_servers that did not expect the message. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@954229 13f79535-47bb-0310-9956-ffa450edef68
2010-06-12log HEAD requests as HEAD, not GET. COUCHDB-788Adam Kocoloski
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@954045 13f79535-47bb-0310-9956-ffa450edef68