summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* move qpid to tlpM2.xJoe Schaefer2008-12-120-0/+0
* Initial addition of .gitignore to cover java : Martin Ritchie2008-06-261-0/+6
* QPID-1136 : Provided a fix for the leak in UnacknowledgedMessage when acking....Martin Ritchie2008-06-1310-91/+485
* QPID-1058 : Removal of Console WriteLine as highlighted in code review by Rob...Martin Ritchie2008-06-061-3/+0
* QPID-1058 : Addition of a CRAM-MD5-HEX as discussed on the JIRA. An additiona...Martin Ritchie2008-06-065-3/+454
* QPID-1058 : Added new CramMD5HexSaslClient.cs and registered it in the Sasl F...Martin Ritchie2008-06-067-2/+213
* QPID-1119 : M2x commit : Addition of a System property to AMQProtocolHandler....Martin Ritchie2008-06-046-2/+578
* QPID-1117 : Added tests for all other message types. Refactored the common pa...Martin Ritchie2008-06-031-4/+153
* QPID-1092 : Changed toString to be String.valueOf(getObject())Martin Ritchie2008-06-032-23/+102
* QPID-1101 : Update to DestNameExchange to perform deep copy.Martin Ritchie2008-05-301-1/+1
* QPID-1103 :Changed VMTestCase to allow the creation of InVM brokers based on ...Martin Ritchie2008-05-303-13/+91
* QPID-1084 : Fix AMQSession race condition on no-ack flow controlRobert Godfrey2008-05-211-8/+15
* Merged revisions 657859 via svnmerge from Martin Ritchie2008-05-202-22/+42
* Merged revisions 657097 via svnmerge from Aidan Skinner2008-05-162-23/+22
* Initialized merge tracking via "svnmerge" with revisions "651431" from Aidan Skinner2008-05-160-0/+0
* Initialized merge tracking via "svnmerge" with revisions "651431" from Aidan Skinner2008-05-160-0/+0
* QPID-1036 increase timeouts to more reasonable levels, ensure that durable qu...Aidan Skinner2008-05-073-4/+15
* QPID-952 should have been part of previous commitAidan Skinner2008-05-071-0/+18
* QPID-952, QPID-951, QPID-1032 Fix failover, ensure that it is properly detect...Aidan Skinner2008-05-073-351/+422
* QPID-1029: Generate temporary queue names using GUIDs to ensure uniqueness.Aidan Skinner2008-05-061-13/+1
* QPID-1023 increase some timeoutsAidan Skinner2008-05-056-42/+79
* QPID-1022 Use synchronous writes to fix race conditionsAidan Skinner2008-05-051-10/+12
* Check if consumer is closed and dont reclose it Aidan Skinner2008-05-051-1/+5
* QPID-1019 prevent messages being dequeued unecessarily, from rgodfreyAidan Skinner2008-05-053-7/+20
* QPID-1001 dont set the expiration time if TTL is 0Aidan Skinner2008-05-011-1/+4
* QPID-994 Dont wait for attain state as connection is closed by we get CloseOkAidan Skinner2008-05-011-1/+0
* QPID-888,QPID-886 : Fixed all management uses of _lock.lock / _lock.unlock so...Martin Ritchie2008-04-301-74/+103
* QPID-887 : Renamed QueueHouseKeeping threads so they can be identified in thr...Martin Ritchie2008-04-301-31/+43
* QPID-889 : Removed _reapingStoreContext from CSDM replaced with local StoreCo...Martin Ritchie2008-04-301-9/+22
* QPID-156 : Add an Apache licensed store - created an experimental Derby based...Robert Godfrey2008-04-163-0/+1455
* Rename in case of further M2-based releasesAidan Skinner2008-04-160-0/+0
* QPID-886 : In order to allow the test to be written that highlights the failu...Martin Ritchie2008-04-161-1/+6
* QPID-933 : performance tweaksRobert Godfrey2008-04-1612-82/+145
* QPID-932 : Remove references to unusued constructor argument "browsedAcks" of...Robert Godfrey2008-04-161-4/+4
* QPID-932 : Remove references to unusued constructor argument "browsedAcks" of...Robert Godfrey2008-04-168-27/+16
* QPID-931 : Always use exclusive consumers when subscribing to topicsRobert Godfrey2008-04-162-4/+4
* QPID-929 : Exchange.Declare being sent prior to every message when publishing...Robert Godfrey2008-04-163-11/+28
* QPID-927 : Multiple acknowledgements should be coalesced into single multiple...Robert Godfrey2008-04-161-2/+61
* QPID-926 : Perform all store operations associated with an acknowledge in a s...Robert Godfrey2008-04-161-34/+39
* QPID-925 : Only begin store transactions when there is a persistent message t...Robert Godfrey2008-04-162-7/+33
* QPID-922 : Selectors on header properties should not convert AMQShortStrings ...Robert Godfrey2008-04-164-9/+58
* QPID-900 : Re-use byte[] of buffer for backing of AMQShortStringRobert Godfrey2008-04-161-5/+30
* QPID-899 : Bug in AMQShortString on tokenized substringsRobert Godfrey2008-04-162-4/+55
* Add licenscesAidan Skinner2008-03-3128-6/+551
* QPID-890 : Removed old references to VHostPrincipalDatabase and an errant old...Martin Ritchie2008-03-311-18/+3
* QPID-876 remove .exe for hot cross version compatability actionAidan Skinner2008-03-241-1/+1
* QPID-875 : Dropped logging level to debug.Martin Ritchie2008-03-241-2/+2
* QPID-874 use getQueueDepth properlyAidan Skinner2008-03-241-1/+4
* QPID-872 : Adjusted TimeToLive test receive calls to use a wait of 1s(1000) a...Martin Ritchie2008-03-241-3/+3
* QPID-873 : Authentication Exception should be hard error; also NPE in Propert...Robert Godfrey2008-03-242-3/+7