summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-15accept gzipped attachments w/ standalone api. thx fdmanana. COUCHDB-712Adam Kocoloski
2010-04-15refactor att compression to allow more encodings. thanks fdmanana. COUCHDB-710Adam Kocoloski
2010-04-15remove unused batch config options. COUCHDB-737Adam Kocoloski
2010-04-15ruby example function works with @mattly`s query serverJohn Christopher Anderson
2010-04-11bugfix for replication keepalive. Closes COUCHDB-730Adam Kocoloski
2010-04-08fix last straggler view update_seq bugs, thanks tisba and bitdiddle for the r...John Christopher Anderson
2010-04-07make max_concurrent_connections configurable via Randall Leeds / COUCHDB-705John Christopher Anderson
2010-04-07temp_views should be only available to server and database adminsJohn Christopher Anderson
2010-04-07somehow I missed this badarity bug running the test suite last night. complet...John Christopher Anderson
2010-04-07include update_seq in view responses, patch via Joscha Feth, (mostly) closes ...John Christopher Anderson
2010-04-07changes is less likely to miss updates, and changes test is more robustJohn Christopher Anderson
2010-04-06use waitForSuccess to timeout changes requests that never succeedJohn Christopher Anderson
2010-04-02Removed _sleep from all tests. replaced with loops that spin until a conditio...Damien F. Katz
2010-04-02change couch_server calls to have infinity timeout, because it might have to ...Damien F. Katz
2010-04-02Fix hang with view shutdown.Damien F. Katz
2010-04-02Deterministic/synchronous shutdown code.Damien F. Katz
2010-04-01tab to spaceJan Lehnardt
2010-03-31add CVE 2010-0009 to CHANGES and NEWSJan Lehnardt
2010-03-29forward porting changesNoah Slater
2010-03-28allows more complex keys in the rewriter, so it could ease theBenoit Chesneau
2010-03-28typo.Benoit Chesneau
2010-03-28allows client to retrieve the revision of document updated via _update,Benoit Chesneau
2010-03-25restart using init:restart() for better test reliabilityJohn Christopher Anderson
2010-03-23small fixNoah Slater
2010-03-23updated both CHANGESNoah Slater
2010-03-23forward porting r926694Noah Slater
2010-03-21Test for a regression with doc-id replication.Jan Lehnardt
2010-03-21Take query options into account when generating replication ids.Jan Lehnardt
2010-03-21Make changes test pass in CLI runner & WebKitJan Lehnardt
2010-03-20backwards compatible ids for non-docid replicationsJan Lehnardt
2010-03-19Do not use the doc_id list from the previous replication requestJan Lehnardt
2010-03-19Avoid a possible race condition.Paul Joseph Davis
2010-03-17moar bumpageJan Lehnardt
2010-03-17Wait a little longer, this should help slower systems.Jan Lehnardt
2010-03-17updates for NEWS, CHANGES, and acinclude.m4.inNoah Slater
2010-03-17Add INSTALl to .gitignoreJan Lehnardt
2010-03-16Fixes couch_server:all_databases/0Paul Joseph Davis
2010-03-15Made the opening of databases asynchronous, so that requests to open database...Damien F. Katz
2010-03-13documentation improvementsNoah Slater
2010-03-13restore INSTALL file to distNoah Slater
2010-03-13symlink automake filesNoah Slater
2010-03-13initial round of documentation changesNoah Slater
2010-03-13simplified init script optionsNoah Slater
2010-03-11make sure we pass etags in header when we send docBenoit Chesneau
2010-03-10_stats builtin reduction for min/max/mean/varianceAdam Kocoloski
2010-03-07json startkey, endkey, and key should be decoded before being sent to the que...John Christopher Anderson
2010-03-05config settings for replicator sessions and pipeline. Patch by Filipe MananaAdam Kocoloski
2010-03-05efficient attachment replication. Patch by Filipe Manana. Closes COUCHDB-639Adam Kocoloski
2010-03-05use OTP base64 lib. Patch by Filipe Manana. Closes COUCHDB-681Adam Kocoloski
2010-03-05faster LRU test in 070-couch-db.tAdam Kocoloski