summaryrefslogtreecommitdiff
path: root/java/common/src/main/java/org/apache/qpid/transport/Session.java
Commit message (Expand)AuthorAgeFilesLines
* QPID-5980: more javadoc fixupsRobert Gemmell2014-08-081-0/+1
* QPID-4541 Added the ability to turn off replay at the time the sessionRajith Muditha Attapattu2013-01-251-1/+14
* QPID-4515: improved broker logging, particularly when receiving/sending AMQP ...Phil Harvey2012-12-201-4/+3
* QPID-3986, QPID-4009, QPID-4017: add constants for system properties/defaults...Robert Gemmell2012-05-291-9/+5
* QPID-3986: Improved tests and resolved some potential thread-safety issuesRobert Gemmell2012-05-291-0/+8
* QPID-3986 : [Java Broker] Add producer flow control based on total disk usageRobert Godfrey2012-05-071-8/+19
* QPID-3886 Committing a patch by Kevin Conner.Rajith Muditha Attapattu2012-03-081-11/+3
* QPID-3595 : Python Alternate Exchange tests fail against the Java BrokerRobert Godfrey2012-02-211-1/+1
* QPID-3789 : [Java] code tidyupsRobert Godfrey2012-01-291-1/+0
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-271-5/+5
* QPID-3758 : Reduce memory overhead of SessionsRobert Godfrey2012-01-131-40/+47
* QPID-3720 : [Java Broker] Implement Message GroupingRobert Godfrey2012-01-031-2/+12
* QPID-3713 : Implement producer side flow control for 0-10 in Java BrokerRobert Godfrey2012-01-021-4/+18
* QPID-3714 : [Java] Performance ImprovementsRobert Godfrey2011-12-281-27/+40
* QPID-3532: make the 0-10 client hold the failover mutex during the failover. ...Robert Gemmell2011-10-211-10/+48
* QPID-3524: revert changes to Session#invoke method in r1179702 as the other c...Robert Gemmell2011-10-201-18/+12
* QPID-3524: enable support for failing over transacted sessions, ensuring txSe...Robert Gemmell2011-10-061-24/+28
* QPID-3428: make the Java broker validate 0-10 Session names, enabling it to s...Robert Gemmell2011-09-131-0/+1
* QPID-3449: adds ability to override the session timeout via JVM properties qp...Robert Gemmell2011-09-121-3/+5
* QPID-3453: Fixes an issue with closing of detached sessionKeith Wall2011-08-261-8/+21
* QPID-3269Rajith Muditha Attapattu2011-07-081-4/+47
* QPID-3233Rajith Muditha Attapattu2011-05-031-1/+2
* QPID-3205Rajith Muditha Attapattu2011-04-121-1/+29
* QPID-2732Rajith Muditha Attapattu2011-03-081-1/+6
* QPID-3070: Do not send SessionCompleted with empty rangeAndrew Donald Kennedy2011-03-081-1/+4
* QPID-2994Rajith Muditha Attapattu2011-02-091-0/+5
* QPID-2994Rajith Muditha Attapattu2011-02-081-1/+11
* While commiting a fix for QPID-2994 I accidently modified the timeout value.Rajith Muditha Attapattu2011-01-111-1/+1
* QPID-2995Rajith Muditha Attapattu2011-01-111-0/+4
* QPID-2994Rajith Muditha Attapattu2011-01-111-3/+9
* QPID-2839 Add channel (CHN) Operational Loggin on 0-10Andrew Donald Kennedy2010-10-031-2/+2
* QPID-2861Rajith Muditha Attapattu2010-09-211-1/+1
* QPID-2876Rajith Muditha Attapattu2010-09-211-2/+2
* QPID-2861Rajith Muditha Attapattu2010-09-171-1/+11
* QPID-2857 : Address issues found by running FindBugs against the Java codebaseRobert Godfrey2010-09-121-1/+1
* QPID-2855 : Broker Transport should not block on awaiting session close confi...Robert Godfrey2010-09-121-12/+28
* QPID-2657: Correct handling of sync on 0-10 client session for exceptionsAndrew Donald Kennedy2010-08-131-14/+18
* QPID-2797: Change expiry to a boolean correctly representing intent to closeAndrew Donald Kennedy2010-08-131-13/+17
* Don't request non-zero session expiration (as resume is not supported at this...Gordon Sim2010-08-051-1/+1
* QPID-2586: Give Client 0-10 close semantics not detachAndrew Donald Kennedy2010-07-261-3/+1
* QPID-2657: Make Exceptions propagate to client for 0-10Andrew Donald Kennedy2010-07-221-5/+1
* QPID-2379 : Initial work on adding QMF and federation to the Java BrokerRobert Godfrey2010-01-311-14/+19
* Merged from java-broker-0-10 branchRobert Godfrey2009-10-251-9/+50
* fixed session memory leak exposed by SessionCreateTestRafael H. Schloming2009-07-251-2/+0
* This is a fix for QPID-1857Rajith Muditha Attapattu2009-05-131-0/+2
* This is a fix for QPID-1773Rajith Muditha Attapattu2009-03-241-1/+14
* QPID-1708: go into CLOSED instead of DETACHED state when there is an executio...Rafael H. Schloming2009-03-031-2/+10
* QPID-1701: fixed potential deadlock on connection closeRafael H. Schloming2009-02-271-2/+2
* don't block unreliable commands during resumeRafael H. Schloming2009-02-261-1/+5
* Made the various receive variants check that the server queue is empty before...Rafael H. Schloming2009-02-251-10/+32