summaryrefslogtreecommitdiff
path: root/java/broker-plugins
Commit message (Expand)AuthorAgeFilesLines
* merged from trunkQPID-6125-ProtocolRefactoringRobert Godfrey2014-10-179-20/+18
* Add loggingRobert Godfrey2014-10-133-1/+240
* Fix the invalid channel proxy caseRobert Godfrey2014-10-131-6/+14
* Migrate broker to new direct method dispatch mechanismRobert Godfrey2014-10-138-2318/+255
* Move connection methods into AMQProtocolEngineRobert Godfrey2014-10-125-330/+491
* Move channel methods into AMQChannelRobert Godfrey2014-10-124-1499/+1406
* Move channel methodsRobert Godfrey2014-10-1119-2091/+2182
* Merge from trunkRobert Godfrey2014-10-1020-2412/+4106
* More refactoringRobert Godfrey2014-10-101-9/+33
* More refactoringRobert Godfrey2014-10-039-23/+15
* Remove (essentially) unusued state class, tidy up package structureRobert Godfrey2014-09-3011-126/+5
* Remove handlersRobert Godfrey2014-09-3051-4437/+1974
* Remove remaining protocol specific classes/interfacesRobert Godfrey2014-09-2920-32/+63
* Merge method body implementation classesRobert Godfrey2014-09-299-129/+71
* Remove redundant interfacesRobert Godfrey2014-09-284-13/+16
* Remove duplicate method body implementationsRobert Godfrey2014-09-2840-972/+551
* QPID-6114: Migrate the State member variable to AbstractConfiguredObject classAlex Rudyy2014-09-243-15/+7
* QPID-6093: Address code review comments:Alex Rudyy2014-09-1710-19/+82
* QPID-6075: [Java Broker] Deleting VHN fails to delete underlying store files ...Andrew MacBean2014-09-172-30/+24
* QPID-6105: [Java Broker] Avoid use of javascript const keyword to avoid compa...Keith Wall2014-09-171-1/+1
* QPID-6075: [Java Broker] Deleting VHN fails to delete underlying store files ...Andrew MacBean2014-09-155-45/+34
* QPID-6099: [Java Broker] Prevent exceptions whose message exceeds 255 charact...Keith Wall2014-09-151-2/+2
* QPID-6081, QPID-6082: [Python Client Tests] Add python tests for verifying th...Keith Wall2014-09-121-3/+10
* QPID-6092: [Java Broker] Editing permitted node list to be allowed when VHN i...Andrew MacBean2014-09-121-1/+1
* QPID-6093: Add UI to set context variablesAlex Rudyy2014-09-1128-320/+1113
* QPID-6073: [Java Broker] Management UI, move change prompt message fallback p...Keith Wall2014-09-061-0/+1
* QPID-6068: [Java Broker] Introduce ClientAuthCapablePort into Port hierarchy ...Keith Wall2014-09-051-2/+8
* QPID-6068: [Java Broker] Prevent NPE when ediiting JMX_CONNECTOR port through...Keith Wall2014-09-054-64/+129
* QPID-6055 : [Java Broker] Ensure max frame size is always less than Integer.M...Robert Godfrey2014-08-306-9/+28
* QPID-6061 : [Java Broker] Use subject as the proxy for routing key for 1.0 me...Robert Godfrey2014-08-302-4/+64
* QPID-6054 : [Java Broker] Broker does not honour request for receiver settle ...Robert Godfrey2014-08-291-0/+2
* QPID-6051: Allow exceptions from post commit actions to be handled in the cal...Alex Rudyy2014-08-281-2/+7
* QPID-6051: Fix handling of exceptions thrown from post commit or deferred act...Alex Rudyy2014-08-281-4/+10
* QPID-6047 : [Java Broker] Improve Message conversion between 1.0 and 0.x prot...Robert Godfrey2014-08-274-9/+45
* QPID-6040 : [Java Broker] [Java Client] add the ability to create a single co...Robert Godfrey2014-08-2614-152/+295
* QPID-6046 : [Java Broker] [AMQP 1.0] when creating an outgoing link from the ...Robert Godfrey2014-08-261-2/+2
* QPID-6046 : [Java Broker] [AMQP 1.0] when creating an outgoing link from the ...Robert Godfrey2014-08-261-0/+13
* QPID-6044 : [Java Broker] [AMQP 1.0] cache the valid host names for the local...Robert Godfrey2014-08-261-57/+1
* QPID-6044 : [Java Broker] [AMQP 1.0] When the hostname in the open frame does...Robert Godfrey2014-08-261-28/+94
* NO-JIRA: added colon character to the web UI context variable regex pattern t...Andrew MacBean2014-08-251-1/+1
* QPID-6034: [Java Broker] Refactor Port UI feedback changes from code reviewAndrew MacBean2014-08-254-29/+27
* QPID-6037 : [Java Client] Enhance experimental support for ADDR addressing to...Robert Godfrey2014-08-241-2/+14
* QPID-6038 : [Java Broker] display exchange type on exchange view in HTTP mana...Robert Godfrey2014-08-232-20/+37
* QPID-6036 : [Java Broker] Allow complete virtual host initial configuration t...Robert Godfrey2014-08-221-1/+1
* QPID-6034: [Java Broker] Refactor Port UI to use metadata service rather than...Andrew MacBean2014-08-2211-355/+305
* QPID-6022 : Remove unnecessary and potentially XSS inducing replay of the pat...Robert Godfrey2014-08-221-1/+1
* QPID-6027 : Add persisted derived attributes to the initial configuration ext...Robert Godfrey2014-08-211-0/+13
* QPID-6027 : [Java Broker] Sort statisticsRobert Godfrey2014-08-211-2/+3
* QPID-6027 : Give Json extracts a stable ordering, and add option to REST serv...Robert Godfrey2014-08-204-61/+165
* QPID-6022 : [Java] Fix issues highlighted by code scanning toolsRobert Godfrey2014-08-192-39/+21