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-11-02Protect against overflowxcode7.2-c5Gabriel Garcia
2015-11-02Check for buffer overrunGabriel Garcia
2015-10-28Look for resgen2 where mcs is.Rolf Bjarne Kvinge
2015-09-14Merge branch 'mono-4.0.0-branch-c5sr4' into xcode7-c5xcode7-c5Sebastien Pouliot
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[mono-api-html] Fix printing of Obsolete attributes.Rolf Bjarne Kvinge
2015-09-09[mono-api-info] Sort nested types.Rolf Bjarne Kvinge
2015-09-09[mono-api-info] Sort methods using full signature.Rolf Bjarne Kvinge
2015-08-25[mdbrebase] Make sure to use a unique temporary filename.Rolf Bjarne Kvinge
2015-08-25[mdbrebase] Add a quiet mode.Rolf Bjarne Kvinge
2015-08-25[mdbrebase] Indent properly.Rolf Bjarne Kvinge
2015-08-25[tests] iOS9 (beta) have fixed bug #27864, adjust testSebastien Pouliot
2015-08-25[linker] Fix comparison of methods wrt generic parameters [#30488]Sebastien Pouliot
2015-08-25[linker] Add Mono.Cecil.*.Has* checks when comparing methods/typesSebastien Pouliot
2015-08-24[linker] Fix scope resolution of custom attributes (generic/array) argument t...Sebastien Pouliot
2015-08-21Build an initial version of System.Net.Http.dll for monotouch as part of the ...Rolf Bjarne Kvinge
2015-08-21Revert "Build an initial version of System.Net.Http.dll for monotouch as part...Sebastien Pouliot
2015-08-21Build an initial version of System.Net.Http.dll for monotouch as part of the ...Rolf Bjarne Kvinge
2015-08-13Bump version for Windows toomono-4.0.4.1Jo Shields
2015-08-13Bump version to 4.0.4Jo Shields
2015-08-11[utils] Add fallback TLS offset scanning to X86 and AMD64.Rodrigo Kumpera
2015-08-11Add TLS offset for pre-release OS X 10.11 x86, as in #1919 for x64Craig S. Bosma
2015-08-11Add TLS offset for pre-release OS X 10.11 on amd64Craig S. Bosma
2015-08-03[system.net.http] Add special handling for authentication with content (requi...Marek Safar
2015-07-29[mini] Fix locking order violation in mono_get_seq_points.Rodrigo Kumpera
2015-07-29[runtime] Fix locking in mono_image_file_for_image.Rodrigo Kumpera
2015-07-29[runtime] Handle generic methods in mono_method_get_vtable_slot (). Fixes #30...mono-4.0.3.20Zoltan Varga
2015-07-29[runtime] Handle generic methods in mono_method_get_vtable_slot (). Fixes #30...Zoltan Varga
2015-07-29[arm] Increase the number of stack args to 10 in the dyn call code. Fixes #31...Zoltan Varga
2015-07-20[runtime] Fix "make distcheck"Alexander Köplinger
2015-07-20[runtime] Fix "make distcheck"mono-4.0.3.19Alexander Köplinger
2015-07-20[System.IO.KeventWatcher] Disable the watcher when the root directory is dele...Alexis Christoforides
2015-07-20[System.IO.KeventWatcher] Disable the watcher when the root directory is dele...Alexis Christoforides
2015-07-16[arm] Increase the number of stack args to 10 in the dyn call code. Fixes #31...Zoltan Varga
2015-07-13[utils] Add fallback TLS offset scanning to X86 and AMD64.mono-4.0.0-branch-c5sr3-10.11-fixRodrigo Kumpera
2015-07-13Add TLS offset for pre-release OS X 10.11 x86, as in #1919 for x64Craig S. Bosma
2015-07-13Add TLS offset for pre-release OS X 10.11 on amd64Craig S. Bosma
2015-07-10[System] Fix DeflateStream throw on empty flush, double flush. Fixes #28777.Gabriel Garcia
2015-07-09Revert "[aot] Improve error checking when setting up class vtable."mono-4.0.3.13Sebastien Pouliot
2015-07-09[runtime] Work around an ios9 problem where dlopen() cant' find system librar...Zoltan Varga
2015-07-09[arm] Fix crashes on ios9 by using 16kb trampoline pages.Zoltan Varga
2015-07-09[aot] Avoid generating instances of AsyncMethodBuilderCore/AsyncVoidMethodBui...Zoltan Varga
2015-07-08Revert "[system.data] Replace connection string builder from reference sources"Marek Safar
2015-07-08Fix the leaking of process streams when using RedirectStandardOutput etc., in...Zoltan Varga
2015-07-08[system] Don't dispose exposed redirected streams. Fixes #30868Marek Safar
2015-07-08[jit] Add emulation r4 to u8 conversion. Fixes #31582.Rodrigo Kumpera
2015-07-08Merge pull request #1908 from alexanderkyte/mono-4.0.0-aot-method-hashingRodrigo Kumpera
2015-07-08Create xammac_net_4_5 profile for XM 4.5 Unified to remove references to unsh...Chris Hamons
2015-07-01[runtime] Conversion of a printf to string append for performanceAlexander Kyte