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-01-28[SocketResponder] Use Task instead of ThreadLudovic Henry
2016-01-28[SocketResponder] Start in constructor and Stop on DisposeLudovic Henry
2016-01-28[Tests] Use explicit delegate so it appears in stacktracesLudovic Henry
2016-01-27Merge pull request #2420 from stefansedich/masterLudovic Henry
2016-01-27Merge pull request #2517 from steffen-kiess/posix-socket-osx-testAlexander Köplinger
2016-01-26[mkbundle] More Windows linking fixes, added "--custom-main" optionAlexis Christoforides
2016-01-26[Mono.Posix] Fix the SocketTest.ControlMsg() test on OSXSteffen Kieß
2016-01-26[System] Make SmtpClient fallback to it's old behaviour if the hostname canno...Sebastien Pouliot
2016-01-26[Mono.Posix] Disable new ControlMsg() test that fails on OSX for nowAlexander Köplinger
2016-01-25Merge pull request #2097 from steffen-kiess/posix-sockets-3Jonathan Pryor
2016-01-25[llvmonly] Rename MonoDelegate.rgctx to 'extra_arg' to better reflect its pur...Zoltan Varga
2016-01-25Merge pull request #2429 from alexanderkyte/nunit_lite_integrationZoltan Varga
2016-01-25[tests][System][ios] Avoid reflection usage when testing for Xamarin.iOS. Fix...Sebastien Pouliot
2016-01-25Merge pull request #2504 from ludovic-henry/fix-console-errormonojenkins
2016-01-25[Console] Cleanup console setupLudovic Henry
2016-01-25[Console] Fix Console.Error to terminal (tty)Ludovic Henry
2016-01-23[linker] Add API to notify subclasses of removed attributes.Rolf Bjarne Kvinge
2016-01-22[system] Avoid reflection use to create NtlmSession. Fixes #37732Sebastien Pouliot
2016-01-22[mcs] String interpolating of dynamic arguments does not behave like normal d...Marek Safar
2016-01-22Merge pull request #2476 from ludovic-henry/fix-process-readbuffer-nullrefAlexander Köplinger
2016-01-22[Process] Fix NullReferenceException in AsyncStreamReader.ReadBuffer after di...Ludovic Henry
2016-01-22Merge pull request #2482 from akoeplinger/mono-posix-test-fixAlexander Köplinger
2016-01-22[nunit-lite] Use nunit-lite in the build system if variable set, set for mobi...Alexander Kyte
2016-01-22[nunit-lite] Add NUnitLite fork as submodule and build through makefilesAlexander Kyte
2016-01-22[bcl] Fix a System.Core test failure caused by a method linked away.Zoltan Varga
2016-01-21[Mono.Security]: Add 'MonoTlsSettings.EnabledCiphers'.Martin Baulig
2016-01-21[Mono.Posix] Make UnixSignalTest.TestRaiseStorm() more reliableAlexander Köplinger
2016-01-21[corlib] Throw correct exception for GetCultureInfo(0)Sandy Armstrong
2016-01-20[System]: Change namespace for some internal classes.Martin Baulig
2016-01-20[System]: Remove unpredictable pluggable setup and cleanup APIs.Martin Baulig
2016-01-19[Mono.Posix] Add support for sending and receiving socket control messagesSteffen Kieß
2016-01-19Merge pull request #2397 from alexanderkyte/debugger_appdomainZoltan Varga
2016-01-19[Mono.Posix] Fix OSX build break by checking if accept4() is availableAlexander Köplinger
2016-01-19Merge pull request #2006 from steffen-kiess/posix-sockets-2Jonathan Pryor
2016-01-18[linker] improve method dependencies dumpingRadek Doulik
2016-01-18[Mono.Posix] Add wrappers for struct sockaddr_*Steffen Kieß
2016-01-16[corlib] Improve CancellationTokenSource testMarek Safar
2016-01-15[corlib] Remove left-over files from long ago (System.PAL/Linux)Alexander Köplinger
2016-01-15Fix certmgr when a unicode encoded null is used as passwordNeale
2016-01-15[getline] Improve the embedded sampleMiguel de Icaza
2016-01-15[getline] Fix the logic for advancing the top itemMiguel de Icaza
2016-01-15[Process] Fix monodroid buildLudovic Henry
2016-01-15Merge pull request #2362 from ludovic-henry/fix-process-missedoutputLudovic Henry
2016-01-15[mcs] Update project fileMarek Safar
2016-01-15[mcs] Use probing like aproach for member access completionMarek Safar
2016-01-14[Process] Use ReferenceSource process async output/error readerLudovic Henry
2016-01-14[corlib] Bump reference source for #37583Marek Safar
2016-01-14Merge pull request #2427 from alexrp/socket-responder-dedupmonojenkins
2016-01-14Merge pull request #2434 from knocte/bitmapattributesMarek Safar
2016-01-14[System.Drawing] Include new .NET4.5 attributes (OWIN)Andrés G. Aragoneses