summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* Merge changes from trunk0.32.xRobert Godfrey2015-05-061-2/+9
* Merge changes from trunkRobert Godfrey2015-05-062-7/+12
* update version numbers on 0.32.x branchRobert Godfrey2015-05-0645-46/+46
* QPID-6440: [Java Broker] Web UI, correct problem that causes checkbox values...0.32Keith Wall2015-03-111-1/+6
* QPID-6439 : Merge r1665702 to 0.32 branchRobert Godfrey2015-03-111-0/+5
* QPID-6359: Lock in 0.32 release version numbersJustin Ross2015-03-1041-42/+42
* QPID-6437 : merged r1664714,1664731,1664839 from trunk to 0.32 branchRobert Godfrey2015-03-093-22/+53
* QPID-6432: when looking for the JMSType value use the message Subject first i...Robert Gemmell2015-03-061-0/+6
* QPID-6433 : merged from trunk to the 0.32 branchrgodfrey2015-03-052-10/+16
* add missing licence headerRobert Gemmell2015-03-051-0/+20
* QPID-6419 : Merged 1662683 onto 0.32 branchRobert Godfrey2015-02-277-7/+28
* QPID-6418 : Merged 1662473,1662489 onto 0.32 branchRobert Godfrey2015-02-2712-14/+37
* QPID-6411: [AMQP 1.0 JMS Client ] NPE during session#unsubscribe is link is r...Keith Wall2015-02-251-8/+28
* QPID-6408: [Java Broker] Expose the AMQP connection limits through the web ma...Keith Wall2015-02-256-38/+95
* QPID-6410: [Java Broker] Disambiguate the connection adapter name by adding a...Keith Wall2015-02-255-11/+29
* QPID-6407: Edit dialogue for BDB HA does not faithfully populate attributes n...Keith Wall2015-02-2414-60/+35
* QPID-6406: [Java Broker] ACO generates attribute set events even if the attri...Keith Wall2015-02-242-2/+87
* QPID-6346: [Java Broker] Fix field reference when file reader is unsupportedKeith Wall2015-02-241-1/+1
* QPID-6398: [Java Broker] Update web management console UI to invoke dojo pars...Keith Wall2015-02-2468-214/+424
* QPID-6364: [Java Broker] Keystore data url must be a secure attributeKeith Wall2015-02-244-5/+20
* QPID-6247: Updates to configuration files should maintain existing file permi...Keith Wall2015-02-2412-208/+454
|\
| * Merge from trunkAidan Skinner2009-10-1410-30/+221
| * Merge from trunkAidan Skinner2009-10-1184-1376/+4656
| * Fix bind error messageAidan Skinner2009-09-181-2/+2
| * MINANetworkDriverTest: Make sure we sleep for at least the alloted time.Aidan Skinner2009-09-181-16/+20
| * QPID-2104 AMQProtocolHandler: hand the actual write off to a seperate threadAidan Skinner2009-09-181-2/+9
| * Merge from trunkAidan Skinner2009-09-1737-1261/+1294
| * QPID-2024 QPID-2105: Remove now unnecessary classes like Event, PoolingFilter, Aidan Skinner2009-09-1711-1003/+113
| * QPID-2015: Remove AMQIoTransportProtocolSession. Release the executor service...Aidan Skinner2009-09-164-150/+2
| * QPID-2105: Merging the patch didn't uncomment this test, stoopid git. Aidan Skinner2009-09-161-3/+3
| * QPID-2106: Don't close connections if the broker has asked it to close andAidan Skinner2009-09-164-12/+40
| * QPID-2105: Make NetworkDriver.open use a SSLContextFactory, not an SSLEngine.Aidan Skinner2009-09-1624-487/+479
| * Merge from trunk Aidan Skinner2009-09-0946-353/+816
| * QPID-2025: Log errors instead of printStackTracing()Aidan Skinner2009-09-042-3/+9
| * QPID-2025: remove dead classesAidan Skinner2009-09-032-342/+0
| * QPID-2025: Add a AMQProtocolEngine from the de-MINAfied AMQMinaProtocolSessio...Aidan Skinner2009-09-0136-822/+1069
| * QPID-2024: Change send to stash the future and have flush join on that so tha...Aidan Skinner2009-08-192-4/+16
| * QPID-2024: Add ProtocolEngine and NetworkDriver interfaces and a NetworkDrive...Aidan Skinner2009-08-1810-22/+1124
* | QPID-6404 : Merge of 1661212,1661364,1661368,1661373 to 0.32Robert Godfrey2015-02-235-16/+23
* | QPID-6401 : Merge of 1661079 to 0.32Robert Godfrey2015-02-231-7/+8
* | QPID-6400 : Merge of r1661142 to 0.32 branchRobert Godfrey2015-02-231-0/+10
* | QPID-6359: Update version numbers on the 0.32 release branchJustin Ross2015-02-194-4/+4
* | QPID-6401 : [Java Broker] Add ability to validate connection attempts based o...Robert Godfrey2015-02-198-13/+149
* | NO-JIRA : [JMS AMQP 1.0 client] add log message when underlying connection is...Robert Godfrey2015-02-191-1/+1
* | QPID-6390: [Java Broker Tests] Remove tests that rely on presence of the Ano...Keith Wall2015-02-186-92/+5
* | QPID-6390: [Java System Tests] Ensure that Broker's system properties are loa...Keith Wall2015-02-183-5/+22
* | QPID-6396 : [Java Broker] Allow queues to enforce all consumers to be non-des...Robert Godfrey2015-02-186-2/+144
* | QPID-6395 : [Java Broker] add support for queue default filters, and filters ...Robert Godfrey2015-02-1731-171/+792
* | QPID-6364: Introduce attribute annotation property 'secureValueFilter' to mas...Alex Rudyy2015-02-1716-155/+279
* | QPID-6393: [Java Broker] Prevent possibility for the permature close of queue...Keith Wall2015-02-141-1/+1