Age | Commit message (Expand) | Author |
2010-04-07 | make max_concurrent_connections configurable via Randall Leeds / COUCHDB-705 | John Christopher Anderson |
2010-04-07 | temp_views should be only available to server and database admins | John Christopher Anderson |
2010-04-07 | somehow I missed this badarity bug running the test suite last night. complet... | John Christopher Anderson |
2010-04-07 | include update_seq in view responses, patch via Joscha Feth, (mostly) closes ... | John Christopher Anderson |
2010-04-07 | changes is less likely to miss updates, and changes test is more robust | John Christopher Anderson |
2010-04-06 | use waitForSuccess to timeout changes requests that never succeed | John Christopher Anderson |
2010-04-02 | Removed _sleep from all tests. replaced with loops that spin until a conditio... | Damien F. Katz |
2010-04-02 | change couch_server calls to have infinity timeout, because it might have to ... | Damien F. Katz |
2010-04-02 | Fix hang with view shutdown. | Damien F. Katz |
2010-04-02 | Deterministic/synchronous shutdown code. | Damien F. Katz |
2010-04-01 | tab to space | Jan Lehnardt |
2010-03-31 | add CVE 2010-0009 to CHANGES and NEWS | Jan Lehnardt |
2010-03-29 | forward porting changes | Noah Slater |
2010-03-28 | allows more complex keys in the rewriter, so it could ease the | Benoit Chesneau |
2010-03-28 | typo. | Benoit Chesneau |
2010-03-28 | allows client to retrieve the revision of document updated via _update, | Benoit Chesneau |
2010-03-25 | restart using init:restart() for better test reliability | John Christopher Anderson |
2010-03-23 | small fix | Noah Slater |
2010-03-23 | updated both CHANGES | Noah Slater |
2010-03-23 | forward porting r926694 | Noah Slater |
2010-03-21 | Test for a regression with doc-id replication. | Jan Lehnardt |
2010-03-21 | Take query options into account when generating replication ids. | Jan Lehnardt |
2010-03-21 | Make changes test pass in CLI runner & WebKit | Jan Lehnardt |
2010-03-20 | backwards compatible ids for non-docid replications | Jan Lehnardt |
2010-03-19 | Do not use the doc_id list from the previous replication request | Jan Lehnardt |
2010-03-19 | Avoid a possible race condition. | Paul Joseph Davis |
2010-03-17 | moar bumpage | Jan Lehnardt |
2010-03-17 | Wait a little longer, this should help slower systems. | Jan Lehnardt |
2010-03-17 | updates for NEWS, CHANGES, and acinclude.m4.in | Noah Slater |
2010-03-17 | Add INSTALl to .gitignore | Jan Lehnardt |
2010-03-16 | Fixes couch_server:all_databases/0 | Paul Joseph Davis |
2010-03-15 | Made the opening of databases asynchronous, so that requests to open database... | Damien F. Katz |
2010-03-13 | documentation improvements | Noah Slater |
2010-03-13 | restore INSTALL file to dist | Noah Slater |
2010-03-13 | symlink automake files | Noah Slater |
2010-03-13 | initial round of documentation changes | Noah Slater |
2010-03-13 | simplified init script options | Noah Slater |
2010-03-11 | make sure we pass etags in header when we send doc | Benoit Chesneau |
2010-03-10 | _stats builtin reduction for min/max/mean/variance | Adam Kocoloski |
2010-03-07 | json startkey, endkey, and key should be decoded before being sent to the que... | John Christopher Anderson |
2010-03-05 | config settings for replicator sessions and pipeline. Patch by Filipe Manana | Adam Kocoloski |
2010-03-05 | efficient attachment replication. Patch by Filipe Manana. Closes COUCHDB-639 | Adam Kocoloski |
2010-03-05 | use OTP base64 lib. Patch by Filipe Manana. Closes COUCHDB-681 | Adam Kocoloski |
2010-03-05 | faster LRU test in 070-couch-db.t | Adam Kocoloski |
2010-03-04 | Futon: use proper document value when constructing input element for inline e... | Christopher Lenz |
2010-03-04 | ensure full commit when the security object is updated | John Christopher Anderson |
2010-03-04 | reverting damien's latest commit until we can figure out why it's causing fai... | John Christopher Anderson |
2010-03-04 | Changed process tree shutdown to be synchronous, to eliminate spurious test f... | Damien F. Katz |
2010-03-04 | update email for Damjan | Jan Lehnardt |
2010-03-03 | correct windows configure example and explanation | Mark Hammond |