summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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