summaryrefslogtreecommitdiff
path: root/java/common
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-3739: Java properties qpid.ssl.keyStoreCertType and qpid.ssl.trustStoreC...Keith Wall2012-01-2912-64/+317
* QPID-3789 : [Java] code tidyupsRobert Godfrey2012-01-2950-1975/+208
* NO-JIRA: Encapsulate fields, use private members and accesors (keep checkstyl...Robert Godfrey2012-01-2727-100/+160
* NO-JIRA: Ensure all control flow statements use braces (keeping CheckStyle ha...Robert Godfrey2012-01-272-27/+76
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-27125-423/+411
* 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-072-0/+206
* 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-2850-734/+1734
* 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-174-0/+78
* 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-113-1/+59
* QPID-3519: refactor consumer argument handlingKeith Wall2011-11-092-14/+49
* QPID-3518: Introduce client side ability to detect server side support.Keith Wall2011-11-092-0/+58
* QPID-3583: Update trunk version from 0.13 to 0.15Justin Ross2011-11-031-1/+1
* 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-3515: update qpid-server and qpid-run to enable them to work if QPID_HOM...Robert Gemmell2011-09-301-5/+8
* QPID-3444: issue an invalid argument execution exception if the exchange name...Robert Gemmell2011-09-252-6/+3
* QPID-3402: fix excludes files to work with spaces etc in path, make SSL tests...Robert Gemmell2011-09-251-1/+5
* 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-196-252/+78
* 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-123-4/+97
* QPID-2627 : Remove dependency on MINARobert Godfrey2011-09-0948-1257/+837
* QPID-3473 : Replace use of MINA IO with transport IO (joint work with Robbie ...Robert Godfrey2011-09-0733-2126/+468
* QPID-3453: Fixes an issue with closing of detached sessionKeith Wall2011-08-261-8/+21
* QPID-3452: Broker now unregisters any remaining subscriptions on receipt of S...Keith Wall2011-08-251-3/+2
* NO-JIRA: remove test config for Logger which is no longer used, move test sta...Robert Gemmell2011-08-211-10/+63
* QPID-3434: Refactored 0-8..0-9-1 code paths to use same SSL configuration mec...Robert Gemmell2011-08-181-2/+9
* QPID-3429: ensure that SSL is enabled correctly in MinaNetworkHandler. Refact...Robert Gemmell2011-08-1814-268/+224
* QPID-3342: Regression when forming SSL connections.Robert Gemmell2011-08-155-64/+109
* QPID-3402: revert r1155516, bad things happened without spaceRobert Gemmell2011-08-091-1/+1
* QPID-3402: also use a semi-colon deliminator instead of just whitespace, so a...Robert Gemmell2011-08-091-1/+1
* QPID-3385: assign IDs from a generator within the MultiVersionProtocolEngineF...Robert Gemmell2011-08-084-23/+43
* QPID-3367: FileUtils improvements. #openFileOrDefaultResource now tries the o...Robert Gemmell2011-07-214-11/+98
* QPID-2498: upgrade Mina to 1.1.7.Robert Gemmell2011-07-141-1/+1
* QPID-3342: move a previously missed test-only class into the test treeRobert Gemmell2011-07-141-0/+0
* QPID-3345: restore/add ability to use sys props to select the NetworkTranspor...Robert Gemmell2011-07-146-10/+327
* QPID-3310 - Principal/Subject refactoring.Robert Gemmell2011-07-132-27/+31
* QPID-3269Rajith Muditha Attapattu2011-07-084-18/+76