summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client
Commit message (Expand)AuthorAgeFilesLines
* Fix read-credit bug causing cluster brokers to disconnect clients sporadically.Alan Conway2010-07-142-8/+21
* QPID-664: Don't hold lock while waiting for incoming message in nextReceiver(...Gordon Sim2010-07-061-1/+1
* Fix spordic failure in cluster_test testConnectionKnownHosts.Alan Conway2010-07-011-2/+10
* QPID-664: Translate exceptions to correct type when occuring on creating new ...Gordon Sim2010-07-011-0/+4
* QPID-664: expose authenticated username for connectionGordon Sim2010-06-302-0/+5
* QPID-664: corrected option name for setting subscribe options on a queueGordon Sim2010-06-301-2/+2
* QPID-2698: recognise special property names for amqp 0-10 specific message- a...Gordon Sim2010-06-252-3/+48
* Ensure that we can't shutdown in the middle of writing a bufferAndrew Stitcher2010-06-141-0/+1
* Combine Rdma::Buffer and ibv_sge needed to send itAndrew Stitcher2010-06-141-6/+5
* In Rdma::AsynchIO::stop():Andrew Stitcher2010-06-141-4/+15
* Ensure that AsynchConnector is disassociated from Poller when aborting connec...Gordon Sim2010-06-112-4/+9
* Refer to struct Url as that, not a class - fixes compile warnings on Windows.Stephen D. Huston2010-06-111-1/+1
* QPID-664: Correct the name of the subject string used for incoming messages.Gordon Sim2010-06-101-1/+1
* Ensure heartbeat task is cancelled before ConnectionImpl it refers to is deletedGordon Sim2010-06-091-0/+1
* Don't set USER callback, AUTHNAME is sufficientGordon Sim2010-06-071-4/+0
* QPID-664: Changed default for reconnect to false as that is more intuitive (e...Gordon Sim2010-06-021-1/+1
* Fix compilation error on windowsGordon Sim2010-05-281-1/+1
* QPID-2598: Prevent exit hang on windows (at the expense of intermittent leak ...Gordon Sim2010-05-281-10/+8
* QPID-2631: For blocking Bounds::expand() calls, only increase the current cou...Gordon Sim2010-05-275-10/+21
* 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