summaryrefslogtreecommitdiff
path: root/qpid/java/broker-core/src/main/java/org/apache/qpid/server/protocol/MultiVersionProtocolEngine.java
Commit message (Expand)AuthorAgeFilesLines
* Connection close is now performed by i/o threadKeith Wall2015-02-191-4/+4
* Fix failing SSL test owing to missed wakeupKeith Wall2015-02-131-3/+10
* more refactoringRobert Godfrey2015-02-111-1/+23
* More refactoringRobert Godfrey2015-02-111-0/+54
* refactoringRobert Godfrey2015-02-111-1/+0
* Refactoring: make the queue no longer be responsible for pushing messages ont...Keith Wall2015-02-101-1/+53
* Separate Byte and ProtocolEvent sender/receivers, add server specific 0-10 en...Robert Godfrey2015-01-311-5/+5
* Extend credit managers to be aware of transport backpressueKeith Wall2014-12-111-0/+34
* Ensure that the NonBlockingSenderReceiver closes (and thread stops) if the pe...Keith Wall2014-12-111-5/+0
* Allow the transport to inform the model that encryption is being usedRobert Godfrey2014-12-111-266/+21
* NonBlockingSenderReceiver for the Java Broker for AMQP-0-10 and 0-9. Heartbea...Keith Wall2014-12-081-1/+1
* QPID-6262: Rob's prototype NIO workKeith Wall2014-12-051-1/+0
* QPID-6165 : [Java Broker] Allow the number of open connections to be limited ...Robert Godfrey2014-10-171-10/+30
* QPID-6156 : [Java] Prevent downgrade to SSLv3 on secure connectionsRobert Godfrey2014-10-161-0/+2
* QPID-5745 : [Java Broker] enforce disconnect of AMQP 0-x connections when aut...Robert Godfrey2014-08-081-1/+1
* QPID-5680 : [Java Broker] remove configuration defualt mapsRobert Godfrey2014-04-111-5/+6
* QPID-5611 : Change the event logger from a singleton to an instanceRobert Godfrey2014-03-081-3/+4
* QPID-5611 : [Java Broker] remove LogActorsRobert Godfrey2014-03-071-4/+27
* QPID-5373: move retrieval of the peer Principal into the connection IO thread...Robert Gemmell2014-01-111-18/+22
* QPID-5459 : Add WebSocket transport support to the Java Broker and AMQP 1-0 J...Robert Godfrey2014-01-091-2/+4
* QPID-5159: move the entire broker dir to broker-core, no other changes, fixup...Robert Gemmell2013-09-231-0/+680