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
2014-04-16[mcs] Fix parsing member access expression with await simple nameMarek Safar
2014-04-16[mcs] Relax struct definitive assignment rules for private fieldsMarek Safar
2014-04-16Remove empty space from assembly nameMiguel de Icaza
2014-04-16[mcs] Emit exception filters with empty stackMarek Safar
2014-04-16Fall back to calling Java.Util.TimeZone.Default.ID if the persist.sys.timezon...Marek Habersack
2014-04-16Update testsMarek Safar
2014-04-16Update error messageMarek Safar
2014-04-16[mcs] Initial implemntation of exception filtersMarek Safar
2014-04-16[mcs] Primary constructorsMarek Safar
2014-04-16[System] handle arguments whose ToString returns null in String.FormatDavid Schmitt
2014-04-16[VS] Change the tools version back to v110 so it works with VS 2012.Rodrigo Kumpera
2014-04-16Add ICscHostObject4 skeletonMarek Safar
2014-04-16Merge pull request #987 from StephenMcConnel/bug-18874Miguel de Icaza
2014-04-12[xammac] Remove the Makefile hack as the extensions instructions will be appl...Sebastien Pouliot
2014-04-12Use bash when using $RANDOM bashismAndrea Canciani
2014-04-12[Mono.Security] Add .sources file for xammac (same as monotouch)Sebastien Pouliot
2014-04-12[xammac] Ajust corlib and System.Core builds to allow to use of CommonCrypto ...Sebastien Pouliot
2014-04-11[Mono.Security] Send all the certificates (except the root) from an SSL/TLS '...Sebastien Pouliot
2014-04-11Merge pull request #845 from meyerrj/masterAlexis Christoforides
2014-04-10[System.Net] Fixed intermittent test failures from undisposed UdpClientsAlexis Christoforides
2014-04-10[Security] Added check for failed chmod on "keypairs" directory creationAlexis Christoforides
2014-04-10[system.net.http] Improve 50879b35cf1e92370d155d26cc85b4430fe17984 to close a...Marek Safar
2014-04-10[mcs] Typo in error messageMarek Safar
2014-04-10[mcs] Reference assemblies with same identity cannot have different version n...Marek Safar
2014-04-10Adjust scrollbar display after layout if autosized childrenStephen McConnel
2014-04-09[System.Core] Don't auto increment when trimming hashset. Fixes #18687Marek Safar
2014-04-09[system.net.http] Close service-point slot on explicit dispose. Fixes #18848Marek Safar
2014-04-09Merge pull request #985 from joelmartinez/masterAlexis Christoforides
2014-04-09[interpreter] Disable fast call invocation using methodinfo delegates due to ...Marek Safar
2014-04-09[XML] Added unit test for multiple XMLElement attributes on arrays & ArrayListsAlexis Christoforides
2014-04-08[Microsoft.Build.Tasks] 'Copy' task now returns failure when errors are loggedAlan McGovern
2014-04-08Fix CreateErrorFromString: match.Result("${column}") may contain a '+', trim itEtienne CHAMPETIER
2014-04-08[corlib] Better checks for release of parent taskMarek Safar
2014-04-08Fixed memory leak in Task when child tasks are continually created.BrandonLWhite
2014-04-08[docs] Fixed XML syntax issue with CipherSuitsCallback, and ServicePointManag...Joel Martinez
2014-04-08[System.Core] Exclude legacy visitor in new profilesMarek Safar
2014-04-08[Http]: Disable redirect with body and no buffering.Martin Baulig
2014-04-08[Http]: Clear the 'SendChunked' flag when redirecting.Martin Baulig
2014-04-08[Http]: Remove chunked/etc headers when redirecting a request as GET.Martin Baulig
2014-04-07[corlib] Add SortVersion. Fixes #18770Marek Safar
2014-04-07[corlib] Set test failure when test hangsMarek Safar
2014-04-07Merge pull request #955 from ermshiperete/bug-xamarin-10537Alexis Christoforides
2014-04-05[bcl] Simplify the check added in 0ab4372189b998f2efec2a9b12ef16bd071916a5.Zoltan Varga
2014-04-05[bcl] Add an explicit null check to one of the unsafe string cctors instead o...Zoltan Varga
2014-04-05Merge pull request #941 from upsilon/fix-layoutsettings-setterAlexis Christoforides
2014-04-05[xbuild] Fix building with 2.0 toolset, take 2Michael Hutchinson
2014-04-04Fix building the monotouch_runtime profile.Zoltan Varga
2014-04-04Revert "[xbuild] Fix building with 2.0 toolset"Zoltan Varga
2014-04-03[xbuild] Fix building with 2.0 toolsetMichael Hutchinson
2014-04-03[System] Add [MonoTODO] on DefaultTraceListener.AssertUiEnabled.Jonathan Pryor