summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-02-19add etap test for vhostsJan Lehnardt
2010-02-18capitalizationJan Lehnardt
2010-02-18Fixes COUCHDB-640 - Reset views with invalid update seqs.Paul Joseph Davis
2010-01-29Allow storing attachments in compressed form. Closes COUCHDB-583. Thanks Fili...John Christopher Anderson
2010-01-14use the ./configure detected erlc, fixes builds where erlc is not in PATHJan Lehnardt
2010-01-12Add utility for verifying hashes.Jason David Davies
2009-12-23Follow RFC 2616 closer and use "verb" instead of "method"Jan Lehnardt
2009-12-22move query server to a design-doc based protocol, closes COUCHDB-589John Christopher Anderson
2009-12-16Provide Content-MD5 header support for attachments.Paul Joseph Davis
2009-12-15fix query_server_spec.rb for changes in the build processJohn Christopher Anderson
2009-12-02removed add_fun optimization for filters, this provides better concurrency at...John Christopher Anderson
2009-12-02Fixes for make distcheck in the test/bench directory.Paul Joseph Davis
2009-12-01fixed paths for query_server_spec.rbJohn Christopher Anderson
2009-11-26Updated the benchmarks to use the new cURL adapter.Paul Joseph Davis
2009-11-26Remove test/javascript/run for distcheck.Paul Joseph Davis
2009-11-26Forgot to add SCRIPT variable for test/javascript/runPaul Joseph Davis
2009-11-26Setup JavaScript command line runner.Paul Joseph Davis
2009-11-26Complete refactoring of couch_js.Paul Joseph Davis
2009-11-26Move all C code to src/couchdb/privPaul Joseph Davis
2009-11-13Fix broken etap test.Damien F. Katz
2009-11-13Initial check-in of APIs for multiple/related supported and incremental repli...Damien F. Katz
2009-11-09Unverbosifiying after the last successful build.Paul Joseph Davis
2009-11-09Turn on verbose tests to diagnose buildbotPaul Joseph Davis
2009-11-09Forgot to fix make coverPaul Joseph Davis
2009-11-09Fixes 'make distcheck' to run the test suite.Paul Joseph Davis
2009-11-08Fixed a couple test suite errors.Paul Joseph Davis
2009-11-03Added batching of multiple updating requests, to improve throughput with many...Damien F. Katz
2009-11-02only test list old api for js query serversJan Lehnardt
2009-10-24Fixed the test for couch_stats_aggregator.Paul Joseph Davis
2009-10-08Confused frontport. All is well.Paul Joseph Davis
2009-10-08Port Noah's build fixes back to trunk.Paul Joseph Davis
2009-09-29Fixed a memory usage test.Paul Joseph Davis
2009-09-29Add ETap to CouchDB's SVN repository.Paul Joseph Davis
2009-09-27Forgot to update the plan count.Paul Joseph Davis
2009-09-27Fixed 040-util.t test from deadlocking.Paul Joseph Davis
2009-09-27Remove crap to test buildbot.Paul Joseph Davis
2009-09-27A single sub-assert deactivated for buildbot.Paul Joseph Davis
2009-09-27Add a test for couch_erl_driver.Paul Joseph Davis
2009-09-21Updated the headers for test config files.Paul Joseph Davis
2009-09-17Fixes COUCHDB-396Paul Joseph Davis
2009-09-15update etap tests to reflect changes in couch_btree, patch by Bob Dionne, clo...Jan Lehnardt
2009-09-13allow config callbacks to get passed the X-Couch-Persist flagJan Lehnardt
2009-09-11Refactoring of endkey code in views and btrees. End key functionaility is now...Damien F. Katz
2009-09-09choice of uuid algos for better insert perf. Closes COUCHDB-465. Thanks rnew...Adam Kocoloski
2009-09-02fix make check, patch by Bob Dionne, closes COUCHDB-493Jan Lehnardt
2009-08-29remove legacy erlang tests, etap covers theseJan Lehnardt
2009-08-28fix pattern matching bug in redirects for replicationAdam Kocoloski
2009-08-25update etap; missing_revs output now includes DB update_seqAdam Kocoloski
2009-08-21Munge all ErlJSON to use binaries.Paul Joseph Davis
2009-08-19make httpc test work in R12B (no macros allowed)Adam Kocoloski