summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client
Commit message (Expand)AuthorAgeFilesLines
* - 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
* QPID-1676 - Added client process name and pid to connection object for manage...Ted Ross2009-02-241-0/+7
* Minor fixes. Alan Conway2009-02-172-10/+11
* Fixed bug in setFlowControl - was recursively calling self.Alan Conway2009-02-172-6/+10
* Check session impl is valid on close to avoid segfault.Gordon Sim2009-02-131-1/+4
* Cluster security support:Alan Conway2009-02-122-8/+25
* Add in management statistics for client flow control.Andrew Stitcher2009-02-032-11/+6
* Send client property indicating that client supportsAndrew Stitcher2009-02-021-0/+4
* Correction for: start a broker in cluster, send messages that are flow to dis...Carl C. Trieloff2009-01-304-1/+28