summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* NO-JIRA - Added printed tracebacks for exceptions in the python router code.Ted Ross2013-10-241-1/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1535425 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4927: Get cmake testing working with valgrindAndrew Stitcher2013-10-248-287/+121
| | | | | | [also remove unused files] git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1535398 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4265: fix broken windows buildGordon Sim2013-10-241-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1535389 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5206 : Applied patch from David InghamRobert Godfrey2013-10-243-9/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1535365 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5245 : Applied patch from David InghamRobert Godfrey2013-10-249-20/+227
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1535362 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4265: test closing of receiver with concurrent fetchGordon Sim2013-10-241-2/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1535355 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4265: wakeup fetches on closed receiverGordon Sim2013-10-243-8/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1535354 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4984: Fix compiler warnings caused by questionable programming practicesAndrew Stitcher2013-10-242-10/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1535277 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5253: fix delivery count for browsed 1.0 messageGordon Sim2013-10-232-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1535048 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4984: Make C++ tree build againAndrew Stitcher2013-10-221-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1534781 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4984: WIP: Copy of work over from branch to trunk. Non-tx works with ↵Kim van der Riet2013-10-2290-0/+15942
| | | | | | some known bugs, tx not yet operational. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1534736 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5216 - Removed "area" from the configuration as it is not currently ↵Ted Ross2013-10-228-20/+13
| | | | | | implemented git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1534726 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3914: Windows C++ SSL client certificate authentication supportClifford Allan Jansen2013-10-226-17/+355
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1534714 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5216 - Cleaned up the format of a router-id in the message annotations.Ted Ross2013-10-225-16/+85
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1534710 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5203 Python client unexpected exception after ACL denialPavel Moravec2013-10-221-4/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1534643 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5246: update ACL code to recognise self-destruct policyGordon Sim2013-10-225-5/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1534613 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5248: cleanup subscription queue if needed on explicit detachGordon Sim2013-10-223-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1534594 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5232: fix handling of autodelete for subscription queues of default ↵Gordon Sim2013-10-221-1/+1
| | | | | | reliability git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1534593 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5238 - Added several DISCOVER-* operations from the management spec.Ted Ross2013-10-213-44/+205
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1534391 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5244: remove stale QMFv1 agent exampleKenneth Anthony Giusti2013-10-216-818/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1534133 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5247: implement Receiver::isClosed()Gordon Sim2013-10-215-7/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1534108 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4463: [Java Broker] Change SimpleLDAPAuthManager to accept trust store ↵Keith Wall2013-10-2124-86/+853
| | | | | | | | | | model object in order to conveniently connect to a Directory secured by certificate signed by private-CA (or using self-signed cert). * SimpleLDAPAuthManager can be associated with a truststore model object via the * SSLSocketFactory classes generated on the fly (associated with the truststore) in order to work around limitations in the javax.naming API. * In the Management UI, the user currently needs to enter the name of the truststore configured object (rather than select from a dropdown) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1534105 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5216 - Fixed a possible mutex problem where a value might be used after ↵Ted Ross2013-10-181-12/+26
| | | | | | it was freed. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1533586 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5216Ted Ross2013-10-188-25/+112
| | | | | | | | - Fixed propagation of the deletion of locally-attached mobile addresses - Changed 'global' address class to 'mobile' to be consistent git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1533581 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5243: Replace dojo 1.8.3 pom xml with 1.9.1 pom xml for ant buildAlex Rudyy2013-10-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1533357 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5243: Upgrade dojo toolkit to 1.9.1 and fix the incompatibility issues ↵Alex Rudyy2013-10-178-140/+248
| | | | | | in web management console git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1533143 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5242: Remove obsolete conversion of queue message grouping attributes ↵Alex Rudyy2013-10-175-35/+41
| | | | | | into old grouping arguments on queue creation with Virtual Host adapter git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1533142 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA - Removed an unneeded critical section.Ted Ross2013-10-161-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1532829 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5239: preserve type of 'annotations' i.e. application properties added ↵Gordon Sim2013-10-163-2/+8
| | | | | | by broker git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1532716 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5035: Revert change 1510657, which incorrectly altered the config ↵Justin Ross2013-10-151-1/+2
| | | | | | precedence git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1532542 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5238 - Changed the container agent's address to "$management" to match ↵Ted Ross2013-10-152-2/+2
| | | | | | the specification. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1532541 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5216Ted Ross2013-10-1511-338/+249
| | | | | | | | | | | - Removed unneeded python router code - Added propagation of subscribed global addresses - Broke out address statistics to include to/from-container counts - Trace no longer optional, broke down and added loop prevention - Don't allow endpoint subscriptions to subscribe to local-class addresses git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1532528 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5216 - Fixed a bug in the composition of nested composite fields.Ted Ross2013-10-152-2/+102
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1532451 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5236: correct symbolic descriptor for amqp value sectionGordon Sim2013-10-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1532409 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4582, QPID-5215: fix linking errors for clock_gettimeGordon Sim2013-10-152-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1532408 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5231: Fix QMF code to use qpid_messaging rather than cqpid.Darryl L. Pierce2013-10-154-14/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1532324 13f79535-47bb-0310-9956-ffa450edef68
* Revert "QPID-5213: Fix QMF code to use qpid_messaging rather than cqpid."Darryl L. Pierce2013-10-154-14/+14
| | | | | | | | This reverts commit 067e9aa1656b9f92e5910bbb6d530f9df6d0dad3. It had the wrong JIRA number in the commit. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1532323 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5235: populate store settings for dynamically created queuesGordon Sim2013-10-151-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1532312 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5229: tests for reject and release over 1.0Gordon Sim2013-10-152-1/+66
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1532311 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5227: QPID-5230: added tests for redelivered flag on browse and releaseGordon Sim2013-10-151-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1532310 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5233: match default sender capacity to that for 0-10 codepathGordon Sim2013-10-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1532309 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5232: make subscriptions unreliable and autodeleted by defaultGordon Sim2013-10-153-4/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1532308 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5229: implement release and rejectGordon Sim2013-10-156-7/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1532307 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5228: allow alternate exchange to be set on 1.0 subscription queuesGordon Sim2013-10-153-5/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1532306 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5230: request that explicitly released messages be marked as ↵Gordon Sim2013-10-151-1/+1
| | | | | | redelivered on subsequent delivery attempts git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1532305 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5227: correct setting of redelivered flagGordon Sim2013-10-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1532304 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Provide time zone name for dalight saving time only when daylight ↵Alex Rudyy2013-10-151-1/+3
| | | | | | saving time is in effect git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1532248 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5213: Fix QMF code to use qpid_messaging rather than cqpid.Darryl L. Pierce2013-10-144-14/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1532049 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Add improvements and fixes into Web Management Console preferences:Alex Rudyy2013-10-1410-57/+231
| | | | | | | | | | Use UTC time zone by default if no time zone is set Create preferences dialog on demand Enable preferences Set buttons only when changes are made Display log viewer last update time for preferred and browser time zones Fix provider name editing git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1531965 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5202: tweak wording to cover that CWNR feature doesn't need to be ↵Robert Gemmell2013-10-131-1/+1
| | | | | | disabled for it to not close the connection git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1531763 13f79535-47bb-0310-9956-ffa450edef68