summaryrefslogtreecommitdiff
path: root/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* src/tests/Makefile.am: Add BrokerFixture.h to sourc listsAlan Conway2007-12-071-1/+1
* Summary:Alan Conway2007-12-075-95/+182
* Removed redundant TimerA, use intrusive_ptr for Timer.Alan Conway2007-12-061-4/+5
* Extra exception info.Alan Conway2007-12-051-3/+7
* Fixed problems with setting pub/sub hosts.Alan Conway2007-12-051-19/+12
* Fixed errors in usage text.Alan Conway2007-12-051-6/+3
* Updates to topic testGordon Sim2007-12-042-43/+37
* Add option for durability to topic testGordon Sim2007-12-032-11/+16
* Fix problem where client does notice disconnection from Broker. Alan Conway2007-12-013-61/+100
* Altered topic test to use the new session api.Gordon Sim2007-11-302-59/+71
* Changes to threading: queues serialiser removed, io threads used to drive dis...Gordon Sim2007-11-292-29/+59
* src/tests/perfdist: Remove useless output.Alan Conway2007-11-281-1/+0
* Add unit_test.h to distribution.Alan Conway2007-11-282-10/+20
* Added header file to list of sourcesGordon Sim2007-11-281-1/+1
* Fix exception handling bug.Alan Conway2007-11-281-1/+1
* Fixed to build with boost 1.34 as well as boost 1.33Alan Conway2007-11-2821-64/+126
* src/tests/perfdist: Restore trace option, still used by some tests.Alan Conway2007-11-281-0/+2
* src/tests/perfdist: Updated for changes to perftest.Alan Conway2007-11-281-18/+42
* src/tests/perftest.cpp:Alan Conway2007-11-282-17/+43
* Disable recoding of frames for replay where replay will not be required.Gordon Sim2007-11-281-1/+1
* Fixed test in line with changes made to defaults.Gordon Sim2007-11-281-1/+1
* perftest improvements.Alan Conway2007-11-271-226/+410
* Switched all regular PersistentMessage* and PersistentMessage& to intrusive_p...Kim van der Riet2007-11-263-20/+19
* Added framing::BodyHolder:Alan Conway2007-11-2215-126/+50
* - set default to pre-acquire for acquire modeCarl C. Trieloff2007-11-211-2/+2
* - added confirm mode to perftestCarl C. Trieloff2007-11-211-3/+10
* src/tests/topictest: Added -h host parameter to script.Alan Conway2007-11-211-2/+3
* Added qpid::InlineVector - std::vector with inline storage to avoidAlan Conway2007-11-162-1/+90
* perftest.cppAlan Conway2007-11-141-31/+28
* Replaced shared_ptr with intrusive_ptr for qpid::Broker::Message.Alan Conway2007-11-147-39/+41
* - call correct delete []Carl C. Trieloff2007-11-131-1/+1
* - fix for msg creation, content no longer overwritesCarl C. Trieloff2007-11-121-5/+7
* -- added sync requestCarl C. Trieloff2007-11-121-4/+24
* Add DeliveryMode enum to AMQHeaderBody.h, remove from tests.Alan Conway2007-11-104-9/+1
* Get rid of BasicHeaderProperties, dead code from 0-8 protocol.Alan Conway2007-11-095-83/+69
* On Linux, broker defaults --worker-threads to the number of available CPU coresAlan Conway2007-11-091-1/+0
* src/tests/perfdist: Use ssh to run distributed perftest.Alan Conway2007-11-082-36/+91
* Added persistence to queue declaration when --durable option is defined on th...Kim van der Riet2007-11-081-1/+1
* - enable the ability to lazy load from async storeCarl C. Trieloff2007-11-083-3/+3
* Change options --log.foo to --log-foo for consistency.Alan Conway2007-11-074-27/+27
* Revert r592946Alan Conway2007-11-071-5/+3
* Fix race condition in perftest.Alan Conway2007-11-071-3/+5
* Fix race condition in perftest.Alan Conway2007-11-071-18/+37
* auto-ack support for perftest.Alan Conway2007-11-071-4/+8
* client::SubscriptionManager:Alan Conway2007-11-072-223/+159
* Added LocalQueue subscriptions. LocalQueue::pop() provides a "pull"Alan Conway2007-11-071-1/+1
* Add support for array type to c++ (and python, decode only for now)Gordon Sim2007-11-062-1/+79
* Simplified/improved qpid::sys::RefCountedMap, unit test session attachment us...Alan Conway2007-11-011-54/+70
* locking around access to the unacked out bufferGordon Sim2007-11-011-1/+1
* Added qpid::sys::RefCountedMap: thread safe refcounted map of refcounted entr...Alan Conway2007-11-012-3/+112