summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client
Commit message (Expand)AuthorAgeFilesLines
* Deallocate rdma state when closing an rdma connectionAndrew Stitcher2010-02-171-0/+4
* Correct periodic flush logic in MessageReplayTrackerGordon Sim2010-02-041-1/+1
* QPID-2380: recognise reliability option for sender (also added capacity to qp...Gordon Sim2010-02-024-11/+41
* QPID-664: change format of connection options string to match address options...Gordon Sim2010-01-282-3/+9
* QPID-664: change cancel() to close() for consistencyGordon Sim2010-01-275-19/+19
* Make TCP more like RDMAAndrew Stitcher2010-01-261-3/+5
* Fix memory error in previous SocketAddress refactoringAndrew Stitcher2010-01-261-4/+4
* QPID-2288: add support for bindings in address optionsGordon Sim2010-01-261-13/+55
* Add SSL support for Windows client and broker per QPID-1403. Adds new AsynchI...Stephen D. Huston2010-01-233-11/+203
* If we've already closed Connection don't attempt to write to itAndrew Stitcher2010-01-221-0/+4
* #include SecurityLayer.h needs to go back in; MSVC needs to see the class def...Stephen D. Huston2010-01-221-0/+1
* QPID-2347: Signal deletion of queue to active subscribers via a resource-dele...Gordon Sim2010-01-221-0/+1
* Allow Connection to be closed whilst still connecting without error.Andrew Stitcher2010-01-211-1/+2
* Ensure that shutting down an unsuccessful connect can't race with connection ...Andrew Stitcher2010-01-211-3/+9
* Remove possible double closing of connection on connect failureAndrew Stitcher2010-01-211-7/+4
* Fix a potential RDMA connect failure raceAndrew Stitcher2010-01-211-3/+4
* QPID-1879 Don't use a thread for every new client ConnectionAndrew Stitcher2010-01-217-220/+196
* Split out AsynchConnecter::start from constructor (like other AsynchIO classes)Andrew Stitcher2010-01-211-1/+2
* Made the getSSF() member functions of Connectors private as they can't be use...Andrew Stitcher2010-01-213-3/+3
* Provide access to a sessions connection.Gordon Sim2010-01-202-0/+9
* QPID-664: added support for testing transactions to qpid-send and qpid-recv, ...Gordon Sim2010-01-201-1/+1
* QPID-2323: add a Uuid type and allow it as the value of a Variant.Gordon Sim2010-01-151-15/+23
* QPID-664: Added some of the missing standard message headers. Added two new t...Gordon Sim2010-01-122-6/+22
* QPID-2293: MessageReplyTracker loses messages if an exception is thrown duri...Alan Conway2009-12-171-3/+1
* QPID-2279: Removal of unused "using qpid::messaging::filter"Andrew Stitcher2009-12-153-3/+0
* Move the TCPConnector class to its own file to allow deriving from it; resolv...Stephen D. Huston2009-12-143-352/+445
* Fix compile warnings; resolve QPID-2272Stephen D. Huston2009-12-142-3/+3
* Add comments to start(); resolves QPID-1899Stephen D. Huston2009-12-021-1/+17
* 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