summaryrefslogtreecommitdiff
path: root/dotnet
Commit message (Expand)AuthorAgeFilesLines
* (Submitted by Rupert Smith) All tests run without hanging forever.Robert Greig2007-02-135-9/+35
* (Submitted by Rupert Smith and Tomas Restrepo) Qpid-344 patches.Robert Greig2007-02-131-1/+1
* (Path submitted by Tomas Restrepo) Qpid-336 Field table updated to match Java...Robert Greig2007-02-1314-422/+2158
* (Patch submitted by Rupert Smith) Release script updated for Sasl module and ...Robert Greig2007-01-301-3/+3
* Added Apache license header.Robert Greig2007-01-291-0/+21
* (Patch supplied by Tomas Restrepo) QPID-312.diff applied. This converts Javad...Robert Greig2007-01-2922-515/+439
* (Patch supplied by Tomas Restrepo) QPID-291-2.diff applied. Adds SASL capabil...Robert Greig2007-01-2946-46/+3307
* (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
* 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-083-3/+4
* Qpid-246-2 patch applied. Adds serializability to exceptions missed by the fi...Robert Greig2007-01-0518-29/+230
* Patch for Qpid-239 applied. BlockingSocketTransport instantiated directly.Robert Greig2007-01-057-12/+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-057-0/+70
* 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-192-29/+20
* Added Qpid.Client.Transport.Socket.Blocking project to MonoDevelop files.Steven Shaw2006-12-1917-46/+64
* Added Mono-Develop IDE filesSteven Shaw2006-12-198-0/+478
* Switch BaseMessagingTestFixture to use connection uri.Steven Shaw2006-12-131-3/+4
* 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-137-436/+105
* QPID-139. Initial (re)port of MINA's bytebuffer abstraction. Now includes the...Steven Shaw2006-12-1231-960/+3708
* QPID-128 Missed a couple of things while porting Java client changes recently.Steven Shaw2006-12-0610-384/+465
* Fixes for .NET 1.1 compatibilitySteven Shaw2006-12-042-2/+2
* Competed todo itemSteven Shaw2006-12-041-2/+0
* 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-0415-166/+1073
* New FxCop project file which shows up lots of potential problems.Steven Shaw2006-12-041-0/+16755
* Rearrange in order of priority. Removed item for implementing basic.get (the ...Steven Shaw2006-12-041-4/+2
* QPID-136 Ported Prefetch with PrefetchHigh and PrefetchLowSteven Shaw2006-11-3016-149/+121
* 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-2914-255/+479
* QPID-135 Transactions are implemented.Steven Shaw2006-11-291-4/+0
* 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-282-17/+22
* QPID-135 Ported enough transaction support to run FailoverTxTest. Still has s...Steven Shaw2006-11-285-42/+123
* Fix compiler warnings.Steven Shaw2006-11-287-38/+29
* Include LICENCE and NOTICE files in release zip.Steven Shaw2006-11-281-2/+10
* Fixed directory nameSteven Shaw2006-11-281-1/+1
* 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-283-2/+3
* Initial changes to record and replay frames on fail over.Steven Shaw2006-11-284-51/+38
* Send logging to a file as well.Steven Shaw2006-11-281-0/+9
* Removed some old commented out code.Steven Shaw2006-11-281-89/+0