summaryrefslogtreecommitdiff
path: root/dotnet/Qpid.Client/Client
Commit message (Expand)AuthorAgeFilesLines
* QPID-1058 : Added new CramMD5HexSaslClient.cs and registered it in the Sasl F...Martin Ritchie2008-06-061-0/+2
* QPID-952, QPID-951, QPID-1032 Fix failover, ensure that it is properly detect...Aidan Skinner2008-05-072-31/+25
* QPID-1029: Generate temporary queue names using GUIDs to ensure uniqueness.Aidan Skinner2008-05-061-13/+1
* 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-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-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