summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src/main/java/org/apache/qpid/server/transport/ServerSession.java
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA : AMQP-1-0 sandbox updates - merge from trunkrg-amqp-1-0-sandboxRobert Godfrey2012-03-101-26/+164
* NO-JIRA: [AMQP 1-0 Sandbox] merging from trunkRobert Godfrey2012-03-011-31/+90
* NO-JIRA: [AMQP 1-0 Sandbox] merging from trunkRobert Godfrey2012-03-011-69/+184
* NO-JIRA: [AMQP 1-0 Sandbox] merging from trunkRobert Godfrey2012-03-011-6/+23
* NO-JIRA: [AMQP 1-0 Sandbox] merging from trunkRobert Godfrey2012-03-011-4/+11
* NO-JIRA: [AMQP 1-0 Sandbox] merging from trunkRobert Godfrey2012-03-011-2/+2
* NO-JIRA: 1.0 sandbox merge from trunkRobert Godfrey2011-09-101-0/+14
* NO-JIRA: Merged up to current HEAD on 1-0 sandbox branchRobert Godfrey2011-08-151-24/+26
* Non-JIRA: Merged up to r1085000 onto 1-0 sandbox branchRobert Godfrey2011-08-151-24/+80
* Reapplying 1-0 sandbox changes to correct branch (hopefully)Robert Godfrey2011-08-141-12/+11
* QPID-3021: set the session/connection actor when the connection recieves new ...Robert Gemmell2011-01-271-3/+9
* QPID-2839 Add channel (CHN) Operational Loggin on 0-10Andrew Donald Kennedy2010-10-031-5/+21
* QPID-2835 Implement CON Operational Logging on 0-10Andrew Donald Kennedy2010-10-031-3/+1
* QPID-2801: Implement LogSubject Interface in 0-10 Subscription/ServerConnect...Andrew Donald Kennedy2010-09-271-9/+18
* QPID-2855 : Broker Transport should not block on awaiting session close confi...Robert Godfrey2010-09-121-0/+6
* QPID-2824: Use toLogString rather than toString on LogSubject(s)Robert Gemmell2010-08-301-1/+8
* QPID-2673: dont hold a disposition change listener for messages when accept-m...Robert Gemmell2010-06-171-1/+1
* QPID-2625 : Update GenerateLogMessages to probe the property file for 3-Digit...Martin Ritchie2010-06-021-0/+7
* QPID-2606: Access Control ModificationsRobert Gemmell2010-05-311-1/+0
* QPID-2575 : Add getClientID to SessionModel and standardise use accross 0-8/0...Martin Ritchie2010-05-071-0/+7
* QPID-2575 : Create Connection and Session models to correctly expose the Owni...Martin Ritchie2010-05-071-2/+15
* QPID-2379: add Session.close() method implementationRobert Gemmell2010-04-091-0/+5
* QPID-2379: only inc/dec the outstanding txn count if the channel/session is t...Robert Gemmell2010-03-101-6/+13
* QPID-2379: move getCreateTime() up to the ConfiguredObject supertype, add imp...Robert Gemmell2010-03-041-0/+6
* QPID-2379: add BytesTxnEnqueues and MsgTxnEnqueues on Queue delegateRobert Gemmell2010-03-041-0/+8
* QPID-2379: add TxnStarts, TxnCommits, TxnRejects, TxnCount on Session delegateRobert Gemmell2010-03-041-1/+50
* QPID-2379 : Initial work on adding QMF and federation to the Java BrokerRobert Godfrey2010-01-311-25/+107
* Merged from java-broker-0-10 branchRobert Godfrey2009-10-251-0/+398