mono.git
8 years agoReduce !MOBILE scope in XmlReaderSettings. They are in use.
Atsushi Eno [Tue, 3 Feb 2015 11:51:06 +0000 (19:51 +0800)]
Reduce !MOBILE scope in XmlReaderSettings. They are in use.

8 years agodisable Win32 registry dependencies in XmlReaderSettings on MOBILE builds.
Atsushi Eno [Tue, 3 Feb 2015 11:14:25 +0000 (19:14 +0800)]
disable Win32 registry dependencies in XmlReaderSettings on MOBILE builds.

8 years agoAdd workaround for XmlSchema serialization.
Atsushi Eno [Mon, 2 Feb 2015 10:36:07 +0000 (18:36 +0800)]
Add workaround for XmlSchema serialization.

Somewhere in System.Xml requires NameTable to be canonically reused when
deserializing XmlSchema, so that certain deserialization part can check
only reference equality.

Since we have hybrid System.Xml implementation for XmlSerializer, this
is not completely achieved and with reference comparison it causes some
schema deserialization failure. To avoid this problem, just disable
reference comparison. It should not affect outside XmlSchema serialization.

8 years agorevert mono-specific XmlSchemas changes that is not necessary anymore.
Atsushi Eno [Mon, 2 Feb 2015 10:26:47 +0000 (18:26 +0800)]
revert mono-specific XmlSchemas changes that is not necessary anymore.

8 years agoMake changes for System.Xml merge into mono tree.
Atsushi Eno [Tue, 6 Jan 2015 07:50:55 +0000 (16:50 +0900)]
Make changes for System.Xml merge into mono tree.

DISABLE_CAS_USE is required to avoid NotImplementedExceptions in CAS land.

MONO_HYBRID_XML is to preserve Mono's XmlSerializer which also allows
interpreter-based XML serialization (as opposed to run-time code generation
based XML serialization, which is not doable in iOS).

Though some Xml.Serialization classes are useful even with mono
implementation, so we partially import them (namely schema importer).

8 years agoDisable eventsources in resources
Marek Safar [Fri, 20 Feb 2015 13:57:33 +0000 (14:57 +0100)]
Disable eventsources in resources

8 years agoRevert "Add read-only interfaces to some System/System.Core collection classes."
Marek Safar [Fri, 20 Feb 2015 07:39:46 +0000 (08:39 +0100)]
Revert "Add read-only interfaces to some System/System.Core collection classes."

This reverts commit b23609f81a95b384538dba01a1cbf49fe2a9b95a.

Confirmed by Brett Lopez as MSDN bug

8 years agoAdding reference source for part of Workflow Foundation
dotnet-bot [Fri, 20 Feb 2015 02:00:27 +0000 (18:00 -0800)]
Adding reference source for part of Workflow Foundation

Adding reference source for
System.Activities
System.Activities.DurableInstancing
System.Activities.Presentation
System.Runtime.DurableInstancing
System.Workflow.Activities
System.Workflow.ComponentModel
System.Workflow.Runtime
System.WorkflowServices
System.Xaml.Hosting
XamlBuildTask

8 years agoAdd resources for some referencesource projects
dotnet-bot [Thu, 19 Feb 2015 19:07:03 +0000 (11:07 -0800)]
Add resources for some referencesource projects

Add resources for:
mscorlib
System
System.ComponentModel.DataAnnotations
System.Core
System.Core
System.Data.DataSetExtensions
System.Data.Entity.Design
System.Data.Entity
System.Data.Linq
System.Data.SqlXml
System.Data
System.Net
System.Numerics
System.Runtime.Serialization
System.ServiceModel.Web
System.ServiceModel
System.Web.Mobile
System.Web
System.Xml.Linq
System.Xml

8 years agoEndianness handling in binary reader
Marek Safar [Thu, 19 Feb 2015 18:33:00 +0000 (19:33 +0100)]
Endianness handling in binary reader

8 years agoRemove not useful !FEATURE_PAL from bufferedstream
Marek Safar [Thu, 19 Feb 2015 16:14:41 +0000 (17:14 +0100)]
Remove not useful !FEATURE_PAL from bufferedstream

