mono.git
2015-10-14 João MatosMerge pull request #2106 from lambdageek/dev/bug-29108...
2015-10-14 Aleksey KligerTest that Assembly.GetCallingAssembly() skips MethodBas...
2015-10-14 Aleksey KligerGetCallingAssembly() skip past reflection. Fix #29108...
2015-10-14 João Matos[runtime] Workaround signal() configure check in Android.
2015-10-14 Zoltan Varga[llvmonly] Fix the build.
2015-10-14 Zoltan Varga[aot] Rework the handling of preinitialized got slots...
2015-10-14 Miguel de Icaza[mscorlib] DateTime, DateTimeOffset, bring Unix time...
2015-10-14 Zoltan Varga[llvmonly] Skip initalization of methods if they only...
2015-10-14 Zoltan Varga[llvmonly] Emit initialization code for a method only...
2015-10-14 Ludovic Henry[process] Wait for process completion before waiting...
2015-10-14 Zoltan Varga[runtime] Link against the same c++ standard library...
2015-10-13 Martin BauligRemove another MARTIN_FIXME.
2015-10-13 Martin Baulig[System]: Remove two MARTIN_FIXME's.
2015-10-13 Martin Baulig[System]: Add AndroidPlatform.TrustEvaluateSsl(X509Cert...
2015-10-13 Martin Baulig[System]: Add OSX509Certificates.TrustEvaluateSsl(X509C...
2015-10-13 Martin Baulig[System]: Use 'ServerCertValidationCallback' in Service...
2015-10-13 Martin BauligPut back "[Mono.Security.Providers]: Add to the top...
2015-10-13 Martin Baulig[Mono.Security/build]: Add custom monodroid_Mono.Securi...
2015-10-13 Miguel de IcazaAdd tests for #34598
2015-10-13 Sandy ArmstrongMerge pull request #2130 from sandyarmstrong/mt-runtime...
2015-10-13 Sandy Armstrong[corlib] Use same Console and Environment logic in...
2015-10-13 Marcos HenrichMerge pull request #2121 from esdrubal/socketreuse
2015-10-12 Martin BauligRevert "[Mono.Security.Providers]: Add to the top-level...
2015-10-12 Martin Baulig[System]: Add HttpWebRequest.ServerCertificateValidatio...
2015-10-12 Martin Baulig[System]: Add new internal HttpWebRequest APIs for...
2015-10-12 Martin Baulig[System]: Add internal ServicePoint.SetClientCertificat...
2015-10-12 Martin Baulig[Mono.Security.Providers]: Add to the top-level build.
2015-10-12 Martin Baulig[System] Add internal 'ServicePointManager.DisableStron...
2015-10-12 Martin Baulig[corlib] Add new .NET 4.5 System.Diagnostics.EventSourc...
2015-10-12 Martin Baulig[System]: Make internals visible to Mono.Security.Provi...
2015-10-12 Zoltan Varga[sdb] Print more debug info when a seq point is not...
2015-10-12 Zoltan Varga[llvmonly] Simplify the handling of init_bb a bit.
2015-10-12 Martin Baulig[System/TLS]: Add the new Mono.Security.Interface and...
2015-10-12 Martin BauligAdd MARTIN_FIXME conditionals to some of the newly...
2015-10-12 Martin Baulig[System]: Add the referencesource's ServicePointManager.cs.
2015-10-12 Martin Baulig[System]: Add internal RemoteCertValidationCallback...
2015-10-12 Martin Baulig[Mono.Security.Providers]: New internal libraries for...
2015-10-12 Martin Baulig[System/TLS]: Internal additions to some referencesourc...
2015-10-12 Martin Baulig[System/TLS]: Add the new Mono.Security.Interface and...
2015-10-12 Martin Baulig[System/build]: Wrap ReferenceSources/Logging.cs with...
2015-10-12 Martin Baulig[System]: Add missing System.Net.SecurityProtocolType...
2015-10-12 Martin Baulig[System/build]: Add two MONO_SECURITY_ALIAS and MONO_X5...
2015-10-12 Martin Baulig[System/build] Use the MOBILE_PROFILE conditional to...
2015-10-12 João Matos[runtime] Fixed build error related to undeclared objec...
2015-10-12 Martin Baulig[System]: Add ReferenceSources/Socket.cs to the mobile...
2015-10-12 Martin Baulig[System]: Use NetworkStream from the referencesource.
2015-10-12 Zoltan VargaRevert "[runtime] Don't allocate domain-level static...
2015-10-12 Zoltan VargaRevert "[runtime] Optimize mono_class_field_is_special_...
2015-10-12 Zoltan Varga[ppdb] Update the image checking code, the guid in...
2015-10-12 Marek Safar[mcs] New test
2015-10-12 Marek SafarMerge pull request #2119 from lambdageek/dev/bug-17571
2015-10-12 Marek Safar[mcs] Special case null inside parenthesized expression...
2015-10-12 Zoltan VargaFix the cross compiler build by not including c headers...
2015-10-12 João Matos[mini/llvm] Fixed cross compilation build.
2015-10-12 João Matos[mini/llvm] Normalize includes.
2015-10-12 Marcos Henrich[System] Added icall SupportsPortReuse.
2015-10-12 Marek Safar[system] Fix WebHeaderCollection values extraction...
2015-10-12 Aleksey Kliger[System.TypeSpec] make ModifierSpec an interface.
2015-10-12 Marek Safar[mcs] Improve error reporting from 51137702c64076f6f7af...
2015-10-12 João MatosMerge pull request #2120 from mono/revert-2101-stack...
2015-10-12 João MatosRevert "Reworked coop GC stack handling in platforms...
2015-10-12 Rodrigo KumperaMerge pull request #2101 from tritao/stack-coop-gc
2015-10-10 Marek Safar[mcs] Rename error test
2015-10-10 Marek Safar[mcs] Report global attributes without target. Fixes...
2015-10-10 Marek Safar[mcs] Fixes typo
2015-10-09 Rodrigo Kumpera[Apple] Disable environment access on Apple platforms...
2015-10-09 Zoltan VargaFix the loaded llvm build.
2015-10-09 João Matos[runtime] Fixed accidental whitespace change.
2015-10-09 João Matos[runtime] Build fixes for builds with disabled LLVM.
2015-10-09 Zoltan Varga[llvmonly] Fix the build.
2015-10-09 Zoltan VargaMerge remote-tracking branch 'origin/bitcode-premerge'
2015-10-09 Zoltan VargaFix regressions caused by the llvmonly changes so norma...
2015-10-09 Zoltan VargaAvoid passing the ex_tag around when throwing exception...
2015-10-09 Zoltan VargaAvoid installing an unhandled exception handler in...
2015-10-09 Zoltan VargaDisable SIMD when using llvm only.
2015-10-09 Zoltan VargaEmulate ckfinite in llvmonly mode. Implement support...
2015-10-09 Zoltan VargaMake parts of the jit c++ clean.
2015-10-09 Zoltan VargaMore nesting issues with EH clauses. Fix stack traces.
2015-10-09 Zoltan VargaFix a crash if an assembly contains no EH.
2015-10-09 Zoltan VargaImplement mono_raise_exception () for LLVM.
2015-10-09 Zoltan VargaAvoid sorting the clauses, they are already sorted...
2015-10-09 Zoltan VargaFix the matching of exceptions in llvmonly mode. Add...
2015-10-09 Zoltan VargaAdd a fixme for virtual generic calls.
2015-10-09 Zoltan VargaProperly initialize the grouped_clauses array.
2015-10-09 Alexander Kyte[runtime] Make sure that the group index is available...
2015-10-09 Zoltan VargaAvoid creating jump trampolines in llvmonly mode.
2015-10-09 Zoltan VargaFix llvmonly support in mono_arch_create_specific_tramp...
2015-10-09 Zoltan VargaCheck for missing methods in llvmonly mode in mini...
2015-10-09 Zoltan VargaRemove empty phi nodes, this can happen if all their...
2015-10-09 Zoltan VargaAvoid generating OP_ATOMIC_LOAD/OP_ATOMIC_STORE opcodes...
2015-10-09 Zoltan VargaFix the LLVM_FAILURE message on OP_ATOMIC_STORE opcodes.
2015-10-09 Zoltan VargaFix the --aot=full support.
2015-10-09 Zoltan VargaRemove optimization flags from LLVM_CXXFLAGS.
2015-10-09 Zoltan VargaAvoid an assert when looking up some trampolines.
2015-10-09 Alexander Kyte[runtime] Don't load exception trampolines if compiling...
2015-10-09 Alexander Kyte[runtime-llvmonly] Added support for SSE instructions
2015-10-09 Alexander Kyte[runtime][llvmonlyexceptions] Used correct preprocessor...
2015-10-09 Alexander Kyte[runtime][llvmonlyexceptions] Fixed whitespace mentione...
2015-10-09 Alexander Kyte[runtime][llvmonlyexceptions] Fixed visibility of unhan...
2015-10-09 Zoltan VargaImplement the throwing of corlib exceptions.
next