summaryrefslogtreecommitdiff
path: root/java/broker/src/main/java/org/apache/qpid/server/transport/ServerConnectionDelegate.java
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-29/+47
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-031-30/+30
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-041-8/+16
* QPID-3756: Reorder Java Broker's connection close process so that ConnectionC...Keith Wall2012-02-061-4/+9
* QPID-3814: ensure the 0-10 client sends its version number during ConnectionS...Robert Gemmell2012-02-051-1/+12
* QPID-3812: ExceptionListenerTest sporadically fails on java-mms-0.10Keith Wall2012-02-051-5/+9
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-271-25/+12
* QPID-2243: 0-10 protocol connections do not have a matching JMX MBean to allo...Robert Gemmell2011-12-011-4/+24
* QPID-3518: Introduce client side ability to detect server side support.Keith Wall2011-11-091-3/+16
* QPID-3428: update to stop duplicate 0-10 session registrations into the manag...Robert Gemmell2011-10-301-5/+5
* QPID-3428: make the Java broker validate 0-10 Session names, enabling it to s...Robert Gemmell2011-09-131-1/+52
* QPID-3452: Broker now unregisters any remaining subscriptions on receipt of S...Keith Wall2011-08-251-0/+21
* QPID-3386: move all server Subscription creation into the SubscriptionFactory...Robert Gemmell2011-08-081-1/+1
* QPID-3385: assign IDs from a generator within the MultiVersionProtocolEngineF...Robert Gemmell2011-08-081-0/+20
* QPID-3310 - Principal/Subject refactoring.Robert Gemmell2011-07-131-6/+25
* QPID-2984: Add statistics generation for broker message deliveryAndrew Donald Kennedy2011-03-081-10/+12
* QPID-2985: Add producer configurable transaction timeoutsAndrew Donald Kennedy2011-03-081-0/+1
* QPID-3029: actually set and negotiate the supported max num channels per conn...Robert Gemmell2011-02-041-0/+7
* QPID-3021: set the session/connection actor when the connection recieves new ...Robert Gemmell2011-01-271-1/+16
* QPID-3014: create and use a connection actor directly, it doesnt need to be p...Robert Gemmell2011-01-241-1/+0
* QPID-2835 Implement CON Operational Logging on 0-10Andrew Donald Kennedy2010-10-031-2/+5
* QPID-2872: make the broker indicate a heartbeat max of 0sec to cause the clie...Robert Gemmell2010-09-261-0/+7
* QPID-2662: Use actual SocketAddress instead of the String representationRobert Gemmell2010-06-171-1/+2
* QPID-2606: Access Control ModificationsRobert Gemmell2010-05-311-16/+19
* QPID-2626: Fix typo and unchecked assignment warning in ServerConnectionDelegateRobert Gemmell2010-05-251-2/+2
* QPID-2379 : Initial work on adding QMF and federation to the Java BrokerRobert Godfrey2010-01-311-1/+1
* Merged from java-broker-0-10 branchRobert Godfrey2009-10-251-0/+120