summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Create branch qpid-3603-4qpid-3603-4Alan Conway2012-02-130-0/+0
* QPID-3739: Java properties qpid.ssl.keyStoreCertType and qpid.ssl.trustStoreC...Keith Wall2012-02-131-2/+0
* QPID-3825: TransactionTimeoutTests sporadically failKeith Wall2012-02-131-2/+3
* QPID-3817: remove unnecessary cast to AMQQueue from the QueueBrowser creation...Robert Gemmell2012-02-132-3/+6
* QPID-3830: remove stale reference to old examples READMERobert Gemmell2012-02-131-2/+0
* QPID-3830: remove stale/confusing old 'examples' for the java clientRobert Gemmell2012-02-1327-2874/+0
* QPID-3831: use AcquireMode=PRE_ACQUIRED when using server-side selectors and ...Robert Gemmell2012-02-136-16/+12
* QPID-3803: increase receive() timeout on persistent runs, newest failure log ...Robert Gemmell2012-02-131-7/+8
* QPID-3440: add test to verify issue by ensuring that the reply-to Destination...Robert Gemmell2012-02-134-55/+128
* QPID-3829: use a seperate object for reference checking to stop the AMQMessag...Robert Gemmell2012-02-138-175/+49
* NO-JIRA - Fixed missing return type on Windows stub.Ted Ross2012-02-101-1/+1
* QPID-3773: generate a unique queue name for the internal bridge queues.Kenneth Anthony Giusti2012-02-101-2/+2
* NO-JIRA - Fixed a misleading commentTed Ross2012-02-101-1/+1
* QPID-3803: System tests SortedQueueTest fail ocasionally on slow machinesKeith Wall2012-02-101-31/+28
* QPID-3824 - Additional queue statistics, posix memory statistics, and broker-...Ted Ross2012-02-0927-278/+1976
* QPID-3621 cmake build changes for solaris and solaris specific code changesClifford Allan Jansen2012-02-097-24/+46
* QPID-3823: ServerSession unblock(AMQQueue) can cause NPE when trying to remov...Keith Wall2012-02-094-67/+85
* QPID-3620 time conversion fix for sparc architectureClifford Allan Jansen2012-02-091-4/+11
* QPID-3825: TransactionTimeoutTest.testProducerOpenCommit and others fails spo...Keith Wall2012-02-091-2/+8
* QPID-3571 PosixPoller implementationClifford Allan Jansen2012-02-091-0/+793
* QPID-3821: Uncaught exception thrown in QueueRunner.run() could cause QueueRu...Keith Wall2012-02-092-21/+30
* QPID-3819: ExhaustiveACLTests seen to timeoutKeith Wall2012-02-094-150/+128
* QPID-3820: Sporadic failures from ProducerFlowControlTestKeith Wall2012-02-081-2/+2
* QPID-3820: ProducerFlowControlTest#testSendTimeout test fails sprodically on ...Keith Wall2012-02-071-141/+85
* QPID-3809: Java Broker killed by java.net.SocketException: Broken pipe (kille...Keith Wall2012-02-071-6/+18
* QPID-3818: Replace CombinedTest and its support classes with a simpler test-c...Keith Wall2012-02-076-466/+169
* QPID-3807: Improve thread safety of JMS Session dispatcher.Keith Wall2012-02-071-21/+11
* NO-JIRA: Remove unnecessary getters added by recent commit 1236867Keith Wall2012-02-071-87/+0
* NO-JIRA: Move members back to top of class where they belongKeith Wall2012-02-071-181/+180
* QPID-3816: add client version to connection open loggingRobert Gemmell2012-02-067-28/+72
* 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-0613-916/+0
* QPID-3756: Reorder Java Broker's connection close process so that ConnectionC...Keith Wall2012-02-063-7/+17
* QPID-3775: Change BDB shell scripts to avoid use of readlink when determining...Keith Wall2012-02-063-7/+12
* QPID-3815: remove duplicate setting of the NetworkConnection, this was alread...Robert Gemmell2012-02-061-1/+0
* QPID-3815: update test to expose the issue, we no longer log both the (unsupp...Robert Gemmell2012-02-061-18/+5
* NO-JIRA: remove factory method only used by testRobert Gemmell2012-02-062-8/+4
* QPID-3814: ensure the 0-10 client sends its version number during ConnectionS...Robert Gemmell2012-02-0518-198/+200
* NO-JIRA: remove test-only and unused connect methodsRobert Gemmell2012-02-054-24/+13
* QPID-3812: ExceptionListenerTest sporadically fails on java-mms-0.10Keith Wall2012-02-051-5/+9
* QPID-3813: allow configuring the default version reply to an unsupported prot...Robert Gemmell2012-02-048-33/+129
* QPID-3810: fix log outputRobert Gemmell2012-02-041-4/+7
* QPID-3793: Remove test MessageStatisticsTest.testMessagePeakRates from test s...Robert Gemmell2012-02-041-22/+0
* QPID-3794: calculate a sleep interval to account for previous overlsleep, to ...Robert Gemmell2012-02-041-1/+6
* QPID-3803: allow more time on persistent runs to help prevent sporadic failur...Robert Gemmell2012-02-041-3/+9
* QPID-3595: exclude additional alternate exchange testRobert Gemmell2012-02-041-0/+1
* 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-3781: fix system test MaxDeliveryCountTest.testAsynchronousDupsOkSession...Robert Gemmell2012-02-031-2/+2
* QPID-3792: fix system test DurableSubscriptionTest.testDurSubAddMessageSelect...Robert Gemmell2012-02-031-14/+10