mono.git
2015-06-12 Zoltan VargaMerge pull request #1871 from saper/EADDRINUSE
2015-06-12 Marcin Cieslak[tests] Avoid "Address already in use"
2015-06-12 Marek Habersack[Linux] Set permission for gdb to attach
2015-06-12 Zoltan Varga[arm] Increase the number of stack args to 10 in the...
2015-06-11 Alex Rønne... Merge pull request #1868 from BillSeurer/ppc-floats
2015-06-11 Rodrigo Kumpera[eglib] Ensures that home and user name always have...
2015-06-11 João Matos[System.IO.Compression] Implement support for custom...
2015-06-11 João Matos[SharpCompress] Add support for custom entry text encod...
2015-06-11 Miguel de Icaza[Lucene] Replace the large 66M dependency to a 4M depen...
2015-06-11 Bill Seurer[ppc] Some additional basic ppc64 enablement
2015-06-11 Bill Seurer[ppc] Fix chkfinite for little endian
2015-06-11 Bill Seurer[ppc] Fix floating point issue for little endian.
2015-06-11 João MatosMerge pull request #1867 from saper/ucontext_x86
2015-06-11 Marcin CieslakMissing <ucontext.h> for x86
2015-06-11 João MatosMerge pull request #1866 from saper/libc7
2015-06-11 João MatosMerge pull request #1865 from saper/shellredir
2015-06-11 Romain TartièreUse libc.so.7 for FreeBSD
2015-06-11 Romain TartièreUse Bourne shell redirect 2>&1
2015-06-11 João MatosMerge pull request #1864 from saper/procbyid
2015-06-11 Marcin CieslakFreeBSD: sysctl() to get process information
2015-06-11 João MatosMerge pull request #1863 from saper/sysctlfreebsd
2015-06-11 Marek Safar[system] Clear content length when redirecting to get...
2015-06-11 Marcin CieslakUse sysctl and <link.h> interface for FreeBSD
2015-06-11 Zoltan Varga[aot] Remove some dead code.
2015-06-11 Zoltan Varga[aot] Refactor the initialization of aot methods into...
2015-06-11 Zoltan Varga[aot] Remove unused MONO_OPT_SHARED support.
2015-06-10 Zoltan Varga[runtime] Work around an ios9 problem where dlopen...
2015-06-10 Marek Safar[system.net.http] Add special handling for authenticati...
2015-06-10 Zoltan Varga[arm] Fix crashes on ios9 by using 16kb trampoline...
2015-06-09 Marek Safar[system.xaml] Add ValueSerializerAttribute type forwarder
2015-06-09 Zoltan Varga[runtime] Print out some information before asserting...
2015-06-09 Zoltan Varga[jit] Avoid using class init trampolines in AOT mode...
2015-06-09 Marek HabersackMerge pull request #1812 from masterofjellyfish/mvc5...
2015-06-09 Matthias Bogad[System.Web] ASP.Net MVC5 missing methods fixed
2015-06-08 Zoltan Varga[jit] Implement full-aot support for virtual delegate...
2015-06-08 Zoltan Varga[aot] Avoid aot-ing partially sharable icalls.
2015-06-08 Zoltan Varga[aot] Fix full-aot support for Comparer instances insta...
2015-06-08 Zoltan Varga[jit] Implement support for UnsafeMov in gshared code.
2015-06-08 Zoltan Varga[aot] Add partial shared instances called by partial...
2015-06-08 Zoltan Varga[jit] Represent fully-shared method instances the same...
2015-06-08 Zoltan Varga[aot] Use normal methods instead of their remoting...
2015-06-08 Zoltan Varga[jit] Implement full-aot support for virtual delegate...
2015-06-08 Marek Safar[system.net.http] Apply custom to string formating...
2015-06-08 Neale FergusonAdd support for -fPIE on s390x
2015-06-08 João Matos[runtime] Prefer eglib's g_snprintf as snprintf does...
2015-06-08 Marek Safar[windowsbase] Add ValueSerializerAttribute type forward...
2015-06-08 Rodrigo KumperaMerge pull request #1861 from saper/home-override
2015-06-08 Marek Safar[system] Don't dispose exposed redirected streams....
2015-06-08 Alex Rønne... Merge pull request #1859 from saper/unit-tests-static
2015-06-07 Jan BeichOverride Environment.SpecialFolder.Personal with $HOME
2015-06-07 Marcin Cieslak[runtime] Use libtool convenience library for unit...
2015-06-06 Zoltan Varga[runtime] Fix mono_method_get_name () so it prints...
2015-06-06 Zoltan Varga[aot] Add a corresponding instance of EnumEqualityCompa...
2015-06-05 Zoltan VargaDisable a test which can allocate and commit 4gb of...
2015-06-05 Rodrigo Kumpera[coop] When inserting safepoints at EH handlers, make...
2015-06-05 Alex Rønne... Merge pull request #1856 from alexrp/profiler-improvements
2015-06-05 Marek Safar[mcs] Silently ignore invalid assembly name in Internal...
2015-06-05 Ankit JainMerge pull request #1857 from slluis/fix-assembly-resolver
2015-06-05 Lluis Sanchez[MSBuild] Fix minor assembly resolution issue
2015-06-05 Lluis Sanchez[MSBuild] Fix assembly resolution issue
2015-06-04 Zoltan Varga[sdb] Avoid marking seq points as nonempty-stack if...
2015-06-04 Rodrigo KumperaMerge pull request #1849 from esdrubal/rfix
2015-06-04 Alex Rønne... [profiler] Add myself as author.
2015-06-04 Alex Rønne... [profiler] Start jotting down some format oddities...
2015-06-04 Alex Rønne... [profiler] Fix missing TYPE_JIT events for alloc/except...
2015-06-04 Alex Rønne... [profiler] Disable the ELF code for now.
2015-06-04 Alex Rønne... [profiler] Process coverage info regardless of call...
2015-06-04 Alex Rønne... [profiler] Remove outdated compilation instructions.
2015-06-04 Zoltan Varga[llvm] Decrease the basic block size cutoff to 3000...
2015-06-04 Zoltan Varga[arm] Implement support for nullable arguments in the...
2015-06-04 Zoltan Varga[aot] Enable the direct emission of llvm object files...
2015-06-03 Zoltan Varga[jit] Emulate OP_RREM if OP_FREM is emulated. Fixes...
2015-06-03 Zoltan Varga[sdb] Fix interface/virtual calls to valuetype methods.
2015-06-03 João MatosMerge pull request #1854 from svedm/master
2015-06-03 SvetoslavFix typo
2015-06-03 Marek SafarMerge pull request #1851 from esdrubal/mmf
2015-06-03 Marcos Henrich[corlib] Referencesource UnmanagedMemoryAccessor.
2015-06-03 Marcos Henrich[System.Core] Implemented PointerOffset
2015-06-03 Marcos Henrich[System.Core] Test MemoryMappedFile views.
2015-06-03 Zoltan Varga[bcl] Fix a sys.drawing test so it doesn't fail on...
2015-06-03 Marek Safar[mcs] Recursivelly check for left-hand side of an assig...
2015-06-03 Jo ShieldsFix "make dist" for mono/utils/mono-complex.h
2015-06-02 Alexis Christoforides[System.IO.KeventWatcher] Fix handling some cases where...
2015-06-02 Rodrigo Kumpera[jit] Fix the coop amd64 backend.
2015-06-02 Marek SafarMerge pull request #1847 from alexanderkyte/left_shift_...
2015-06-02 Alexander Kyte[runtime] Emit the necessary left shift anding in the...
2015-06-02 Marek Safar[mcs] Apply explicit property param target to correct...
2015-06-02 Marek Safar[mcs] Add special HostProtection handling to deletes
2015-06-02 Marcos Henrich[corlib] MonoAssembly.LoadWithPartialNameInternal.
2015-06-02 Alex Rønne... Merge pull request #1846 from BillSeurer/master
2015-06-02 João MatosMerge pull request #1848 from tritao/complex_math
2015-06-02 Rolf Bjarne... [corlib] Fix test after 5cee52916.
2015-06-02 Joao Matos[ms-threadpool] Replaced complex math with portable...
2015-06-02 Joao Matos[runtime] Implemented cross-platform complex math code.
2015-06-02 Marek SafarBump ikvm & ikdasm
2015-06-02 Alexis Christoforides[System.IO.KeventWatcher] Disable the watcher when...
2015-06-01 BrzVladMerge pull request #1841 from BrzVlad/fix-managed-alloc
2015-06-01 Zoltan Varga[amd64] Fully initialize the the MonoContext used by...
2015-06-01 Zoltan Varga[corlib] Make corlib use the v4 runtime version in...
2015-06-01 Zoltan Varga[jit] Fix the hashing/equals check for MONO_PATCH_INFO_...
next