mono.git
2013-01-21 Jérémie Laval[build] Don't try to include 4.5 assembly
2013-01-21 Martin Baulig[WCF]: Add configuration support to ServiceContractGene...
2013-01-21 Zoltan VargaFix an assert in mini_emit_stobj () when sgen+gsharedvt...
2013-01-21 Martin BauligMerge branch 'master' into baulig
2013-01-21 Martin Baulig[WCF]: Fix BasicHttpBinding.TextEncoding's default...
2013-01-21 Martin Baulig[WCF]: Implement some missing System.ServiceModel.Confi...
2013-01-21 Martin Baulig[WCF]: Minor NetTcpBinding fixes.
2013-01-21 Martin Baulig[WCF]: Import ServiceEndpoint.Address for all bindings.
2013-01-21 Jeremie Laval[build] Fix RPM build (normally)
2013-01-21 Zoltan VargaFix the build.
2013-01-21 Zoltan VargaFix the build.
2013-01-21 Zoltan VargaAdd a hack to allow us to wait for the finalizer thread...
2013-01-21 Marek SafarAdd accidentally removed string conversion
2013-01-20 Zoltan VargaFix the build.
2013-01-20 Zoltan VargaLoad the -gshared.c files from the mono-extensions...
2013-01-20 Zoltan VargaDisable the check for inflating types with typedbyref...
2013-01-20 Zoltan VargaImplement support for interface calls from gsharedvt...
2013-01-20 Zoltan VargaFix the DISABLE_JIT build on ARM.
2013-01-20 Zoltan VargaAvoid creating instantiations which violate method...
2013-01-20 Zoltan VargaPrint methods which cannot be gsharedvt compiled when...
2013-01-20 Zoltan VargaFix some LLVM problems.
2013-01-20 Zoltan VargaAdd gsharedvt tests.
2013-01-20 Zoltan VargaAdd AOT support for gsharedvt.
2013-01-20 Zoltan VargaImplement ARM backend support for gsharedvt.
2013-01-20 Zoltan VargaImplement x86 backend support for gsharedvt.
2013-01-20 Zoltan VargaFix the build.
2013-01-20 Zoltan VargaFix the setting of gsharedvt_supported when using the...
2013-01-20 Zoltan VargaAllow the usage CEE_MONO opcodes in gsharedvt code.
2013-01-20 Zoltan VargaDisable LLVM for gsharedvt methods.
2013-01-20 Zoltan VargaFix the DISABLE_JIT build.
2013-01-20 Zoltan VargaAdd minimal gsharedvt support to the tracing code.
2013-01-20 Zoltan VargaPrint more detailed information about call instructions...
2013-01-20 Zoltan VargaAdd gsharedvt support to the JIT and to the trampoline...
2013-01-20 Zoltan VargaAdd gsharedvt support functions to the generic sharing...
2013-01-20 Zoltan VargaMake MonoGenericSharingContext store whenever type...
2013-01-20 Zoltan VargaAdd a few new rgctx info types.
2013-01-20 Zoltan VargaAdd two wrappers which are used to transition between...
2013-01-20 Zoltan VargaAdd new GSHAREDVT optimization flag.
2013-01-19 Mark Probst[sgen] Make concurrent mark work with the split nursery.
2013-01-18 Rodrigo KumperaSilence a lot of warnings on linux.
2013-01-18 Rodrigo Kumpera[sgen] Fix the fixed-heap + parallel configuration...
2013-01-18 Marek SafarAdd new test
2013-01-18 Atsushi Eno[rx] dummy content in Test directory is required (for...
2013-01-18 Atsushi EnoFix monodroid build (and likely monotouch too).
2013-01-18 Atsushi Enobump internal rx revision.
2013-01-18 Marek SafarMerge pull request #534 from alesliehughes/master
2013-01-18 Alistair Leslie... Add Missing Property PropertyValueCollection.PropertyName
2013-01-18 Alistair Leslie... Implement Int32Rect operator ==, operator !=
2013-01-18 Marek SafarMerge pull request #530 from jmp75/visualstudio-build
2013-01-18 Marek SafarMerge pull request #532 from alesliehughes/master
2013-01-18 Alistair Leslie... throw NotSupportException when not on windows
2013-01-18 Alistair Leslie... Create ActiveX object
2013-01-18 Alistair Leslie... Implement AxHost.InvalidActiveXStateException
2013-01-18 Atsushi Enomobile csproj generator needed a lot of fixes to genera...
2013-01-17 Rodrigo Kumpera[sgen]Rework the ephemeron code to not rely on object...
2013-01-17 Rodrigo Kumpera[sgen] Cleanup, remove object ranges for finalization...
2013-01-17 Rodrigo KumperaAdd test for #9590.
2013-01-17 Rodrigo KumperaA weak link target is zeroed before we unregister it...
2013-01-17 Atsushi Eno[rx] add missing project file generator helper files.
2013-01-17 Atsushi Enoupdate rx import source builder to build csproj files...
2013-01-17 Marek SafarMake Is64BitProcess internal to avoid mobile define
2013-01-16 Mark Probst[sgen] Remove the copying major collector.
2013-01-16 Jérémie LavalRevert "Make monodoc 4.5 only it has no 4.0 specific...
2013-01-16 Rodrigo KumperaRemove tracking link hashtables no longer used by boehm.
2013-01-16 Rodrigo KumperaBoehm now supports long links.
2013-01-16 Rodrigo KumperaAdd long links support to Boehm.
2013-01-16 Marek SafarMake monodoc 4.5 only it has no 4.0 specific api
2013-01-16 Marek SafarChange is_number parsing to peak instead of putting...
2013-01-16 Rodrigo KumperaCheck if the thread suspend correctly. Fixes shutdown...
2013-01-15 Zoltan VargaWait for the finalizer thread to actually exit before...
2013-01-14 Zoltan VargaRemove some special case code from mono_image_get_field...
2013-01-14 Jeremie Laval[monodoc] Move to /class instead of /tools and re-enabl...
2013-01-14 Zoltan VargaMake pdb2mdb handle the 0xfeefee MS line number convent...
2013-01-14 Marek SafarInflate explicit interface implementation generic metho...
2013-01-14 Zoltan VargaCheck source files without path as well when using...
2013-01-14 Marek SafarRework how defined interfaces are expanded. Fixes ...
2013-01-14 Marek SafarUse Length instead of Count
2013-01-14 Marek SafarDo expansion of generic interfaces members without...
2013-01-14 Marek SafarReport less cascading errors
2013-01-14 Marek SafarFix stack overflow when reporting circular type errors
2013-01-14 Mark Probst[sgen] Bugfix: Don't lose global remsets with the split...
2013-01-13 Jean-Michel... FIX: doubling up on curly braces around GUIDs in the...
2013-01-13 Sebastien PouliotAdd support for [LinkSafe] attribute
2013-01-12 Mark Probst[sgen] Flag in minor collector struct for whether it...
2013-01-12 Mark Probst[sgen] Only protocol/DTrace pinning when we actually...
2013-01-12 Zoltan VargaAdd beginnings of a managed IL disassembler which uses...
2013-01-12 Jean-Michel... Add changes to the main Makefile.am, not only Makefile...
2013-01-12 Martin Baulig[WCF]: Make HttpTransportSecurity's .ctor public on...
2013-01-11 Martin Baulig[WCF]: .NET 4.0 API fixes.
2013-01-11 Martin Baulig[WCF]: BasicHttpBinding API changes for .NET 4.5
2013-01-11 Rodrigo KumperaAvoid overflow in SortedList binary search for huge...
2013-01-11 Rodrigo KumperaDirectoryInfo should update its internal values when...
2013-01-11 Mark Probst[sgen] DTrace probe for when a GC is requested.
2013-01-11 Mark Probst[sgen] Don't report that we need a major collection...
2013-01-11 Rodrigo KumperaCorrectly handle clock going back in time when caching...
2013-01-11 Zoltan VargaAdd beginnings of a tool to dump the contents of .mdb...
2013-01-11 Mark Probst[sgen] MONO_GC_DEBUG option for checking mark bit consi...
2013-01-11 Mark Probst[sgen] Bugfix: Actually sweep blocks when doing concurr...
2013-01-11 Mark Probst[sgen] Add a missing binary protocol call.
2013-01-11 Mark Probst[sgen] Bugfix: When scanning mod table, follow major...
next