8 years agoAdd mono specific DataAvailable to streamreader
Marek Safar [Thu, 19 Feb 2015 15:54:35 +0000 (16:54 +0100)]
Add mono specific DataAvailable to streamreader

8 years agoTextWriter without hardcoded line endings
Marek Safar [Thu, 19 Feb 2015 15:51:58 +0000 (16:51 +0100)]
TextWriter without hardcoded line endings

8 years agoBugfix WriteLineAsync(String value) to not crash on writing null string
Marek Safar [Thu, 19 Feb 2015 15:38:03 +0000 (16:38 +0100)]
Bugfix WriteLineAsync(String value) to not crash on writing null string

8 years agoIntegrate the microsoft ThreadPool into it's own System.Threading.Microsoft namespace
Ludovic Henry [Fri, 6 Feb 2015 23:49:06 +0000 (18:49 -0500)]
Integrate the microsoft ThreadPool into it's own System.Threading.Microsoft namespace

This will let us have both the Mono and the Microsoft ThreadPool at the same time.
To switch to the Microsoft one, set the MONO_THREADPOOL environment variable to "microsoft". It will default to the Mono one.

8 years agoMono friendly IO errors
Marek Safar [Thu, 19 Feb 2015 11:57:31 +0000 (12:57 +0100)]
Mono friendly IO errors

8 years agoFix contradicting defines in Stream
Marek Safar [Thu, 19 Feb 2015 11:56:17 +0000 (12:56 +0100)]
Fix contradicting defines in Stream

8 years agoFix a bug when setting capacity to 0 on MemoryStream causes crash on ToArray call
Marek Safar [Thu, 19 Feb 2015 11:55:16 +0000 (12:55 +0100)]
Fix a bug when setting capacity to 0 on MemoryStream causes crash on ToArray call

8 years agoInline contracts error messages for text replacement to work
Marek Safar [Tue, 17 Feb 2015 20:16:36 +0000 (21:16 +0100)]
Inline contracts error messages for text replacement to work

8 years agoAdd read-only interfaces to some System/System.Core collection classes.
Alex Rønne Petersen [Tue, 17 Feb 2015 09:48:58 +0000 (10:48 +0100)]
Add read-only interfaces to some System/System.Core collection classes.

8 years agoavoid reflection here.
Atsushi Eno [Fri, 13 Feb 2015 10:24:51 +0000 (18:24 +0800)]
avoid reflection here.

as per https://github.com/mono/mono/pull/1566#discussion_r24653304

8 years agoAdd I18N assembly invocation support in Encoding.
Atsushi Eno [Thu, 12 Feb 2015 20:28:34 +0000 (04:28 +0800)]
Add I18N assembly invocation support in Encoding.

8 years agoApply more DISABLE_CAS_USE
Marek Safar [Thu, 12 Feb 2015 15:41:55 +0000 (16:41 +0100)]
Apply more DISABLE_CAS_USE

8 years agoDisable more CAS on mobile
Marek Safar [Wed, 11 Feb 2015 14:26:52 +0000 (15:26 +0100)]
Disable more CAS on mobile

8 years agoMono friendly guid. Includes StringToLong fix for issue https://github.com/dotnet...
Marek Safar [Tue, 10 Feb 2015 14:26:08 +0000 (15:26 +0100)]
Mono friendly guid. Includes StringToLong fix for issue https://github.com/dotnet/coreclr/issues/182

8 years agoRemove another unused decimal icall.
Zoltan Varga [Tue, 10 Feb 2015 03:40:31 +0000 (22:40 -0500)]
Remove another unused decimal icall.

8 years agoRemove unused decimal icalls.
Zoltan Varga [Tue, 10 Feb 2015 03:32:10 +0000 (22:32 -0500)]
Remove unused decimal icalls.

8 years agoNeed MONO_X509_ALIAS in _SslState.cs and _SecureChannel.cs.
Martin Baulig [Sun, 8 Feb 2015 00:54:27 +0000 (01:54 +0100)]
Need MONO_X509_ALIAS in _SslState.cs and _SecureChannel.cs.

8 years agoIntroduce new MONO_X509_ALIAS conditional and use it in SslStream.cs.
Martin Baulig [Sat, 7 Feb 2015 18:39:43 +0000 (19:39 +0100)]
Introduce new MONO_X509_ALIAS conditional and use it in SslStream.cs.

