summaryrefslogtreecommitdiff
path: root/dotnet/Qpid.Client/Client
Commit message (Expand)AuthorAgeFilesLines
* QPID-729 : Added explicit list of unacked messages, acked on commit, rejected...Rupert Smith2008-02-112-16/+51
* QPID-763 : Client was not setting prefetch count and size the wrong way aroun...Rupert Smith2008-01-281-4/+1
* Qpid-727, Improved trace level logging.Rupert Smith2008-01-243-3/+3
* Qpid-756, client id is now set.Rupert Smith2008-01-232-0/+3
* Qpid-730. Removed durable and subscription name from consumer builder, as the...Rupert Smith2008-01-223-441/+618
* Qpid-727. Added closeable interface to connections, channels, producers and c...Rupert Smith2008-01-211-1/+2
* Changed exception handler to propagate unknown exceptions to all method liste...Rupert Smith2007-10-091-12/+13
* QPID-256 FailoverTest restored to working order. IOExceptions on connections ...Rupert Smith2007-10-092-75/+96
* .Net now handles binding URLs correctly.Rupert Smith2007-08-101-65/+269
* Interop tests put into a working state.Rupert Smith2007-08-071-1/+7
* Converted namespaces from Qpid.* to Apache.Qpid.*Martin Ritchie2007-07-2780-249/+276
* QPID-136 Initial Prefetch ImplementationTomas Restrepo2007-05-264-46/+232
* * QPID-495 (Contributed by Carlos Medina) Implement default timeouts for Atta...Tomas Restrepo2007-05-1910-67/+217
* QPID-490 (Contributed by Carlos Medina) Implement PurgeQueue and DeleteQueueTomas Restrepo2007-05-184-3/+144
* * QPID-492 Fix Race condition in message decodingTomas Restrepo2007-05-1710-411/+469
* * QPID-452 Improve message classes APITomas Restrepo2007-05-159-351/+325
* * QPID-487 (Contributed by Carlos Medina) Fix QpidConnectionInfo.ToString()Tomas Restrepo2007-05-142-49/+54
* * QPID-486 Choose strongest SASL Mechanism firstTomas Restrepo2007-05-134-16/+43
* Fixed race condition introduced by QPID-398, removed unneeded filesTomas Restrepo2007-05-102-4/+4
* QPID-398 SSL support for .NET clientTomas Restrepo2007-05-1020-226/+988
* QPID-441 Fix handling of bounced messagesTomas Restrepo2007-05-103-6/+59
* (Patch submitted by Tomas Restrepo) QPID-385.Robert Greig2007-02-281-4/+4
* (Patch submitted by Rupert Smith) dotnet_iop.diff.Robert Greig2007-02-285-26/+26
* (Patch submitted by Tomas Restrepo) QPID-354.Robert Greig2007-02-271-50/+9
* (Patch submitted by Tomas Restrepo) QPID-ByteBuffer.diff.Robert Greig2007-02-267-420/+277
* (Submitted by Rupert Smith and Tomas Restrepo) Qpid-344 patches.Robert Greig2007-02-131-1/+1
* (Patch supplied by Tomas Restrepo) QPID-312.diff applied. This converts Javad...Robert Greig2007-01-293-135/+105
* (Patch supplied by Tomas Restrepo) QPID-291-2.diff applied. Adds SASL capabil...Robert Greig2007-01-2911-32/+423
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@494801...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-054-1/+40
* Patch for Qpid-239 applied. BlockingSocketTransport instantiated directly.Robert Greig2007-01-054-2/+306
* 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-191-216/+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
* 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-065-372/+450
* 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-044-127/+506
* 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