summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client
Commit message (Expand)AuthorAgeFilesLines
* QPID-664: Allow session to be specified as transactional; add basic test of t...Gordon Sim2009-11-234-5/+7
* QPID-664: Use subject if specified as binding key when a map filter is specifiedGordon Sim2009-11-231-13/+19
* QPID-664: Set subject in application headers when specifiedGordon Sim2009-11-234-25/+23
* QPID-664: Added some documentation for address options; tidied up the handlin...Gordon Sim2009-11-191-5/+22
* QPID-664: Refactored address resolution; ensure type is asserted on when requ...Gordon Sim2009-11-191-77/+58
* QPID-664: Bring address option names in to line with those used in python cli...Gordon Sim2009-11-191-25/+38
* QPID-664: Refine address resolution; if type not specified, default to queue ...Gordon Sim2009-11-191-31/+80
* Change content type for map and list messages to align with python client.Gordon Sim2009-11-191-2/+2
* QPID-664: Add accessors for connection from session, and for session from sen...Gordon Sim2009-11-176-3/+23
* QPID-664: Allow application to set session name and retrieve session using th...Gordon Sim2009-11-172-9/+34
* QPID-664: Cancel all senders and receivers on closing session; check queue/ex...Gordon Sim2009-11-172-2/+25
* QPID-664: Added getReceiver()/getSender() methods to session in new api.Gordon Sim2009-11-174-1/+33
* QPID-664: Remove start()/stop() methods from apiGordon Sim2009-11-163-34/+15
* Merge branch 'next_receiver_changes' into trunkGordon Sim2009-11-164-88/+3
* Merge branch 'next_receiver_changes' into trunkGordon Sim2009-11-124-7/+81
* Fix compilation error on some platformsGordon Sim2009-11-111-1/+1
* Added support for address parsing, create/assert/delete policiesGordon Sim2009-11-1110-280/+554
* Add new ssf arg to Sasl::startStephen D. Huston2009-11-111-2/+3
* QPID-1899: Applied patch from Ken Giusti to tie in SASL enctryption to the ha...Gordon Sim2009-11-099-6/+26
* 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