summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * QPID-3804: do not skip released grouped messagesKenneth Anthony Giusti2012-02-022-1/+50
| * QPID-3805: Remove allow-all/deny-all security plugins from Java Broker.Keith Wall2012-02-025-219/+5
| * QPID-3175: removed the sasl_mechanisms defaultRafael H. Schloming2012-02-021-1/+1
| * QPID-3802: Broker command line processing --help (-h) and --version (-v) no l...Keith Wall2012-02-023-52/+99
| * QPID-3481 - After queue deletion, route re-queued messages to the alternate e...Ted Ross2012-02-023-9/+145
| * QPID-3798: do not wait indefinately for connection close.Kenneth Anthony Giusti2012-02-021-2/+2
| * 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-0242-3055/+528
| * QPID-3784: move the system property key into ClientPropertiesRobert Gemmell2012-02-023-7/+8
| * QPID-3784: introduce system property to run a dispatcher thread as damon/non-...Robert Gemmell2012-02-023-1/+84
| * QPID-3800: add the ability to disable particular protocol versions broker-wid...Robert Gemmell2012-02-027-13/+220
| * QPID-3789 : Fix AbstractPasswordFilePrincipalDatabase to remove possibility o...Robert Godfrey2012-02-021-6/+13
| * QPID-3734 Commiting patch by Weston Price.Rajith Muditha Attapattu2012-02-0127-354/+371
| * QPID-3790: Add a method AMQSession.getQueueDepth(AMQDestionation, boolean) to...Robert Gemmell2012-02-014-14/+59
| * QPID-3789 : [Java Broker] Remove duplication between two password file databa...Robert Godfrey2012-02-0111-936/+606
| * QPID-3780 : guard against the possibility that the HWM is older than the queu...Robert Godfrey2012-02-011-1/+1
| * QPID-3780 : guard against the possibility that the HWM is older than the queu...Robert Godfrey2012-02-011-0/+8
| * QPID-3789 : [Java] Remove duplication of BytesDataOutput inner class, and sha...Robert Godfrey2012-01-317-574/+378