summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client
Commit message (Expand)AuthorAgeFilesLines
* Set protocol versions correctly in cluster code.Alan Conway2009-07-301-1/+2
* QPID-652 -- fixed by Marco BisioliCarl C. Trieloff2009-07-301-1/+3
* Merge branch 'move_public_h_to_include' into trunkAlan Conway2009-07-1522-2214/+0
* Add directory to #includeAlan Conway2009-07-1451-180/+127
* Client side fix to make sure we don't schedule a disconnectAndrew Stitcher2009-06-231-1/+4
* Make sure you close down heartbeatTimer for every close even if you don'tAndrew Stitcher2009-06-231-1/+2
* If frameset being sent in cluster update is incomplete (i.e. content has been...Gordon Sim2009-06-111-2/+17
* Ensure that messages sent by clusters update client are correctly fragmented ...Gordon Sim2009-06-101-10/+19
* - Added heartbeat generation to the client (actually echo back anyAndrew Stitcher2009-06-081-8/+12
* Make sure the heartbeat interval is started for the waitForOpenCarl C. Trieloff2009-06-081-1/+2
* Revert "QPID-1879 Don't use a thread for every new client Connection"Andrew Stitcher2009-06-035-183/+181
* Revert "QPID-1879 Removed some code obsoleted by this change"Andrew Stitcher2009-06-033-2/+21
* Revert "Change client io threading to be initialised at first use"Andrew Stitcher2009-06-031-7/+4
* Some fixes to QPID-1879 so that clustering still works:Andrew Stitcher2009-06-011-4/+7
* QPID-1879 Removed some code obsoleted by this changeAndrew Stitcher2009-05-283-21/+2
* QPID-1879 Don't use a thread for every new client ConnectionAndrew Stitcher2009-05-285-181/+183
* QPID-1869: Set closed flag to false only after poller and aio are initialised.Gordon Sim2009-05-211-1/+1
* QPID-1852 Removed thread unsafe code in LoggerAndrew Stitcher2009-05-122-1/+5
* Added method to test validity of session object.Gordon Sim2009-05-112-0/+4
* Remove useless qpid/shared_ptr.h wrapper.Alan Conway2009-05-065-15/+16
* Remove client::Execution and FrameSet from the public API.Alan Conway2009-05-067-18/+12
* Added #include Thread.h for backwards compatibility.Alan Conway2009-05-051-5/+6
* Add new files to client projectStephen D. Huston2009-05-041-1/+1
* Fix issue with python clients to cluster, mis handling of channel 0.Alan Conway2009-05-042-3/+8
* Add missing ctor initializer.Alan Conway2009-05-041-1/+1
* Applied PIMPL pattern to SubscriptionManager.Alan Conway2009-05-0410-129/+514
* Some more fixes to build under Visual Studio 2008Andrew Stitcher2009-05-031-1/+1
* Apply PIMPL pattern to qpid::client::LocalQueueAlan Conway2009-05-016-53/+216
* Cleaned up PIMPL pattern for public APIAlan Conway2009-05-0116-276/+177
* Add extern for run() so tests can link correctly on WindowsStephen D. Huston2009-04-301-1/+4
* Ensure socket is closed when exception occurs during encode/decode.Gordon Sim2009-04-281-1/+3
* Fix compile error - missing config.h check and QPIDC_MODULE_DIR, QPIDC_CONF_FILEStephen D. Huston2009-04-271-1/+3
* Merge in initial changes to allow building with CMake; rubygen and management...Stephen D. Huston2009-04-233-4/+6
* Move client::Dispatcher destructor from .cpp to .h to avoid having to export ...Stephen D. Huston2009-04-232-5/+3
* Fixes to build under Visual Studio 2008Andrew Stitcher2009-04-234-1/+4
* Apply PIMPL pattern to client::Completion and client::Future.Alan Conway2009-04-237-34/+113
* Apply PIMPL pattern to qpid::client::Message.Alan Conway2009-04-2012-70/+349
* Cleaned up some un-necessary #include dependencies.Alan Conway2009-04-1512-7/+16
* QPID-1785: Prevent session.detach following execution.exception from destroyi...Gordon Sim2009-04-081-3/+5
* cpp/src/qpid/client/Handle.h: fix operator!()Alan Conway2009-03-301-1/+4
* Add PLAIN auth client handling for Windows; fixes QPID-1733Stephen D. Huston2009-03-161-0/+139
* Changes to build DLLs instead of static libs on Windows; primarily added deco...Stephen D. Huston2009-03-1216-158/+208
* Really close the potential race on the client between sendingAndrew Stitcher2009-03-101-5/+3
* Close a potential race between closing a connection and sending dataAndrew Stitcher2009-03-091-18/+19
* QPID-1718: Ensure that cancellation caused by e.g. SubscriptionManager::get()...Gordon Sim2009-03-051-2/+1
* In qpid::client::SessionImplManuel Teira Paz2009-03-051-1/+2
* Added some extra debug information on failover time.Gordon Sim2009-03-041-1/+10
* - Reworked DispatchHandler state machine to eliminate race conditionsAndrew Stitcher2009-03-022-4/+4
* QPID-1705: cancel heartbeat timer task as part of cleanupGordon Sim2009-03-021-0/+3
* Send session.detached back to server in response to a detach.Gordon Sim2009-02-261-0/+1