| Commit message (Expand) | Author | Age | Files | Lines |
| * | Moved a variable inside an assertion to avoid unused variable error when the ... | Jonathan Robie | 2009-03-06 | 1 | -2/+1 |
| * | AclPlugin: Use --acl-file unmodified if --no-data-dir. | Alan Conway | 2009-03-06 | 2 | -10/+5 |
| * | QPID-1719: Ensure management object id remain in sync across cluster. | Gordon Sim | 2009-03-06 | 3 | -7/+37 |
| * | QPID-1718: Ensure that cancellation caused by e.g. SubscriptionManager::get()... | Gordon Sim | 2009-03-05 | 2 | -2/+19 |
| * | QPID-1717: Check that target queue for replication events exists before atte... | Gordon Sim | 2009-03-05 | 2 | -13/+26 |
| * | Cluster: restore separate event/frame threads. | Alan Conway | 2009-03-05 | 4 | -89/+70 |
| * | qpid/broker/QueuePolicy.cpp | Manuel Teira Paz | 2009-03-05 | 2 | -3/+3 |
| * | qpid/log/posix/SinkOptions.cpp | Manuel Teira Paz | 2009-03-05 | 1 | -1/+5 |
| * | qpid::log::Selector: Include strings.h for ::strlen | Manuel Teira Paz | 2009-03-05 | 1 | -0/+1 |
| * | Replace PF_LOCAL with PF_UNIX, since it seems to be equivalent, and the | Manuel Teira Paz | 2009-03-05 | 1 | -1/+1 |
| * | In qpid::client::SessionImpl | Manuel Teira Paz | 2009-03-05 | 1 | -1/+2 |
| * | Add a pair of missing std:: namespaces | Manuel Teira Paz | 2009-03-05 | 2 | -3/+3 |
| * | Implement a solaris qpid::sys::SystemInfo | Manuel Teira Paz | 2009-03-05 | 2 | -2/+111 |
| * | Remove the argument type in the boost::function template since | Manuel Teira Paz | 2009-03-05 | 1 | -1/+1 |
| * | Define the QPID_TSS macro for the Sun Studio Compilers | Manuel Teira Paz | 2009-03-05 | 1 | -0/+2 |
| * | Prepend std namespace to atoi since we are including cstdlib | Manuel Teira Paz | 2009-03-05 | 1 | -1/+1 |
| * | cluster: fix delivery-property.exchange-name set on updated messages. | Alan Conway | 2009-03-05 | 21 | -89/+143 |
| * | Remove socklen_t for Windows; related to QPID-1710 | Stephen D. Huston | 2009-03-05 | 2 | -3/+2 |
| * | QPID-1711: Ensure the session state between the two peers in an inter-broker ... | Gordon Sim | 2009-03-04 | 9 | -43/+100 |
| * | Improved log message | Gordon Sim | 2009-03-04 | 1 | -1/+1 |
| * | Added some extra debug information on failover time. | Gordon Sim | 2009-03-04 | 1 | -1/+10 |
| * | QPID-1710: update test inline with modified method signature. | Gordon Sim | 2009-03-04 | 1 | -1/+1 |
| * | QPID-1710 Removed unnecessary nonportable internal API | Andrew Stitcher | 2009-03-04 | 6 | -10/+8 |
| * | cpp/src/tests/ForkedBroker.cpp: supress misleading exceptions with kill -9. | Alan Conway | 2009-03-03 | 2 | -4/+3 |
| * | Correct Socket error reporting so that it gives a useful message | Andrew Stitcher | 2009-03-03 | 1 | -1/+1 |
| * | cluster::UpdateClient added missing error handling. | Alan Conway | 2009-03-03 | 5 | -52/+113 |
| * | Complete change started by r749621: "Avoid use of std::vector::data(), not av... | Gordon Sim | 2009-03-03 | 1 | -1/+1 |
| * | QPID-1707 Mick Goulish. Improved failover_soak code | Alan Conway | 2009-03-03 | 1 | -8/+19 |
| * | Avoid use of std::vector::data(), not available on some platforms. | Alan Conway | 2009-03-03 | 1 | -1/+1 |
| * | Replicate connection decoder fragments to new members. | Alan Conway | 2009-03-02 | 23 | -396/+221 |
| * | Remove -Wno-missing-field-initializers which is not supported by gcc3.4 | Andrew Stitcher | 2009-03-02 | 2 | -3/+2 |
| * | - Reworked DispatchHandler state machine to eliminate race conditions | Andrew Stitcher | 2009-03-02 | 8 | -87/+246 |
| * | QPID-1705: added unit test for heartbeat firing after connection has failed over | Gordon Sim | 2009-03-02 | 1 | -0/+85 |
| * | QPID-1705: cancel heartbeat timer task as part of cleanup | Gordon Sim | 2009-03-02 | 1 | -0/+3 |
| * | Add lock to cluster::ConnectionMap, make it thread safe. | Alan Conway | 2009-02-27 | 3 | -12/+14 |
| * | Modified so that the content of the message is only parsed if it is used in a... | Jonathan Robie | 2009-02-27 | 2 | -55/+78 |
| * | cluster: apply membership updates while in CATCHUP mode. | Alan Conway | 2009-02-27 | 2 | -10/+11 |
| * | Sorry, forgot a crucial line in my last 'fix'! | Gordon Sim | 2009-02-27 | 1 | -0/+1 |
| * | Fix test to account for failure after last message has been delivered, but be... | Gordon Sim | 2009-02-27 | 1 | -4/+8 |
| * | Fix to avoid spinning if an exception is thrown in cluster::PollableQueue. | Alan Conway | 2009-02-26 | 1 | -0/+2 |
| * | Send session.detached back to server in response to a detach. | Gordon Sim | 2009-02-26 | 1 | -0/+1 |
| * | Add browse option, useful for ad-hoc testing. | Gordon Sim | 2009-02-26 | 1 | -6/+9 |
| * | Added a couple of extra options that are useful in ad-hoc testing. | Gordon Sim | 2009-02-26 | 1 | -7/+21 |
| * | Remove "flow enabled" log messages. | Alan Conway | 2009-02-26 | 2 | -10/+7 |
| * | QPID-1695: Make LVQ persist durable messages | Gordon Sim | 2009-02-26 | 3 | -7/+27 |
| * | QPID-1693: Improvements to failover soak test from mgoulish@redhat.com | Gordon Sim | 2009-02-26 | 1 | -40/+129 |
| * | Add FrameDecoder unit test, update comments in Cluster.h/cpp. | Alan Conway | 2009-02-25 | 4 | -5/+82 |
| * | Bugfix: This fixes a bug in the management agent where an explicit get-request | Ted Ross | 2009-02-25 | 2 | -0/+12 |
| * | Need to register finalizer so that we can release the shared pointer to the q... | Gordon Sim | 2009-02-25 | 2 | -0/+3 |
| * | Fix for bug in credit reallocation, along with test from rafaels@redhat.com t... | Gordon Sim | 2009-02-25 | 1 | -2/+4 |