Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs
AgeCommit message (Expand)Author
2016-11-30[mcs] Fixes runtimemetadataversion option checkmono-4.8.0.374Marek Safar
2016-11-25[Facades] Don't build System.Drawing.Primitives.dll by default for monotouch_...mono-4.8.0.371Alexander Köplinger
2016-11-25[Facades] Remove watch special System.Drawing.Primitives, all types are now a...Marek Safar
2016-11-25[mkbundle] Print error message when assemblies couldn't be loadedAlexander Köplinger
2016-11-25[corlib] Move ComAwareEventInfo stub into System.CoreAlexander Köplinger
2016-11-24[mcs] Count arity correctly for deeply nested typesMarek Safar
2016-11-23Merge pull request #3962 from mkorkalo/fix_MonoBtlsContext_memory_leakMartin Baulig
2016-11-18[System] Add range check for empty URI prefix when it also contains unicode c...Marek Safar
2016-11-17[sdb] Error out when trying to obtain objects from unloaded domains, we have ...Zoltan Varga
2016-11-17[xbuild] Handle a repeat build of a target, when building through ..Ankit Jain
2016-11-17[corlib] Remove public ctor from IncrementalHashAlexander Köplinger
2016-11-14[BTLS]: Add MonoBtlsSsl.GetServerName() and set MonoTlsConnectionInfo.PeerDom...Martin Baulig
2016-11-14[BTLS]: Use host name without port for the Server Name Indication (SNI). Bug...Martin Baulig
2016-11-11[BTLS]: Use host name without port for the Server Name Indication (SNI). Bug...Martin Baulig
2016-11-11[xbuild] Don't reevaluate project when setting metadata in a dynamic ..Ankit Jain
2016-11-10[System.Xml] Add XElement array handling to serialization interpreter. Fixes ...Marek Safar
2016-11-09[sdb] Avoid asserting when trying to single step on a thread with no managed ...Zoltan Varga
2016-11-09[System] Fix a few type members on WatchOSAlexander Köplinger
2016-11-08[corlib] Add Marshal.CleanupUnusedObjectsInCurrentContext() stubAlexander Köplinger
2016-11-08[corlib] Expose Marshal.PtrToStringBSTR on mobileAlexander Köplinger
2016-11-07Merge pull request #3886 from lambdageek/c9-46250Aleksey Kliger (λgeek)
2016-11-07[System.ServiceModel] Recognize 'faultactor' in SOAP fault messageAlexander Köplinger
2016-11-04[mcs] Consider method candidates with misplaced named arguments not applicabl...mono-4.8.0.309Marek Safar
2016-11-04[mcs] Remove debug checkMarek Safar
2016-11-04[mcs] More work on debug scopes declared out of order. Fixes #45774Marek Safar
2016-11-04[System] Replace NetworkCredential with referencesourceAlexander Köplinger
2016-11-04[tests] Test System.Type.GetType() on generics with wrong arity.Aleksey Kliger
2016-11-03[mcs] Accept and ignore command line args supported by csc that we don'tAnkit Jain
2016-11-03Remove exception when using SO_REUSEADDR on Linux (#3856) (#3873)Ludovic Henry
2016-11-03[System] Disable a test that reads a file on mobileAlexander Köplinger
2016-11-03[System.IO.Compression] Fixed DeflateStream input stream EOF condition.Joao Matos
2016-11-03[System.IO.Compression] Fixed DeflateStream inflate() decompression loop.Joao Matos
2016-11-03[runtime] Fix the exception message to include the proper type name and calli...Zoltan Varga
2016-11-02[mcs] Remove unknown warnings reporting to match latest cscMarek Safar
2016-11-02[corlib] Map SHA*Cng algorithms to SHA*Managed on monodroidAlexander Köplinger
2016-10-31[corlib] SharedStatics from referencesource. Fixes #46175Marek Safar
2016-10-31[System] Fix monodroid build when BTLS is disabledAlexander Köplinger
2016-10-30Backport to 4.8.0 of mkbundle SDK + native library support (#3834)Miguel de Icaza
2016-10-28Merge pull request #3848 from rolfbjarne/btls-remove-unused-pinvokes-4.8Alexander Köplinger
2016-10-28[bcl] Disable BTLS on xammac and xammac_net_4_5 profilesAlexander Köplinger
2016-10-28[System] Remove unused BTLS P/Invokes.Rolf Bjarne Kvinge
2016-10-27[bcl]: Fix 'Mono.Btls.Interface' build logic.Martin Baulig
2016-10-26[System] Tweak define to exclude System.Net.WebProxy.CreateDefaultProxy and u...Rolf Bjarne Kvinge
2016-10-25[bcl] Only build Mono.Btls.Interface and btls tool when BTLS is enabledAlexander Köplinger
2016-10-25[System] Don't build managed BTLS code on monotouchAlexander Köplinger
2016-10-25Merge pull request #3813 from rolfbjarne/watchos-no-cfnetwork-4.8Marek Safar
2016-10-25[BTLS]: Fix a ref-counting leak in X509ChainImplBtls. Fixes #45687. (#3811)Martin Baulig
2016-10-25Fixes commit 24a439d9b722a8112a5243e042efd4c45ad3e35cMarek Safar
2016-10-24[System] Remove any CFNetwork usage from the watchOS profile. Fixes #45847.Rolf Bjarne Kvinge
2016-10-24[bcl] Move a few types from the Facades into the framework for netstandard20 ...Alexander Köplinger