summaryrefslogtreecommitdiff
path: root/dotnet/Qpid.Client.Tests
Commit message (Expand)AuthorAgeFilesLines
* Temporarily removed svn version stamping in assembly info, to avoid excessive...Rupert Smith2008-01-181-1/+1
* Qpid-9 In preparation for adding missing field types, the test framework from...Rupert Smith2008-01-171-1/+1
* Qpid-730 Added a durable subscription test.Rupert Smith2008-01-161-1/+1
* Qpid-728 Mandatory message test handles returned messages with no problems.Rupert Smith2008-01-161-1/+1
* Qpid-491 Integration and pure unit test types have been split into seperate m...Rupert Smith2008-01-151-1/+1
* Qpid-491 Integration and pure unit test types have been split into seperate m...Rupert Smith2008-01-1518-2666/+5
* Qpid-731: Fixed assembly version to reflect M2.1 as 0.2.1. Also subversion re...Rupert Smith2008-01-141-5/+5
* Qpid-725 missing config file with option for 0.7. Support for 0.7 option has ...Rupert Smith2008-01-142-24/+13
* Removed deleted dependecny FailoverTxTest.Rupert Smith2007-10-101-1/+0
* QPID-256 FailoverTest restored to working order. IOExceptions on connections ...Rupert Smith2007-10-094-486/+284
* .Net now handles binding URLs correctly.Rupert Smith2007-08-103-7/+21
* Interop tests put into a working state.Rupert Smith2007-08-073-20/+34
* Removed using directives causing compilation failure in .NET 1.1Tomas Restrepo2007-07-285-5/+0
* Converted namespaces from Qpid.* to Apache.Qpid.*Martin Ritchie2007-07-2728-76/+82
* Interop tests ported to .NetRupert Smith2007-06-056-0/+885
* QPID-136 Initial Prefetch ImplementationTomas Restrepo2007-05-262-2/+2
* * Excluded failover tests from nant builds and SSL tests on monoTomas Restrepo2007-05-194-4/+12
* * QPID-495 (Contributed by Carlos Medina) Implement default timeouts for Atta...Tomas Restrepo2007-05-196-48/+2
* QPID-490 (Contributed by Carlos Medina) Implement PurgeQueue and DeleteQueueTomas Restrepo2007-05-182-0/+252
* * QPID-492 Fix Race condition in message decodingTomas Restrepo2007-05-176-165/+53
* * QPID-452 Improve message classes APITomas Restrepo2007-05-154-0/+258
* * QPID-487 (Contributed by Carlos Medina) Fix QpidConnectionInfo.ToString()Tomas Restrepo2007-05-142-0/+39
* * QPID-489 Added Nant build scripts for Qpid.NETTomas Restrepo2007-05-144-104/+35
* * QPID-486 Choose strongest SASL Mechanism firstTomas Restrepo2007-05-132-51/+32
* QPID-398 SSL support for .NET clientTomas Restrepo2007-05-105-2/+95
* QPID-441 Fix handling of bounced messagesTomas Restrepo2007-05-101-54/+88
* QPID-435: Fix HeadersExchangeTestTomas Restrepo2007-05-101-5/+5
* (Patch submitted by Rupert Smith) dotnet_iop.diff.Robert Greig2007-02-285-7/+417
* (Patch submitted by Tomas Restrepo) QPID-354.Robert Greig2007-02-272-0/+128
* (Submitted by Rupert Smith) All tests run without hanging forever.Robert Greig2007-02-135-9/+35
* (Patch supplied by Tomas Restrepo) QPID-312.diff applied. This converts Javad...Robert Greig2007-01-295-130/+130
* (Patch supplied by Tomas Restrepo) QPID-291-2.diff applied. Adds SASL capabil...Robert Greig2007-01-294-12/+88
* (Patch submitted by Rupert Smith) Qpid-284 patch applied.Robert Greig2007-01-121-1/+0
* Qpid-257 patch applied.Robert Greig2007-01-105-222/+293
* Patch for Qpid-239 applied. BlockingSocketTransport instantiated directly.Robert Greig2007-01-051-4/+0
* Fixed warning.Steven Shaw2006-12-191-28/+19
* Added Qpid.Client.Transport.Socket.Blocking project to MonoDevelop files.Steven Shaw2006-12-193-8/+10
* Added Mono-Develop IDE filesSteven Shaw2006-12-191-0/+40
* Switch BaseMessagingTestFixture to use connection uri.Steven Shaw2006-12-131-3/+4
* Fixes for .NET 1.1 compatibilitySteven Shaw2006-12-041-1/+1
* Organise usingsSteven Shaw2006-12-041-1/+0
* QPID-153 Initial port of URL parsing from Java client. Due to .NET Uri parser...Steven Shaw2006-12-044-2/+412
* QPID-136 Ported Prefetch with PrefetchHigh and PrefetchLowSteven Shaw2006-11-308-32/+48
* QPID-137. First stab at porting enough to get AutoAcknowledge mode working.Steven Shaw2006-11-291-10/+55
* Tidy upSteven Shaw2006-11-291-10/+1
* QPID-135 Tidy up fail over tests.Steven Shaw2006-11-292-18/+3
* QPID-135 Added Rollback supportSteven Shaw2006-11-281-3/+13
* QPID-135 Ported enough transaction support to run FailoverTxTest. Still has s...Steven Shaw2006-11-281-12/+14
* Oops. Missed Basic.Consume. Add commands necessary for fail over are recorded...Steven Shaw2006-11-281-1/+1
* Initial changes to record and replay frames on fail over.Steven Shaw2006-11-281-10/+10