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
2016-01-20[sgen] Fix race between block allocation and concurrent sweep.mono-4.2.2.30mono-4.2.0-branch-c6sr1Vlad Brezae
2016-01-15[runtime] Make sure ptr-to-structure and structure-and-ptr wrappers are uniqu...mono-4.2.2.29Zoltan Varga
2016-01-14XmlObjectSerialier: fix ISerializable (bxc#37171)Aaron Bockover
2016-01-14[delegate] Fix multicast remove behaviourLudovic Henry
2016-01-14[threadpool] Fix get min and available threads icallsLudovic Henry
2016-01-13Bump winconfig.h -> 4.2.2Alexis Christoforides
2016-01-05[aot] Don't hardcode the nursery size in aot write barriersVlad Brezae
2016-01-05Fix the build.Zoltan Varga
2016-01-04[jit] Avoid a verification error in gsharedvt code with ldarga + gshared type...Zoltan Varga
2016-01-04[verifier] Fix the verifiers to handle Roslyn style fixed blocks.Rodrigo Kumpera
2015-12-18[aot] Cache inflated methods loaded from aot images to avoid repeating an exp...Zoltan Varga
2015-12-18Merge pull request #2348 from ludovic-henry/4.2.0-fix-threadpool-overflowAlexis Christoforides
2015-12-16Bump to include packaging change (F# bump to 4.0.1.1)Alexis Christoforides
2015-12-15[runtime] Implement native-to-managed marshalling of byref delegate arguments...Zoltan Varga
2015-12-15[System.Runtime.Serialization] Static serializer calls directly into internal...Miguel de Icaza
2015-12-15Remove some tests added by 43b9ad0a728dc9251f1269cf94f3847dd89e034b by mistake.Zoltan Varga
2015-12-14Merge pull request #2303 from kumpera/remove_fsw_limitAlexis Christoforides
2015-12-14[gsharedvt] Fix support for constrained calls on interfaces. Fixes #36383.Zoltan Varga
2015-12-14Fix endless recursion in XmlCompiledTransform on mobileMarek Habersack
2015-12-14[mono/driver] On OSX, increase the number of file handles available.mono-4.2.2.10Miguel de Icaza
2015-12-14Merge pull request #2283 from lambdageek/dev/bug-36418-backport-4.2Alexis Christoforides
2015-12-14[runtime] Fix Thread.CurrentThread in non-root appdomains by setting the tls ...Zoltan Varga
2015-12-14Merge pull request #2320 from ludovic-henry/4.2.0-fix-delegate-36640Alexis Christoforides
2015-12-14Merge pull request #2328 from BrzVlad/fix-sgen-c6Alexis Christoforides
2015-12-11Bump version to 4.2.2Alexis Christoforides
2015-12-11[sgen] Make sure we scan aligned memory regionsVlad Brezae
2015-12-11[sgen] Fix marking of cards on 64bitVlad Brezae
2015-12-10[jit] Increase the buffer size used by the dyncall data structures to 512, ad...Zoltan Varga
2015-12-10[delegate] Fix multicast Method property implementationLudovic Henry
2015-12-09[profiler] Avoid a crash at shutdown by installing the assembly unload hook f...Zoltan Varga
2015-12-09Bump reference source to merge a fix for #36003Marek Safar
2015-12-08[System] Remove arbitrary debugging limit from FileSystemWatcher on OSX, fixe...Miguel de Icaza
2015-12-07Merge pull request #2293 from mono/revert-2292-revert-2230-4.2.0-threadpool-e...Alexis Christoforides
2015-12-07[mcs] Set null operator barrier between invocation instance and its arguments...Marek Safar
2015-12-07[System.Data] Implement CommandBehavior.SequentialAccess support for GetValue...Marek Safar
2015-12-07Revert "Revert "[threadpool-ms] Exit worker thread after 5 to 60 seconds""Alan McGovern
2015-12-07Merge pull request #2292 from mono/revert-2230-4.2.0-threadpool-exit-workerAlan McGovern
2015-12-07Revert "[threadpool-ms] Exit worker thread after 5 to 60 seconds"Alan McGovern
2015-12-07Merge pull request #2230 from ludovic-henry/4.2.0-threadpool-exit-workerAlan McGovern
2015-12-04[profiler] Create a static version of libmono-profiler-log which doesn't link...Zoltan Varga
2015-12-04[linker] Both the TypeSpecification (T) along with the GenericArguments (G) m...mono-4.2.1.124Sebastien Pouliot
2015-12-04Merge mono-4.2.0-branch-c6sr0 into mono-4.2.0-branchAlexis Christoforides
2015-12-03Merge pull request #2211 from akoeplinger/bug-30018-c6sr1Alexander Köplinger
2015-12-03Merge pull request #2167 from akoeplinger/bug-34675-c6sr1Alexander Köplinger
2015-12-03Make System.DefaultBinder.CanConvertPrimitive reflexive (Closes #36418)Aleksey Kliger
2015-12-03Test case for #36418Aleksey Kliger
2015-12-01[linker] match type pattern with nested typesRadek Doulik
2015-12-01[linker] do not try to iterate thru null arrayRadek Doulik
2015-12-01Let Mono live with Xcode on EL Capitan. This was merged into master as 3adcd3...Jonathan Mitchell
2015-12-01Merge pull request #2235 from esdrubal/mono-4.2.0-branchMarcos Henrich