summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-25make erl start options and ./bin/couchdb -h output more robustJan Lehnardt
2010-06-25Increasing async threadpool.John Christopher Anderson
2010-06-25fix test case for revpos-checking commitJan Lehnardt
2010-06-25update NEWS and CHANGESJan Lehnardt
2010-06-25fix the Futon issue where you have to cancel the admin dialog box after putti...John Christopher Anderson
2010-06-25make the authentication redirect URL configurable. setting it to the empty st...John Christopher Anderson
2010-06-25Added checking to ensure when a revpos is sent with a stub, it's correct.Damien F. Katz
2010-06-25use proper Accept headers in the test suiteJohn Christopher Anderson
2010-06-24removed redundant lineNoah Slater
2010-06-24improved \`couchdb --help\` outputNoah Slater
2010-06-24patch mochijson2 to allow output of big integers not in float form (it stores...John Christopher Anderson
2010-06-24don't require a revpos attribute for stubs. closes COUCHDB-809 thanks Caleb LandJohn Christopher Anderson
2010-06-24Revert "allow help2man to work with commands that send help output to stderr"Jan Lehnardt
2010-06-24proper docid escaping in Futon view display, thanks Paul Bonser. Closes COUCH...John Christopher Anderson
2010-06-24add $.couch.urlPrefix to link to users db. closes COUCHDB-742John Christopher Anderson
2010-06-24better error message for db names, closes COUCHDB-741 thanks FrankJohn Christopher Anderson
2010-06-24close COUCHDB-795 add X-HTTP-METHOD-OVERRIDE support. Thanks Brian JenkinsJohn Christopher Anderson
2010-06-24allow help2man to work with commands that send help output to stderrJan Lehnardt
2010-06-24wait forever on large ini filesJan Lehnardt
2010-06-24ignore error when loading public_key on R12B5. spotted by barj on ircBenoit Chesneau
2010-06-24use JSON content type in replicator, require it in the _bulk_docs and other P...John Christopher Anderson
2010-06-24send browsers to /_utils/session.html when they need to log inJohn Christopher Anderson
2010-06-23make jquery.couch.js changes handling more robustJohn Christopher Anderson
2010-06-23Added files missing from last checkin for COUCHDB-807Damien F. Katz
2010-06-23Authentication caching, to avoid repeated opening and closing of the users da...Damien F. Katz
2010-06-23Make file deletions async to avoid pauses during compaction and db deletion. ...Damien F. Katz
2010-06-22Add missing test files to Makefile.am.Jan Lehnardt
2010-06-21Fix query parameter encoding issue.Jan Lehnardt
2010-06-19jquery.couch.js changes options handlingJohn Christopher Anderson
2010-06-19fix issue COUCHDB-805. tested on R13B-04 and R14A. also public_key isBenoit Chesneau
2010-06-17jquery.couch.js works with PUT to delete.John Christopher Anderson
2010-06-16provide a uuid to update functions (and all other functions) that they can us...John Christopher Anderson
2010-06-16small optimization for reordering result listsAdam Kocoloski
2010-06-16add continuous replication support to FutonJohn Christopher Anderson
2010-06-16remove unused Bt from chunkify functionAdam Kocoloski
2010-06-16indicate which test is running in the top of the test runnerJohn Christopher Anderson
2010-06-15Fix for wrong offset when writing headers and converting them to blocks, only...Damien F. Katz
2010-06-15Fix warnings on Linux builds.Jan Lehnardt
2010-06-15Add missing file from COUCHDB-777.Jan Lehnardt
2010-06-15demonstrate include_sasl logging option in .iniAdam Kocoloski
2010-06-15iodata() type is too new for usAdam Kocoloski
2010-06-15jquery.couch.js uses a cache-buster when the browser is msieJohn Christopher Anderson
2010-06-14add changes handler to jquery.couch.jsJohn Christopher Anderson
2010-06-13hack for log requests during make check, when logger is not runningAdam Kocoloski
2010-06-13synchronous logging, COUCHDB-761. Patch by Randall Leeds.Adam Kocoloski
2010-06-12log HEAD requests as HEAD, not GET. COUCHDB-788Adam Kocoloski
2010-06-12more efficient header commits. COUCHDB-767Adam Kocoloski
2010-06-12remove unnuecessary receive loop in commit_data. COUCHDB-794Adam Kocoloski
2010-06-12Fix hanging replication. COUCHDB-793. Thanks Filipe and Paul Bonser.Adam Kocoloski
2010-06-10Code mods to support streaming attachment replication.Damien F. Katz