summaryrefslogtreecommitdiff
path: root/java/common
Commit message (Expand)AuthorAgeFilesLines
...
* NO-JIRA: Add missing Apache licenses to Java source files; correct positionin...Keith Wall2012-07-0218-39/+40
* QPID-3977: ChartingUtil now generates chart-summary.html file to facilitate c...Keith Wall2012-06-151-0/+63
* QPID-4062 : [Java Tests] add misssing file from previous checkinRobert Godfrey2012-06-121-0/+127
* QPID-4062 : [Java Tests] Java system tests sometimes fail due to JMX port alr...Robert Godfrey2012-06-121-51/+2
* QPID-4047 : [Java] Add timeout to socket connectRobert Godfrey2012-06-081-4/+4
* QPID-4042 : [Java Broker] Add SSL Client Auth supportRobert Godfrey2012-06-066-23/+74
* QPID-4038: log the Connection number and its local and remote addresses after...Robert Gemmell2012-06-041-0/+18
* QPID-3986, QPID-4009, QPID-4017: add constants for system properties/defaults...Robert Gemmell2012-05-292-9/+29
* QPID-3986: Improved tests and resolved some potential thread-safety issuesRobert Gemmell2012-05-291-0/+8
* QPID-3973 : [Java] Add support for non JKS key store types (patch supplied by...Robert Godfrey2012-05-186-26/+55
* QPID-4006: add support for using BDB HA to form an active-passive cluster for...Robert Gemmell2012-05-171-6/+6
* QPID-3994: trivial changes to the build.xml files to aid people regenerating ...Robert Gemmell2012-05-131-0/+1
* QPID-3994: use Ivy to download the main component dependencies during the bui...Robert Gemmell2012-05-111-1/+6
* QPID-3986 : [Java Broker] Add producer flow control based on total disk usageRobert Godfrey2012-05-071-8/+19
* QPID-3864: add missing licence headers to files in the java tree that are inc...Robert Gemmell2012-04-193-0/+60
* QPID-3923: Store queue, exchange and binding as configured objects in bdb storeRobert Gemmell2012-04-172-0/+6
* QPID-3917: Refactor VirtualHost/MessageStore implementations to be ready for ...Keith Wall2012-03-301-7/+8
* NO-JIRA: QpidBrokerTestCase - minor improvementsKeith Wall2012-03-301-1/+1
* QPID-3912: Client failover fails to reconnect if a previous attempted reconne...Keith Wall2012-03-281-0/+1
* 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