summaryrefslogtreecommitdiff
path: root/qpid/dotnet
Commit message (Collapse)AuthorAgeFilesLines
* QPID-1897 - Patch from Julien Lavigne du CadetTed Ross2009-07-062-3/+59
| | | | | | | ToString() on UUID class should override and not hide Object.ToString() git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@791494 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1906 - C# QMF console from Bryan KearneyTed Ross2009-06-1970-51/+3174
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@786655 13f79535-47bb-0310-9956-ffa450edef68
* Update versions to 0.5Martin Ritchie2009-03-112-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@752533 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1552Robert Greig2009-01-0547-2070/+1477
| | | | | | Fixes to make the projects compile under VS, and tweak to handle close without an exception. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@731698 13f79535-47bb-0310-9956-ffa450edef68
* Added ASF licensing headers to the following filesRajith Muditha Attapattu2008-12-197-7/+154
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@728091 13f79535-47bb-0310-9956-ffa450edef68
* Fixed the licensing headers for the following files.Rajith Muditha Attapattu2008-12-197-162/+308
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@727909 13f79535-47bb-0310-9956-ffa450edef68
* Yet another fix for licensing headersRajith Muditha Attapattu2008-12-1930-1122/+1732
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@727904 13f79535-47bb-0310-9956-ffa450edef68
* Fixed the licensing issues for the following files.Rajith Muditha Attapattu2008-12-1922-645/+1128
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@727876 13f79535-47bb-0310-9956-ffa450edef68
* Fixed the license headers for the following filesRajith Muditha Attapattu2008-12-1961-32526/+33807
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@727872 13f79535-47bb-0310-9956-ffa450edef68
* Correct protocol versions, removed duplicate build instructions.Aidan Skinner2008-12-123-73/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@725984 13f79535-47bb-0310-9956-ffa450edef68
* Make .Net 0-8 build a little nicer, move timestamp to property and make the ↵Aidan Skinner2008-12-111-3/+4
| | | | | | zip unpack to a subdir instead of cwd git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@725708 13f79535-47bb-0310-9956-ffa450edef68
* updated jython pathRafael H. Schloming2008-12-101-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@725007 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1521Robert Greig2008-12-0925-438/+286
| | | | | | Updated Visual Studio project files to VS 2008, updated README and batch files. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@724918 13f79535-47bb-0310-9956-ffa450edef68
* updated readme, release-notes from AidanCarl C. Trieloff2008-12-032-71/+82
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722739 13f79535-47bb-0310-9956-ffa450edef68
* removed incubator notice + marked file relavant for 0-8 clientCarl C. Trieloff2008-12-011-2/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722172 13f79535-47bb-0310-9956-ffa450edef68
* Updated license files, readme, etc... Also made it possible to distribute ↵Carl C. Trieloff2008-12-016-67/+869
| | | | | | client0-10 stand alone from a licencing stand point git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722123 13f79535-47bb-0310-9956-ffa450edef68
* Qpid-1146: Added doc + samplesArnaud Simon2008-11-1210-11/+187
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@713378 13f79535-47bb-0310-9956-ffa450edef68
* Qpid-1392: Add SSL support Arnaud Simon2008-10-235-7/+292
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@707381 13f79535-47bb-0310-9956-ffa450edef68
* qpid-1371: added python/dotnet .in filesArnaud Simon2008-10-204-10/+91
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@706147 13f79535-47bb-0310-9956-ffa450edef68
* qpid-1372: added handling of empty message properties at the header level Arnaud Simon2008-10-171-2/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@705641 13f79535-47bb-0310-9956-ffa450edef68
* qpid-1372: added handling of empty message properties. Arnaud Simon2008-10-171-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@705630 13f79535-47bb-0310-9956-ffa450edef68
* qpid-1371: added .net cc support + cc .net interop supportArnaud Simon2008-10-1754-2/+1247
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@705588 13f79535-47bb-0310-9956-ffa450edef68
* qpid-1277: updated build for setting body default value.Arnaud Simon2008-10-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@704129 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1346: Updated build scriptArnaud Simon2008-10-101-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@703477 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1346: Added .net perftest Arnaud Simon2008-10-1017-49/+990
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@703430 13f79535-47bb-0310-9956-ffa450edef68
* qpid-1277: added unit testsArnaud Simon2008-10-029-38/+408
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@701160 13f79535-47bb-0310-9956-ffa450edef68
* qpid-1277: fixed header conversion issues + added testArnaud Simon2008-10-0210-18/+128
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@701107 13f79535-47bb-0310-9956-ffa450edef68
* qpid-1277: Added examples Arnaud Simon2008-09-3042-24/+1912
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@700439 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1293: Changed for using new message API + added generic message processor Arnaud Simon2008-09-262-19/+50
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@699306 13f79535-47bb-0310-9956-ffa450edef68
* qpid-1277: simplified message interface Arnaud Simon2008-09-267-15/+193
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@699304 13f79535-47bb-0310-9956-ffa450edef68
* qpid-1277: Implemented SASSL PLAIN authentication Arnaud Simon2008-09-263-5/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@699274 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1293: Added missing config file Arnaud Simon2008-09-251-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@698953 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1293: Added an IRtdServer based Excel AddIn that allows receiving ↵Arnaud Simon2008-09-258-0/+496
| | | | | | messages within Excel git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@698914 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1281: Added wcf support + demosArnaud Simon2008-09-1753-0/+3819
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@696292 13f79535-47bb-0310-9956-ffa450edef68
* qpid-1277: fixed Date issueArnaud Simon2008-09-163-8/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@696068 13f79535-47bb-0310-9956-ffa450edef68
* qpid-1277: fixed small messages issue found when testing wcfArnaud Simon2008-09-161-3/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@695758 13f79535-47bb-0310-9956-ffa450edef68
* qpid-1277: fixed large messages issue; added more testsArnaud Simon2008-09-128-49/+264
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@694628 13f79535-47bb-0310-9956-ffa450edef68
* qpid-1277: added tests and fixed rangeSet + future issue because of the ↵Arnaud Simon2008-09-1115-138/+385
| | | | | | nonvariant nature of C# generics git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@694220 13f79535-47bb-0310-9956-ffa450edef68
* qpid-1277: updated Composite to override Head and Body Arnaud Simon2008-09-101-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@693804 13f79535-47bb-0310-9956-ffa450edef68
* qpid-1277: removed .back files and updated Composite fileArnaud Simon2008-09-104-339/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@693799 13f79535-47bb-0310-9956-ffa450edef68
* Qpid-1277: added nant support Arnaud Simon2008-09-0817-88/+373
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@693146 13f79535-47bb-0310-9956-ffa450edef68
* Qpid-1277: AMQP 0.10 support Arnaud Simon2008-09-0897-0/+37887
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@693060 13f79535-47bb-0310-9956-ffa450edef68
* Add ASL to everywhere, to everything.Aidan Skinner2008-08-2825-1/+512
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@689937 13f79535-47bb-0310-9956-ffa450edef68
* Update version, NOTICE files.Aidan Skinner2008-08-212-3/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@687807 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1099 Add tests for publishing several messages transactionally and ↵Aidan Skinner2008-05-281-0/+68
| | | | | | consuming them in an OnMessage handler git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@660966 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1038 add a mixed send/recieve/rollback testAidan Skinner2008-05-081-1/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@654545 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1038 add test caseAidan Skinner2008-05-081-0/+109
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@654529 13f79535-47bb-0310-9956-ffa450edef68
* Tidy up #D project a bitAidan Skinner2008-05-071-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@654144 13f79535-47bb-0310-9956-ffa450edef68
* Tidy up #D project a bitAidan Skinner2008-05-072-13/+64
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@654143 13f79535-47bb-0310-9956-ffa450edef68
* Add integration tests to #D projectAidan Skinner2008-05-0712-10/+64
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@654125 13f79535-47bb-0310-9956-ffa450edef68