summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge SystemInfo.cpp to 0.32 - QPID-6312Stephen D. Huston2015-02-241-0/+201
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1662026 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6407: Edit dialogue for BDB HA does not faithfully populate attributes ↵Keith Wall2015-02-2414-60/+35
| | | | | | | | | | | | node priority or required number of nodes Merged from trunk with command: svn merge -c 1661693 https://svn.apache.org/repos/asf/qpid/trunk git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1661946 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6406: [Java Broker] ACO generates attribute set events even if the ↵Keith Wall2015-02-242-2/+87
| | | | | | | | | | | | attribute value is not changed Merged from trunk with command: svn merge -c 1661531 https://svn.apache.org/repos/asf/qpid/trunk git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1661944 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6346: [Java Broker] Fix field reference when file reader is unsupportedKeith Wall2015-02-241-1/+1
| | | | | | | | | | Merged from trunk with command: svn merge -c 1661207 https://svn.apache.org/repos/asf/qpid/trunk git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1661936 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6398: [Java Broker] Update web management console UI to invoke dojo ↵Keith Wall2015-02-2468-214/+424
| | | | | | | | | | parser.parse as a promise due to changes in dojo 1.8 causing the parser to run in asynchronous fashion in some cases svn merge -c 1661166 https://svn.apache.org/repos/asf/qpid/trunk git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1661935 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6364: [Java Broker] Keystore data url must be a secure attributeKeith Wall2015-02-244-5/+20
| | | | | | | | | | Merged from trunk with command: svn merge -c 1661165 https://svn.apache.org/repos/asf/qpid/trunk git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1661933 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6247: Updates to configuration files should maintain existing file ↵Keith Wall2015-02-2412-208/+454
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | permissions Merged from trunk with commands: svn merge -c 1661162 https://svn.apache.org/repos/asf/qpid/trunk svn merge -c 1661530 https://svn.apache.org/repos/asf/qpid/trunk git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1661931 13f79535-47bb-0310-9956-ffa450edef68
| * delete troublesome mergeinfojava-network-refactorAidan Skinner2009-10-140-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-network-refactor@825317 13f79535-47bb-0310-9956-ffa450edef68
| * Merge from trunkAidan Skinner2009-10-1427-112/+568
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-network-refactor@825292 13f79535-47bb-0310-9956-ffa450edef68
| * Merge from trunkAidan Skinner2009-10-11327-5807/+13050
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-network-refactor@824198 13f79535-47bb-0310-9956-ffa450edef68
| * Fix bind error messageAidan Skinner2009-09-181-2/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-network-refactor@816614 13f79535-47bb-0310-9956-ffa450edef68
| * MINANetworkDriverTest: Make sure we sleep for at least the alloted time.Aidan Skinner2009-09-181-16/+20
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-network-refactor@816613 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-2104 AMQProtocolHandler: hand the actual write off to a seperate threadAidan Skinner2009-09-181-2/+9
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-network-refactor@816612 13f79535-47bb-0310-9956-ffa450edef68
| * Merge from trunkAidan Skinner2009-09-17198-2945/+4998
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-network-refactor@816261 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-2024 QPID-2105: Remove now unnecessary classes like Event, PoolingFilter, Aidan Skinner2009-09-1711-1003/+113
| | | | | | | | | | | | | | | | | | ReadWriteThreadModel. Move the couple of necessary methods to Job. Fix imports. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-network-refactor@816232 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-2015: Remove AMQIoTransportProtocolSession. Release the executor ↵Aidan Skinner2009-09-164-150/+2
| | | | | | | | | | | | service in the same class as it's acquired git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-network-refactor@815729 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-2105: Merging the patch didn't uncomment this test, stoopid git. Aidan Skinner2009-09-161-3/+3
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-network-refactor@815708 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-2106: Don't close connections if the broker has asked it to close andAidan Skinner2009-09-164-12/+40
| | | | | | | | | | | | | | | | | | there's still stuff to process. Let the cleanup thread do that so that publishes which are denied don't result in instant connection death. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-network-refactor@815705 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-2105: Make NetworkDriver.open use a SSLContextFactory, not an SSLEngine.Aidan Skinner2009-09-1624-487/+479
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow an existing SocketConnector to be passed into a MINANetworkDriver, for use with the ExistingSocket bit of TransportConnection. Move the ExistingSocket stuff to one place, use MINANetworkDriver in TransportConnection and make AMQProtocolHandler implement ProtocolEngine. Remove MINA specific gubbins from AMQProtocolHandler and AMQProtocolSession. Move fireAsynchEvent to Job Add getLocalAddress to AMQProtocolEngine Move TestNetworkDriver to common Use correct class for logger in AMQProtocolEngine Check the exception is thrown properly in SimpleACLTest, make it a little less prone to obscure race conditions. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-network-refactor@815704 13f79535-47bb-0310-9956-ffa450edef68
| * Merge from trunk Aidan Skinner2009-09-09305-2023/+25729
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-network-refactor@812936 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-2025: Log errors instead of printStackTracing()Aidan Skinner2009-09-042-3/+9
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-network-refactor@811326 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-2025: remove dead classesAidan Skinner2009-09-032-342/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-network-refactor@810953 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-2025: Add a AMQProtocolEngine from the de-MINAfied ↵Aidan Skinner2009-09-0136-822/+1069
| | | | | | | | | | | | AMQMinaProtocolSession. Remove various now-unused classes and update references. Add tests for AMQDecoder. Net -1500 lines, +25% performance on transient messaging. Nice. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-network-refactor@810110 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-2024: Change send to stash the future and have flush join on that so ↵Aidan Skinner2009-08-192-4/+16
| | | | | | | | | | | | | | | | | | | | that it only returns when all data has been written. Add getLocalAddress. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-network-refactor@805809 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-2024: Add ProtocolEngine and NetworkDriver interfaces and a ↵Aidan Skinner2009-08-1810-22/+1124
| | | | | | | | | | | | NetworkDriver implementation that uses MINA. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-network-refactor@805477 13f79535-47bb-0310-9956-ffa450edef68
| * Branch for doing network related stuff onAidan Skinner2009-08-180-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-network-refactor@805429 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6404 : Merge of 1661212,1661364,1661368,1661373 to 0.32Robert Godfrey2015-02-235-16/+23
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1661732 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6401 : Merge of 1661079 to 0.32Robert Godfrey2015-02-231-7/+8
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1661731 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6400 : Merge of r1661142 to 0.32 branchRobert Godfrey2015-02-231-0/+10
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1661729 13f79535-47bb-0310-9956-ffa450edef68
* | 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