summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA: CMakeLists.txt: moved reference to pthread from HA link list to linu...Alan Conway2012-06-141-1/+2
* 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-133-0/+14
* 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-133-0/+13
* 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-3902 Log categoriesCharles E. Rolke2012-06-121-2/+2
* 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
* Add missing typename. NO-JIRAStephen D. Huston2012-06-121-1/+1
* QPID-3902 C++ Broker add log categoriesCharles E. Rolke2012-06-115-14/+103
* NO-JIRA - Fixed some Windows Visual Studio build errorsTed Ross2012-06-112-4/+4
* QPID-3603 add new file to CMakeListsCharles E. Rolke2012-06-111-0/+2
* QPID-4022 C++ Broker connection limits by host ip and by user name.Charles E. Rolke2012-06-1115-163/+254
* QPID-4048 - Rafactor of TopicExchange to isolate the binding-key data structure.Ted Ross2012-06-085-473/+408
* QPID-3603: Fix race condition causing sporadic crash in BrokerReplicator::ini...Alan Conway2012-06-084-5/+17
* QPID-3603: Add ConfigurationObserver.Alan Conway2012-06-0810-29/+230
* QPID-3603: HA primary sends membership updates to backup brokers.Alan Conway2012-06-0815-62/+353
* QPID-4046: rate limit the release of dequeued messages.Kenneth Anthony Giusti2012-06-081-8/+17
* QPID-4040 - Close federation links after lost heartbeats.Ted Ross2012-06-065-3/+61
* QPID-4043 - Remove usage of deprecated definitions from Corosync.Ted Ross2012-06-063-32/+55
* QPID-4041: move check for transport after setting value.Kenneth Anthony Giusti2012-06-051-5/+5
* QPID-4032 Broker ACL does not accept sub-groups in group declarationCharles E. Rolke2012-06-012-4/+52
* QPID-4031: fix deadlock by moving timer cancel outside of scoped lock.Kenneth Anthony Giusti2012-05-311-2/+3
* NO-JIRA Fix signed/unsigned warnings on RHEL 5 w/ Boost 1.33.1Stephen D. Huston2012-05-301-22/+22
* QPID-3603: Fix deadlock in ReplicatingSubscription causing primary to hang sp...Alan Conway2012-05-291-9/+27
* QPID-3603: Removed isSelf check in Backup, was returning false positives.Alan Conway2012-05-291-0/+3
* NO-JIRA: Add timerTask->cancel to ~AsynchIOHandler.Alan Conway2012-05-281-0/+2
* QPID-3603: Better log messages for HA code.Alan Conway2012-05-2810-68/+97
* QPID-3603: Failover optimization restored.Alan Conway2012-05-283-91/+198
* QPID-3603: HA brokers avoid self-connection.Alan Conway2012-05-283-7/+14
* QPID-3603: Close replication link when a backup broker is promoted to primary.Alan Conway2012-05-282-1/+2
* QPID-3603: Allow Queue::setPosition() to truncate the queue.Alan Conway2012-05-2812-92/+310
* NO-JIRA: eliminate dead code and potential null pointer dereference as found ...Kenneth Anthony Giusti2012-05-251-23/+19
* NO-JIRA: fix some defects found by Coverity static analysis scan of C++ codeKenneth Anthony Giusti2012-05-2510-12/+11
* QPID-3767: add additional test case for link sharing.Kenneth Anthony Giusti2012-05-241-0/+113
* NO-JIRA: Rearrange memory status codeAndrew Stitcher2012-05-243-5/+15
* NO-JIRA: Rearrange CMake a bit to improve the chances of compiling on non-Lin...Andrew Stitcher2012-05-241-9/+12
* NO-JIRA: Remove final vestiges of non-portable alloca().Andrew Stitcher2012-05-243-11/+9
* QPID-3004: Keep the code compatible with clang C++ compiler (and probably gcc...Andrew Stitcher2012-05-225-21/+17
* QPID-3603: Renamed brokers and public-brokers to brokers-url and public-url f...Alan Conway2012-05-224-37/+37
* QPID-3603: HA backups pass identifying info to primary.Alan Conway2012-05-2213-28/+207