8 years agoImplement NumberBufferToDecimal in Mono, and make Decimal ctor build
Miguel de Icaza [Thu, 5 Feb 2015 23:21:59 +0000 (18:21 -0500)]
Implement NumberBufferToDecimal in Mono, and make Decimal ctor build

8 years agoDisable some CAS usage using DISABLE_CAS_USE
Sebastien Pouliot [Thu, 5 Feb 2015 20:47:08 +0000 (15:47 -0500)]
Disable some CAS usage using DISABLE_CAS_USE

8 years agoMerge the 'martin-ssl-integration' branch.
Martin Baulig [Thu, 5 Feb 2015 03:58:39 +0000 (04:58 +0100)]
Merge the 'martin-ssl-integration' branch.

All changes are conditional to MONO_FEATURE_NEW_TLS.

In addition to that, all changes to their code are also conditional to 'MONO'; this
mostly applies to SecureChannel, which needed several changes to replace their native
SSPI implementation with Mono's new managed version.

* Net/SecureProtocols/SslStream.cs: Make partial and comment out 'SslStream.TransportContext'.

* Net/SecureProtocols/SslState.cs: Make partial and add new internal constructor; pass the
  'SSPIConfiguration' argument down to SecureChannel's .ctor.

* Net/SecureProtocols/_SslStream.cs: Make partial.

* Net/SecureProtocols/_SecureChannel.cs: Add Mono-specific SSPI APIs.

* Net/_SslSessionCache.cs: Make conditional.

8 years agoAdd AmILittleEndian to bitconverter
Marek Safar [Wed, 4 Feb 2015 16:18:20 +0000 (17:18 +0100)]
Add AmILittleEndian to bitconverter

8 years agoExclude legacy icalls from datetime
Marek Safar [Wed, 4 Feb 2015 14:16:26 +0000 (15:16 +0100)]
Exclude legacy icalls from datetime

8 years agoFixed MethodAccessException in dynamically generated code
Alexander Kyte [Tue, 3 Feb 2015 23:41:57 +0000 (18:41 -0500)]
Fixed MethodAccessException in dynamically generated code

8 years agoDisable legacy calls from timespan
Marek Safar [Tue, 3 Feb 2015 15:18:41 +0000 (16:18 +0100)]
Disable legacy calls from timespan

8 years agoRemoves one culture #if
Marek Safar [Tue, 3 Feb 2015 10:54:32 +0000 (11:54 +0100)]
Removes one culture #if

8 years agoMono friendly DateTimeFormatInfo
Marek Safar [Mon, 2 Feb 2015 17:49:37 +0000 (18:49 +0100)]
Mono friendly DateTimeFormatInfo

8 years agoDisable CAS calls on System.Componentmodel.TypeDescriptor
Sebastien Pouliot [Fri, 30 Jan 2015 00:52:58 +0000 (19:52 -0500)]
Disable CAS calls on System.Componentmodel.TypeDescriptor

8 years agoAdd another small DISABLE_CAS_USE conditionals.
Martin Baulig [Tue, 27 Jan 2015 23:18:36 +0000 (00:18 +0100)]
Add another small DISABLE_CAS_USE conditionals.

8 years agoAdd 'MONO_FEATURE_LOGGING' conditional to disable Logging.cs.
Martin Baulig [Tue, 27 Jan 2015 23:05:26 +0000 (00:05 +0100)]
Add 'MONO_FEATURE_LOGGING' conditional to disable Logging.cs.

Also put back the previous conditionals in this file.

8 years agoCorrectly fix 857b021d78ea1e987b7e65493c6d926948926bb4
Marek Safar [Mon, 26 Jan 2015 16:40:03 +0000 (17:40 +0100)]
Correctly fix 857b021d78ea1e987b7e65493c6d926948926bb4

8 years agoReverts not needed changes
Marek Safar [Sat, 24 Jan 2015 08:26:15 +0000 (09:26 +0100)]
Reverts not needed changes

8 years agoFIXME: This completely breaks Xamarin Studio, making it impossible to compile anything.
Martin Baulig [Fri, 23 Jan 2015 23:26:11 +0000 (00:26 +0100)]
FIXME: This completely breaks Xamarin Studio, making it impossible to compile anything.

