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-08-04[system.net.http] Add special handling for authentication with content (requi...mono-4.0.0-branch-c5sr2.1-xiMarek Safar
2015-06-23Revert "[aot] Improve error checking when setting up class vtable."mono-4.0.0-branch-c5sr2-xiSebastien Pouliot
2015-06-12[runtime] Work around an ios9 problem where dlopen() cant' find system librar...mono-4.0.0-branch-c5sr2Zoltan Varga
2015-06-12[arm] Fix crashes on ios9 by using 16kb trampoline pages.mono-4.0.2.5Zoltan Varga
2015-06-05[profiler] Fix missing TYPE_JIT events for alloc/exception/monitor backtraces.mono-4.0.2.4Alex Rønne Petersen
2015-06-05Restore "Fix XAttribute.ToString method (Xamarin-29935)"Alexis Christoforides
2015-06-05[xbuild] for resolving assemblies from pkg-config, prefer specified versionAtsushi Eno
2015-06-05[monop] Band-aid, cope with IKVM's Type.Namespace crashing on generic typesMiguel de Icaza
2015-06-05Bump mono to 4.0.2Rodrigo Kumpera
2015-06-05[arm64] Increase the size of the thunk area to work around https://bugzilla.x...Zoltan Varga
2015-06-03[jit] Emulate OP_RREM if OP_FREM is emulated. Fixes #30698.Zoltan Varga
2015-06-03[runtime] Don't set flag to skip future initialization on half-baked classesAlexander Kyte
2015-06-03[runtime] Fix the signature of native-func-aot wrappers. AOT the delegate inv...Zoltan Varga
2015-06-02[corlib] Xamarin.Mac to continue default to the OS default codepageSebastien Pouliot
2015-06-02[corlib] Let XI and XM define their own default encoding [#29928]Sebastien Pouliot
2015-06-02Bump to include xamarin/bockbuild@0669caebbc939c167d7f6ebcf2daa96d896acd43Alexis Christoforides
2015-06-02[profiler] Initialize threads in runtime initialization callback.Alex Rønne Petersen
2015-06-02[arm] Fix the handling of callee saved fp registers during unwinding, previou...Zoltan Varga
2015-06-02[aot] Avoid duplicate plt symbols for plt entries for synchronized methods. F...Zoltan Varga
2015-06-02[linker] Resolve AssemblyName[Reference] when sweeping [#29211]Sebastien Pouliot
2015-05-22Merge pull request #1758 from esdrubal/tzdroidfixMarcos Henrich
2015-05-20[corlib] BinaryReader with Unicode encoding needs to read bytes in a pair. Fi...mono-4.0.1.44Marek Safar
2015-05-15[runtime] Add more 3.0 fx assemblies to remapping table. Fixes #29459mono-4.0.1.434.0.1.43Marek Safar
2015-05-15Merge pull request #1810 from directhex/mono-4.0.0-branchJoão Matos
2015-05-15Add missing Microsoft.Portable.VisualBasic_4.{0,5}.targets to EXTRA_DISTJo Shields
2015-05-15Bump to include mono/bockbuild@e94f64444d4d798c8791c7f3088be2323c156485 which...Alexis Christoforides
2015-05-15Merge pull request #1807 from mono/revert-1787-Xamarin-29935Rodrigo Kumpera
2015-05-15Revert "Fix XAttribute.ToString method (Xamarin-29935)"Rodrigo Kumpera
2015-05-14Merge pull request #1787 from ermshiperete/Xamarin-29935Atsushi Eno
2015-05-14Improve Visual Basic build supportjaredpar
2015-05-14Trigger a buildAlan McGovern
2015-05-14[runtime] Fix the initialization of the pid array in ves_icall_System_Diagnos...Zoltan Varga
2015-05-13Bump to include mono/bockbuild@78924fd36e8a82aa72f94174e82d0651932b1be4. Fixe...Alexis Christoforides
2015-05-11[system.runtime.caching] Remove inappropropriate use of Marshal.SizeOf. Fixes...Marek Safar
2015-05-11Fix XAttribute.ToString method (Xamarin-29935)Eberhard Beilharz
2015-05-11Unit test that demonstrates Xamarin-29935Eberhard Beilharz
2015-05-08Fix decimal comparison by using signed char comparison of signs; Fix size of ...Neale Ferguson
2015-05-07Add a monotouch_runtime corlib sources.mono-4.0.1.28Rolf Bjarne Kvinge
2015-05-06[jit] Correctly disable seq points in wrappers on android.Zoltan Varga
2015-05-06[sdb] Transition from step over to step into when control leaves managed code...Zoltan Varga
2015-05-05[sgen] Check SP on thread suspend correctly. Fixes #29177.Mark Probst
2015-05-04[corlib] Fixes DST without AdjustmentRules.Marcos Henrich
2015-05-01[linker] Mark SecurityDeclarations [#28918]Sebastien Pouliot
2015-04-30[jit] Increase some trampoline sizes.Zoltan Varga
2015-04-29[utils] Fix yet more visibility issues.Alex Rønne Petersen
2015-04-29[mini] Fix visibility of mono_aot_get_method ().Alex Rønne Petersen
2015-04-29[runtime] Don't call mach_port_deallocate on tasks we don't own.Rolf Bjarne Kvinge
2015-04-29[runtime] Fix call to task_for_pid in proclib utilsLudovic Henry
2015-04-29[aot] Improve error checking when setting up class vtable.João Matos
2015-04-29[jit] Use the same dwarf<->hw register mapping on x86 for both LLVM and jitte...Zoltan Varga