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
AgeCommit message (Expand)Author
2015-09-28[runtime] Attempt to resolve DllImport using the installation lib dir.mono-4.2.1.60mono-4.2.0-bug-33585-hotfixAlexis Christoforides
2015-09-28[test] Fix dependency on compiler behavior for a couple of testsMarek Habersack
2015-09-25[threadpool] Prevent high CPU usage in certain conditionsMarek Habersack
2015-09-25[threading] Apparentlty zero is a valid tls key on some systems.Rodrigo Kumpera
2015-09-21Merge pull request #2070 from esdrubal/mono-4.2.0-branchMarcos Henrich
2015-09-21[System] Updated SocketTest.TcpDoubleBind.Marcos Henrich
2015-09-21[System] Fix TCP socket reuse.Marcos Henrich
2015-09-21[System] Test Socket TCP double bind.Marcos Henrich
2015-09-21[corlib] Match es-es NumberGroupSeparator with es. Fixes #34047Marek Safar
2015-09-21Merge branch 'pr/2065'Marek Safar
2015-09-20Add an 'rgctx' field to MonoDelegate, not yet used.Zoltan Varga
2015-09-20[mcs] 'future' option is now 'experimental' - clarify in man page and help text.Alex Rønne Petersen
2015-09-20[profiler] Emit dummy code start/size info in cases where we can't retrieve it.Alex Rønne Petersen
2015-09-18Merge pull request #2066 from lukaszunity/start-managed-process-fix-mono-4.2João Matos
2015-09-18Put quotes around path to mono. Fixes bug where Process.Start will fail for a...Lukasz
2015-09-17[runtime] Fix a potential buffer overflow in mono_network_get_data (). Fixes ...Zoltan Varga
2015-09-17[delegate] Fix NRE on GetHashCodeLudovic Henry
2015-09-17[threadpool-io-poll] Use mono_poll instead of platform specific poll/WSAPollLudovic Henry
2015-09-17[threadpool-io] Log if an error occured on a socketLudovic Henry
2015-09-17[delegate] Fix Equals on Delegate to virtual methodLudovic Henry
2015-09-17[delegate] Bump BCL version for field added on DelegateLudovic Henry
2015-09-17[delegate] Fix bug #33218 "Action ReflectedType differs from Delegate Reflect...Ludovic Henry
2015-09-15[sdb] Avoid aborting the runtime with a breakpoint signal if Debugger.Break (...Zoltan Varga
2015-09-14[mcs] Lift result of null operator over dotted expressions only ending with n...Marek Safar
2015-09-11Bump ikvm to merge a fix for #32487mono-4.2.1.36Marek Safar
2015-09-11[threading] Allow mono_thread_info_current_unchecked to be called before the ...Rodrigo Kumpera
2015-09-10Fix the build.Rodrigo Kumpera
2015-09-10[suspend] Wrap mmap and unmmap around critical sections to better handle libr...Rodrigo Kumpera
2015-09-10Fixes DotNetRelativeOrAbsoluteTest.Marcos Henrich
2015-09-10Fix a warning.Zoltan Varga
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-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] Sort methods using full signature.Rolf Bjarne Kvinge
2015-09-08[mcs] Null operator on value type extension argument. Fixes #33754Marek Safar
2015-09-07[mcs] Lift result of binary operation on enum types in more cases. Fixes #33723Marek Safar
2015-09-07[aot] Avoid an assert in mono_aot_jit_info_table_find () when the address is ...Zoltan Varga
2015-09-07[mono-api-info] Order interfaces.Rolf Bjarne Kvinge
2015-09-06Merge pull request #2038 from esdrubal/mono-4.2.0-branchMarcos Henrich
2015-09-06[corlib] Fixes TimeZoneInfo.GetDaylightChanges.Marcos Henrich
2015-09-06[corlib] Test GetSystemTimeZones in all timezones.Marcos Henrich
2015-09-05Merge pull request #2037 from esdrubal/mono-4.2.0-branchMarcos Henrich
2015-09-05[System] UriKind.RelativeOrAbsolute workaround.Marcos Henrich
2015-09-05[jit] Fix crashes in the dwarf writer if the backing field of an enum is not ...Zoltan Varga
2015-09-04[threadpool-io] Fixed the Windows backend to call the correct polling function.triton
2015-09-04Fix NREX in Linux network change notification codeMarek Habersack
2015-09-03Merge pull request #1968 from LogosBible/uribuilder-no-hostnameMarek Safar
2015-09-03[mcs] Use auto-property backing field for setting only when setter is not ava...Marek Safar
2015-09-03[mcs] Cache fixed array type expression. Fixes #33573Marek Safar