summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA: Fixed compile error on RHEL5: double doesn't convert to int64_tAlan Conway2012-07-111-1/+1
* QPID-4128: Remove use of intrusive_ptr::reset, not available in older boost v...Alan Conway2012-07-111-1/+1
* QPID-4129 Cluster connection leak when auth failure. This patch closes local ...Charles E. Rolke2012-07-111-0/+2
* QPID-4128: HA should not use amq.failover for replication linksAlan Conway2012-07-102-2/+3
* QPID-4126: HA primary times out expected backups.Alan Conway2012-07-107-33/+112
* QPID-4127: Ensure SystemInfo::isLocalHost() returns true for ::1Gordon Sim2012-07-101-1/+5
* QPID-4118: HA does not work with authentication and authorization.Alan Conway2012-07-096-31/+122
* QPID-3757: clean up demux when subscription manager is destroyedGordon Sim2012-07-092-1/+12
* QPID-4117: honour alternate-exchange option specified within x-declare for a ...Gordon Sim2012-07-062-2/+24
* QPID-3883: Using application headers in messages causes a very large slowdownAndrew Stitcher2012-07-065-17/+64
* QPID-3883: Using application headers in messages causes a very large slowdownAndrew Stitcher2012-07-061-81/+224
* NO-JIRA: Changed VariantImpl to use a union more sensibly and avoid ugly and ...Andrew Stitcher2012-07-061-39/+33
* NO-JIRA: Fix previous TimerTask fix to workaround stupid windows.h symbol cor...Andrew Stitcher2012-07-062-3/+3
* QPID-4085: HA review and fix lock scopes.Alan Conway2012-07-053-45/+53
* NO-JIRA: Remove dead code.Alan Conway2012-07-056-63/+0
* QPID-4085: HA failover test: wait for all receivers to be connected.Alan Conway2012-07-051-12/+13
* QPID-4085: HA add missing lock in HaBroker::getKnownBrokers()Alan Conway2012-07-051-0/+1
* QPID-4085: HA failover test: client failure: "connection not yet open"Alan Conway2012-07-051-1/+1
* QPID-4085: HA message-loss race condition, handling replication event after r...Alan Conway2012-07-054-8/+18
* NO-JIRA: Fix for potential Timer deadlock issue:Andrew Stitcher2012-07-052-11/+51
* NO-JIRA: Trivial fix for crash-on-exit bug.Alan Conway2012-07-043-3/+2
* NO-JIRA: Don't run the IPv6 test unless the machine has global IPv6 addressesAndrew Stitcher2012-07-031-0/+13
* NO-JIRA: Removed dead code.Alan Conway2012-07-031-8/+0
* NO-JIRA: Typo in previous fixAndrew Stitcher2012-07-021-1/+1
* NO-JIRA: Fixed erroneous use of operator+Andrew Stitcher2012-07-011-1/+4
* QPID-4021: Badly behaved clients can still clog up the brokerAndrew Stitcher2012-06-282-2/+12
* NO-JIRA: Add missing EXTERN declarations needed by HA module.Alan Conway2012-06-281-6/+10
* NO-JIRA: Get rid of noisy errors from rejected connections.Alan Conway2012-06-282-6/+4
* NO-JIRA: ha_tests.py raise exception for errors in qpid-haAlan Conway2012-06-271-2/+5
* NO-JIRA: Make qmf/BrokerImportExport.h header publicAlan Conway2012-06-273-44/+3
* QPID-3902 force [Test] log category into test instanceCharles E. Rolke2012-06-261-1/+1
* NO-JIRA: Fix build error on windows, introduced in r1352992Alan Conway2012-06-261-1/+1
* NO-JIRA: Trivial code cleanup, removing outdated FIXME comments.Alan Conway2012-06-228-69/+2
* NO-JIRA: Simplify locking and remove member-update callback in HA code.Alan Conway2012-06-227-55/+60
* NO-JIRA: Cleanup in HA code.Alan Conway2012-06-225-67/+41
* QPID-4078: Fix primary self-connections in long running test.Alan Conway2012-06-229-43/+46
* QPID-3849: Client connection breaks broker-to-broker cluster SASL authenticat...Alan Conway2012-06-2210-24/+53
* QPID-4075: Raise delete event for autodeleted queues alsoGordon Sim2012-06-227-12/+32
* NO-JIRA 0.18 release - add an EXTRA_DIST file required for windows buildsCharles E. Rolke2012-06-211-0/+1
* QPID-4082: cluster de-sync after broker restart & queue replicationAlan Conway2012-06-214-3/+7
* QPID-4076: Patch from Andy Goldstein, don't use infinite credit on bridges wi...Gordon Sim2012-06-201-3/+3
* QPID-3902 log category - force log statement to be in test category and to di...Charles E. Rolke2012-06-191-1/+1
* QPID-4063: remove spurious whitespace introduced in last commit.Kenneth Anthony Giusti2012-06-182-2/+0
* QPID-4063: allow configuration of source queue for exchange or dynamic routesKenneth Anthony Giusti2012-06-184-12/+187
* 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