summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* Make sure that Rdma::Listener can generate no more callbacks after it receivesAndrew Stitcher2010-10-121-0/+12
* If we have already stopped an Rdma connection, but we still get a data eventAndrew Stitcher2010-10-121-0/+3
* Handle Rdma Flush events - instead of reporting to the application justAndrew Stitcher2010-10-121-0/+16
* Fix Rdma test server so that you can interrupt it again (since makingAndrew Stitcher2010-10-121-3/+9
* Catch uncaught exceptions thrown by DispatchHandle callbacks instead of lettingAndrew Stitcher2010-10-121-0/+7
* Converted four files from DOS format to Unix format to match all of the otherTed Ross2010-10-114-1335/+1335
* QPID-2866 Remove unneeded build files and directoryCharles E. Rolke2010-10-113-433/+0
* QPID-2865 Cpp messaging examples compile problems for x64.Charles E. Rolke2010-10-116-12/+12
* QPID-2863Charles E. Rolke2010-10-112-156/+0
* QPID-2863 Propagate WinSDK Build Version numbers to the Messaging .NET BindingCharles E. Rolke2010-10-115-4/+169
* QPID-2895 Qpid Windows Messaging .NET Binding does not work in release mode.Charles E. Rolke2010-10-1117-408/+808
* Registers the amq.failover exchange in the management exchange.Jonathan Robie2010-10-085-14/+23
* Apply patch from QPID-2415 describing SSL use on Windows.Stephen D. Huston2010-10-081-0/+54
* Fix session-shutdown-after-failure so it does not cause a segfault.Ted Ross2010-10-072-6/+9
* Add explicit node-type declaration for receivers.Ted Ross2010-10-071-4/+6
* Update new cluster design: no longer planning to use MessageStore interface.Alan Conway2010-10-071-36/+26
* Cluster benchmark test script. Improvements to qpid-cpp-bencmhark.Alan Conway2010-10-043-14/+68
* Allows browsing of exclusive queues held by another session. Jonathan Robie2010-10-042-1/+21
* Fixes two bugs for ring queue policies that involve size. Jonathan Robie2010-10-013-22/+125
* Improvements to output & message distribution for qpid-cpp-benchmark.Alan Conway2010-09-304-6/+11
* Add missing files to EXTRA_DIST.Alan Conway2010-09-301-2/+6
* qpid-test-cluster: script to start a multi-host test cluster.Alan Conway2010-09-303-1/+97
* Extending qpid-cpp-benchmark for cluster testingAlan Conway2010-09-302-42/+74
* Add missing cluster test scripts to EXTRA_DIST.Alan Conway2010-09-301-1/+2
* QPID-2888: qmf v2 agent will republish all data on broker reconnect.Kenneth Anthony Giusti2010-09-302-6/+10
* new-cluster-design.txt: added note on async replication.Alan Conway2010-09-281-6/+21
* Ensure that a rejected message is also dequeued.Jonathan Robie2010-09-281-0/+2
* Scripts using rsync and ssh to assist cluster testing:Alan Conway2010-09-275-0/+188
* Added install_env.sh to set environment variables to use an install prefix.Alan Conway2010-09-274-7/+35
* Update new-cluster-design.txt, clarifications & notes.Alan Conway2010-09-241-13/+19
* Update new-cluster-design.txt: improvements to new members joining cluster.Alan Conway2010-09-241-3/+82
* QPID-2885: clean up memory leaks on C++ qmf console shutdown.Kenneth Anthony Giusti2010-09-242-0/+14
* Renamed swig-generated Ruby binding for QMF2 from "qmf2" to "cqmf2" to match theTed Ross2010-09-233-10/+547
* Design note on proposed new cluster design.Alan Conway2010-09-221-0/+277
* QPID-2880: allow boolean values in method call map/list arguments.Kenneth Anthony Giusti2010-09-223-7/+21
* clarify a commentKenneth Anthony Giusti2010-09-221-1/+3
* Added type casts to literal numbers in cpp/src/tests/Qmf2.cpp.Ted Ross2010-09-221-7/+7
* QMFv2 Additions:Ted Ross2010-09-2129-300/+1806
* Renamed the MessageStore interface truncateInit parameter to a more generic n...Kim van der Riet2010-09-211-7/+9
* QPID-2875: wait for federation configuration to settle before testing route p...Kenneth Anthony Giusti2010-09-211-21/+78
* QPID-2860: Have exchange declared as correct type if auto-createdGordon Sim2010-09-211-1/+1
* Adding cast to list and map size comparisons to avoid signed/unsigned compari...Jonathan Robie2010-09-161-2/+2
* Fixes parsing problem with empty lists ('[]') in addresses, which previously ...Jonathan Robie2010-09-163-2/+26
* QPID-2859: Save the agent's name to the configuration file.Kenneth Anthony Giusti2010-09-152-20/+61
* Removed spurious commentTed Ross2010-09-151-1/+1
* Adds a parameter to several examples to allow connection options to be specif...Jonathan Robie2010-09-146-10/+19
* Fixed a thread safety issue in which the managementObjects map was used in an...Ted Ross2010-09-142-55/+66
* Break deadlock caused when ClusterTimer::drop is called concurrently with Tim...Alan Conway2010-09-092-6/+8
* Fix to allow compilation with libibverbs 1.1.2Andrew Stitcher2010-09-082-2/+2
* Stop the client side Rdma code from receiving connection events before the da...Andrew Stitcher2010-09-083-0/+6