See the detailed comment inside.

8 years agoAdd 'MONO_FEATURE_NEW_TLS' conditional to SslStreamContext.
Martin Baulig [Thu, 22 Jan 2015 22:56:55 +0000 (23:56 +0100)]
Add 'MONO_FEATURE_NEW_TLS' conditional to SslStreamContext.

This allows us to bring TransportContext.cs and conditionally enable it when needed.

8 years agoDisable com specific stringbuilder marshalling
Marek Safar [Thu, 22 Jan 2015 21:01:55 +0000 (21:01 +0000)]
Disable com specific stringbuilder marshalling

8 years agoRevert "[mscorlib] RuntimeWrappedException mono updates."
Zoltan Varga [Thu, 22 Jan 2015 20:59:51 +0000 (15:59 -0500)]
Revert "[mscorlib] RuntimeWrappedException mono updates."

This reverts commit ea80438e7108d9d0a10b2b6b3dd0c6d123710232.

Revert this, it is now handled in the runtime.

8 years agoUse "Thread.CurrentThread.ManagedThreadId" on Mono.
Martin Baulig [Thu, 22 Jan 2015 19:11:54 +0000 (20:11 +0100)]
Use "Thread.CurrentThread.ManagedThreadId" on Mono.

8 years agoAdd conditionals where needed.
Martin Baulig [Thu, 22 Jan 2015 19:09:47 +0000 (20:09 +0100)]
Add conditionals where needed.

This allows us to bring Internal.cs, Logging.cs and _LoggingObject.cs.

8 years agoAdd REAMDE.Mono with known conditional names.
Martin Baulig [Thu, 22 Jan 2015 19:05:34 +0000 (20:05 +0100)]
Add REAMDE.Mono with known conditional names.

Please update if you add any new conditionals.

8 years agoRuntimeWrappedException mono updates.
Zoltan Varga [Thu, 22 Jan 2015 17:16:33 +0000 (12:16 -0500)]
RuntimeWrappedException mono updates.

8 years agoMono Calendars compatibility
Marek Safar [Thu, 22 Jan 2015 16:02:14 +0000 (17:02 +0100)]
Mono Calendars compatibility

8 years agoList<T> mono updates
Marek Safar [Wed, 21 Jan 2015 13:13:05 +0000 (14:13 +0100)]
List<T> mono updates

8 years agoExclude never used method
Marek Safar [Tue, 20 Jan 2015 22:08:10 +0000 (23:08 +0100)]
Exclude never used method

8 years agoAdd BigNumber runtime api
Marek Safar [Tue, 20 Jan 2015 12:06:37 +0000 (13:06 +0100)]
Add BigNumber runtime api

8 years agoMono number formatting
Marek Safar [Tue, 20 Jan 2015 11:13:21 +0000 (12:13 +0100)]
Mono number formatting

8 years agoComponentModel, make it build in the MOBILE profile
Miguel de Icaza [Sat, 17 Jan 2015 01:19:10 +0000 (20:19 -0500)]
ComponentModel, make it build in the MOBILE profile

8 years agoAdd mono internal API support
Ludovic Henry [Tue, 25 Nov 2014 16:34:18 +0000 (11:34 -0500)]
Add mono internal API support

8 years agoReplace more Array.MaxArrayLength appearences
Marek Safar [Thu, 15 Jan 2015 15:00:38 +0000 (16:00 +0100)]
Replace more Array.MaxArrayLength appearences

8 years agoRemove windows api dependency from Timer
Marek Safar [Thu, 15 Jan 2015 09:02:46 +0000 (10:02 +0100)]
Remove windows api dependency from Timer

8 years agoConditionals for mobile profiles
Marek Safar [Tue, 13 Jan 2015 15:58:23 +0000 (16:58 +0100)]
Conditionals for mobile profiles

8 years agoDisable IL code generation until we figure out 25671
Miguel de Icaza [Tue, 13 Jan 2015 04:20:07 +0000 (23:20 -0500)]
Disable IL code generation until we figure out 25671

