summaryrefslogtreecommitdiff
path: root/dotnet/Qpid.Common
Commit message (Collapse)AuthorAgeFilesLines
* Temporarily removed svn version stamping in assembly info, to avoid ↵Rupert Smith2008-01-181-1/+1
| | | | | | excessive check-ins of changed files. Need to implement solution that generates these files from templates instead. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@613130 13f79535-47bb-0310-9956-ffa450edef68
* Qpid-9 In preparation for adding missing field types, the test framework ↵Rupert Smith2008-01-171-1/+1
| | | | | | from the java is being ported onto the .Net. This will form the basis for writing more interop tests. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@612874 13f79535-47bb-0310-9956-ffa450edef68
* Qpid-730 Added a durable subscription test.Rupert Smith2008-01-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@612517 13f79535-47bb-0310-9956-ffa450edef68
* Qpid-728 Mandatory message test handles returned messages with no problems.Rupert Smith2008-01-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@612421 13f79535-47bb-0310-9956-ffa450edef68
* Qpid-491 Integration and pure unit test types have been split into seperate ↵Rupert Smith2008-01-151-1/+1
| | | | | | modules. Executable for integration style tests not created, and may not be, but seperate target in the nant build has been created, so there is at least a way to run all integration style tests from one place. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@612171 13f79535-47bb-0310-9956-ffa450edef68
* Qpid-491 Integration and pure unit test types have been split into seperate ↵Rupert Smith2008-01-151-3/+3
| | | | | | modules. Executable for integration style tests not created, and may not be, but seperate target in the nant build has been created, so there is at least a way to run all integration style tests from one place. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@612164 13f79535-47bb-0310-9956-ffa450edef68
* Qpid-731: Fixed assembly version to reflect M2.1 as 0.2.1. Also subversion ↵Rupert Smith2008-01-141-5/+5
| | | | | | revision number gets output into assembly comments during builds. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@611826 13f79535-47bb-0310-9956-ffa450edef68
* Qpid-725 missing config file with option for 0.7. Support for 0.7 option has ↵Rupert Smith2008-01-141-1/+4
| | | | | | been removed so the config file is no longer needed. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@611758 13f79535-47bb-0310-9956-ffa450edef68
* QPID-256 FailoverTest restored to working order. IOExceptions on connections ↵Rupert Smith2007-10-091-1/+12
| | | | | | now trigger fail-over. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@583170 13f79535-47bb-0310-9956-ffa450edef68
* Converted namespaces from Qpid.* to Apache.Qpid.*Martin Ritchie2007-07-2745-89/+91
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@560225 13f79535-47bb-0310-9956-ffa450edef68
* * QPID-492 Fix Race condition in message decodingTomas Restrepo2007-05-172-25/+40
| | | | | | | | | | * QPID-249 Make ServiceRequestingClient and ServiceProvidingClient a single, self contained test * Fix incorrect exception message in Qpid.Buffers, improve tests * Make ContentBody use an sliced buffer to avoid extra data copy * Remove useless tests in Qpid.Client (Blocking IO tests) git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@539178 13f79535-47bb-0310-9956-ffa450edef68
* * QPID-452 Improve message classes APITomas Restrepo2007-05-151-121/+243
| | | | | | | | | | * Add XML documentation to IChannel and IMessage * Add missing BrokerDetailTests * Add new tests for message creation and message factories * Fix wrong default encoding for text messages git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@538035 13f79535-47bb-0310-9956-ffa450edef68
* * QPID-489 Added Nant build scripts for Qpid.NETTomas Restrepo2007-05-143-203/+26
| | | | | | | | | | * Modified msbuild files to build to central location matching nant builds * Removed old files from Qpid.Buffer * Removed MonoDevelop project files * Updated build scripts, readme.txt, todo.txt git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@537834 13f79535-47bb-0310-9956-ffa450edef68
* QPID-398 SSL support for .NET clientTomas Restrepo2007-05-105-1/+106
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@537026 13f79535-47bb-0310-9956-ffa450edef68
* QPID-441 Fix handling of bounced messagesTomas Restrepo2007-05-102-4/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@537019 13f79535-47bb-0310-9956-ffa450edef68
* (Patch submitted by Tomas Restrepo) QPID-354.Robert Greig2007-02-272-0/+114
| | | | | | With the patch, blocking receive calls with and without timeouts work. Added new unit test class to support functionality added. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@512288 13f79535-47bb-0310-9956-ffa450edef68
* (Patch submitted by Tomas Restrepo) QPID-ByteBuffer.diff.Robert Greig2007-02-2616-126/+137
| | | | | | | | Completely refactors the byte buffer implementation, doing away with a complex inheritance hierarchy. Fixes reading and writing of field table to permit interop with Java client. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@511923 13f79535-47bb-0310-9956-ffa450edef68
* (Path submitted by Tomas Restrepo) Qpid-336 Field table updated to match ↵Robert Greig2007-02-137-405/+1790
| | | | | | Java client. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@507096 13f79535-47bb-0310-9956-ffa450edef68
* (Patch supplied by Tomas Restrepo) QPID-291-2.diff applied. Adds SASL ↵Robert Greig2007-01-292-1/+99
| | | | | | capability to the .Net client. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@501001 13f79535-47bb-0310-9956-ffa450edef68
* Qpid-250.diff patch applied. Fixes the build to generate the framing layer ↵Robert Greig2007-01-082-2/+3
| | | | | | from the defintive 0.8 spec in the /specs directory. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@494031 13f79535-47bb-0310-9956-ffa450edef68
* Qpid-246-2 patch applied. Adds serializability to exceptions missed by the ↵Robert Greig2007-01-057-27/+102
| | | | | | first patch. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@493087 13f79535-47bb-0310-9956-ffa450edef68
* Patch for Qpid-246 applied. Makes exceptions serializable.Robert Greig2007-01-051-0/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@492963 13f79535-47bb-0310-9956-ffa450edef68
* Added Qpid.Client.Transport.Socket.Blocking project to MonoDevelop files.Steven Shaw2006-12-193-11/+13
| | | | | | | Fixed some compiler warnings. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@488830 13f79535-47bb-0310-9956-ffa450edef68
* Added Mono-Develop IDE filesSteven Shaw2006-12-191-0/+154
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@488810 13f79535-47bb-0310-9956-ffa450edef68
* QPID-139. Initial (re)port of MINA's bytebuffer abstraction. Now includes ↵Steven Shaw2006-12-1212-74/+81
| | | | | | the autoexpand feature. References to java.nio.Buffer were replaced with FixedByteBuffer and necessary methods added and implemented. FixedByteBuffer delegates to our existing HeapByteBuffer. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@486248 13f79535-47bb-0310-9956-ffa450edef68
* QPID-128 Missed a couple of things while porting Java client changes recently.Steven Shaw2006-12-062-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@483135 13f79535-47bb-0310-9956-ffa450edef68
* QPID-136 Ported Prefetch with PrefetchHigh and PrefetchLowSteven Shaw2006-11-302-2/+1
| | | | | | | QPID-137 Ported AcknowledgeModes git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@481035 13f79535-47bb-0310-9956-ffa450edef68
* QPID-128 Initial import of the C# sources.Steven Shaw2006-11-2554-0/+38307
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@479211 13f79535-47bb-0310-9956-ffa450edef68