summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | QPID-6359: Update version numbers on the 0.32 release branchJustin Ross2015-02-1913-16/+16
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1660917 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6359: Branch for the 0.32 releaseJustin Ross2015-02-190-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1660913 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6401 : [Java Broker] Add ability to validate connection attempts based ↵Robert Godfrey2015-02-198-13/+149
| | | | | | | | | | | | on plugins git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1660882 13f79535-47bb-0310-9956-ffa450edef68
* | NO-JIRA : [JMS AMQP 1.0 client] add log message when underlying connection ↵Robert Godfrey2015-02-191-1/+1
| | | | | | | | | | | | is closed git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1660830 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6389: ensure source/target is null when responding to attach requests ↵Gordon Sim2015-02-181-0/+2
| | | | | | | | | | | | in which they are also null git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1660763 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6394 [linearstore] Make linearstore the default store for linux builds ↵Kim van der Riet2015-02-182-2/+2
| | | | | | | | | | | | - Fixed incorrect status messages git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1660702 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6390: [Java Broker Tests] Remove tests that rely on presence of the ↵Keith Wall2015-02-186-92/+5
| | | | | | | | | | | | | | | | | | Anon Authentication Provider Many of these tests were testing core mechanisim rather than auth provider specific logic. Those that remained would be more suited to a unit test. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1660634 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6390: [Java System Tests] Ensure that Broker's system properties are ↵Keith Wall2015-02-183-5/+22
| | | | | | | | | | | | loaded before the test begins to use the Model to create test config git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1660604 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6396 : [Java Broker] Allow queues to enforce all consumers to be ↵Robert Godfrey2015-02-186-2/+144
| | | | | | | | | | | | non-destructive git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1660553 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6395 : [Java Broker] add support for queue default filters, and filters ↵Robert Godfrey2015-02-1731-171/+792
| | | | | | | | | | | | solely on arrival time git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1660458 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6394 Make linearstore the default store for linux buildsKim van der Riet2015-02-172-2/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1660430 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6364: Introduce attribute annotation property 'secureValueFilter' to ↵Alex Rudyy2015-02-1716-155/+279
| | | | | | | | | | | | | | | | | | | | mask only secure values matching the filter. Set secureValueFilter on keystores/trustores to mask only data URLs. Stop applying oversize when actuals attributes are requested. Update corresponding keystore/truststore UI tp show actual values for non data URLs. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1660391 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6393: [Java Broker] Prevent possibility for the permature close of ↵Keith Wall2015-02-141-1/+1
| | | | | | | | | | | | queue browser git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1659763 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6338 : [Java AMQP 1.0 Client] validate sections in created MessageRobert Godfrey2015-02-131-6/+173
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1659700 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6390: [Java Broker] Move setting of initial properties from Main into ↵Alex Rudyy2015-02-136-53/+172
| | | | | | | | | | | | Broker git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1659613 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6374: [Java Broker] 0-10 Failover: the thread performing the failover ↵Keith Wall2015-02-139-46/+140
| | | | | | | | | | | | prep now syncs the dispatch queue (avoids possibility of app level dead lock) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1659605 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6388 : Treat terminus with durability of "configuration" as durableRobert Godfrey2015-02-121-2/+3
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1659359 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6386 : [AMQP 1.0 Common] close the sender if the TCP connection is ↵Robert Godfrey2015-02-121-0/+1
| | | | | | | | | | | | terminated before connection.open has occurred git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1659348 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6374 : avoid taking a lock when not modifying a valueRobert Godfrey2015-02-121-12/+15
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1659341 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6240: increment the delivery count when applying the new state and ↵Robert Gemmell2015-02-121-0/+1
| | | | | | | | | | | | releasing the queue entry git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1659229 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6387: [Java Client] Remove array optimisation from session/consumer mapsKeith Wall2015-02-115-173/+27
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1659103 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6347: Remove the now obsolete queue_event_generation option; this is a ↵Justin Ross2015-02-116-92/+1
| | | | | | | | | | | | patch from Irina Boverman git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1659063 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6240 : Rollback of transactions with settled acks should release the ↵Robert Godfrey2015-02-111-1/+1
| | | | | | | | | | | | queue entries git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1659039 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6381 : don't delete link endpoints which are detached and have terminus ↵Robert Godfrey2015-02-111-1/+2
| | | | | | | | | | | | durability CONFIGURATION git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1659037 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5799: provide notification callback for received messages.Ken Giusti2015-02-113-1/+45
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1658984 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6383 : Add missing file - really this timeRobert Godfrey2015-02-111-1/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1658941 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6383 : Check in missing file from last commitRobert Godfrey2015-02-111-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1658927 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6383 : don't auto delete queues because the children are being removed ↵Robert Godfrey2015-02-112-10/+20
| | | | | | | | | | | | due to broker closure git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1658923 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6384 : fix various issues with durable linksRobert Godfrey2015-02-114-10/+38
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1658849 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6381 : if detach with close=true is received, then actually destroy the ↵Robert Godfrey2015-02-101-1/+1
| | | | | | | | | | | | link git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1658845 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6380 : close()ing a durable subscription should detach rather than ↵Robert Godfrey2015-02-101-1/+8
| | | | | | | | | | | | close a link git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1658843 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5703: Quiet the code generatorsJustin Ross2015-02-102-3/+12
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1658784 13f79535-47bb-0310-9956-ffa450edef68
* | NO-JIRA - refer to OutgoingMessage as 'class' not 'struct' to match its ↵Stephen D. Huston2015-02-101-1/+1
| | | | | | | | | | | | actual definition. Fixes VC12 compile warning. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1658755 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6352 : Always check TCP transports without looking for service loaderRobert Godfrey2015-02-101-0/+6
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1658752 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6378 : Applying patch from Xin ChenRobert Godfrey2015-02-102-3/+3
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1658750 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6374 : tidyup calls to connection task poolRobert Godfrey2015-02-102-44/+67
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1658714 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6374 : Always call exception listener from connection task pool, rather ↵Robert Godfrey2015-02-103-16/+39
| | | | | | | | | | | | than from within the failover mutex git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1658689 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6374 : Reorder ock aquisition and remove synchronization where it is ↵Robert Godfrey2015-02-103-128/+133
| | | | | | | | | | | | not desired to reduce deadlocks git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1658652 13f79535-47bb-0310-9956-ffa450edef68
* | NON_JIRA: remove over-cautious assertionGordon Sim2015-02-091-1/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1658582 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6324: refine previous fix such that no explicit reliability setting on ↵Gordon Sim2015-02-091-2/+2
| | | | | | | | | | | | durable subscription results in timeout by default git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1658581 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6364: Set Keystore/Truststore derived attribute 'path' to non-data URL. ↵Alex Rudyy2015-02-093-17/+18
| | | | | | | | | | | | Change the upgrader to upgrade only FileKeyStore and FileTrustStore git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1658453 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6365: Fix failing testsAlex Rudyy2015-02-091-3/+3
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1658452 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6365: [Java Broker] Only expose secure attribute values when transport ↵Alex Rudyy2015-02-094-19/+118
| | | | | | | | | | | | is SSL and initial configuration is requested git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1658424 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6372: [Java Broker] Windows - localise the environment variable changes ↵Keith Wall2015-02-071-0/+3
| | | | | | | | | | | | made by qpid-startup.bat git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1658099 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6371: [Java Broker/Java Common] Prevent log4j warning during Broker startupKeith Wall2015-02-072-63/+19
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1658098 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6366 : Fix failing test due to long absolute path for /tmpRobert Godfrey2015-02-071-1/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1658065 13f79535-47bb-0310-9956-ffa450edef68
* | NO-JIRA - fix compile warning 4250 "inheritance by dominance" on Windows ↵Stephen D. Huston2015-02-061-0/+11
| | | | | | | | | | | | Visual Studio 2013. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1657976 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5538: patch to work with older version of proton (0.7)Ken Giusti2015-02-062-4/+20
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1657964 13f79535-47bb-0310-9956-ffa450edef68
* | Fix operator bool() to work with Visual Studio 2013Stephen D. Huston2015-02-061-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1657914 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6367: [Java Broker] Change broker model version to 3.0 due to backward ↵Alex Rudyy2015-02-065-13/+14
| | | | | | | | | | | | incompatible model changes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1657905 13f79535-47bb-0310-9956-ffa450edef68