summaryrefslogtreecommitdiff
path: root/cpp/src/tests/ClientSessionTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* synchronized with trunk except for ruby dirRafael H. Schloming2009-12-261-87/+410
* QPID-1198 (Partial): Added explicit namespaces that the Sun C++ requires (tha...Andrew Stitcher2008-07-291-22/+20
* Fixed bug in SubscriptionManager::get() where flush was issued before waiting...Gordon Sim2008-07-251-0/+20
* Honour timeout in BlockingQueue::pop(); added test for SubscriptionManager::g...Gordon Sim2008-07-101-0/+1
* Added timeout to SubscriptionManager::get(), LocalQueue::get() and BlockingQu...Alan Conway2008-07-011-2/+6
* QPID-1137: don't treat connection as opened if the open never succeedsGordon Sim2008-06-261-0/+15
* Additions to the client API:Alan Conway2008-06-251-1/+26
* Removed BOOST_REQUIRE_EQUAL, not available in older boost.test.Alan Conway2008-05-261-1/+1
* Changes to Session API:Alan Conway2008-05-261-41/+43
* qpid::SessionState: Added error checking for invalid frame sequences.Alan Conway2008-05-231-1/+1
* Support for AMQP 0-10 sessions in C++ broker.Alan Conway2008-05-201-2/+2
* Use BOOST_CHECK_EQUAL in place of BOOST_REQUIRE_EQUAL (compatible with older ...Gordon Sim2008-05-021-1/+1
* Cleanup: Re-enable tests that now pass; delete unused templates directory.Gordon Sim2008-05-011-25/+20
* src/tests/ClientSessionTest.cpp: uncommented tests for session resume as EXPE...Alan Conway2008-04-231-12/+11
* QPID-920: send message-accept for acks (as well as completion)Gordon Sim2008-04-211-1/+3
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-3/+5
* Patch for improved compatibility with gcc 3.4 and boost 1.33Andrew Stitcher2008-04-171-31/+37
* Start moving towards final 0-10 spec:Gordon Sim2008-02-211-2/+2
* Added non-optional enum { SYNC, ASYNC } parameter to newSession.Alan Conway2008-02-201-7/+7
* Added a test (currently disabled) that highlights a deadlock in the client wh...Gordon Sim2008-02-111-8/+40
* Added testSendToSelf for https://bugzilla.redhat.com/show_bug.cgi?id=410551Alan Conway2008-02-051-0/+17
* Added disabled test and FIXME note to fix client-side race.Alan Conway2008-01-281-18/+26
* Convert ClientSessionTest to boost.Alan Conway2008-01-281-106/+98
* Improved/additional client API tests.Alan Conway2008-01-241-24/+2
* src/tests/ClientSessionTest.cpp: Disabled hanging test: testDisconnectResume. Alan Conway2007-12-111-20/+12
* src/tests/SocketProxy.h: proxy between local client & server to simulate netw...Alan Conway2007-12-101-5/+7
* Summary:Alan Conway2007-12-071-26/+18
* Disable recoding of frames for replay where replay will not be required.Gordon Sim2007-11-281-1/+1
* Added framing::BodyHolder:Alan Conway2007-11-221-25/+1
* client::SubscriptionManager:Alan Conway2007-11-071-1/+1
* Client API: fix keyword parameter ambiguities for beta client API.Alan Conway2007-10-301-16/+17
* 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-261-46/+105
* * src/tests/ClientSessionTest.cpp: Suspend/resume tests.Alan Conway2007-09-281-0/+24
* 2007-09-24 Alan Conway <aconway@redhat.com>Alan Conway2007-09-241-0/+3
* Added Dispatcher class (plus test). This converts incoming MessageTransfer fr...Gordon Sim2007-09-181-2/+61
* In ClientChannel: Use subscribe and flush in place of get; use per-subscriber...Gordon Sim2007-09-121-0/+2
* Support for keyword args in session interfaceGordon Sim2007-09-101-7/+7
* Client side support for message and delivery properties in header segments.Gordon Sim2007-09-101-4/+16
* Implementation of execution.result on the client side Gordon Sim2007-09-061-0/+71