summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client
Commit message (Expand)AuthorAgeFilesLines
* Prevent race between shutdown() and release() resulting in attempt to close d...Gordon Sim2010-05-191-3/+12
* Fix RDMA for upstream changes which now require notification on shutdownAndrew Stitcher2010-05-181-29/+66
* Added locking to make amqp_0_10::SenderImpl thread safe.Alan Conway2010-05-182-11/+38
* QPID-2612: Fix to windows build from Chuck RolkeGordon Sim2010-05-181-2/+2
* Fix retry logic in ConnectionImpl::newSession.Alan Conway2010-05-171-8/+9
* Fix errors when new API Receiver is closed while in use.Alan Conway2010-05-142-23/+24
* Initial multi-thread unit test for messaging API.Alan Conway2010-05-142-0/+9
* Moved FailoverUpdates to qpid::messaging namespace.Alan Conway2010-05-131-86/+0
* New API clients failover in a cluster with SSL connections.Alan Conway2010-05-132-19/+42
* Fix deadlocks & thread safety in new API classes.Alan Conway2010-05-139-61/+112
* Transfer TCP code changes to RDMA codeAndrew Stitcher2010-05-131-6/+7
* Fixes to new API impl to support failover.Alan Conway2010-05-123-16/+20
* QPID-664: Fix failover updates to set correct option name; clear list valued ...Gordon Sim2010-05-112-1/+3
* Support for multiple protocols in qpid::Url.Alan Conway2010-05-114-20/+19
* QPID-664: Add default constructor for Connection; add option to set url on ex...Gordon Sim2010-05-111-5/+10
* QPID-664: Fix bug preventing re-establishment of credit on reconnectGordon Sim2010-05-111-1/+1
* Allow empty subject for direct- and xml- exchangesGordon Sim2010-05-051-3/+7
* Load client side plugins just before creating the first Connection.Andrew Stitcher2010-04-273-4/+54
* QPID-664: allow safe closing of session as part of handling a session exceptionGordon Sim2010-04-274-13/+31
* QPID-2548: applied patch from francesco emmiGordon Sim2010-04-261-0/+4
* - 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