summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove wrappers for 'transparent' failover; this will be better handled throu...Gordon Sim2008-11-106-2445/+0
* Added a bit more detail to comments.Gordon Sim2008-11-071-0/+9
* * Added some doxygen comments for FailoverManagerGordon Sim2008-11-072-5/+64
* Restrict connection close codes to the set defined in the specGordon Sim2008-11-063-5/+22
* * fix bug causing last message to occasionally be lost on replayGordon Sim2008-11-062-3/+9
* SubscriptionManager and Dispatcher were missing wait() methods meaning that i...Gordon Sim2008-11-064-0/+16
* QPID-1294 (Johnathan Robie) Improved doxygen generation.Alan Conway2008-11-054-0/+206
* Added ability to release messages through the Subscription class (+test)Gordon Sim2008-11-0510-15/+88
* Adding a couple of utilities (don't alter any existing functionality) that ar...Gordon Sim2008-11-044-0/+332
* This line seems not to be as redundant as I thought! Its removal seems to tri...Gordon Sim2008-11-031-0/+1
* Various fixes arising from testing client failover:Gordon Sim2008-11-038-19/+41
* Added return Message overload of SubscriptionManager get().Alan Conway2008-10-313-3/+18
* Fix intermittent hanging where two threads are waiting for completions on the...Gordon Sim2008-10-311-1/+1
* Resolve Time diffs for Windows; add Windows version of asynch I/O layer. Reso...Stephen D. Huston2008-10-301-2/+3
* Replicate session state for un-acknowledged messages to new cluster members.Alan Conway2008-10-302-9/+9
* * added flag to SubscriptionSettings to control automatic completion of messageGordon Sim2008-10-293-22/+38
* Fix minor compile warnings noticed on WindowsStephen D. Huston2008-10-275-7/+6
* client::SubscriptionManager::findSubscription() throws if not found.Alan Conway2008-10-272-4/+6
* corrected compile errorCarl C. Trieloff2008-10-261-1/+1
* Change 'at' to 'find' to build with older g++ and with MSVCStephen D. Huston2008-10-261-1/+2
* Refactor duplicated Module-handling from broker/client to commonStephen D. Huston2008-10-261-59/+13