summaryrefslogtreecommitdiff
path: root/cpp/src/tests/ClientSessionTest.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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