summaryrefslogtreecommitdiff
path: root/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Preparation for session thread safety overhaul:Alan Conway2007-11-0121-150/+176
* Simplify SessionState, preparing for session thread safety fixes.Alan Conway2007-10-311-5/+0
* Client API: fix keyword parameter ambiguities for beta client API.Alan Conway2007-10-301-16/+17
* client/BlockingQueue.h, sys/ConcurrentQueue.h: merged to sys/BlockingQueue.hAlan Conway2007-10-295-27/+25
* Rename client::Session as client::Session_0_10Alan Conway2007-10-291-3/+3
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-2623-281/+442
* More tidying up of field table APIAndrew Stitcher2007-10-232-14/+22
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@586520...Andrew Stitcher2007-10-196-215/+189
* Fixed return of acquired message ranges (and added tests)Gordon Sim2007-10-181-0/+48
* Fix to headers exchanges bind: need to check the match value is present befor...Gordon Sim2007-10-171-0/+16
* Use shared pointers for consumers (held by queues and sessions) to prevent ha...Gordon Sim2007-10-171-20/+22
* Restored missing TestOptions.hAlan Conway2007-10-161-1/+1
* Implementation of 0-10 field tablesAndrew Stitcher2007-10-166-45/+54
* Additional tests and fixesGordon Sim2007-10-041-0/+37
* mark Message::sendContent() as constGordon Sim2007-10-021-2/+2
* Fixed recovery; unacked message records are now updated to hold the new comma...Gordon Sim2007-10-023-1/+70
* header path fixCarl C. Trieloff2007-10-011-1/+1
* - add option to create durable messages.Carl C. Trieloff2007-10-011-1/+8
* * src/qpid/framing/ResumeHandler.cpp: Handle ack and resume logicAlan Conway2007-10-012-0/+92
* * src/tests/ClientSessionTest.cpp: Suspend/resume tests.Alan Conway2007-09-282-1/+27
* Renamed the following files for consistency:Alan Conway2007-09-2516-46/+46
* 2007-09-24 Alan Conway <aconway@redhat.com>Alan Conway2007-09-244-63/+22
* Supression for bogus i386 valgrind error.Alan Conway2007-09-211-23/+4
* Moved c++ over to using the same preview file for 0-10 work as java.Gordon Sim2007-09-211-1/+1
* * src/qpid/broker/SemanticHandler.cpp: add assert to suspect logic for execu...Alan Conway2007-09-181-5/+2
* Added Dispatcher class (plus test). This converts incoming MessageTransfer fr...Gordon Sim2007-09-181-2/+61
* Handle asynchronous enqueue of messages.Gordon Sim2007-09-141-0/+2
* Use frameset begin/end flags for determining frameset boundaries.Gordon Sim2007-09-132-0/+11
* In ClientChannel: Use subscribe and flush in place of get; use per-subscriber...Gordon Sim2007-09-121-0/+2
* Moved old ClientChannel class from using basic to using message for publish &...Gordon Sim2007-09-111-23/+13