summaryrefslogtreecommitdiff
path: root/qpid
Commit message (Expand)AuthorAgeFilesLines
* QPID-4107 r1361334 typo in file nameCharles E. Rolke2012-07-151-1/+1
* QPID-3892 C++ broker add routing key wildcard support to Acl 'publish exchang...Charles E. Rolke2012-07-157-58/+215
* QPID-4138: HA sporadic failure in ha_testsAlan Conway2012-07-135-2/+8
* QPID-4079 log categories for correlation. Design description.Charles E. Rolke2012-07-131-0/+112
* QPID-4107 HA does not replicate alternate-exchangeAlan Conway2012-07-136-55/+244
* QPID-4136: HA sporadic failures in ha_testsAlan Conway2012-07-132-2/+6
* QPID-4133: (Jason Dillaman) Non-responsive peer in federated link can result ...Alan Conway2012-07-131-1/+3
* QPID-4079 log entries track managed object life cyclesCharles E. Rolke2012-07-1312-14/+120
* QPID-3998: Add HTTPS support for the REST management interfaceRobert Gemmell2012-07-1318-89/+234
* QPID-4114: broker release now includes BDB if optional=true sys property is setKeith Wall2012-07-121-1/+4
* QPID-4131: On 0-8...0-9-1 code path broker now closes the connection when the...Keith Wall2012-07-123-21/+40
* NO-JIRA: HA doc: Add overview of avoiding message loss.Alan Conway2012-07-111-4/+86
* NO-JIRA: Fixed compile error on RHEL5: double doesn't convert to int64_tAlan Conway2012-07-111-1/+1
* QPID-4128: Remove use of intrusive_ptr::reset, not available in older boost v...Alan Conway2012-07-111-1/+1
* QPID-4129 Cluster connection leak when auth failure. This patch closes local ...Charles E. Rolke2012-07-111-0/+2
* QPID-3998, QPID-3999: System tests for Rest API, small fixups for the adapter...Robert Gemmell2012-07-1134-23/+2304
* QPID-3998, QPID-3999: get the user name from HttpServletRequest#getRemoteUser...Robert Gemmell2012-07-111-0/+4
* NO-JIRA: add some logging around the DtxBranch timeout functionality to aid d...Robert Gemmell2012-07-101-8/+72
* QPID-4128: HA should not use amq.failover for replication linksAlan Conway2012-07-102-2/+3
* QPID-4126: HA primary times out expected backups.Alan Conway2012-07-107-33/+112
* QPID-4127: Ensure SystemInfo::isLocalHost() returns true for ::1Gordon Sim2012-07-101-1/+5
* QPID-4125 : [Java Broker] allow coalescing of commits for multiple channels o...Robert Godfrey2012-07-104-29/+185
* QPID-4121: AMQProtocolEngine now uses lock to prevent the thread-unsafe use o...Keith Wall2012-07-103-15/+31
* QPID-4114: added missing commons-logging dependency to perftests module for u...Keith Wall2012-07-101-1/+1
* QPID-4118: HA does not work with authentication and authorization.Alan Conway2012-07-098-36/+179
* QPID-4111: Move trunk version numbers to 0.19Justin Ross2012-07-0916-20/+20
* QPID-3757: clean up demux when subscription manager is destroyedGordon Sim2012-07-092-1/+12
* QPID-4111: update release.sh to account for new java broker release artifactsRobert Gemmell2012-07-081-3/+11
* QPID-3923, QPID-3998: split out the IDs used for QMF (which have a different ...Robert Gemmell2012-07-0838-168/+217
* QPID-3923, QPID-3998: update the Adapter layer to either use UUIDGenerator it...Robert Gemmell2012-07-0816-87/+203
* QPID-3998, QPID-3999, QPID-4093: rename new pluginsRobert Gemmell2012-07-08106-16/+16
* QPID-4113: no longer caching duration override because it broke inter-test is...Robert Gemmell2012-07-061-9/+9
* QPID-4117: honour alternate-exchange option specified within x-declare for a ...Gordon Sim2012-07-062-2/+24
* QPID-4113: added support for a system property to override all participant du...Robert Gemmell2012-07-062-1/+81
* QPID-4114: add a release-bin target to perftests so we can create a deployabl...Robert Gemmell2012-07-062-1/+10
* QPID-3883: Using application headers in messages causes a very large slowdownAndrew Stitcher2012-07-066-17/+66
* QPID-3883: Using application headers in messages causes a very large slowdownAndrew Stitcher2012-07-061-81/+224
* NO-JIRA: Changed VariantImpl to use a union more sensibly and avoid ugly and ...Andrew Stitcher2012-07-061-39/+33
* NO-JIRA: Fix previous TimerTask fix to workaround stupid windows.h symbol cor...Andrew Stitcher2012-07-062-3/+3
* QPID-4110: Java Performamce Tests. Cleaning up the subscriptions map at the e...Keith Wall2012-07-061-0/+1
* QPID-4093: [Java Broker] Prevent new queues and exchanges from being created ...Keith Wall2012-07-063-15/+55
* QPID-4093: Prevent NullPointerException from ExchangeMBean when target queue ...Keith Wall2012-07-062-27/+251
* QPID-4112: Virtualhosts recover exchanges before queuesKeith Wall2012-07-066-38/+44
* QPID-4101: Fixes building the Ruby language bindings for Ruby 1.9Andrew Stitcher2012-07-053-8/+7
* QPID-4085: HA review and fix lock scopes.Alan Conway2012-07-053-45/+53
* NO-JIRA: Remove dead code.Alan Conway2012-07-056-63/+0
* QPID-4085: HA failover test: wait for all receivers to be connected.Alan Conway2012-07-051-12/+13
* QPID-4085: HA add missing lock in HaBroker::getKnownBrokers()Alan Conway2012-07-051-0/+1
* QPID-4085: HA failover test: client failure: "connection not yet open"Alan Conway2012-07-051-1/+1
* QPID-4085: HA message-loss race condition, handling replication event after r...Alan Conway2012-07-054-8/+18