summaryrefslogtreecommitdiff
path: root/qpid/dotnet/Qpid.Client
Commit message (Expand)AuthorAgeFilesLines
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@494801 13f7...Robert Greig2007-01-102-1/+19
* Qpid-250.diff patch applied. Fixes the build to generate the framing layer fr...Robert Greig2007-01-081-1/+1
* Qpid-246-2 patch applied. Adds serializability to exceptions missed by the fi...Robert Greig2007-01-055-1/+58
* Patch for Qpid-239 applied. BlockingSocketTransport instantiated directly.Robert Greig2007-01-055-2/+309
* Patch for Qpid-239 applied. Assembly for transport not loaded with Assembly.l...Robert Greig2007-01-051-1/+8
* Qpid-238. Refactored out the ugly GetExchangeName method.Robert Greig2007-01-051-32/+25
* Qpid-238 patch applied. Strange workaround for non-existant bug in string.Spl...Robert Greig2007-01-052-27/+19
* Patch for Qpid-246 applied. Makes exceptions serializable.Robert Greig2007-01-051-0/+7
* Patch for QPID-237 applied. Fixes a compile error on the build.Robert Greig2007-01-041-0/+5
* Removed LinkedHashTable.cs from Qpid.Client project as it is supplied by the ...Steven Shaw2006-12-192-217/+0
* Fixed warning.Steven Shaw2006-12-191-1/+1
* Added Qpid.Client.Transport.Socket.Blocking project to MonoDevelop files.Steven Shaw2006-12-197-18/+6
* Added Mono-Develop IDE filesSteven Shaw2006-12-191-0/+96
* QPID-182. GRM broke :(. We need to flip the buffer when getting the Data from...Steven Shaw2006-12-133-47/+11
* QPID-182. Removed old GRM hack.Steven Shaw2006-12-131-13/+0
* QPID-173. Re-port JmsByteBytes (QpidBytesMessage) from Java. Notably missing ...Steven Shaw2006-12-136-434/+105
* QPID-139. Initial (re)port of MINA's bytebuffer abstraction. Now includes the...Steven Shaw2006-12-125-23/+33
* QPID-128 Missed a couple of things while porting Java client changes recently.Steven Shaw2006-12-066-376/+455
* Fixes for .NET 1.1 compatibilitySteven Shaw2006-12-041-1/+1
* QPID-153 Initial port of URL parsing from Java client. Due to .NET Uri parser...Steven Shaw2006-12-0411-164/+661
* QPID-136 Ported Prefetch with PrefetchHigh and PrefetchLowSteven Shaw2006-11-302-91/+47
* QPID-137. Cache the AcknowledgeMode to prevent exception on closing.Steven Shaw2006-11-291-1/+4
* QPID-137. First stab at porting enough to get AutoAcknowledge mode working.Steven Shaw2006-11-2912-245/+419
* QPID-135 Added Rollback supportSteven Shaw2006-11-281-14/+9
* QPID-135 Ported enough transaction support to run FailoverTxTest. Still has s...Steven Shaw2006-11-283-25/+109
* Fix compiler warnings.Steven Shaw2006-11-286-37/+28
* Locked on FailoverMutex where necessary.Steven Shaw2006-11-283-11/+25
* Oops. Missed Basic.Consume. Add commands necessary for fail over are recorded...Steven Shaw2006-11-281-0/+2
* Initial changes to record and replay frames on fail over.Steven Shaw2006-11-283-41/+28
* Removed some old commented out code.Steven Shaw2006-11-281-89/+0
* A build script for Mono and a couple of small changes to enable compiling and...Steven Shaw2006-11-262-1/+9
* QPID-128 Initial import of the C# sources.Steven Shaw2006-11-2569-0/+9532