descriptionRabbitMQ .NET client
ownerhubert@lshift.net
last changeFri, 05 Mar 2010 17:33:39 +0000
changes
4 days agoMatthew SackmanMerging bug 21939 into default default tip
4 days agoVlad Ionescufixing access to ConnectionFactory.DefaultClientProperties; fixing access to ConnectionBase.ClientProperties bug21949
6 days agoVlad Ionescuseems that creating a mock key file is actually possible on linux bug21967
6 days agoVlad Ionescumaking dist.sh work under mono bug21967
6 days agoVlad Ionescuadditional client properties can now be specified via ConnectionFactory.ClientProperties bug21949
6 days agoVlad Ionescumerging in from default bug21949
6 days agoVlad Ionescuremoving ConnectionParameters.cs
2 weeks agoMatthew SackmanMerging bug 21899 into default
2 weeks agoMatthew SackmanSix is spelt differently to three bug21899
2 weeks agoMatthew SackmanDebitrotting bug21899
2 weeks agoMatthew SackmanMerging default into bug 21899 bug21899
3 weeks agoMatthew SackmanAdded tag rabbitmq_v1_7_2 for changeset b5370aaa8834
3 weeks agoVlad Ionescuextra client properties can now be specifiec via ConnectionParameters bug21949
3 weeks agoVlad Ionescuadding ServerProperties to IConnection API; storing server properties in ConnectionBase bug21939
3 weeks agoMatthew SackmanMerging bug22334 inonto default rabbitmq_v1_7_2
3 weeks agoMatthew SackmanMerging bug22312 onto default
4 weeks agoMatthew SackmanMerging bug 22334 into default
3 weeks agoDavid R. MacIverremove trailing whitespace from IntAllocator bug22334
4 weeks agoDavid R. MacIver.NET client exhibiting exactly the same logic errors as the Java one (not surprising given that it's a port), however can't actually exhibit this issue in public as there's no CreateModel(channelNumber) method so no straightforward test bug22334
4 weeks agoDavid R. MacIverupdate copyright notices to say 2010 where appropriate bug22312
4 weeks agoDavid R. MacIversimple logic error when testing if a non-null broker had been set. Now passing WCF tests under windows bug21899
4 weeks agoMatthew Sackmanmerging bug 22298 into default
4 weeks agoDavid R. MacIverlock on the session map in CreateInternal as well as Create bug22298
4 weeks agoDavid R. MacIverwhen reserving from the middle of an interval we need to resize the interval to end before the reserved ID bug22298
4 weeks agoDavid R. MacIverif x and y abutt in Merge then merged interval has the end of y, not the start bug22298
4 weeks agoDavid R. MacIverWCF code now compiles successfully. If I've followed the logic correctly there should be no behavioural changes, but I haven't the foggiest idea how to test it bug21899
4 weeks agoDavid R. MacIverflush before reserve, as reserve algorithm only looks at contents of intervals bug22298
5 weeks agoDavid R. MacIverported the unit tests for channel allocation bug22298
5 weeks agoDavid R. MacIverAdapt Java solution from bug 22272, made more difficult by C#'s rather less convenient collections library. It compiles, so it must work, right? time to port the tests bug22298
6 weeks agoDavid R. MacIverfix examples bug21899
6 weeks agoDavid R. MacIverfix unit tests for new API bug21899
6 weeks agoDavid R. MacIverfix API to provide parameterless CreateConnection bug21899
6 weeks agoDavid R. MacIverremove useless trivial accessor/mutator implementations (prep for adding a few more properties) bug21899
6 weeks agoDavid R. MacIvercorrect API comments for ConnectionFactory bug21899
6 weeks agoDavid R. MacIverremove references to .Parameters. Not yet tested that this actually works on windows bug21899
6 weeks agoMatthew SackmanAdded tag rabbitmq_v1_7_1 for changeset 2d3f2d09f100
6 weeks agoMatthias Radestockmerge bug22243 into junk junk
6 weeks agoEmile Joubertmerge bug21817 into default rabbitmq_v1_7_1
6 weeks agoDavid R. MacIverturn off lingering for connections bug22243
6 weeks agoDavid R. MacIverwe should actually close the connection in the unload event rather than invoke a method that doesn't close it bug21817
6 weeks agoMatthias Radestockmerge bug21873 into junk junk
6 weeks agoDavid R. MacIverdelete ConnectionParameters and replace references to it with ConnectionFactory bug21899
6 weeks agoDavid R. MacIverremove Parameters from C# client bug21899
7 weeks agoMatthias Radestockmerge bug19111 into default
7 weeks agoMatthias Radestockescape quotes bug19111
8 weeks agoTony Garnock-JonesAdd copyright notice to .NET client bug19111
2 months agoDavid R. MacIverremove ConnectionFactory parameters bug21899
2 months agoDavid R. MacIvermake Unit compatible with flattening bug21899
2 months agoDavid R. MacIverflatten Parameters into ConnectionFactory bug21899
2 months agoDavid R. MacIverback to square one bug21899
2 months agoPaul JonesMerge bug22142 into default
2 months agoDavid R. MacIverremove comment about Uri (no longer applies due to changes to OpenConnection) bug21899
2 months agoDavid R. MacIverupdate usage example for connectionFactory bug21899
2 months agoDavid R. MacIverclean up comments for AmqpTcpEndpoint to reflect the fact that it no longer carries a Protocol bug21899
2 months agoDavid R. MacIverall examples are now building. All tests are passing bug21899
2 months agoDavid R. MacIvermore fixing of examples bug21899
2 months agoDavid R. MacIverfix default port handling bug21899
2 months agoDavid R. MacIverTracking file which got accidentally untracked in revert. bug21899
2 months agoDavid R. MacIvercomplete the apparently half completed process of ripping out Protocol from AmqpTcpEndpoint bug21899
2 months agoDavid R. MacIverunrevert reversion. Sigh bug21899
2 months agoMatthew SackmanReverting changeset erroneously commited on wrong branch
2 months agoMatthew SackmanReverting changeset erroneously commited on wrong branch
2 months agoDavid R. MacIverClient is now compiling with new parameter layout. Tests don't yet compile. Will need to do some refactoring to fix code for using URLs.
2 months agoDavid R. MacIverrename of ConnectionParameters to AMQPParameters
2 months agoTony Garnock-JonesAdd unofficial queue.unbind extension from the 0-9 spec bug22142
2 months agoTony Garnock-JonesSwitch to stripped 0-8 and 0-9 specs bug22142
2 months agoMatthew Sackmanmerge bug 22089 into default
2 months agoMatthew Sackmanmerging heads of default
2 months agoMatthew Sackmanmerging bug 22114 into default
2 months agoMatthew Sackmanmerge bug 22087 into default
3 months agoMatthias Radestockbetter and more robust certificate selection bug22087
3 months agoMatthias Radestockclose socket on ssl upgrade error bug22114
3 months agoMatthias Radestockallow applications to decide which SslPolicyErrors to ignore bug22089
3 months agoMatthew Sackmanmerging bug 22100 into default
3 months agoMatthias Radestockimprove display of BrokerUnreachableException bug22100
3 months agoMatthias Radestockremove superfluos try/catch
3 months agoVlad Ionescumerging bug21965 into default
3 months agoMichael BridgenSupport field-array in the codec, and a unit test for it. bug21965
3 months agoMatthew Sackmanmerging bug 21468 into default
3 months agoMatthias Radestockadd enumerator for SharedQueue bug21468
4 months agoVlad Ionescuadding handler for DomainUnload event in connection's main loop bug21817
4 months agoMatthew Sackmancosmetic - the emacs c♯ mode I'm using seems to have a different notion of indentation bug21873
4 months agoMatthew SackmanAmqpTcpConnection had many many constructors, and more were needed to support everything. This multiplication of constructors to support setting every possible combination of members is silly. Thus reduced to 2 constructors, one which sets everthing explicitly, and one which uses the default for everything. This saves lots of lines in AmqpTcpEndpoint. The downside is that ConnectionFactory gets a little larger, as there we must use explicit setters rather than endlessly overloaded constructors. bug21873
4 months agoMatthias Radestockmerge bug21343 into default
4 months agoMatthias Radestockremove windows line endings, and try to get more consistent results bug21343
4 months agoPaul JonesDowngrade solution version back to 2005 bug21343
4 months agoPaul JonesAdd a BufferedStream on the reader too bug21343
4 months agoPaul JonesAdd the PerfTest test application bug21343
4 months agoPaul JonesAdded a BufferedStream for the writer bug21343
5 months agoDavid WraggAdded tag rabbitmq_v1_7_0 for changeset e5177ea60e2c
5 months agoMatthew Sackmanmerge in from bug 21750 rabbitmq_v1_7_0
5 months agoDavid WraggGet nunit to put its ShadowCopyCache under /tmp on mono bug21750
5 months agoDavid WraggMerge bug21707 into default
5 months agoDavid WraggInclude style.css along with the html files. bug21707
5 months agoDavid WraggThe default value of WEB_URL should include a trailing slash.
5 months agoDavid WraggGenerate the file lists in the .wxs files. bug21707
5 months agoDavid WraggMerge bug21220 into default (again)
5 months agoDavid WraggRemove surplus slash when using WEB_URL bug21220
5 months agoDavid WraggChange RABBIT_WEBSITE to WEB_URL, to match rabbitmq-server Makefile bug21220
5 months agoDavid WraggResurrect support for the SSL tests bug21220
5 months agoVlad Ionescusmall addition to the build instructions in the user guide bug21220
5 months agoVlad Ionescusmall addition to the build instructions in the user guide bug21220
5 months agoVlad Ionescuupdating user guide on building the client bug21220
5 months agoVlad Ionescumerging from default bug21220
5 months agoVlad Ionescuclient examples are not mentioned one by one in dist.sh; source zip now contains rabbitmq-dotnet-client-N.N.N folder in root bug21220
5 months agoVlad Ionescuusing wildcards to specify files to compile bug21220
5 months agoVlad Ionescuremoving BOM from all .csproj files bug21220
5 months agoVlad Ionescuchanging default PropAssemblyVersion to 0.0.0; updating projects/README bug21220
5 months agoVlad Ionescumerging bug21476 into default
5 months agoMatthias Radestockremove Semaphore class and associated test bug21476
5 months agoDavid WraggMerge bug21220 into default
5 months agoVlad Ionescuremoving no longer required workarounds for xbuild bug related to overriding targets bug21220
6 months agoVlad Ionescuchanging possible values for UNOFFICIAL_RELEASE and SKIP_MSIVAL2 to empty or non-empty string; fixing ensure-deliverables make target bug21220
6 months agoVlad Ionescufixing merge conflicts bug21220
6 months agoVlad Ionescumerging from default bug21220
6 months agoVlad Ionescuchanging OFFICIAL_RELEASE to UNOFFICIAL_RELEASE in dist.sh; changing possible values for SKIP_MSIVAL2 to true and false bug21220
6 months agoVlad Ionescuvalidating msi is now optional; dist.sh and dist-msi.sh print SUCCESS at the end; fix when Local.props does not exit, dist.sh fails bug21220
6 months agoVlad Ionescuusing set -x in dist.sh and dist-msi.sh bug21220
6 months agoVlad Ionescusetting execute flag to all EXEs; dist.sh and dist-msi.sh improvements bug21220
6 months agoVlad Ionescusetting executable flag to docs/api-guide.sh and all DLLs bug21220
6 months agoVlad Ionescuadding execute permissions to MSBuild.Community.Tasks.dll in dist.sh; updating .hgignore bug21220
6 months agoVlad Ionescucan now do unofficial releases with mock keyfile bug21220
6 months agoVlad Ionescuremoving local.dist approach, parameters are passed as environment variables; dist.sh can now be run without a keyfile; other small fixes bug21220
6 months agoVlad Ionescumaking the VS solution and projects compatible with VS 2005 bug21220
6 months agoVlad Ionescunot making a fresh repo clone as part of the release process bug21220
6 months agoMarek MajkowskiMerged bug 21507 into default (new website deployment)
6 months agoMatthew Sackmanmerging in from bug 21531
6 months agoMatthias Radestockmerge default into bug21531 bug21531
6 months agoMatthias Radestocklots more ways to construct AmqpTcpEndpoint instances bug21531
6 months agoDavid WraggIntegrate rabbitmq-dotnet-client into the rabbitmq-umbrella Makefile bug21507
6 months agoMatthias Radestockmerge bug19356 into default
6 months agoMatthias Radestockmerge bug19356 branch heads bug19356
6 months agoMatthias Radestockmerge bug19356 branch heads bug19356
6 months agoVlad Ionescumerging bug21149 into default
6 months agoTony Garnock-JonesSet default heartbeat request to zero. bug21149
6 months agoMatthew Sackmanmerge in from bug 19356
6 months agoMatthew Sackmanmerge in from default bug19356
6 months agoDavid WraggAdd a missing prerequisite
6 months agoVlad Ionescufixing name of windows installer files; other small fixes bug21220
6 months agoVlad Ionescuadding dist-msi.sh for building the windows installer bug21220
6 months agoVlad Ionescufixing missing online browsable html documentation bug21220
6 months agoVlad Ionescuvarious fixes in the linux part of the doc dist bug21220
6 months agoVlad Ionescudist dotnet-3.0, wcf and wcf documentation; various other fixes in dist.sh bug21220
6 months agoMatthew Sackmanmerging in from default bug19356
6 months agoTony Garnock-Jonesmerge bug21465 into default
6 months agoTony Garnock-JonesUse named delegates, as anonymous delegates aren't present in .NET 1.1 bug21465
6 months agoTony Garnock-Jonesmerge default into bug21465 bug21465
6 months agotonygDouble delays to cope with slow systems like Vista
6 months agoTony Garnock-JonesMinor correction to comment bug21465
6 months agoMatthias Radestockdo not implement IDisposable bug21465
6 months agoMatthias Radestockpermit Dequeue()ing after Close() until queue is empty bug21465
6 months agoMatthias Radestockadd tests for Close() behaviour bug21465
6 months agoMatthias Radestockindentation fixes
6 months agoMatthias Radestockaddress some compiler warnings
6 months agoVlad Ionescuvarious fixes in dist.sh bug21220
6 months agoVlad Ionescumoving tools/ndocproc-bin to lib/; adding untested dist.sh for creating release zip's; other small fixes bug21220
6 months agoMatthias Radestockpermit overriding of queue declaration bug21286
6 months agoMatthias RadestockDocument exclusivity of anonymous queue
7 months agoVlad Ionescuadding the wcf examples to the solution; moving ConfigDemo stuff to its own namespace under RabbitMQ.ServiceModel.Examples.ConfigDemo; renaming projects to reflect the namespaces; updating copyright info in wcf examples; other small fixes bug21220
7 months agoVlad Ionescuremoving experiments/ ; removing CustomBindingDemo/ from wcf examples; fix ProjectDir; removing DebugNoTest target from projects; removing configs/; updating projects/README; other small fixes bug21220
7 months agoVlad Ionescurestructuring projects/ bug21220
7 months agoVlad Ionescuadding RabbitMQ.ServiceModel project; signing library only for Release configuration; other small fixes bug21220
7 months agoMatthew SackmanActually looked up overriding in C♯... bug19356
7 months agoMatthew SackmanMade the SSL tests run only if SSL_CERTS_DIR is defined, and it also does the right import into the trust store (certmgr). bug19356
7 months agoVlad Ionescucreating projects for examples; failing tests don't cause the build to fail; other small fixes bug21220
7 months agoMatthew SackmanAdded tests to do both verified and unverified ssl connections. bug19356
7 months agoEssien Ita EssienMerge with upstream bug19356
7 months agoEssien Ita EssienProvide an SslOption.CertPassphrase option for setting pkcs#12 passphrase bug19356
7 months agoEssien Ita EssienRead the cert file as X509Certificate2 instead of the lowly bug19356
7 months agoEssien Ita EssienSupply a certificate selection callback delegate, bug19356
7 months agoVlad Ionescumoving all unit tests to RabbitMQ.Client.Unit namespace; unit tests on by default; adding DebugNoTest as build configuration that skips unit testing; adding clean for TestResult.xml; other small fixes bug21220
7 months agoVlad Ionescutesting turned off by default (will have to come up with a neat way to run the tests - perhaps a special configuration that includes building the Test project) bug21220
7 months agoVlad Ionescucreating project for unit tests; seems like Windows or VS keeps modifying something (subtle) in all kinds of files... I'll just go ahead and commit those changes as well; other small fixes bug21220
7 months agoVlad Ionescumoving test sources to RabbitMQ.Client project folder; fixing copyright info in assemblies; other small fixes bug21220
7 months agoMatthias Radestockmerge bug21271 into default
7 months agoVlad Ionescureplacing tab chars bug21271
7 months agoVlad Ionescufixing identation bug21271
7 months agoVlad Ionescureating gensrc dir on build; clean of autogenerated stuff; other small tweaks bug21220
7 months agoVlad Ionescurealized I should add Is*Present methods to interfaces as well bug21271
7 months agoVlad Ionescugetting rid of SetDeepCloneableMembersFrom bug21271
7 months agoMatthias Radestockmerge bug20945 into default
7 months agoVlad Ionescuremoving all nant stuff; moving all in lib to lib/wix; restructuring apigen and client library in VS projects with customized builds; more restructuring to follow bug21220
7 months agoVlad Ionescufix line endings bug21271
7 months agoVlad Ionescunicer clone bug21271
7 months agoVlad Ionescumaking IContentHeader and all classes that derive from it ICloneable; adding tests for cloning BasicProperties, StreamProperties and FileProperties for all implementations bug21271
7 months agoTony Garnock-Jonesmerge default into bug20945 bug20945
7 months agoTony Garnock-JonesMutex in Close() and read m_consumer only once elsewhere. bug20945
7 months agoPaul JonesMerged bug 21095 into default
7 months agoVlad Ionescuinstaller makes assembly available in visual studio now bug21095
7 months agoVlad Ionescuadding validate-windows-install-msi target in main build file; adding script to download doc pdfs from the rabbitmq website bug21095
7 months agoVlad Ionescuupdating .hgignore bug21095
7 months agoVlad Ionescunow generating wix/License.rtf from the three licenses bug21095
7 months agoEssien Ita EssienIANA assigned port for AMQP over TLS/SSL is 5671 bug19356
7 months agoVlad Ionescumoving License.rtf to wix/; creating a separate nant build file for the windows installer bug21095
7 months agoVlad Ionescumoving src/wix to wix; moving bitmaps to wix/bitmaps bug21095
7 months agoMatthias Radestockcosmetic: use my favourite operator bug19356
7 months agoEssien Ita EssienMerge with upstream. No serious conflicts. All tests pass bug19356
8 months agoEssien Ita EssienSet nunit to run with 2.0 framework by default bug19356
7 months agoTony Garnock-JonesPermit clean shutdown of Subscriptions, by (a) returning null instead bug20945
7 months agoTony Garnock-JonesNotify when the MainLoop returns. bug20945
...
tags
3 weeks agorabbitmq_v1_7_2
6 weeks agorabbitmq_v1_7_1
5 months agorabbitmq_v1_7_0
9 months ago1.6.0
10 months ago1.5.5
12 months ago1.5.3
12 months ago1.5.2
13 months ago1.5.1
13 months agorabbitmq_v1_5_1
14 months agorabbitmq_v1_5_0
...
branches
4 days ago71b3eb399d56default
4 days ago51b330c86473bug21949
6 days ago47f11cdfdc01bug21967
2 weeks ago5d1c313e4aebbug21899
3 weeks ago318e2ad18d66bug21939
3 weeks agoddf2bf220ab4bug22334
4 weeks ago584531d49c3cbug22312
4 weeks ago62b53c32f162bug22298
6 weeks agofebc8c5a37d3junk
6 weeks ago46c30c4769ffbug22243
6 weeks agodf519fd73ed3bug21817
7 weeks ago2b7192adb01dbug19111
2 months ago42659e3938c9bug22142
3 months ago5cb149628725bug22087
3 months ago2a227fcb6202bug22114
3 months ago39f185e3d0c3bug22089
3 months agof9f91974d5c6bug22100
3 months ago4def852523e2bug21965
3 months ago60e3f7be8c55bug21468
4 months ago73370192139bbug21873
4 months ago8d299393c339bug21343
5 months ago749b25adbef4bug21750
5 months agoc4a3613fa049bug21707
5 months ago8a0031a4b9cfbug21220
5 months ago978b0cea2bffbug21476
6 months ago4736756a57cfbug21531
6 months agofe0cd30ddb50bug21507
6 months ago9ff44d7128a4bug19356
6 months ago96c35064da20bug21149
6 months ago39f0fcb08b57bug21465
6 months agoe3873de373e5bug21286
7 months ago25886d4201e8bug21271
7 months agod163e761b6a6bug20945
7 months agobd60227d9a3fbug21095
8 months ago43c0bbddae9dbug21043
9 months ago052a858374f9bug20456
9 months ago64a4a282e460bug20855
9 months agod9103684353320855
9 months ago56741de86173v1_5
9 months ago6e8e0b4be8b8bug20553
9 months agod9bd507a6808bug20564
10 months ago2cd586623ff0bug20681
12 months agoadc0e56712dcbug20349
13 months ago16485fee1b21bug18581
13 months ago346b2f8d8ee2v1_5_1
13 months ago0fd8991214c2bug19122
13 months ago4d76237198cfbug20064
13 months agofd9dd23d14bbbug20124
13 months ago15f285adee05bug20150
15 months ago0bbea32b6946bug19970
15 months ago0918edcfd265bug19974
15 months ago6189c1fc7f12bug19793
15 months ago978d7b9f08d5bug19896
15 months ago0ca4435d766ebug19130
16 months ago6f19b4a396e2bug19561
17 months ago80ad465fb834bug19389
17 months agoc432f9cc9963bug19457
17 months agoe34b1e78df3abug19290
18 months agofc389466de8bbug19384
18 months agoac04db0a9b0ebug19127
18 months ago8f200d8a1eddbug19190
18 months agoa60bcb0322bfbug19125
18 months agof1128c7d0dcdbug19230
19 months ago88b0305c8ec0bug18793
20 months ago3386c5d7dc1bbug18976
20 months ago7d29ec684d05bug18957
19 months agodcdc4019898bbug18676
...