summaryrefslogtreecommitdiff
path: root/dotnet
Commit message (Collapse)AuthorAgeFilesLines
* (Submitted by Rupert Smith) All tests run without hanging forever.Robert Greig2007-02-135-9/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@507110 13f79535-47bb-0310-9956-ffa450edef68
* (Submitted by Rupert Smith and Tomas Restrepo) Qpid-344 patches.Robert Greig2007-02-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@507109 13f79535-47bb-0310-9956-ffa450edef68
* (Path submitted by Tomas Restrepo) Qpid-336 Field table updated to match ↵Robert Greig2007-02-1314-422/+2158
| | | | | | Java client. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@507096 13f79535-47bb-0310-9956-ffa450edef68
* (Patch submitted by Rupert Smith) Release script updated for Sasl module and ↵Robert Greig2007-01-301-3/+3
| | | | | | refactoring of blocking sockets into common. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@501391 13f79535-47bb-0310-9956-ffa450edef68
* Added Apache license header.Robert Greig2007-01-291-0/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@501058 13f79535-47bb-0310-9956-ffa450edef68
* (Patch supplied by Tomas Restrepo) QPID-312.diff applied. This converts ↵Robert Greig2007-01-2922-515/+439
| | | | | | Javadoc copied accross from the orignal Java code to .Net format. Renames some files/classes/methods to use .Net conventions. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@501006 13f79535-47bb-0310-9956-ffa450edef68
* (Patch supplied by Tomas Restrepo) QPID-291-2.diff applied. Adds SASL ↵Robert Greig2007-01-2946-46/+3307
| | | | | | capability to the .Net client. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@501001 13f79535-47bb-0310-9956-ffa450edef68
* (Patch submitted by Rupert Smith) Qpid-284 patch applied.Robert Greig2007-01-121-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@495574 13f79535-47bb-0310-9956-ffa450edef68
* Qpid-257 patch applied.Robert Greig2007-01-105-222/+293
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@494803 13f79535-47bb-0310-9956-ffa450edef68
* git-svn-id: ↵Robert Greig2007-01-102-1/+19
| | | | https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@494801 13f79535-47bb-0310-9956-ffa450edef68
* Qpid-250.diff patch applied. Fixes the build to generate the framing layer ↵Robert Greig2007-01-083-3/+4
| | | | | | from the defintive 0.8 spec in the /specs directory. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@494031 13f79535-47bb-0310-9956-ffa450edef68
* Qpid-246-2 patch applied. Adds serializability to exceptions missed by the ↵Robert Greig2007-01-0518-29/+230
| | | | | | first patch. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@493087 13f79535-47bb-0310-9956-ffa450edef68
* Patch for Qpid-239 applied. BlockingSocketTransport instantiated directly.Robert Greig2007-01-057-12/+309
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@493064 13f79535-47bb-0310-9956-ffa450edef68
* Patch for Qpid-239 applied. Assembly for transport not loaded with ↵Robert Greig2007-01-051-1/+8
| | | | | | Assembly.loadFrom but Assembly.load instead. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@493042 13f79535-47bb-0310-9956-ffa450edef68
* Qpid-238. Refactored out the ugly GetExchangeName method.Robert Greig2007-01-051-32/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@493003 13f79535-47bb-0310-9956-ffa450edef68
* Qpid-238 patch applied. Strange workaround for non-existant bug in ↵Robert Greig2007-01-052-27/+19
| | | | | | string.Split removed. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@492998 13f79535-47bb-0310-9956-ffa450edef68
* Patch for Qpid-246 applied. Makes exceptions serializable.Robert Greig2007-01-057-0/+70
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@492963 13f79535-47bb-0310-9956-ffa450edef68
* Patch for QPID-237 applied. Fixes a compile error on the build.Robert Greig2007-01-041-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@492602 13f79535-47bb-0310-9956-ffa450edef68
* Removed LinkedHashTable.cs from Qpid.Client project as it is supplied by the ↵Steven Shaw2006-12-192-217/+0
| | | | | | | | | | Qpid.Common project. Note that LinkedHashTable.cs was not being compiled by the VS.NET 2005 project as it was not part of Qpid.Client.csproj. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@488852 13f79535-47bb-0310-9956-ffa450edef68
* Fixed warning.Steven Shaw2006-12-192-29/+20
| | | | | | | FailoverTxTest now using connection URI for configuration. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@488844 13f79535-47bb-0310-9956-ffa450edef68
* Added Qpid.Client.Transport.Socket.Blocking project to MonoDevelop files.Steven Shaw2006-12-1917-46/+64
| | | | | | | Fixed some compiler warnings. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@488830 13f79535-47bb-0310-9956-ffa450edef68
* Added Mono-Develop IDE filesSteven Shaw2006-12-198-0/+478
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@488810 13f79535-47bb-0310-9956-ffa450edef68
* Switch BaseMessagingTestFixture to use connection uri.Steven Shaw2006-12-131-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@486789 13f79535-47bb-0310-9956-ffa450edef68
* QPID-182. GRM broke :(. We need to flip the buffer when getting the Data ↵Steven Shaw2006-12-133-47/+11
| | | | | | | | from the AbstractQmsMessage. Also removed some commented out code. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@486778 13f79535-47bb-0310-9956-ffa450edef68
* QPID-182. Removed old GRM hack.Steven Shaw2006-12-131-13/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@486760 13f79535-47bb-0310-9956-ffa450edef68
* QPID-173. Re-port JmsByteBytes (QpidBytesMessage) from Java. Notably missing ↵Steven Shaw2006-12-137-436/+105
| | | | | | was the _data.rewind() in the Text getter. Also removed/tidied up some commented out code. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@486688 13f79535-47bb-0310-9956-ffa450edef68
* QPID-139. Initial (re)port of MINA's bytebuffer abstraction. Now includes ↵Steven Shaw2006-12-1231-960/+3708
| | | | | | the autoexpand feature. References to java.nio.Buffer were replaced with FixedByteBuffer and necessary methods added and implemented. FixedByteBuffer delegates to our existing HeapByteBuffer. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@486248 13f79535-47bb-0310-9956-ffa450edef68
* QPID-128 Missed a couple of things while porting Java client changes recently.Steven Shaw2006-12-0610-384/+465
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@483135 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for .NET 1.1 compatibilitySteven Shaw2006-12-042-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@482263 13f79535-47bb-0310-9956-ffa450edef68
* Competed todo itemSteven Shaw2006-12-041-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@482249 13f79535-47bb-0310-9956-ffa450edef68
* Organise usingsSteven Shaw2006-12-041-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@482248 13f79535-47bb-0310-9956-ffa450edef68
* QPID-153 Initial port of URL parsing from Java client. Due to .NET Uri ↵Steven Shaw2006-12-0415-166/+1073
| | | | | | parser must support "host" name. Use "default" when you don't want to really supply one. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@482237 13f79535-47bb-0310-9956-ffa450edef68
* New FxCop project file which shows up lots of potential problems.Steven Shaw2006-12-041-0/+16755
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@482233 13f79535-47bb-0310-9956-ffa450edef68
* Rearrange in order of priority. Removed item for implementing basic.get (the ↵Steven Shaw2006-12-041-4/+2
| | | | | | Java client doesn't have it either and AMQP 0.9 will bring changes in this area). git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@482145 13f79535-47bb-0310-9956-ffa450edef68
* QPID-136 Ported Prefetch with PrefetchHigh and PrefetchLowSteven Shaw2006-11-3016-149/+121
| | | | | | | QPID-137 Ported AcknowledgeModes git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@481035 13f79535-47bb-0310-9956-ffa450edef68
* QPID-137. Cache the AcknowledgeMode to prevent exception on closing.Steven Shaw2006-11-291-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480425 13f79535-47bb-0310-9956-ffa450edef68
* QPID-137. First stab at porting enough to get AutoAcknowledge mode working.Steven Shaw2006-11-2914-255/+479
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480423 13f79535-47bb-0310-9956-ffa450edef68
* QPID-135 Transactions are implemented.Steven Shaw2006-11-291-4/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480319 13f79535-47bb-0310-9956-ffa450edef68
* Tidy upSteven Shaw2006-11-291-10/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480318 13f79535-47bb-0310-9956-ffa450edef68
* QPID-135 Tidy up fail over tests.Steven Shaw2006-11-292-18/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480309 13f79535-47bb-0310-9956-ffa450edef68
* QPID-135 Added Rollback supportSteven Shaw2006-11-282-17/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480293 13f79535-47bb-0310-9956-ffa450edef68
* QPID-135 Ported enough transaction support to run FailoverTxTest. Still has ↵Steven Shaw2006-11-285-42/+123
| | | | | | same problem as the Java client in that on fail-over the "transaction" continues but the earlier part of the transaction is forgotten. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480283 13f79535-47bb-0310-9956-ffa450edef68
* Fix compiler warnings.Steven Shaw2006-11-287-38/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480221 13f79535-47bb-0310-9956-ffa450edef68
* Include LICENCE and NOTICE files in release zip.Steven Shaw2006-11-281-2/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480199 13f79535-47bb-0310-9956-ffa450edef68
* Fixed directory nameSteven Shaw2006-11-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480194 13f79535-47bb-0310-9956-ffa450edef68
* Locked on FailoverMutex where necessary.Steven Shaw2006-11-283-11/+25
| | | | | | Noted that AMQConnection.CloseSession and BasicMessageConsumer.Close both lock on FailoverMutex but do ProtocolWriter.SyncWrite which probably means that they need to do the FailoverSupport thing instead. If it's a problem, it exists also in the Java client. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480190 13f79535-47bb-0310-9956-ffa450edef68
* Oops. Missed Basic.Consume. Add commands necessary for fail over are ↵Steven Shaw2006-11-283-2/+3
| | | | | | recorded and replayed. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480164 13f79535-47bb-0310-9956-ffa450edef68
* Initial changes to record and replay frames on fail over.Steven Shaw2006-11-284-51/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480157 13f79535-47bb-0310-9956-ffa450edef68
* Send logging to a file as well.Steven Shaw2006-11-281-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480149 13f79535-47bb-0310-9956-ffa450edef68
* Removed some old commented out code.Steven Shaw2006-11-281-89/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480142 13f79535-47bb-0310-9956-ffa450edef68