summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client
Commit message (Expand)AuthorAgeFilesLines
* Fix leak in SASL code, enable cluster ACL test.Alan Conway2009-11-021-1/+24
* Fix memory leak in testCoincidentErrors due to un-joined connector thread.Alan Conway2009-10-301-2/+8
* Use class/struct consistently for OutgoingMessage.Stephen D. Huston2009-10-272-2/+2
* Make Session::close and Connection::close no-throwAlan Conway2009-10-272-9/+17
* Separate FailoverListener from client::Connection.Alan Conway2009-10-2610-167/+56
* Ignore exceptions from detach() in ~SessionImpl.Alan Conway2009-10-261-3/+5
* Fix problems with sessions going out of scope and session numbers wrapping ar...Alan Conway2009-10-213-10/+30
* Fixed tcp nodelay, broken by previous socket code shufflingAndrew Stitcher2009-10-161-1/+1
* Protect close methodCarl C. Trieloff2009-10-161-1/+2
* Used new SocketAddress class in rdma codeAndrew Stitcher2009-10-091-13/+2
* Split TCP connect so that the connect is non blockingAndrew Stitcher2009-10-091-35/+47
* Fixed: cluster udpate did not presever deliver-properties.exchange on messages.Alan Conway2009-10-052-6/+16
* define content- and view- classes separately from message classGordon Sim2009-10-023-35/+4
* Attempt to clean up a warning about violating aliasing rules.Ted Ross2009-09-231-3/+3
* QPID-2112 - C++ Client: Facility needed for app to extract the user-ID in use...Ted Ross2009-09-226-0/+29
* Added available and pendingAck properties to Receiver; added capacity and pen...Gordon Sim2009-09-1412-120/+415
* Adjust to new location of state_saver in Boost 1.40; fixes QPID-2090Stephen D. Huston2009-09-091-2/+9
* Remove extra ::Variant from translate() signatureStephen D. Huston2009-09-081-1/+1
* QPID-664: Added automatic message replay on reconnection.Gordon Sim2009-09-078-26/+209
* QPID-664: Added automatic reconnection logic.Gordon Sim2009-09-0710-159/+687
* Changes to make messaging API build on Windows: Prepend VAR_ to Variant types...Stephen D. Huston2009-08-313-19/+19
* Hide internal message ID behind APIGordon Sim2009-08-262-12/+7
* Fixed minor issues from r807731 to build correctly on Fedora 10 (x86_64).Ted Ross2009-08-252-4/+10
* QPID-664: Initial checkin of high level messaging api for c++Gordon Sim2009-08-2519-0/+2208
* Remove using namespace boost - not needed and causes confusion with uint8_t f...Stephen D. Huston2009-08-201-1/+0
* Add needed extern decorators for Windows; applies patch QPID-2061-1.patch in ...Stephen D. Huston2009-08-202-11/+13
* QPID-2058: Add a flag to the version of SessionImpl::send() that takes a Fram...Gordon Sim2009-08-192-3/+11
* QPID-2048: Handle connection fail while attempting to close.Gordon Sim2009-08-133-4/+21
* 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