summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-08-18clear out root folder a bit, moving couch bits into apps/couch or rel/Brad Anderson
2010-08-18new version() call allows for hidden patch releasesAdam Kocoloski
2010-08-18COUCHDB-161 - support Range header for attachments.Robert Newson
2010-08-17New vhost manager. allows dynamic add of vhosts without restart,Benoit Chesneau
2010-08-15add requested_path to the req so we know original path in shows/lists &Benoit Chesneau
2010-08-11replace autotools with rebarAdam Kocoloski
2010-08-08fix the db-info assertion to match with the new committed_update_seq fieldJohn Christopher Anderson
2010-08-08fix the db-info assertion to match with the new committed_update_seq fieldJohn Christopher Anderson
2010-07-14Merged revision 964201 from trunk:Filipe David Borba Manana
2010-07-14Adapt test to change introduced in revision 963725 - deleted documents can no...Filipe David Borba Manana
2010-06-25fix test case for revpos-checking commitJan Lehnardt
2010-06-01better tests for the vhost globals, fixed a bugJohn Christopher Anderson
2010-05-19add -x bitJan Lehnardt
2010-05-13vhost_global_handlers bypass rewrite rules and are available in all vhostsJohn Christopher Anderson
2010-05-04use crypto:md5 when available. thx fdmanana. Closes COUCHDB-757Adam Kocoloski
2010-05-04use keysearch BIF to search ejson props. Closes COUCHDB-747Adam Kocoloski
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-02Deterministic/synchronous shutdown code.Damien F. Katz
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-05efficient attachment replication. Patch by Filipe Manana. Closes COUCHDB-639Adam Kocoloski
2010-03-05faster LRU test in 070-couch-db.tAdam Kocoloski
2010-03-04reverting damien's latest commit until we can figure out why it's causing fai...John Christopher Anderson
2010-03-04Changed process tree shutdown to be synchronous, to eliminate spurious test f...Damien F. Katz
2010-03-01add etap test file to MakefileJan Lehnardt
2010-03-01fix issue COUCHDB-678 applying patch from Filipe Manana.Benoit Chesneau
2010-02-26fdmananas patch for filtered replication via COUCHDB-673John Christopher Anderson
2010-02-23Fix the command line JavaScript test runner.Paul Joseph Davis
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