summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-1116-177/+267
* QPID-4014: increase debug logging in ConflationQueueListRobert Gemmell2012-06-101-2/+16
* QPID-3997: [Java Broker] Allow assignment of AuthenticationManager on a per-p...Keith Wall2012-06-107-14/+91
* NO-JIRA: Remove references to Message Store Tool from Java Broker docbook.Keith Wall2012-06-103-158/+1
* QPID-4048 - Rafactor of TopicExchange to isolate the binding-key data structure.Ted Ross2012-06-085-473/+408
* QPID-4047 : [Java] Add timeout to socket connectRobert Godfrey2012-06-081-4/+4
* 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-4045: remove the unused 'extras' pluginRobert Gemmell2012-06-078-769/+0
* QPID-4006: Decrease 'je.rep.logFlushTaskInterval' interval to 1 minute in ord...Keith Wall2012-06-071-0/+5
* QPID-4006: Java Broker HA documentation fixes.Keith Wall2012-06-071-80/+92
* QPID-4006: Update Java Broker HA documentation, add disaster recovery guidenc...Keith Wall2012-06-072-1/+42
* 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-4042 : [Java Broker] Add SSL Client Auth supportRobert Godfrey2012-06-0637-391/+832
* QPID-4041: move check for transport after setting value.Kenneth Anthony Giusti2012-06-051-5/+5
* QPID-3971: minor cleanup to remove unused variable and stop logging null when...Robert Gemmell2012-06-041-4/+1
* QPID-4039: move some implementation-detail log statements on the 0-8/0-9/0-9-...Robert Gemmell2012-06-042-3/+6
* QPID-4038: log the Connection number and its local and remote addresses after...Robert Gemmell2012-06-044-3/+30
* QPID-3997: Fix test failure under JDK 1.7 when AuthenticationManagers would n...Keith Wall2012-06-0310-385/+567
* QPID-4006: [Java Broker] Docbook documentation for BDB HA (first version)Keith Wall2012-06-0216-1/+957
* QPID-4006: Introduce coalescing sync configuration, rename replication policy...Keith Wall2012-06-026-80/+80
* 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
* QPID-4033: remove 'Channel' from the name as it is somewhat redundantRobert Gemmell2012-05-311-1/+1
* QPID-4033: update the Dispatcher thread name to include a connection id to ea...Robert Gemmell2012-05-312-6/+19
* NO-JIRA Fix signed/unsigned warnings on RHEL 5 w/ Boost 1.33.1Stephen D. Huston2012-05-301-22/+22
* QPID-4029: update the systest configuration to be self-contained, separating ...Robert Gemmell2012-05-3012-10/+221
* QPID-4009, QPID-4017: exclude new 0-8/0-9/0-9-1 and/or Java broker specific t...Robert Gemmell2012-05-292-0/+12
* QPID-4029: add ability to selectively include a protocol version on a given p...Robert Gemmell2012-05-2939-62/+540
* 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
* QPID-3986, QPID-4009, QPID-4017: add constants for system properties/defaults...Robert Gemmell2012-05-295-53/+47
* QPID-3986 : modified docbook to describe producer-side flow control. Content ...Robert Gemmell2012-05-293-9/+255
* QPID-4017: reset the session flow control blocked status during failover.Robert Gemmell2012-05-293-0/+96
* QPID-4009: Make failover method invocation timeout configurable for 0-8/0-9/0...Robert Gemmell2012-05-294-1/+105