summaryrefslogtreecommitdiff
path: root/qpid
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-4072: HA use backup messages in failover.Alan Conway2012-06-188-114/+152
* NO-JIRA: Remove non-existing file windows/MemStat.cpp from ha.mk.Alan Conway2012-06-181-1/+0
* QPID-3603: Fix & clean up in HA code.Alan Conway2012-06-186-35/+58
* QPID-3603: Minor cleanup and test improvements in HA code.Alan Conway2012-06-1812-41/+55
* NO-JIRA: Remove non-existing file HeldQueue from ha.mk.Alan Conway2012-06-181-2/+1
* QPID-4030: Check send rate actually achieved and report if it fails to match ...Gordon Sim2012-06-181-4/+14
* QPID-4060 - Fixed error in the help text.Ted Ross2012-06-181-1/+1
* NO-JIRA: Added missing EXTERN declaration on broker::Link::getRemoteAddressAlan Conway2012-06-181-1/+1
* QPID-4071: basic porting changes for solaris native compilerClifford Allan Jansen2012-06-1710-4/+18
* QPID-4022 C++ Broker connection limits corrections for cluster.Charles E. Rolke2012-06-152-33/+64
* QPID-4070 - Minor internal-api changes for LinkRegistry and Bridge (in qpid::...Ted Ross2012-06-154-8/+15
* QPID-4066 - Allow configuration to override the broker's federation tagTed Ross2012-06-154-8/+19
* QPID-4069: DistributedClientTest.testClientFailsToCreateProducerUsingInvalidS...Keith Wall2012-06-152-9/+11
* QPID-4052: [Java Broker] Increase the number of retries that the client will ...Keith Wall2012-06-151-1/+1
* QPID-3977: ChartingUtil now generates chart-summary.html file to facilitate c...Keith Wall2012-06-157-5/+259
* QPID-3977: Add support for 3D bar/line charts; XY line charts, chart subtitle...Keith Wall2012-06-1523-100/+777
* QPID-4050: reduced verbosity of logging. Also removed unnecessary imports and...Keith Wall2012-06-1515-18/+19
* QPID-4049: Linux C++ broker crashes when client connects SSL with expired cer...Andrew Stitcher2012-06-141-0/+2
* NO-JIRA: Fix build errors and warnings on windows in HA code.Alan Conway2012-06-142-2/+2
* NO-JIRA: CMakeLists.txt: moved reference to pthread from HA link list to linu...Alan Conway2012-06-141-1/+2
* NO-JIRA: Correct template to be strictly standards comformant (work with clan...Andrew Stitcher2012-06-141-1/+1
* NO-JIRA: Simple fix to make JBoss7 compilation classpath genericWeston M. Price2012-06-141-5/+5
* QPID-3603: Bug fixes to HA code, passing test_failover_send_receiveAlan Conway2012-06-1412-39/+66
* QPID-4065 - Remove the message's trace list during Queue::reRouteTed Ross2012-06-134-1/+26
* NO-JIRA:Weston M. Price2012-06-133-5/+7
* NO-JIRA: Fix error in CMakeLists.txt to link ha library.Alan Conway2012-06-131-1/+1
* QPID-4061 - Added statistic: Number of unacknowledged messages in a sessionTed Ross2012-06-136-2/+23
* NO-JIRA: Fix errors in CMakeLists.txt for ha code.Alan Conway2012-06-131-3/+2
* QPID-3603: HA bug fixes around transition to ready statusAlan Conway2012-06-1212-43/+68
* QPID-3603: Lock in Queue::getPosition.Alan Conway2012-06-121-0/+1
* QPID-3603: HA bug fixes around ha::QueueGuardAlan Conway2012-06-1213-159/+188
* QPID-3603: Improvements to HA log messages, clarify primary/backp role.Alan Conway2012-06-125-5/+6
* QPID-3603: Guard should not complete messages from the internal event queue.Alan Conway2012-06-124-11/+22
* QPID-3603: Move calls to ConfigurationObserver outside of locks.Alan Conway2012-06-122-58/+69
* QPID-3603: Introduced RemoteBackup to track backup status.Alan Conway2012-06-1232-551/+597
* QPID-3603: Separate QueueGuard from ReplicatingSubscription.Alan Conway2012-06-1237-458/+1100
* QPID-4062 : [Java Tests] add misssing file from previous checkinRobert Godfrey2012-06-121-0/+127
* QPID-4060 - qpid-stat - Improve the help text to clarify use of the different...Ted Ross2012-06-122-6/+20
* QPID-4059 - qpid-printevents refactored to use the lighter-weight management ...Ted Ross2012-06-122-28/+123
* QPID-3902 Log categoriesCharles E. Rolke2012-06-122-14/+17
* NO-JIRA: Fix parsing of C++ URLs in qpid.messaging.util to handle IPv6 addres...Alan Conway2012-06-121-3/+6
* QPID-4062 : [Java Tests] Java system tests sometimes fail due to JMX port alr...Robert Godfrey2012-06-124-64/+61
* NO-JIRA: Fix failing unit_test, updated for changes in log format.Alan Conway2012-06-121-2/+2
* QPID-4046: set intrusive ptr to zero instead of calling reset() - compatible ...Kenneth Anthony Giusti2012-06-121-1/+1
* QPID-4055 : [Java Broker] update to latest version of BDB libraryRobert Godfrey2012-06-123-3/+3
* Add missing typename. NO-JIRAStephen D. Huston2012-06-121-1/+1
* QPID-4044: Synchronise DtxRegistry#commit and #rollback to eliminate the poss...Keith Wall2012-06-111-2/+2
* QPID-3902 C++ Broker add log categoriesCharles E. Rolke2012-06-119-22/+292
* NO-JIRA - Fixed some Windows Visual Studio build errorsTed Ross2012-06-112-4/+4
* QPID-4034: XASessionImpl should override resubscribe() for correct XAWeston M. Price2012-06-111-5/+10