summaryrefslogtreecommitdiff
path: root/cpp/src/tests/ClientSessionTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-3858: Updated code to include recent refactoring by Gordon (gsim) - see ...Kim van der Riet2012-08-271-1/+1
* QPID-3629: Changed management of credit windowGordon Sim2011-11-231-0/+2
* NO-JIRA: eliminate SocketProxy from tests.Alan Conway2011-08-181-24/+2
* QPID-3278: pass container for expired messages by referenceGordon Sim2011-05-261-1/+6
* Use qpid::sys::usleep() instead of usleep(). Resolves QPID-2408.Stephen D. Huston2010-02-161-1/+1
* Added handling for adjusting TTL on outgoing message based on how long a mess...Kim van der Riet2010-02-151-0/+30
* QPID-2347: Signal deletion of queue to active subscribers via a resource-dele...Gordon Sim2010-01-221-0/+13
* Provide access to a sessions connection.Gordon Sim2010-01-201-0/+22
* Tidied up namespace usageAndrew Stitcher2009-09-091-32/+35
* Remove incorrect directory from #includeAlan Conway2009-07-141-3/+3
* Add directory to #includeAlan Conway2009-07-141-3/+3
* Drop _EXPECTED_FAILURES macro, doesn't work with all boost versions.Alan Conway2009-06-171-4/+4
* If expiration is already set, don't alter it.Gordon Sim2009-06-081-0/+14
* Added method to test validity of session object.Gordon Sim2009-05-111-0/+7
* Remove client::Execution and FrameSet from the public API.Alan Conway2009-05-061-2/+1
* Applied PIMPL pattern to SubscriptionManager.Alan Conway2009-05-041-0/+2
* Apply PIMPL pattern to qpid::client::Message.Alan Conway2009-04-201-4/+4
* configure.ac:Manuel Teira Paz2009-03-101-2/+2
* QPID-1718: Ensure that cancellation caused by e.g. SubscriptionManager::get()...Gordon Sim2009-03-051-0/+18
* QPID-1667: Test case (fix was submitted in previous rev)Gordon Sim2009-02-171-0/+16
* Ensure that the queue depth in bytes remains accurate for LVQ. This also ensu...Gordon Sim2009-02-131-0/+22
* Test case for previous commit.Gordon Sim2009-02-131-0/+4
* QPID-1660: If selected consumer can't take a message, ensure others are notif...Gordon Sim2009-02-121-0/+33
* Use qpid sleep rather than CRT sleep to build on WindowsStephen D. Huston2009-02-021-3/+4
* QPID-1613: Ensure that the rule registered with the demuxer for LocalQueue su...Gordon Sim2009-01-231-0/+19
* QPID-1560: add support for a qpid.exclusive-binding option on direct exchange...Gordon Sim2009-01-071-0/+22
* QPID-1527: Added exclusive option to SubscriptionSettings and accompanying test.Gordon Sim2008-12-101-6/+17
* QPID-1478: ensure concurrent publishers work correctly (as well as reported a...Gordon Sim2008-11-241-0/+56
* SubscriptionManager and Dispatcher were missing wait() methods meaning that i...Gordon Sim2008-11-061-2/+2
* Added ability to release messages through the Subscription class (+test)Gordon Sim2008-11-051-0/+84
* Client API change: Centralize access to subscription status, better control o...Alan Conway2008-10-251-41/+15
* Periodically purge expired messages from queuesGordon Sim2008-10-131-0/+40
* rubygen/framing.0-10/constants.rb: create functions for all 3 exception subcl...Alan Conway2008-10-081-33/+31
* 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