8 years agoOnly initialize Etw on Windows
Miguel de Icaza [Fri, 9 Jan 2015 01:33:55 +0000 (20:33 -0500)]
Only initialize Etw on Windows

8 years agoRemove code that depends on code that has not been open sourced.
Miguel de Icaza [Mon, 5 Jan 2015 03:52:46 +0000 (01:52 -0200)]
Remove code that depends on code that has not been open sourced.

Use the MONO define for this

8 years agoUse the DISABLE_CAS_USE macro instead of MOBILE to disable CAS
Marek Habersack [Tue, 16 Dec 2014 20:30:48 +0000 (21:30 +0100)]
Use the DISABLE_CAS_USE macro instead of MOBILE to disable CAS

This augments commit 7dc4e513eafd3fb30d34111948ef14c981264463

8 years agoAdding reference source for System.Net
dotnet-bot [Mon, 15 Dec 2014 18:50:15 +0000 (10:50 -0800)]
Adding reference source for System.Net

8 years agoRemoved UnsafeNativeMethods calls on Mono. - MEMORYSTATUSEX usages were replaced...
Marcos Henrich [Thu, 11 Dec 2014 20:56:46 +0000 (20:56 +0000)]
Removed UnsafeNativeMethods calls on Mono. - MEMORYSTATUSEX usages were replaced with performance counters "Total Physical Memory and "Available Physical Memory"

 - SafeRegistryHandle.ReleaseHandle is only called on code that is ignored on Mono.

 - Mono is using AppDomain.FriendlyName directly instead of UnsafeNativeMethods.GetModuleFileName.

8 years agoAdded Mono config variables. Variables __MonoEmulateOneCPU and __MonoTimerPeriod...
Marcos Henrich [Thu, 11 Dec 2014 20:47:32 +0000 (20:47 +0000)]
Added Mono config variables. Variables __MonoEmulateOneCPU and __MonoTimerPeriod are used by some tests.

8 years agoExclude security code from the mobile targets.
Marek Habersack [Wed, 10 Dec 2014 10:16:13 +0000 (11:16 +0100)]
Exclude security code from the mobile targets.

Mobile doesn't support any of the security features of .NET, no point in
running the code and/or defining fake types.

8 years agoDisable UseCompatibleTypeConverterBehavior on mono
Marek Safar [Tue, 9 Dec 2014 13:25:34 +0000 (14:25 +0100)]
Disable UseCompatibleTypeConverterBehavior on mono

8 years agocomponentmodel tweaked to work with mono
Marek Safar [Tue, 9 Dec 2014 13:07:19 +0000 (14:07 +0100)]
componentmodel tweaked to work with mono

8 years agoDisable use of CAS. The added ifdef is required to circumvent a compile error on...
Marcos Henrich [Fri, 5 Dec 2014 16:57:55 +0000 (16:57 +0000)]
Disable use of CAS. The added ifdef is required to circumvent a compile error on older versions of mcs.

8 years agoRemove unused private using
Marek Safar [Thu, 4 Dec 2014 17:43:49 +0000 (18:43 +0100)]
Remove unused private using

8 years agoRemoved unnecessary call to Thread.WriteVolatile. System.Threading.Volatile is intern...
Marcos Henrich [Thu, 4 Dec 2014 13:45:19 +0000 (13:45 +0000)]
Removed unnecessary call to Thread.WriteVolatile. System.Threading.Volatile is internal on framework versions before 4.5. As corlib internals are visible from System.Core we can use Volatile.

8 years agoReaderWriterLockSlim.cs now builds with mono.
Marcos Henrich [Tue, 2 Dec 2014 17:27:10 +0000 (17:27 +0000)]
ReaderWriterLockSlim.cs now builds with mono.

* Builds without [MethodImpl(MethodImplOptions.AggressiveInlining)]
  when target framework version is lower than 4.5.

* Use Thread.Volatile instead of Volatile.Read when target framework
  version is lower than 4.5.

8 years agoAdd support to build with Mono
Alexander Köplinger [Sat, 29 Nov 2014 17:00:48 +0000 (18:00 +0100)]
Add support to build with Mono

