summaryrefslogtreecommitdiff
path: root/qpid/java/common
Commit message (Expand)AuthorAgeFilesLines
* merge changes from trunk up to r1350722Robert Gemmell2012-06-271-0/+63
* merge changes from trunk up to r1348603Robert Gemmell2012-06-271-4/+4
* QPID-4062 : [Java Tests] Java system tests sometimes fail due to JMX port alr...Keith Wall2012-06-152-51/+129
* merge changes from trunk up to r1347688Robert Gemmell2012-06-076-23/+74
* merge changes from trunk up to r1346171Robert Gemmell2012-06-051-0/+18
* merge changes from trunk up to r1343680Robert Gemmell2012-06-052-8/+36
* merge changes from trunk up to r1340855Robert Gemmell2012-06-056-26/+55
* merge changes from trunk up to r1339789Robert Gemmell2012-06-051-6/+6
* merge changes from trunk up to r1338884Robert Gemmell2012-05-311-0/+1
* NO-JIRA : merge from trunk (up to r1337211)Robert Godfrey2012-05-111-1/+6
* NO-JIRA : Merge from trunk to java config branchRobert Godfrey2012-05-111-8/+19
* merge changes from trunk up to r1327944Robert Gemmell2012-04-193-0/+60
* merge changes from trunk up to r1327003Robert Gemmell2012-04-172-0/+6
* merge changes from trunk up to r1307416Robert Gemmell2012-04-171-7/+8
* merge changes from trunk up to r1307316Robert Gemmell2012-04-162-1/+2
* QPID-3886 Committing a patch by Kevin Conner.Rajith Muditha Attapattu2012-03-085-11/+186
* QPID-3864: Adjust version numbers on trunk for development toward 0.18Justin Ross2012-03-081-1/+1
* QPID-3408 : Fix the Java Broker code so it both copes with machines where IPv...Robert Godfrey2012-03-052-1/+5
* QPID-3605 : [Java Broker] Durable subscriber with no-local true receives mess...Robert Godfrey2012-02-281-1/+3
* NO-JIRA: Java Broker: Remove unsed method from ContentHeaderBody.javaKeith Wall2012-02-271-11/+0
* AMQP-24 : [Java Broker] Implement distributed transactions for AMQP 0-10Robert Godfrey2012-02-231-0/+2
* QPID-3789: restore one of the improvements made in this JIRA which was inadve...Robert Gemmell2012-02-221-8/+13
* QPID-3595 : Python Alternate Exchange tests fail against the Java BrokerRobert Godfrey2012-02-211-1/+1
* QPID-3597 : Python Headers Exchange tests fail against Java Broker (Java AMQP...Robert Godfrey2012-02-211-1/+1
* QPID-2750: remove erroneous assert about 'LongString' lengthsRobert Gemmell2012-02-201-3/+0
* QPID-3857: remove the protected Impl method now that we dont need the Session...Robert Gemmell2012-02-201-7/+0
* QPID-3857: Fix racing conditions on registering session in connection and sen...Robert Gemmell2012-02-201-0/+1
* QPID-3293: add new system properties for setting client send/receive buffer s...Robert Gemmell2012-02-193-9/+78
* 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-3840: corrected qpid-passwd and qpid-run to handle paths with spaces in ...Keith Wall2012-02-151-1/+1
* QPID-3739: Java properties qpid.ssl.keyStoreCertType and qpid.ssl.trustStoreC...Keith Wall2012-02-131-2/+0
* QPID-3440: add test to verify issue by ensuring that the reply-to Destination...Robert Gemmell2012-02-131-0/+18
* QPID-3801: change use of escaped single quote to a hex literal to avoid a bug...Robert Gemmell2012-02-061-4/+8
* NO-JIRA: Remove redundant code from client and common trees.Keith Wall2012-02-0610-782/+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-053-23/+12
* 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-0213-1/+2625
* 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-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