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
2018-02-28[System.IO] Integrate FileSystemWatchers from CoreFXAlexis Christoforides
2018-02-28[System]: Use new `WebCompletionSource` instead of `TaskCompletionSource`. (#...Martin Baulig
2018-02-28[System]: Enable some System.Net.Requests tests from CoreFX. (#7080)Martin Baulig
2018-02-27[sdb] Fix VirtualMachine.CreateEnumMirror () so it works with types from non-...Zoltan Varga
2018-02-27[msvc] Update csproj files (#7310)monojenkins
2018-02-27[System.Windows.Forms] Remove dependency on Hwnd objects outside of XplatUI c...Filip Navara
2018-02-27Merge pull request #7286 from lambdageek/fix-gh-7095Alexis Christoforides
2018-02-27[test] System.Type.IsAssignableFrom of gtd array special interfaces.Aleksey Kliger
2018-02-26[corlib] CompareInfo from CoreFX (#7272)Marek Safar
2018-02-26Merge branch 'master' into swf-carbontestsAlexis Christoforides
2018-02-26Merge pull request #7234 from filipnavara/swf-painteventendAlexis Christoforides
2018-02-26Add zlib.lib/zlibstatic.lib in Windows VS mkbundle build when using -z argument.lateralusX
2018-02-26Merge pull request #7269 from filipnavara/swf-theme-obsoleteAlexis Christoforides
2018-02-26Remove obsolete Nice theme code.Filip Navara
2018-02-26[wcf] use ConcurrentDictionary for wait handles (#7265)Paul Fertser
2018-02-26Activate MDI child windows after showing them (fixes 7 unit tests failures).Filip Navara
2018-02-26Return dummy value in XplatUICarbon.IconSize to let System.Windows.Forms.Syst...Filip Navara
2018-02-26Fix the default font value in test.Filip Navara
2018-02-26Make XplatUICarbon.SetFocus send messages synchronously, fixes 9 unit tests.Filip Navara
2018-02-26Fix windows creating, destroying and message processing in Carbon driver to b...Filip Navara
2018-02-26Spit out the name of a test along with the error about undisposed forms.Filip Navara
2018-02-26Call XplatUI.PaintEventEnd when an exception happens in OnPaint.Filip Navara
2018-02-26Unregister thread exception handler at the end of test.Filip Navara
2018-02-26[tests] Use RemoteExecutor from corefxMarek Safar
2018-02-26Add missing XplatUI.EndLoop call.Filip Navara
2018-02-26Fix layout of ColorDialog on systems with different window border sizes.Filip Navara
2018-02-26Fix typo in implementation of Disposing property.Filip Navara
2018-02-26Handle more special keys in KeysConverter to ensure compatibility with design...Filip Navara
2018-02-25Remove obsolete theme code (disabled by commits 910c669 and 93724d2) and the ...Filip Navara
2018-02-25Add PointerValue.Value to dereference and access pointer value. (#6840)Jonathan Chambers
2018-02-23[System.Net.Http] Better exception message for invalid header valueMarek Safar
2018-02-23Update the method signatures in the new X11 backend.Filip Navara
2018-02-23[msvc] Update csproj files (#7238)monojenkins
2018-02-23Fix xamarin-android issue 1130 and add test (#6326)Katelyn Gadd
2018-02-23Properly handle non-quoted multipart content dispositionsBen Lubar
2018-02-23Simplify System.Windows.Forms XplatUI code by adding PaintEventArgs parameter...Filip Navara
2018-02-23Make field tokens sequential in SRE. (#7055)Rodrigo Kumpera
2018-02-23[xbuild] add property that is available in msbuild (#7223)monojenkins
2018-02-23[build] Remove multi stage build from Mono.Security (#7171)Marek Safar
2018-02-23[WASM] Implement timers. (#7193)Rodrigo Kumpera
2018-02-23Updates to support building the BCL using Visual Studio 2017 on windows (#6877)Katelyn Gadd
2018-02-22Revert "Run the ProcessExit events in the threadpool and enforce a 3 seconds ...Rodrigo Kumpera
2018-02-22[msvc] Update csproj filesmonojenkins
2018-02-22Fix unknown-length requests being treated as if they are fully preloaded. (#6...Ben Lubar
2018-02-22[bcl] Comment/stub out some unused icalls to prevent problems with AOT. (#7183)Zoltan Varga
2018-02-22[System.Xml] Remove reflection calls for value has to be setMarek Safar
2018-02-22[mono-api-html] Expand "ignore" functionality (#7154) (#7175)Jonathan Pryor
2018-02-22Merge pull request #6018 from kumpera/fix_10087Rodrigo Kumpera
2018-02-22[corlib] Make MissingMember exceptions working again after #6123Marek Safar
2018-02-21[corlib] Support terminals without color supportKai Ruhnau