mono.git
2014-02-25 Paolo MolaroAdded new API mono_runtime_set_main_args() and fixed...
2014-02-25 Miguel de IcazaAdd documentation for CFNetworkHandler
2014-02-25 Zoltan VargaFix the build.
2014-02-25 Miguel de IcazaAdd System.Net.Http documentation
2014-02-25 Miguel de Icaza[System.Runtime.Serialization] Fix from Brendan Zagaesk...
2014-02-25 Miguel de Icaza[runtime] some inline api docs
2014-02-24 Rodrigo Kumpera[sgen] Ensure minor_collection_allowance is always...
2014-02-24 Rodrigo Kumpera[sgen] Add regression test for toggleref transient...
2014-02-24 Rodrigo Kumpera[sgen] Split mark/clean phase of sgen-toggle processing...
2014-02-24 Rodrigo Kumpera[sgen] We must do bridge processing with all sgen locks...
2014-02-24 Rodrigo Kumpera[sgen] Add internal test helper for sgen-toggleref.
2014-02-24 Zoltan Varga[runtime] Fix reading invalid memory during some checks...
2014-02-24 Zoltan Varga[runtime] Fix a memory leak.
2014-02-24 Marek Safar[mcs] Don't report internal error for unresolved catch...
2014-02-24 Zoltan Varga[runtime] Fix the order of how we fix types during...
2014-02-24 Marek Safar[corlib] Simplify ambiguous chinese legacy name check
2014-02-24 Zoltan Varga[runtime] Export mini_type_is_vtype on linux as it...
2014-02-24 Zoltan Varga[aot] Add support for encoding method addresses using...
2014-02-24 Zoltan Varga[jit] Fix mono_arch_get_call_target () on x86/amd64.
2014-02-24 Rodrigo KumperaFix the version string.
2014-02-24 Marek Safar[mcs] Simplify array element initializer load
2014-02-24 Marek Safar[mcs] Release array stack variable once all elements...
2014-02-24 Marek SafarMerge pull request #910 from akoeplinger/cleanup-test...
2014-02-23 Alexander Köplinger[Test] Cleaned up how a bunch of tests were ignored
2014-02-23 Atsushi Eno[msbuild] for EmbeddedResource naming, take AutoGen...
2014-02-21 Miguel de IcazaWork around DNS problem on the build hosts
2014-02-21 Rodrigo KumperaMerge pull request #908 from madewokherd/mingw-build
2014-02-21 Vincent PovirkAvoid a POSIX include on Windows.
2014-02-21 Zoltan Varga[jit] Add more comments about why the 'dse' llvm optimi...
2014-02-21 Zoltan VargaFix bootstrap with older mono versions.
2014-02-21 Sebastien Pouliot[System] Enable WebSockets on the mobile profile. Updat...
2014-02-21 Marek Safar[System.Runtime.Caching] Fix ambiguous method call
2014-02-21 Zoltan Varga[runtime] Simplify the io-layer threading code a bit...
2014-02-21 Miguel de Icaza[style] comment style updated
2014-02-20 Rodrigo KumperaAdd missing file I forget. Fix the build.
2014-02-20 Rodrigo Kumpera[runtime] Add an additional to detect thread death...
2014-02-20 Zoltan Varga[runtime] Disable DEBUG_DOMAIN_UNLOAD which was enabled...
2014-02-20 Zoltan Varga[runtime] Get rid of the wapi_thread_interrupt_self...
2014-02-20 Marek SafarMerge pull request #907 from enricosada/era_names
2014-02-20 Zoltan VargaFix a warning.
2014-02-20 Rodrigo Kumpera[runtime] Use the system limit when enforcing a new...
2014-02-20 Marek Safar[mcs] Cleanup tie-breaking rules of better function...
2014-02-20 Zoltan Varga[corlib] Remove the stack size limit check from CheckSt...
2014-02-20 Zoltan Varga[jit] Precompute a bit more information for delegate...
2014-02-20 Atsushi EnoWhen comparing string expressions, A, "A" and 'A' shoul...
2014-02-20 Atsushi EnoFix item expression parsing, indexes were wrong to...
2014-02-20 Atsushi EnoITaskItem.GetMetadata() implementations should not...
2014-02-20 Atsushi EnoNow our MS.Build.dll behaves like MS.Build.Engine.dll...
2014-02-20 Atsushi EnoTask load failures should not result in build errors...
2014-02-20 Atsushi EnoFix ElementLocation.File to NOT contain file URI, and...
2014-02-20 Atsushi EnoUsingTasks are not collected expectedly when imports...
2014-02-20 Atsushi Enodo not try to load assembly with empty string specifica...
2014-02-20 Atsushi EnoMake sure to override existing ProjectPropertyInstance...
2014-02-20 Atsushi EnoThere is no local scope for properties and items that...
2014-02-20 Atsushi Enoremove some MonoTODOs.
2014-02-20 Atsushi EnoIn a Project, Target can be overriden by another one...
2014-02-20 Jonathan Pryor[runtime] Add a "mobile" runtime version.
2014-02-20 Enrico Sadafix DateTimeFormatInfo era names
2014-02-20 Alex Rønne... Merge pull request #906 from kelly-linden/master
2014-02-20 KellyAdd msvc/mono.props to EXTRA_DIST so make dist will...
2014-02-19 Zoltan VargaFix a warning.
2014-02-19 Zoltan Varga[jit] Optimize mono_merge_basic_blocks () for large...
2014-02-19 Zoltan Varga[jit] Fix a crash when using -v -v -v -v with dynamic...
2014-02-19 Aaron Bockovermono-api-html: ignore members using regex, add detailed...
2014-02-19 Aaron Bockovermono-api-html: support ignoring added members
2014-02-19 Rodrigo Kumpera[bcl] Fix test suites.
2014-02-19 Rodrigo KumperaBump version.
2014-02-19 Zoltan Varga[jit] Fix the stack cleanup during EH on x86 when LLVM...
2014-02-19 Marek SafarAdd failing Uri test
2014-02-19 Marek Safar[System] Kill some Uri static fields
2014-02-19 Rodrigo KumperaMerge pull request #903 from simonhartmann/master
2014-02-19 Simon HartmannBug 17838 - IDictionary item property implemention...
2014-02-19 Sebastien Pouliot[SSL/TLS] Fix typo to build when INSIDE_SYSTEM is defined
2014-02-19 Marek Safar[System.Net.Http] Return ContentLength of the buffer...
2014-02-19 Marek SafarMerge pull request #905 from AxlPr/master
2014-02-19 Sebastien Pouliot[SSL/TLS] Update tlstest tool to build with 4.5 and...
2014-02-19 Sebastien Pouliot[SSL/TLS] Expose Client/Server callbacks that can be...
2014-02-19 Sebastien Pouliot[SSL/TLS] Add support to select and/or re-order ciphers...
2014-02-19 Sebastien Pouliot[System] Add new NET_4_5 values for SslProtocols enum
2014-02-19 AxlPrFixed time outs on http redirects
2014-02-19 Martin Baulig[System] WebConnection and WebConnectionStream code...
2014-02-19 Alex Rønne... Fix some warnings on !MONO_ARCH_AOT_SUPPORTED targets.
2014-02-19 Alex Rønne... Fix another mips32 warning.
2014-02-19 Alex Rønne... Fix some warnings on mips32.
2014-02-18 Michael Hutchinson[xbuild] Exists should be false for empty values
2014-02-18 Alex Rønne... ARM: Emit shorter floating point load/store sequences...
2014-02-18 Alex Rønne... ARM: Handle large offsets in emit_float_args ().
2014-02-18 Alex Rønne... ARM: Back up VFP scratch registers before using them...
2014-02-18 Michael Hutchinson[xbuild] Really don't local-copy mscorlib
2014-02-18 Rodrigo Kumpera[runtime] Fix the linux build.
2014-02-18 Marek Safar[corlib] Change AggregateException get base exception...
2014-02-18 Marek Safar[corlib] Remove unreliable test check
2014-02-18 Michael Hutchinson[xbuild] Clean up some API to match .NET
2014-02-18 Michael Hutchinson[xbuild] Fix accidental local-copy of mscorlib
2014-02-18 Michael Hutchinson[xbuild] Fix PCL 4.5 targets
2014-02-18 Sebastien Pouliot[Test] Fix previous test change as the test is dependen...
2014-02-18 Sebastien Pouliot[Test] Avoid StackFrameTest.* failures when debugging...
2014-02-18 Sebastien Pouliot[Test] Avoid MethodInfoTest.GetMethodBody failure when...
2014-02-18 Sebastien Pouliot[Test] Change FileTtest.MoveTest to use the temporary...
2014-02-18 Marek SafarMerge pull request #901 from Blewzman/FixAggregateExcep...
next