summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* Producer side rate throttling:Andrew Stitcher2009-01-272-14/+107
* Some minor updates to logging levels to avoid undue alarm.Gordon Sim2009-01-261-1/+1
* QPID-1613: Ensure that the rule registered with the demuxer for LocalQueue su...Gordon Sim2009-01-234-4/+35
* Removed BodyHolder: minor performance improvement, opens the way for more eff...Alan Conway2009-01-222-3/+3
* Minor typo fixesTed Ross2009-01-151-1/+1
* QPID-1567: Initial support for asynchronous queue state replicationGordon Sim2009-01-152-1/+16
* Minor formatting fixes and typo correction.Gordon Sim2009-01-151-1/+1
* Implement heartbeat timeout on client:Andrew Stitcher2009-01-139-20/+83
* Send heartbeat from broker to clientAndrew Stitcher2009-01-132-2/+16
* QPID-976: Prompt for password if it is required and not specified through set...Gordon Sim2009-01-081-7/+21
* QPID-976: Patch from Ted Ross (tross@redhat.com). Remove the handling of empt...Gordon Sim2009-01-081-28/+1
* Tidied up a number of TODO itemsAndrew Stitcher2009-01-082-4/+0
* Adapt to recent changes/additionsStephen D. Huston2009-01-071-1/+2
* * Cyrus SASL intgeration for c++ clientGordon Sim2009-01-0611-220/+709
* options name re-name to be more explicit & better testCarl C. Trieloff2008-12-172-5/+5
* LVQ queue option for no acquireCarl C. Trieloff2008-12-162-2/+6
* Fix unused arg warnings from MSVCStephen D. Huston2008-12-102-2/+2
* QPID-1527: Added exclusive option to SubscriptionSettings and accompanying test.Gordon Sim2008-12-102-2/+8
* OutputControl and subclasses: added giveReadCredit() for IO level flow control.Alan Conway2008-12-081-2/+3
* Corrected doxygen comment.Alan Conway2008-12-031-3/+2
* Avoid potential deadlock between IO thread in Connector::handleClosed() and a...Gordon Sim2008-12-021-1/+4
* QPID-1478: Same fix is required in SslConnector unfortunately.Gordon Sim2008-11-241-1/+1
* QPID-1478: ensure concurrent publishers work correctly (as well as reported a...Gordon Sim2008-11-243-4/+5
* Avoid spurious error message for TransportFailureGordon Sim2008-11-241-0/+4
* Removed overblown Doxygen comments.Jonathan Robie2008-11-191-25/+1
* Added doxygen documentation for Connection::open(ConnectionSettings)Jonathan Robie2008-11-181-2/+27
* Remove optimistic consume options. Better default message for SSL errors.Alan Conway2008-11-172-23/+0
* Added some failover capable testsGordon Sim2008-11-145-12/+18
* Don't stop connector until close has been sent and close-ok received in respo...Gordon Sim2008-11-131-2/+5
* Fixed a file-descriptor leak in the c++ client API. If the socket connectionTed Ross2008-11-112-2/+14