summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client
Commit message (Expand)AuthorAgeFilesLines
* Added new arg to Saslfactory::createMichael Goulish2010-12-011-1/+1
* QPID-2940: always request completions from broker on Session::acknowledge(), ...Gordon Sim2010-11-121-1/+3
* QPID-1672, r1024541 Failed to modify the windows-private SaslFactory. This co...Charles E. Rolke2010-10-211-10/+39
* SASLizing Interbroker LinksMichael Goulish2010-10-205-500/+9
* Delay deleting the Rdma::AsynchIO associated with a Connection to just beforeAndrew Stitcher2010-10-121-69/+55
* Account for seemingly getting reject messages after already getting establishedAndrew Stitcher2010-10-121-1/+7
* Serialise close into the data callbacks:Andrew Stitcher2010-10-121-34/+50
* Converted four files from DOS format to Unix format to match all of the otherTed Ross2010-10-111-181/+181
* Stop the client side Rdma code from receiving connection events before the da...Andrew Stitcher2010-09-081-0/+1
* Delay client side Rdma connection disconnect() so that it happens serialisedAndrew Stitcher2010-09-081-3/+8
* Trivial comment fixAndrew Stitcher2010-09-081-5/+5
* Remove write after frees in Rdma::AsynchIO and qpid::client::RdmaConnectorAndrew Stitcher2010-09-081-1/+2
* Remove use of dubious auto_ptrAndrew Stitcher2010-09-081-5/+2
* Make sure that we fail connection correctly if connect fails.Andrew Stitcher2010-09-081-11/+26
* Stop using references to intrusive_ptr in Rdma codeAndrew Stitcher2010-09-081-8/+8
* Give timer tasks a name for logging purposes.Alan Conway2010-08-261-1/+1
* QPID-2807: Allow per message acknowledgementGordon Sim2010-08-206-1/+56
* QPID-2817: on close, wait for at most the heartbeat interval (if specified) f...Gordon Sim2010-08-203-1/+30
* Fix locking in receiver impl; protect session member against concurrent fetch...Gordon Sim2010-08-161-2/+7
* 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