summaryrefslogtreecommitdiff
path: root/qpid
Commit message (Expand)AuthorAgeFilesLines
...
| * QPID-2518: Qpid C++ broker can easily be blocked by client trying to connect ...Andrew Stitcher2012-05-214-15/+61
| * QPID-2518: Qpid C++ broker can easily be blocked by client trying to connect ...Andrew Stitcher2012-05-216-16/+75
| * NO-JIRA: Implement abort for ssl connectionsAndrew Stitcher2012-05-213-2/+19
| * QPID-4011: TestIsLocalHost unit_test fails with if machine name resolves to l...Andrew Stitcher2012-05-211-1/+1
| * QPID-4013: Windows Broker SSL is more difficult to use than necessary and pos...Andrew Stitcher2012-05-211-4/+23
| * QPID-3994: fix -Doptional=true enabling of the optional bdbstore dependency i...Robert Gemmell2012-05-202-0/+12
| * QPID-4011: TestIsLocalHost unit_test fails with if machine name resolves to l...Andrew Stitcher2012-05-182-11/+30
| * QPID-4005: Eliminate "using" especially "using namespace" from header fileAndrew Stitcher2012-05-182-20/+18
| * QPID-4005: Eliminate "using" especially "using namespace" from header fileAndrew Stitcher2012-05-184-46/+58
| * QPID-4005: Eliminate "using" especially "using namespace" from header fileAndrew Stitcher2012-05-186-19/+29
| * QPID-4010 : [Java broker] Add LDAP authenticationRobert Godfrey2012-05-183-3/+406
| * QPID-3973 : [Java] Add support for non JKS key store types (patch supplied by...Robert Godfrey2012-05-189-28/+65
| * QPID-4006: Fix failing HA tests due to spaces in filenames on Apache CI serversKeith Wall2012-05-184-12/+3
| * QPID-4007 : [Java Broker] Fix pointless equality test in Kerberos authenticat...Robert Godfrey2012-05-181-1/+1
| * QPID-4008: added check for INVALID_SOCKET similar to Linux implementationClifford Allan Jansen2012-05-171-7/+10
| * QPID-4007 : [Java Broker] Add Kerberos authentication supportRobert Godfrey2012-05-172-2/+230
| * QPID-4006: exclude systests until updated to account for the paths found in t...Robert Gemmell2012-05-171-0/+3
| * QPID-3603: HA failover test, increase timeout to avoid false failures.Alan Conway2012-05-171-4/+3
| * QPID-4006: add support for using BDB HA to form an active-passive cluster for...Robert Gemmell2012-05-1770-725/+3153
| * QPID-4005: Eliminate "using" especially "using namespace" from header fileAndrew Stitcher2012-05-171-0/+2
| * QPID-3997 : [Java Broker] add ability to configure multiple Authenticationman...Robert Godfrey2012-05-1715-42/+781
| * QPID-4005: Eliminate "using" especially "using namespace" from header fileAndrew Stitcher2012-05-1631-31/+61
| * NO-JIRA: Removed unused FileAndrew Stitcher2012-05-162-71/+0
| * QPID-4004: Cruft in qpid::framing::Buffer class should be removedAndrew Stitcher2012-05-167-64/+31
| * QPID-3603: HA don't replicate excluseive, auto-delete, non-timeout queues.Alan Conway2012-05-163-15/+53
| * QPID-3603 HA broker backup/primary ready checks. Repair r1338889 for Windows.Charles E. Rolke2012-05-162-3/+3
| * QPID-3997 : [Java Broker] Refactor code to make all calls to getAuthenticatio...Robert Godfrey2012-05-1613-25/+82
| * NO-JIRA: reuse the properties from build.deps, remove duplication in build.xm...Robert Gemmell2012-05-151-16/+3
| * QPID-3603: HA rename "promoting" to "recovering"Alan Conway2012-05-156-15/+15
| * QPID-3603: HA remove backup Replicator code to track unready queues.Alan Conway2012-05-159-64/+24
| * QPID-3603: Test fixes to ha_tests.pyAlan Conway2012-05-152-44/+46
| * QPID-3603: Fix inconsistent use of bridge-name and queue-name for bridge sess...Alan Conway2012-05-151-1/+1
| * QPID-3603: HA backup brokers don't connect to self when searching for primary.Alan Conway2012-05-155-14/+32
| * QPID-3603: HA primary marks ReplicatingSubscription ready immediately if queu...Alan Conway2012-05-156-106/+123
| * QPID-3603: HA broker backup/primary ready checks.Alan Conway2012-05-1530-393/+1065
| * QPID-3996 : [Java Broker] update BDB depency to latest versionRobert Godfrey2012-05-151-1/+1
| * QPID-3996 : [Java Broker] update BDB depency to latest versionRobert Godfrey2012-05-153-7/+3
| * QPID-3994: add missed dep to the -Doptional=true switchRobert Gemmell2012-05-151-0/+1
| * NO-JIRA : Updates to Apache registered AMQP 1.0 filtersRobert Godfrey2012-05-151-1/+0
| * NO-JIRA : Updates to Apache registered AMQP 1.0 filtersRobert Godfrey2012-05-151-3/+3
| * QPID-3994: add ability to specify -Doptional=true to enable all optional modu...Robert Gemmell2012-05-144-2/+12
| * QPID-3994: add properties for libraries used only in the buildRobert Gemmell2012-05-143-6/+9
| * QPID-3990:Weston M. Price2012-05-141-4/+5
| * NO-JIRA: Reduce message for missing lock file from critical to notice.Alan Conway2012-05-142-3/+9
| * NO-JIRA: Fix bug in RangeSet when insterting a range that covers multiple ran...Alan Conway2012-05-142-69/+75
| * QPID-3990: Multiple XAResources isSameRM behaviorWeston M. Price2012-05-146-41/+247
| * QPID-3603: Add finalizer for HaPlugin, fix hang on exit not responding to kil...Alan Conway2012-05-141-2/+9
| * NO-JIRA: Java Perftests - correct JAR name for JFreeCommonKeith Wall2012-05-141-2/+2
| * QPID-3986 : [Java Broker] Fix typo/bug for low threshold > high threshold caseRobert Godfrey2012-05-141-1/+1
| * QPID-3994: add property for bnd jar locationRobert Gemmell2012-05-142-1/+3