mono.git
2015-09-18 Atsushi EnoMerge pull request #1899 from saper/resgencond
2015-09-17 Zoltan VargaRevert "[jit] Emit the results of the jit regressions...
2015-09-17 Ludovic Henry[bcl] Fix System.Net.HttpWebRequestTest.GetRequestStrea...
2015-09-17 Marcos HenrichMerge pull request #2047 from esdrubal/socketreuse
2015-09-17 Ludovic Henry[delegate] Fix NRE on GetHashCode
2015-09-17 Marcos Henrich[System] Updated SocketTest.TcpDoubleBind.
2015-09-17 Ludovic Henry[math] Fix corlib/System.MathTest.TestPow test #48...
2015-09-16 Zoltan Varga[amd64] More gsharedvt/cleanup work.
2015-09-16 Zoltan VargaRevert "[amd64] More gsharedvt/cleanup work."
2015-09-16 Ludovic Henry[math] Fix corlib/System.MathTest.TestPow #47 on Linux...
2015-09-16 Ludovic Henry[SafeHandle] Cleanup of the code
2015-09-16 Marcos HenrichMerge pull request #2056 from esdrubal/urilocal
2015-09-16 Zoltan Varga[amd64] More gsharedvt/cleanup work.
2015-09-15 Zoltan Varga[sdb] Fix the aborting of multiple invocations.
2015-09-15 Zoltan Varga[sdb] Add a test for aborting invokes.
2015-09-15 Zoltan Varga[runtime] Fix a potential buffer overflow in mono_netwo...
2015-09-15 Zoltan Varga[sdb] Avoid aborting the runtime with a breakpoint...
2015-09-15 Marcos Henrich[corlib] Added fixture ConvertTimeTests_LocalUtc.
2015-09-15 Marcos Henrich[System] Fixes TimeZoneInfo.ConvertTimeFromUtc.
2015-09-15 Marcos HenrichMerge pull request #2052 from esdrubal/urilocal
2015-09-15 Marcos Henrich[corlib] Fixes TimeZoneInfo.ConvertTimeFromUtc.
2015-09-15 Marcos Henrich[corlib] Tests TimeZoneInfo.ConvertTimeFromUtc.
2015-09-14 Zoltan Varga[amd64] Fix llvm support broken by 751440d3211bc8a15a30...
2015-09-14 Zoltan Varga[runtime] Change MonoDroid->Xamarin.Android in configur...
2015-09-14 Zoltan Varga[llvm] Fix the caching of the callee for mono_threads_s...
2015-09-14 Marek Safar[mcs] Lift result of null operator over dotted expressi...
2015-09-14 Ludovic Henry[threadpool-io-poll] Use mono_poll instead of platform...
2015-09-14 Marcos Henrich[System] Fix TCP socket reuse.
2015-09-14 Marcos Henrich[System] Test Socket TCP double bind.
2015-09-14 Ludovic Henry[delegate] Fix Equals on Delegate to virtual method
2015-09-14 Rolf Bjarne... Add a monotouch_tv profile.
2015-09-14 Rolf Bjarne... Merge pull request #2046 from rolfbjarne/profile-simpli...
2015-09-14 Zoltan VargaFix the build.
2015-09-14 Zoltan Varga[amd64] Clean up the handling of returning vtypes by...
2015-09-13 João Matos[genproj] Added missing git ignored Mono.Cecil.Mdb...
2015-09-13 João Matos[build] Generated up-to-date net_4_x MSBuild projects.
2015-09-13 João Matos[genproj] Skip Facades, mcs and Microsoft.Web.Infrastru...
2015-09-13 João Matos[genproj] Do not overwrite class library inputs with...
2015-09-13 João Matos[genproj] Update the generator to handle the net_4_x...
2015-09-13 João Matos[genproj] Do not define DEBUG in debug mode since it...
2015-09-13 João Matos[mcs] Reference System, System.Core and System.Xml...
2015-09-13 João Matos[mcs] Write mcs library references when generating...
2015-09-12 Zoltan VargaMerge pull request #2014 from BillSeurer/master
2015-09-11 Alexander Köplinger[System] Bump timeout in ServicePointTest.DnsRefreshTim...
2015-09-11 Zoltan VargaRevert "[aot] Update the llvm frame decoding code for...
2015-09-11 Zoltan Varga[aot] Update the llvm frame decoding code for llvm...
2015-09-11 Rolf Bjarne... Remove profile-specific logic from makefiles.
2015-09-11 Rolf Bjarne... [System.Xaml] Make build logic more logical.
2015-09-11 Rolf Bjarne... Add a dummy implementation for MONO_CONTEXT_GET_CURRENT...
2015-09-11 Alex Rønne... Merge pull request #2040 from esdrubal/monoman
2015-09-11 Alex Rønne... Merge pull request #2042 from evincarofautumn/remove...
2015-09-11 Rolf Bjarne... There's no IOKit on the Apple TV.
2015-09-10 Rodrigo Kumpera[threading] Allow mono_thread_info_current_unchecked...
2015-09-10 Rodrigo KumperaFix the build.
2015-09-10 Rodrigo Kumpera[suspend] Wrap mmap and unmmap around critical sections...
2015-09-10 Zoltan Varga[aot] Remove some arm special cases which are no longer...
2015-09-10 Bill Seurer[ppc] Fix passing of structure parameters as per the...
2015-09-10 Ludovic Henry[threadpool-io-poll] Assert we have sockets to callback on
2015-09-10 Ludovic Henry[threadpool-io] Log if an error occured on a socket
2015-09-10 Ludovic Henry[Socket] Duplicate logic of AsyncResult.ExecuteWorkItem...
2015-09-09 triton[eglib] Fixed vasprintf function detection.
2015-09-09 Ludovic Henry[delegate] Bump BCL version for field added on Delegate
2015-09-09 Ludovic Henry[delegate] Fix bug #33218 "Action ReflectedType differs...
2015-09-09 Ludovic Henry[io-layer] Fix segfault on handle dump
2015-09-09 Marcos HenrichMerge pull request #2041 from esdrubal/uritestfix
2015-09-09 Rolf Bjarne... [mono-api-html] Adding members to an interface is a...
2015-09-09 Rolf Bjarne... [mono-api-info] Sort constructors using full signature.
2015-09-09 Alexander Köplinger[System] Make ServicePointTest.DnsRefreshTimeout test...
2015-09-08 Jon PurdyRemove dead weak link API.
2015-09-08 Alex Rønne... Merge pull request #2028 from alexrp/master
2015-09-08 Mark ProbstMerge pull request #1457 from evincarofautumn/weak...
2015-09-08 Mark ProbstMerge pull request #2013 from BrzVlad/feature-concurren...
2015-09-08 Marcos HenrichFixes DotNetRelativeOrAbsoluteTest.
2015-09-08 Miguel de Icaza[corlib] MulticastDelegate, bring back the HasSingleTar...
2015-09-08 Miguel de IcazaDisable warnings about globally disabled warnings,...
2015-09-08 Rolf Bjarne... [mono-api-html] Fix printing of Obsolete attributes.
2015-09-08 Rolf Bjarne... [mono-api-info] Sort nested types.
2015-09-08 Rolf Bjarne... [mono-api-info] Minor perf improvements.
2015-09-08 Rolf Bjarne... [mono-api-info] Sort methods using full signature.
2015-09-08 Marcos HenrichAdded missing MONO_DEBUG options.
2015-09-08 Marcos HenrichSorted MONO_DEBUG options alphabetically.
2015-09-08 Marek SafarMerge pull request #2039 from simonhartmann/dns_refresh...
2015-09-08 Simon Hartmannimplemented DnsRefreshTimeout to ServicePointManager...
2015-09-08 Marek Safar[mcs] Null operator on value type extension argument...
2015-09-08 Marek SafarMerge pull request #2032 from directhex/parallel_automa...
2015-09-08 Marek Safar[mcs] Improve test from e97227a53dc1a598f4e38de0fbd401d...
2015-09-07 Marek Safar[mcs] Lift result of binary operation on enum types...
2015-09-07 Marek Safar[mcs] Fixes a typo
2015-09-07 João Matos[runtime] Another fix for fast TLS target checking...
2015-09-07 Marek Safar[mcs] Consider whole hierarchy of inherited type argume...
2015-09-07 Rolf Bjarne... [mono-api-info] Order interfaces.
2015-09-07 Jo Shields[Facades] Fix default profile parallelization
2015-09-07 Jo Shields[Facades] Fix profile name error causing non-building
2015-09-07 Marek Safar[corlib] Make test reproducible
2015-09-05 Marcos HenrichMerge pull request #2031 from esdrubal/uriworkaround
2015-09-05 Zoltan VargaFix a warning.
2015-09-05 Zoltan VargaMerge pull request #2033 from tritao/zip-empty
2015-09-05 Miguel de IcazaMerge pull request #2035 from joelmartinez/mdoc-memberr...
2015-09-05 Joel Martinez[mdoc] Follow up fix for member and type removal.
2015-09-04 Zoltan Varga[aot] Avoid an assert in mono_aot_jit_info_table_find...
next