summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client
Commit message (Expand)AuthorAgeFilesLines
* - Hold up tearing down client I/O threads until there are no moreAndrew Stitcher2010-04-211-1/+8
* Ensure that ConnectionImpl is notified of shutdown even in the case of discon...Gordon Sim2010-04-191-1/+7
* An alternative attempt at ensuring ConnectionImpl is not deleted before IO th...Gordon Sim2010-04-173-36/+41
* Ensure that ConnectionImpl is notified of shutdown even in the case of discon...Gordon Sim2010-04-162-1/+7
* QPID-2511: Altered shutdown sequence in connectors; after connect() has retur...Gordon Sim2010-04-155-48/+73
* Tidy up unnecessary includes in ConnectionSettings and fix consequencesGordon Sim2010-04-142-0/+2
* QPID-664: more specific exception handling (avoids reconnecting for invalid url)Gordon Sim2010-04-141-1/+1
* QPID-664: changed option verifier to use constants rather than duplicating st...Gordon Sim2010-04-121-17/+18
* QPID-2497: added some verification that address options specified are validGordon Sim2010-04-091-3/+51
* QPID-664: changed pending to unsettled; added available to sender; minor upda...Gordon Sim2010-04-096-32/+32
* QPID-664: changed connect() back to open(),removed detach(),defined new excep...Gordon Sim2010-04-097-83/+151
* QPID-664: changed open() to connect(), moved url parameter to constructor, ad...Gordon Sim2010-04-083-12/+18
* Improved fix for to create client library Poller. Improved because itAndrew Stitcher2010-04-083-11/+14
* QPID-664: removed flush, added option to make sync non-blocking if so desiredGordon Sim2010-04-074-25/+21
* QPID-664: added method to release messagesGordon Sim2010-04-062-0/+22
* QPID-664: added param to control synchronous send and acknowledgeGordon Sim2010-04-064-4/+6
* QPID-664: minor adjustment to connection option namesGordon Sim2010-04-011-3/+3
* QPID-664: made changes suggested by Alan Conway, also moved 0-10 map/list cod...Gordon Sim2010-03-316-413/+27
* QPID-664: renamed headers as properties (to match python); added priorityGordon Sim2010-03-293-6/+10
* QPID-2406: a more explicit solution for durations in the messaging apiGordon Sim2010-03-294-5/+8
* QPID-664: move Variant and Uuid from messaging to types namespaceGordon Sim2010-03-2911-23/+20
* Fix "Session was not closed cleanly" warnings in a cluster broker giving an u...Alan Conway2010-03-251-4/+4
* QPID-664: Updates to address options to stay in-line with python client chang...Gordon Sim2010-03-241-272/+319
* Defer Poller creation in ConnectionImpl IOThread from creation to first use.Alan Conway2010-03-231-3/+6
* Make sure the client library Poller is created on library load before anythin...Andrew Stitcher2010-03-221-0/+9
* QPID-664: Prevent dangling pointers when receiver/sender handles stay in scop...Gordon Sim2010-03-196-27/+30
* QPID-2452: Fixed control over the encoding used when sending a string valued ...Gordon Sim2010-03-181-3/+27
* workaround for BZ 570168 ( see comment in code )Michael Goulish2010-03-171-1/+12
* Removed dependencies in qpid/messaging on qpid/client.Alan Conway2010-03-162-4/+4
* Remove warningAndrew Stitcher2010-03-161-1/+1
* QPID 24448: throw if no channels available when adding a session.Alan Conway2010-03-151-1/+2
* QPID-2382: Checked in missing files from last commitGordon Sim2010-03-123-0/+205
* QPID-2382: Created separate utility class for handling updates from failover ...Gordon Sim2010-03-113-58/+113
* QPID-2412: Support for EXTERNAL mechanism on client-authenticated SSL connect...Gordon Sim2010-03-0510-26/+46
* This is a fix for QPID-2428Rajith Muditha Attapattu2010-03-041-1/+1
* QPID-2402 & QPID-2406: Documented the units for the ttl property of Message. ...Gordon Sim2010-03-034-27/+37
* QPID-2427: Align browsing option with approach used in python clientGordon Sim2010-03-031-1/+14
* QPID-2426: Check for empty name in address when resolvingGordon Sim2010-03-031-0/+3
* 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