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
2015-09-14[build] Generated up-to-date net_4_x MSBuild projects.João Matos
2015-09-14[genproj] Do not overwrite class library inputs with Facades.João Matos
2015-09-14[mcs] Reference System, System.Core and System.Xml when building.João Matos
2015-09-14[mcs] Write mcs library references when generating csproj order data.João Matos
2015-09-11[System] Bump timeout in ServicePointTest.DnsRefreshTimeout test againAlexander Köplinger
2015-09-10[Socket] Duplicate logic of AsyncResult.ExecuteWorkItem to SocketAsyncResultLudovic Henry
2015-09-09[delegate] Bump BCL version for field added on DelegateLudovic Henry
2015-09-09[delegate] Fix bug #33218 "Action ReflectedType differs from Delegate Reflect...Ludovic Henry
2015-09-09Merge pull request #2041 from esdrubal/uritestfixMarcos Henrich
2015-09-09[mono-api-html] Adding members to an interface is a breaking change, so show ...Rolf Bjarne Kvinge
2015-09-09[mono-api-info] Sort constructors using full signature.Rolf Bjarne Kvinge
2015-09-09[System] Make ServicePointTest.DnsRefreshTimeout test more reliableAlexander Köplinger
2015-09-08Fixes DotNetRelativeOrAbsoluteTest.Marcos Henrich
2015-09-08[corlib] MulticastDelegate, bring back the HasSingleTarget internal method fo...Miguel de Icaza
2015-09-08Disable warnings about globally disabled warnings, show by ReferenceSource codeMiguel de Icaza
2015-09-08[mono-api-html] Fix printing of Obsolete attributes.Rolf Bjarne Kvinge
2015-09-08[mono-api-info] Sort nested types.Rolf Bjarne Kvinge
2015-09-08[mono-api-info] Minor perf improvements.Rolf Bjarne Kvinge
2015-09-08[mono-api-info] Sort methods using full signature.Rolf Bjarne Kvinge
2015-09-08Merge pull request #2039 from simonhartmann/dns_refresh_timeoutMarek Safar
2015-09-08implemented DnsRefreshTimeout to ServicePointManager and adjusted behavior of...Simon Hartmann
2015-09-08[mcs] Null operator on value type extension argument. Fixes #33754Marek Safar
2015-09-08Merge pull request #2032 from directhex/parallel_automake_is_hardMarek Safar
2015-09-08[mcs] Improve test from e97227a53dc1a598f4e38de0fbd401dbe9ca7ca5Marek Safar
2015-09-07[mcs] Lift result of binary operation on enum types in more cases. Fixes #33723Marek Safar
2015-09-07[mcs] Fixes a typoMarek Safar
2015-09-07[mcs] Consider whole hierarchy of inherited type arguments inflated via base ...Marek Safar
2015-09-07[mono-api-info] Order interfaces.Rolf Bjarne Kvinge
2015-09-07[Facades] Fix default profile parallelizationJo Shields
2015-09-07[Facades] Fix profile name error causing non-buildingJo Shields
2015-09-07[corlib] Make test reproducibleMarek Safar
2015-09-05Merge pull request #2031 from esdrubal/uriworkaroundMarcos Henrich
2015-09-05Merge pull request #2033 from tritao/zip-emptyZoltan Varga
2015-09-05Merge pull request #2035 from joelmartinez/mdoc-memberremoval-fix2Miguel de Icaza
2015-09-05[mdoc] Follow up fix for member and type removal.Joel Martinez
2015-09-04Fix another broken test due to OSX oddities.Rodrigo Kumpera
2015-09-04Fix the DefaultThreadCurrentCulture for real.Rodrigo Kumpera
2015-09-04[Mono.Posix] Add ToString to struct Linger to help troubleshoot CI failure.Rodrigo Kumpera
2015-09-04[System.IO.Compression] Fixed handling of empty Zip archives in Update mode. ...triton
2015-09-04[System] UriKind.RelativeOrAbsolute workaround.Marcos Henrich
2015-09-04Fixes Uri.UserInfo with spaces.Marcos Henrich
2015-09-04Tests Uri.UserInfo with spaces.Marcos Henrich
2015-09-04Merge pull request #2022 from esdrubal/fixes-GetDaylightChangesMarcos Henrich
2015-09-04Fix NREX in Linux network change notification codeMarek Habersack
2015-09-03[Mono.Posix] Fix a test to accomodate for OSX's getsockopt implementation.Rodrigo Kumpera
2015-09-03[corlib] Fix a test. It was broken in so many ways, but hidden behind a check...Rodrigo Kumpera
2015-09-03[mcs] Use auto-property backing field for setting only when setter is not ava...Marek Safar
2015-09-03DIST_SUBDIRS is a thing, fixes parallelism broken by previous changeJo Shields
2015-09-03Merge pull request #2024 from BogdanovKirill/webrequesttestMarcos Henrich
2015-09-03Merge pull request #2026 from directhex/fix-missing-tarball-facadesJoão Matos