summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-3514: Allow SSL and non SSL connections on the same port.Andrew Stitcher2011-11-012-29/+83
* QPID-3570: update MessageTransferMessage and TransferMessageReference to use ...Robert Gemmell2011-11-016-111/+98
* QPID-3568: Updated BDB to je-4.0.117 versionAndrew Donald Kennedy2011-11-013-3/+3
* QPID-3558: Update Ivy config with new artifactsAndrew Donald Kennedy2011-11-011-0/+18
* QPID-3558: Add broker Maven and OSGi artifacts to buildAndrew Donald Kennedy2011-10-317-5/+58
* NO_JIRA: Small mods to certain log trace and debug messages to improve log me...Kim van der Riet2011-10-317-17/+17
* QPID-2920: Updates to new-cluster-plan.txt and new-cluster-design.txtAlan Conway2011-10-312-62/+93
* QPID-3563: Protect from concurrent access to accept tracker stateGordon Sim2011-10-311-0/+1
* QPID-3562: actually commit the test tooRobert Gemmell2011-10-301-0/+116
* NO-JIRA: correct test issue causing failures on the Jenkins slaves during per...Robert Gemmell2011-10-301-1/+2
* QPID-3562: move sending completions if necessary into postDeliver() so that p...Robert Gemmell2011-10-302-11/+28
* QPID-3428: update to stop duplicate 0-10 session registrations into the manag...Robert Gemmell2011-10-306-10/+18
* NO-JIRA: add example configuration for using a persistence storeRobert Gemmell2011-10-301-6/+9
* QPID-3561: stop allocating such a large buffer up front when encoding the 0-1...Robert Gemmell2011-10-301-1/+1
* QPID-3346: prevent taking non-head of free group, additional performance tweaksKenneth Anthony Giusti2011-10-284-57/+119
* QPID-3504: ensure the glue for the optional bdbstore feature is part of the b...Robert Gemmell2011-10-241-2/+8
* NO-JIRA: tidy up the release script, fully remove old dotnet + ruby modules a...Robert Gemmell2011-10-241-45/+16
* QPID-2519 Add ability to run broker as a Windows service.Charles E. Rolke2011-10-241-0/+2
* QPID-3504: remove the build.overrides file, subversion cant ignore changes to...Robert Gemmell2011-10-242-26/+0
* QPID-3504: add the lib\opt wildcard to the classpath in the qpid.server.bat f...Robert Gemmell2011-10-241-2/+2
* Add ability to run broker as a Windows service; resolves QPID-2519.Stephen D. Huston2011-10-217-13/+628
* QPID-3346: fix tests to detect if tools are present.Kenneth Anthony Giusti2011-10-212-0/+2
* QPID-3532: make the 0-10 client hold the failover mutex during the failover. ...Robert Gemmell2011-10-2110-41/+404
* QPID-3514: Allow SSL and non-SSL connections on the same port. Applied patch ...Gordon Sim2011-10-208-146/+303
* QPID-3524: revert changes to Session#invoke method in r1179702 as the other c...Robert Gemmell2011-10-201-18/+12
* QPID-2920: Updates to new-cluster-plan.Alan Conway2011-10-192-18/+41
* QPID-3550: qpid-perftest fails if --npubs < --nsubs and --iterations > 0. Fix...Kim van der Riet2011-10-191-5/+5
* NO-JIRA - Fixed a memory leak in Python QMF ConsoleTed Ross2011-10-191-0/+1
* QPID-2323 - Fixed a build error by adding a missing include.Ted Ross2011-10-181-0/+1
* QPID-3542: ensure session complete sent for filtered out messagesKeith Wall2011-10-183-16/+46
* QPID-2323 Add Uuid to variantCharles E. Rolke2011-10-172-7/+15
* QPID-3540 align issues in SolarisCharles E. Rolke2011-10-172-25/+8
* QPID-2905 Fixes for mingw cross-compilation (C++)Charles E. Rolke2011-10-171-3/+3
* NO-JIRA - Fixed a couple of problems with "make dist".Ted Ross2011-10-172-7/+11
* QPID-3516: Docbook recent changes to Java client system propertiesKeith Wall2011-10-163-127/+17
* QPID-3517: Inconsistent SSL configuration keys in Java Broker in config.xmlKeith Wall2011-10-169-38/+72
* QPID-3540 Charles E. Rolke2011-10-141-0/+1
* QPID-3540 Typecasting and alignment requirements for various platformsCharles E. Rolke2011-10-142-11/+10
* QPID-3549 - Improved handling of boolean configuration options in Queue.cppTed Ross2011-10-141-4/+29
* NO-JIRA - Removed tabs from sourceTed Ross2011-10-141-24/+24
* QPID-3540 Typecasting and alignment requirements for various platformsCharles E. Rolke2011-10-143-5/+26
* QPID-3528Michael Goulish2011-10-133-5/+247
* QPID-3346: code cleanup - move private code out of headers, delete dead code.Kenneth Anthony Giusti2011-10-132-80/+30
* QPID-3543: augment existing test to check for implicit accept error instead o...Kenneth Anthony Giusti2011-10-131-56/+85
* QPID-3545 - Ignore default exchange in qpid-config binding listTed Ross2011-10-131-0/+10
* QPID-2920: Update new-cluster-plan.txt and new-cluster-design.txt.Alan Conway2011-10-132-570/+260
* QPID-3546: update the highestDeliveryTag marker during failover to prevent th...Robert Gemmell2011-10-133-6/+40
* NO-JIRA: increase the receive timeouts using the existing constant in order t...Robert Gemmell2011-10-121-7/+7
* QPID-3544: ACL denials while replicating exclusive queues to a newly joined n...Alan Conway2011-10-124-9/+5
* QPID-3417: C++ broker - support adding arrival timestamp to received messages.Kenneth Anthony Giusti2011-10-1215-11/+305