summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* Updates to new cluster design.Alan Conway2010-10-271-3/+6
* Revert experimental cluster code, too close to 0.8 release.Alan Conway2010-10-2724-1223/+59
* Updates to new cluster design.Alan Conway2010-10-273-1/+19
* Add missing Apache licences to cluster files.Alan Conway2010-10-263-1/+53
* Updates to new cluster design docs regarding active-passive mode.Alan Conway2010-10-263-3/+14
* QPID-2897 repair missing DLL import/export controlsCharles E. Rolke2010-10-261-7/+7
* This code's purpose was only to print out the sasl version into the logsMichael Goulish2010-10-261-5/+1
* Initial design document on implementing active/passive clustering.Alan Conway2010-10-251-0/+39
* New cluster: core framework and initial implementation of enqueue logic.Alan Conway2010-10-2519-41/+944
* QPID-2897: modify TopicExchange for better performance with respect to large ...Kenneth Anthony Giusti2010-10-242-129/+548
* Make the "SASL enabled" log message also print out the SASL version number. ...Michael Goulish2010-10-221-1/+5
* Add hybrid SQL-CLFS store that can be used on Windows systems Vista, Win Serv...Stephen D. Huston2010-10-2117-6/+3185
* QPID-1672, r1024541 Failed to modify the windows-private SaslFactory. This co...Charles E. Rolke2010-10-212-13/+42
* Strings that identify federation operations.Jonathan Robie2010-10-211-0/+38
* Adds support for federation in the XML exchange.Jonathan Robie2010-10-209-183/+310
* SASLizing Interbroker LinksMichael Goulish2010-10-2013-44/+257
* Fix compile error: outline set/getCluster fucntions on Broker.Alan Conway2010-10-192-2/+6
* Introduce broker::Cluster interface.Alan Conway2010-10-1812-51/+745
* Code cleanup in broker directory.Alan Conway2010-10-1446-461/+488
* Add state constraint annotations to Rdma::AsynchIO;Andrew Stitcher2010-10-121-4/+14
* Improve the performance of the Rdma::AsynchIO by using a veryAndrew Stitcher2010-10-122-7/+62
* Rewrite Rdma::AsynchIO to use deferred code rather than a state machine:Andrew Stitcher2010-10-122-238/+26
* 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-123-38/+72
* 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
* Registers the amq.failover exchange in the management exchange.Jonathan Robie2010-10-084-12/+13
* Update new cluster design: no longer planning to use MessageStore interface.Alan Conway2010-10-071-36/+26
* Allows browsing of exclusive queues held by another session. Jonathan Robie2010-10-041-1/+2
* Fixes two bugs for ring queue policies that involve size. Jonathan Robie2010-10-012-20/+44
* 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
* 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
* Design note on proposed new cluster design.Alan Conway2010-09-221-0/+277
* Renamed the MessageStore interface truncateInit parameter to a more generic n...Kim van der Riet2010-09-211-7/+9
* Fixes parsing problem with empty lists ('[]') in addresses, which previously ...Jonathan Robie2010-09-162-2/+8
* 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
* 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