summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* Fix QPID-4269Stephen D. Huston2012-09-111-1/+34
* QPID-4194 : re-enable queue events in CATCHUP state.Michael Goulish2012-08-141-1/+6
* QPID-4142 C++ broker connection counting confused using auth. Merge from trun...Charles E. Rolke2012-08-136-0/+63
* NO-JIRA: Trivial correction to log message.Alan Conway2012-08-071-1/+1
* NO-JIRA: Remove debug logginng statement left in by mistake.Alan Conway2012-08-071-1/+0
* QPID-4191: HA removing self address breaks if a VIP is used.Alan Conway2012-08-0711-67/+68
* Revert "WIP: BrokerReplicator, QueueReplicator error handling."Alan Conway2012-08-014-12/+5
* QPID-4175: HA code rationalize loggingAlan Conway2012-07-316-18/+34
* WIP: BrokerReplicator, QueueReplicator error handling.Alan Conway2012-07-314-5/+12
* NO-JIRA: Fix typo in makefiles, incorrect file name.Alan Conway2012-07-302-2/+2
* QPID-4107 HA does not replicate alternate-exchangeAlan Conway2012-07-266-55/+244
* QPID-4159: HA missing messages in failover test.Alan Conway2012-07-267-34/+40
* QPID-4165: Fix unsused variable warnings when compiling with -DNDEBUGAlan Conway2012-07-243-5/+5
* NO-JIRA: Fix typos, update comments, update log messages.Alan Conway2012-07-247-15/+32
* QPID-4163: Deadlock between LinkRegistry and TimerTask locksAlan Conway2012-07-242-10/+12
* QPID-4159: HA Missing messages in failover test.Alan Conway2012-07-243-10/+27
* QPID-4158: HA transition to CATCHUP status too early; merged from 1363520Gordon Sim2012-07-201-16/+4
* QPID-4156: HA close window for clients to connect before HA broker is initial...Gordon Sim2012-07-203-10/+31
* NO-JIRA: Removed use of boost::bind which was causing build failure on windows.Alan Conway2012-07-191-2/+2
* QPID-4148: HA Not setting initial queues for new RemoteBackupsAlan Conway2012-07-193-14/+21
* QPID-4145: HA Minor fixes to recoveryAlan Conway2012-07-197-27/+44
* QPID-4144 HA broker deadlocks on broker::QueueRegistry lock and ha::Primary lockAlan Conway2012-07-195-52/+44
* QPID-4138: HA sporadic failure in ha_testsAlan Conway2012-07-194-1/+8
* QPID-4136: HA sporadic failures in ha_testsAlan Conway2012-07-172-2/+6
* QPID-4133: (Jason Dillaman) Non-responsive peer in federated link can result ...Alan Conway2012-07-171-1/+3
* NO-JIRA: Added missing EXTERN statements causing build breakage.Alan Conway2012-07-171-2/+3
* QPID-4036 QPID-4192 cluster connection leak on failed auth. merge from trunk.Charles E. Rolke2012-07-171-0/+2
* QPID-4126: HA primary times out expected backups.Alan Conway2012-07-117-33/+112
* QPID-4128: HA should not use amq.failover for replication linksAlan Conway2012-07-112-2/+3
* QPID-4118: HA does not work with authentication and authorization.Alan Conway2012-07-116-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