[Mono-dev] 4.2.0.179 issue vs 4.0.4.1

2015-08-27 Thread Alex J Lennon
Hi, I was adding Yocto/OE meta-mono support for the 4.2.0.179 release. The 4.0.4.1 release on 26th builds fine for me for a qemux86 target but I'm getting the following error for 4.2.0.179 today: | ../../doltlibtool --tag=CC --mode=compile i586-poky-linux-gcc -m32 -march=i586

Re: [Mono-dev] WCF

2015-08-27 Thread Miguel de Icaza
Very unlikely. The page has not been updated in years, does not even cover the Silverlight/Moonlight push, which is what made it usable, and most importantly, recent developments where we replaced large chunks of it with Microsoft's stack. MIguel. On Wed, Aug 26, 2015 at 5:02 PM, Neale Ferguson

[Mono-dev] State of TLS, SslStream and HttpWebRequest support in Mono

2015-08-27 Thread Miguel de Icaza
Hello team, I have posted an update on our TLS and networking stack efforts: http://tirania.org/blog/archive/2015/Aug-27.html Miguel ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

Re: [Mono-dev] Registry question

2015-08-27 Thread Miguel de Icaza
It is not multi-process safe, you would need to ensure that through an external mean. On Thu, Aug 27, 2015 at 12:42 PM, Neale Ferguson ne...@sinenomine.net wrote: Is registry multi-process safe? How are registry transactions maintained by Mono? Also, I assume the EventLog is just syslog on

[Mono-dev] Registry question

2015-08-27 Thread Neale Ferguson
Is registry multi-process safe? How are registry transactions maintained by Mono? Also, I assume the EventLog is just syslog on Linux. Neale ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

Re: [Mono-dev] State of TLS, SslStream and HttpWebRequest support in Mono

2015-08-27 Thread techi eth
Hi, Is that support handling ECDHE-ECDSA algorithm ? Techi On Thu, Aug 27, 2015 at 9:36 PM, Miguel de Icaza mig...@xamarin.com wrote: Hello team, I have posted an update on our TLS and networking stack efforts: http://tirania.org/blog/archive/2015/Aug-27.html Miguel