summaryrefslogtreecommitdiff
path: root/qpid
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * QPID-3986: Improved tests and resolved some potential thread-safety issuesRobert Gemmell2012-05-2910-71/+558
| * 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-284-94/+207
| * 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-2813-92/+311
| * QPID-4023: restore connection URL setter, add check that URL details have bee...Robert Gemmell2012-05-283-7/+52
| * QPID-3997: AuthenticationManagers not cleaned up on error pathKeith Wall2012-05-262-12/+5
| * QPID-3936: Java Performance Test Framework.Keith Wall2012-05-261-5/+18
| * QPID-3936: Java Performance Test Framework - better PSFC supportKeith Wall2012-05-2610-52/+461
| * QPID-3992 - Removed the Boost license text from the Ruby LICENSE file.Ted Ross2012-05-251-29/+0
| * QPID-3995 - Cleans up queues created during Cucumber feature tests Ted Ross2012-05-256-12/+29
| * 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-2511-13/+12
| * QPID-4006: [Java Broker] BDB HA.Keith Wall2012-05-2514-75/+237
| * QPID-4012: update the priority queue entry sub lists to maintain a record of ...Robert Gemmell2012-05-251-4/+13
| * QPID-3767: add additional test case for link sharing.Kenneth Anthony Giusti2012-05-241-0/+113
| * QPID-4006: Remove BDB StateChangeListener during Environment#close() to avoid...Keith Wall2012-05-241-73/+108
| * 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-4006: BDB HA. Make passivation async to avoid holding up the BDB thread....Keith Wall2012-05-227-173/+175
| * QPID-3603: Renamed brokers and public-brokers to brokers-url and public-url f...Alan Conway2012-05-226-61/+66
| * QPID-3603: HA backups pass identifying info to primary.Alan Conway2012-05-2214-28/+210