summaryrefslogtreecommitdiff
path: root/dotnet/Qpid.Client/Client/AmqChannel.cs
Commit message (Expand)AuthorAgeFilesLines
* Converted namespaces from Qpid.* to Apache.Qpid.*Martin Ritchie2007-07-271-9/+9
* QPID-136 Initial Prefetch ImplementationTomas Restrepo2007-05-261-31/+106
* QPID-490 (Contributed by Carlos Medina) Implement PurgeQueue and DeleteQueueTomas Restrepo2007-05-181-3/+52
* * QPID-492 Fix Race condition in message decodingTomas Restrepo2007-05-171-114/+1
* * QPID-452 Improve message classes APITomas Restrepo2007-05-151-79/+43
* QPID-441 Fix handling of bounced messagesTomas Restrepo2007-05-101-2/+46
* (Patch submitted by Rupert Smith) dotnet_iop.diff.Robert Greig2007-02-281-5/+5
* (Patch submitted by Tomas Restrepo) QPID-ByteBuffer.diff.Robert Greig2007-02-261-3/+3
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@494801...Robert Greig2007-01-101-0/+8
* Qpid-250.diff patch applied. Fixes the build to generate the framing layer fr...Robert Greig2007-01-081-1/+1
* Added Qpid.Client.Transport.Socket.Blocking project to MonoDevelop files.Steven Shaw2006-12-191-12/+0
* 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-131-0/+1
* QPID-139. Initial (re)port of MINA's bytebuffer abstraction. Now includes the...Steven Shaw2006-12-121-1/+2
* QPID-128 Missed a couple of things while porting Java client changes recently.Steven Shaw2006-12-061-1/+20
* QPID-136 Ported Prefetch with PrefetchHigh and PrefetchLowSteven Shaw2006-11-301-17/+18
* QPID-137. First stab at porting enough to get AutoAcknowledge mode working.Steven Shaw2006-11-291-21/+5
* 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-281-13/+37
* Fix compiler warnings.Steven Shaw2006-11-281-1/+1
* Locked on FailoverMutex where necessary.Steven Shaw2006-11-281-11/+23
* 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-281-31/+17
* Removed some old commented out code.Steven Shaw2006-11-281-89/+0
* QPID-128 Initial import of the C# sources.Steven Shaw2006-11-251-0/+1071