summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Attempt one at merge from r1021441:HEADgrkvlt-network-20101013Andrew Donald Kennedy2010-12-06123-792/+2453
* Move id generator for connections to broker instanceAndrew Donald Kennedy2010-10-203-8/+16
* QPID-2498: Changes from ebourg addedAndrew Donald Kennedy2010-10-195-57/+38
* TidyupAndrew Donald Kennedy2010-10-1513-51/+66
* Minor updatesAndrew Donald Kennedy2010-10-1317-677/+89
* Network layer changes, and then some. Actual commit history preserved elsewhe...Andrew Donald Kennedy2010-10-13410-22692/+8992
* Branch containing grkvlt proposed network layer changes et alAndrew Donald Kennedy2010-10-130-0/+0
* 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
* QPID-2898: when UUID is null, return null instead of doing String.valueOf()Robert Gemmell2010-10-111-1/+4
* 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
* The receiver was only counting messages if dups check was on.Rajith Muditha Attapattu2010-10-061-0/+5
* Added more test cases to cover failover.Rajith Muditha Attapattu2010-10-051-12/+96
* 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
* QPID-2749: Revert changes due to performance issuesAndrew Donald Kennedy2010-10-042-2/+2
* QPID-2892: Catch Exception on signal handler failureAndrew Donald Kennedy2010-10-031-1/+1
* QPID-2839 Add channel (CHN) Operational Loggin on 0-10Andrew Donald Kennedy2010-10-035-28/+58
* QPID-2835 Implement CON Operational Logging on 0-10Andrew Donald Kennedy2010-10-0314-64/+129
* Fixes two bugs for ring queue policies that involve size. Jonathan Robie2010-10-013-22/+125
* QPID-2857: Fix issue identified by running FindBugs across the codebase. Clos...Robert Gemmell2010-10-011-4/+11
* 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
* QPID-2857: Fix issue identified by running FindBugs across the codebase. Rele...Robert Gemmell2010-09-301-19/+22
* Added the ability to load the store module via installed rpms or using an exp...Rajith Muditha Attapattu2010-09-302-122/+74
* A connection listener is set to all connections, to catch any connection leve...Rajith Muditha Attapattu2010-09-301-2/+10
* QPID-2857: close the input stream used when loading properties files for JNDI...Robert Gemmell2010-09-291-1/+10