8 years agoRemove unused System.Web namespace from source (it does not exists in the mobile...
Sebastien Pouliot [Wed, 26 Nov 2014 21:21:29 +0000 (16:21 -0500)]
Remove unused System.Web namespace from source (it does not exists in the mobile profile).

8 years agoDisable use of CAS when compiling with DISABLE_CAS_USE
Miguel de Icaza [Wed, 26 Nov 2014 19:39:09 +0000 (14:39 -0500)]
Disable use of CAS when compiling with DISABLE_CAS_USE

8 years agoFix the conditional, we disable Emit code on FULL_AOT
Miguel de Icaza [Wed, 26 Nov 2014 19:38:19 +0000 (14:38 -0500)]
Fix the conditional, we disable Emit code on FULL_AOT

8 years agoAdd support to build with Mono.
Marek Safar [Mon, 24 Nov 2014 15:40:33 +0000 (16:40 +0100)]
Add support to build with Mono.

    * Change location of internal Array constants. Mono runtime cannot handle
    array type with constants.

    * Removes some warnings from the build for unused fields.

8 years agoAdjust to disable IL generation under FULL_AOT_RUNTIME
Miguel de Icaza [Mon, 24 Nov 2014 02:32:47 +0000 (21:32 -0500)]
Adjust to disable IL generation under FULL_AOT_RUNTIME

8 years agoAdd support to build build with Mono.
Miguel de Icaza [Sat, 22 Nov 2014 20:42:36 +0000 (15:42 -0500)]
Add support to build build with Mono.

This patch does the following things:

* Adds support to build without Code Access Security, by using the new
  define DISABLE_CAS_USE.  The reason is that this is both slow, and
  Mono does not actually offer a Code Access Secured environment.  So
  avoid paying the price.

* Removes some warnings from the build for unused variables.

* Allows the code to be bootstrapped with a 2.0 compiler (which Mono
  does during the bootstrap phase currently).

8 years agoAdding System.Compo... System.Ident... System.Numer... System.Runti...
dotnet-bot [Tue, 18 Nov 2014 01:40:57 +0000 (17:40 -0800)]
Adding System.Compo... System.Ident... System.Numer... System.Runti...

Adding reference source for
System.ComponentModel.DataAnnotations
System.IdentityModel
System.IdentityModel.Selectors
System.Numerics
System.Runtime.Caching
System.Runtime.Serialization

8 years agoUpdate formatting of LICENSE.txt and PATENTS.TXT
dotnet-bot [Fri, 14 Nov 2014 02:38:09 +0000 (18:38 -0800)]
Update formatting of LICENSE.txt and PATENTS.TXT

8 years agoAdding System.Data..., System.ServiceModel..., and System.Web...
dotnet-bot [Thu, 13 Nov 2014 22:45:02 +0000 (14:45 -0800)]
Adding System.Data..., System.ServiceModel..., and System.Web...

Adding reference source for
System.Data
System.Data.DataSetExtensions
System.Data.Entity
System.Data.Entity.Design
System.Data.Linq
System.Data.SqlXml
System.ServiceModel
System.ServiceModel.Activation
System.ServiceModel.Activities
System.ServiceModel.Channels
System.ServiceModel.Discovery
System.ServiceModel.Internals
System.ServiceModel.Routing
System.ServiceModel.WasHosting
System.ServiceModel.Web
System.Web
System.Web.ApplicationServices
System.Web.DynamicData
System.Web.Entity
System.Web.Entity.Design
System.Web.Extensions
System.Web.Mobile
System.Web.Routing
System.Web.Services
System.Xml
System.Xml.Linq

8 years agoInitial commit
dotnet-bot [Wed, 12 Nov 2014 05:42:05 +0000 (21:42 -0800)]
Initial commit

    _   _ _____ _____   ____            _        _
   | \ | | ____|_   _| |  _ \ ___   ___| | _____| |
   |  \| |  _|   | |   | |_) / _ \ / __| |/ / __| |
  _| |\  | |___  | |   |  _ < (_) | (__|   <\__ \_|
 (_)_| \_|_____| |_|   |_| \_\___/ \___|_|\_\___(_)

8 years ago[System.Runtime.Serialization] Remove redundant IVT to System.ServiceModel.Web
Marek Safar [Mon, 2 May 2016 14:07:12 +0000 (16:07 +0200)]
[System.Runtime.Serialization] Remove redundant IVT to System.ServiceModel.Web

8 years ago[System.Runtime.Serialization] Remove redundant IVT to System.ServiceModel
Marek Safar [Mon, 2 May 2016 13:36:30 +0000 (15:36 +0200)]
[System.Runtime.Serialization] Remove redundant IVT to System.ServiceModel

8 years ago[arm64] Dist arm64-codegen.h. Fixes #38223.
Zoltan Varga [Sat, 30 Apr 2016 03:23:49 +0000 (23:23 -0400)]
[arm64] Dist arm64-codegen.h. Fixes #38223.

8 years agoMerge pull request #1345 from mattleibow/websocket-continuation-frame-fix
Alexander Köplinger [Wed, 27 Apr 2016 15:04:43 +0000 (11:04 -0400)]
Merge pull request #1345 from mattleibow/websocket-continuation-frame-fix

[system] WebSocket continuation frame incorrectly handles the message type

8 years agoMerge pull request #2947 from mfilippov/master
monojenkins [Tue, 26 Apr 2016 17:25:23 +0000 (18:25 +0100)]
Merge pull request #2947 from mfilippov/master

Socket.AcceptAsync should use SocketAsyncEventArgs.AcceptSocket

Socket.AcceptAsync shouldn't create new socket if SocketAsyncEventArgs.AcceptSocket isn't null.

8 years ago[runtime] Moved MONO_ZERO_LEN_ARRAY to mono-publib.h.
Joao Matos [Tue, 26 Apr 2016 16:59:16 +0000 (12:59 -0400)]
[runtime] Moved MONO_ZERO_LEN_ARRAY to mono-publib.h.

8 years agoMerge pull request #2960 from directhex/switchable-configure-in-jenkins
Alexander Köplinger [Tue, 26 Apr 2016 15:37:06 +0000 (11:37 -0400)]
Merge pull request #2960 from directhex/switchable-configure-in-jenkins

Switchable configure in jenkins

8 years ago[jenkins] introduce CI_TAGS env var, to alter flow of jenkins script
Jo Shields [Tue, 26 Apr 2016 15:32:46 +0000 (16:32 +0100)]
[jenkins] introduce CI_TAGS env var, to alter flow of jenkins script

8 years agoRefactoring SocketAcceptAsyncTest
Mikhail Filippov [Tue, 26 Apr 2016 15:16:41 +0000 (18:16 +0300)]
Refactoring SocketAcceptAsyncTest

8 years agoFix SocketAcceptAsyncTest
Mikhail Filippov [Tue, 26 Apr 2016 14:58:44 +0000 (17:58 +0300)]
Fix SocketAcceptAsyncTest

8 years ago[jenkins] Don't overwrite EXTRA_CONF_FLAGS inside run-jenkins.sh
Jo Shields [Tue, 26 Apr 2016 14:53:55 +0000 (15:53 +0100)]
[jenkins] Don't overwrite EXTRA_CONF_FLAGS inside run-jenkins.sh

This means we can pass EXTRA_CONF_FLAGS to the script, to more easily change the script behaviour from Jenkins

8 years agoMerge pull request #2949 from Unity-Technologies/xbuild-windows-mcs
Marek Safar [Tue, 26 Apr 2016 11:19:44 +0000 (07:19 -0400)]
Merge pull request #2949 from Unity-Technologies/xbuild-windows-mcs

Make xbuild on Windows use Mono instead of .NET

8 years agoMerge pull request #2957 from akoeplinger/fix-corlib-mobile-tests
monojenkins [Tue, 26 Apr 2016 02:25:24 +0000 (03:25 +0100)]
Merge pull request #2957 from akoeplinger/fix-corlib-mobile-tests

Fix two corlib test issues on mobile

Fixes [#40642](https://bugzilla.xamarin.com/show_bug.cgi?id=40624).

@monojenkins merge

8 years agoMerge pull request #2953 from mono/fix-fileinfo-delete
Alexander Köplinger [Mon, 25 Apr 2016 21:27:27 +0000 (17:27 -0400)]
Merge pull request #2953 from mono/fix-fileinfo-delete

[corlib] Bring the FileInfo.Delete fix