summaryrefslogtreecommitdiff
path: root/dotnet
Commit message (Collapse)AuthorAgeFilesLines
* Updated build to add release docs to the archive.Rupert Smith2007-08-072-117/+124
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@563532 13f79535-47bb-0310-9956-ffa450edef68
* Removed release notes in favour of better notes under release-docs directory.Rupert Smith2007-08-071-375/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@563529 13f79535-47bb-0310-9956-ffa450edef68
* Added release notes.Rupert Smith2007-08-072-0/+375
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@563528 13f79535-47bb-0310-9956-ffa450edef68
* Interop tests put into a working state.Rupert Smith2007-08-0710-21/+202
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@563434 13f79535-47bb-0310-9956-ffa450edef68
* Added .NET release notesMartin Ritchie2007-08-021-0/+67
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@562125 13f79535-47bb-0310-9956-ffa450edef68
* Removed using directives causing compilation failure in .NET 1.1Tomas Restrepo2007-07-285-5/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@560471 13f79535-47bb-0310-9956-ffa450edef68
* Converted namespaces from Qpid.* to Apache.Qpid.*Martin Ritchie2007-07-27272-634/+700
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@560225 13f79535-47bb-0310-9956-ffa450edef68
* Interop tests ported to .NetRupert Smith2007-06-056-0/+885
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@544508 13f79535-47bb-0310-9956-ffa450edef68
* QPID-136 Initial Prefetch ImplementationTomas Restrepo2007-05-2611-56/+257
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@541920 13f79535-47bb-0310-9956-ffa450edef68
* * Excluded failover tests from nant builds and SSL tests on monoTomas Restrepo2007-05-196-7/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@539788 13f79535-47bb-0310-9956-ffa450edef68
* * QPID-495 (Contributed by Carlos Medina) Implement default timeouts for ↵Tomas Restrepo2007-05-1919-151/+336
| | | | | | | | | | | | | | AttainState and SyncWrite * Fix method signatures * Remove SSL test with client-side certificates (requires extra setup) * Add locks AMSQtateManager and AMQProtocolListener to prevent modification of listener collections while processing notifications * Add library/runtime information to ConnectionStartMethodHandler * Fix some compiler warnings * Added XML documentation for some api interfaces git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@539783 13f79535-47bb-0310-9956-ffa450edef68
* QPID-490 (Contributed by Carlos Medina) Implement PurgeQueue and DeleteQueueTomas Restrepo2007-05-188-5/+411
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@539191 13f79535-47bb-0310-9956-ffa450edef68
* * QPID-492 Fix Race condition in message decodingTomas Restrepo2007-05-1723-705/+684
| | | | | | | | | | * 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-1516-499/+1014
| | | | | | | | | | * 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-487 (Contributed by Carlos Medina) Fix QpidConnectionInfo.ToString()Tomas Restrepo2007-05-144-49/+93
| | | | | | | | * QPID-485 (Contributed by Carlos Medina) Fix AmqBrokerInfo.Equals() * QPID-456 Enforce virtual host names start with '/' git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@537954 13f79535-47bb-0310-9956-ffa450edef68
* Fixed release script and made executableTomas Restrepo2007-05-141-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@537845 13f79535-47bb-0310-9956-ffa450edef68
* Fixed Qpid.Client.Tests build on linuxTomas Restrepo2007-05-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@537841 13f79535-47bb-0310-9956-ffa450edef68
* * removed MonoDevelop solutionTomas Restrepo2007-05-141-45/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@537835 13f79535-47bb-0310-9956-ffa450edef68
* * QPID-489 Added Nant build scripts for Qpid.NETTomas Restrepo2007-05-1443-1626/+494
| | | | | | | | | | * 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-486 Choose strongest SASL Mechanism firstTomas Restrepo2007-05-138-83/+97
| | | | | | | * Remove unnecessary wrapping of AMQExceptions on connection failure git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@537673 13f79535-47bb-0310-9956-ffa450edef68
* Fixed race condition introduced by QPID-398, removed unneeded filesTomas Restrepo2007-05-102-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@537029 13f79535-47bb-0310-9956-ffa450edef68
* QPID-398 SSL support for .NET clientTomas Restrepo2007-05-1039-235/+1366
| | | | 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-107-65/+159
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@537019 13f79535-47bb-0310-9956-ffa450edef68
* QPID-435: Fix HeadersExchangeTestTomas Restrepo2007-05-101-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@537015 13f79535-47bb-0310-9956-ffa450edef68
* (Patch submitted by Tomas Restrepo) QPID-385.Robert Greig2007-02-281-4/+4
| | | | | | Client was confusing connection failure with failover. Patch fixes. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@512814 13f79535-47bb-0310-9956-ffa450edef68
* (Patch submitted by Rupert Smith) dotnet_iop.diff.Robert Greig2007-02-2820-33/+1579
| | | | | | Implements interop tests compatable with the existing topic tests. Used to succesfully test the field table changes. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@512700 13f79535-47bb-0310-9956-ffa450edef68
* (Patch submitted by Tomas Restrepo) QPID-354.Robert Greig2007-02-277-50/+337
| | | | | | 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-2646-4677/+2295
| | | | | | | | 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
* (Submitted by Rupert Smith) All tests run without hanging forever.Robert Greig2007-02-135-9/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@507110 13f79535-47bb-0310-9956-ffa450edef68
* (Submitted by Rupert Smith and Tomas Restrepo) Qpid-344 patches.Robert Greig2007-02-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@507109 13f79535-47bb-0310-9956-ffa450edef68
* (Path submitted by Tomas Restrepo) Qpid-336 Field table updated to match ↵Robert Greig2007-02-1314-422/+2158
| | | | | | Java client. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@507096 13f79535-47bb-0310-9956-ffa450edef68
* (Patch submitted by Rupert Smith) Release script updated for Sasl module and ↵Robert Greig2007-01-301-3/+3
| | | | | | refactoring of blocking sockets into common. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@501391 13f79535-47bb-0310-9956-ffa450edef68
* Added Apache license header.Robert Greig2007-01-291-0/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@501058 13f79535-47bb-0310-9956-ffa450edef68
* (Patch supplied by Tomas Restrepo) QPID-312.diff applied. This converts ↵Robert Greig2007-01-2922-515/+439
| | | | | | Javadoc copied accross from the orignal Java code to .Net format. Renames some files/classes/methods to use .Net conventions. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@501006 13f79535-47bb-0310-9956-ffa450edef68
* (Patch supplied by Tomas Restrepo) QPID-291-2.diff applied. Adds SASL ↵Robert Greig2007-01-2946-46/+3307
| | | | | | capability to the .Net client. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@501001 13f79535-47bb-0310-9956-ffa450edef68
* (Patch submitted by Rupert Smith) Qpid-284 patch applied.Robert Greig2007-01-121-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@495574 13f79535-47bb-0310-9956-ffa450edef68
* Qpid-257 patch applied.Robert Greig2007-01-105-222/+293
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@494803 13f79535-47bb-0310-9956-ffa450edef68
* git-svn-id: ↵Robert Greig2007-01-102-1/+19
| | | | https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@494801 13f79535-47bb-0310-9956-ffa450edef68
* Qpid-250.diff patch applied. Fixes the build to generate the framing layer ↵Robert Greig2007-01-083-3/+4
| | | | | | 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-0518-29/+230
| | | | | | first patch. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@493087 13f79535-47bb-0310-9956-ffa450edef68
* Patch for Qpid-239 applied. BlockingSocketTransport instantiated directly.Robert Greig2007-01-057-12/+309
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@493064 13f79535-47bb-0310-9956-ffa450edef68
* Patch for Qpid-239 applied. Assembly for transport not loaded with ↵Robert Greig2007-01-051-1/+8
| | | | | | Assembly.loadFrom but Assembly.load instead. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@493042 13f79535-47bb-0310-9956-ffa450edef68
* Qpid-238. Refactored out the ugly GetExchangeName method.Robert Greig2007-01-051-32/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@493003 13f79535-47bb-0310-9956-ffa450edef68
* Qpid-238 patch applied. Strange workaround for non-existant bug in ↵Robert Greig2007-01-052-27/+19
| | | | | | string.Split removed. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@492998 13f79535-47bb-0310-9956-ffa450edef68
* Patch for Qpid-246 applied. Makes exceptions serializable.Robert Greig2007-01-057-0/+70
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@492963 13f79535-47bb-0310-9956-ffa450edef68
* Patch for QPID-237 applied. Fixes a compile error on the build.Robert Greig2007-01-041-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@492602 13f79535-47bb-0310-9956-ffa450edef68
* Removed LinkedHashTable.cs from Qpid.Client project as it is supplied by the ↵Steven Shaw2006-12-192-217/+0
| | | | | | | | | | Qpid.Common project. Note that LinkedHashTable.cs was not being compiled by the VS.NET 2005 project as it was not part of Qpid.Client.csproj. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@488852 13f79535-47bb-0310-9956-ffa450edef68
* Fixed warning.Steven Shaw2006-12-192-29/+20
| | | | | | | FailoverTxTest now using connection URI for configuration. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@488844 13f79535-47bb-0310-9956-ffa450edef68
* Added Qpid.Client.Transport.Socket.Blocking project to MonoDevelop files.Steven Shaw2006-12-1917-46/+64
| | | | | | | 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-198-0/+478
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@488810 13f79535-47bb-0310-9956-ffa450edef68