summaryrefslogtreecommitdiff
path: root/java/common/src/main/java/org/apache
Commit message (Expand)AuthorAgeFilesLines
* QPID-3858: Updated code to include recent refactoring by Gordon (gsim) - see ...Kim van der Riet2012-08-275-30/+58
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-0329-94/+237
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-0418-44/+164
* QPID-3293: add new system properties for setting client send/receive buffer s...Robert Gemmell2012-02-192-9/+32
* QPID-3854: SO_REUSEADDR should be applied to server socket before bind()Keith Wall2012-02-181-1/+1
* QPID-3714: Fix defect in BasicContentHeaderPropertiesKeith Wall2012-02-171-2/+8
* QPID-3739: Java properties qpid.ssl.keyStoreCertType and qpid.ssl.trustStoreC...Keith Wall2012-02-131-2/+0
* NO-JIRA: Remove redundant code from client and common trees.Keith Wall2012-02-069-775/+0
* QPID-3756: Reorder Java Broker's connection close process so that ConnectionC...Keith Wall2012-02-062-3/+8
* QPID-3814: ensure the 0-10 client sends its version number during ConnectionS...Robert Gemmell2012-02-056-96/+103
* NO-JIRA: remove test-only and unused connect methodsRobert Gemmell2012-02-052-15/+4
* QPID-3810: fix log outputRobert Gemmell2012-02-041-4/+7
* QPID-3810: close an accepted socket when exceptions occur in order to prevent...Robert Gemmell2012-02-041-4/+24
* QPID-3810: rework exception handling to allow the acceptor to continue after ...Robert Gemmell2012-02-031-25/+41
* QPID-3801 : [Java] Move JMS Selector code into commonRobert Godfrey2012-02-021-4/+0
* QPID-3801 : [Java] Move JMS Selector code into commonRobert Godfrey2012-02-0211-0/+2008
* QPID-3784: move the system property key into ClientPropertiesRobert Gemmell2012-02-021-0/+4
* QPID-3789 : [Java] Remove duplication of BytesDataOutput inner class, and sha...Robert Godfrey2012-01-311-0/+178
* QPID-3789 : [Java] Remove dead code and empty directoriesRobert Godfrey2012-01-301-38/+0
* QPID-3739: Java properties qpid.ssl.keyStoreCertType and qpid.ssl.trustStoreC...Keith Wall2012-01-298-39/+68
* QPID-3789 : [Java] code tidyupsRobert Godfrey2012-01-2949-1972/+190
* NO-JIRA: Encapsulate fields, use private members and accesors (keep checkstyl...Robert Godfrey2012-01-2723-90/+150
* NO-JIRA: Ensure all control flow statements use braces (keeping CheckStyle ha...Robert Godfrey2012-01-271-26/+62
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-27100-331/+334
* QPID-3783 The AddressParser will now set the subject to Null if it equals to ...Rajith Muditha Attapattu2012-01-261-0/+4
* QPID-3774 : allow out of order completion of persistent enqueues / dequeuesRobert Godfrey2012-01-201-2/+7
* QPID-3766 Committing a patch by Weston Price.Rajith Muditha Attapattu2012-01-171-12/+13
* QPID-3758 : Reduce memory overhead of SessionsRobert Godfrey2012-01-131-40/+47
* QPID-3730: remove ReadWriteJobQueue, it is no longer necessary as the only th...Robert Gemmell2012-01-093-478/+4
* QPID-3715: Fix the receiving of an empty ObjectMessage (without a body)Keith Wall2012-01-071-0/+95
* QPID-3720 : [Java Broker] Implement Message GroupingRobert Godfrey2012-01-032-2/+17
* QPID-3713 : Implement producer side flow control for 0-10 in Java BrokerRobert Godfrey2012-01-022-5/+25
* QPID-3714 : [Java] Performance ImprovementsRobert Godfrey2011-12-2844-670/+1694
* QPID-3659 Added a method in AMQBrokerDetails to handle booleanRajith Muditha Attapattu2011-12-071-1/+2
* QPID-3642,QPID-3643: Add Dead Letter Queue functionality for 0-8/0-9/0-9-1 pa...Keith Wall2011-11-282-0/+17
* NO-JIRA: add missing licence headers to various files in the java treeRobert Gemmell2011-11-171-0/+20
* QPID-3611: use socket.close() on SSLSockets to prevent IoReceiver causing an ...Robert Gemmell2011-11-111-1/+3
* QPID-3610: set TCP_NODELAY to true by default, add new system property for ch...Robert Gemmell2011-11-112-1/+10
* QPID-3519: refactor consumer argument handlingKeith Wall2011-11-091-3/+6
* QPID-3518: Introduce client side ability to detect server side support.Keith Wall2011-11-092-0/+58
* QPID-3428: update to stop duplicate 0-10 session registrations into the manag...Robert Gemmell2011-10-302-2/+9
* QPID-3532: make the 0-10 client hold the failover mutex during the failover. ...Robert Gemmell2011-10-212-14/+57
* 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-062-40/+30
* QPID-3444: issue an invalid argument execution exception if the exchange name...Robert Gemmell2011-09-252-6/+3
* QPID-3498: Broker race condition mean that it tries to respond before IoSende...Keith Wall2011-09-212-1/+5
* QPID-3415: Change 0-10 code path to utilise the CallbackHandlerRegistry to cr...Keith Wall2011-09-195-203/+24
* QPID-3428: make the Java broker validate 0-10 Session names, enabling it to s...Robert Gemmell2011-09-133-3/+17
* QPID-3449: adds ability to override the session timeout via JVM properties qp...Robert Gemmell2011-09-122-4/+16
* QPID-2627 : Remove dependency on MINARobert Godfrey2011-09-0939-1148/+653