mono.git
2011-09-04 Zoltan VargaPrint null MonoVTable's correctly in gdb.
2011-09-04 Zoltan VargaFix unwinding through an LMF on ARM.
2011-09-02 Marek SafarImplement Stream ReadAsync/WriteAsync
2011-09-02 Marek SafarMake Stream BeginRead/BeginWrite asynchronous
2011-09-02 Marek SafarMake MemoryStream more .net compatible
2011-09-02 Marek SafarRemove NET_2_0 conditional
2011-09-02 Marek SafarAdd new test
2011-09-03 Atsushi EnoXDocument could also be filled IXmlLineInfo.
2011-09-01 Rodrigo KumperaThe fin hashtable holds no value, so revert to tagging...
2011-09-01 Rodrigo KumperaHandle finalizable objects pointed by bridge objects...
2011-09-01 Rodrigo KumperaAdd new sgen-hash method that changes the value of...
2011-09-01 Marek SafarMerge pull request #168 from tomaszkubacki/master
2011-09-01 Marek SafarFix wrong condition
2011-09-01 Marek SafarImplement properly TaskFactory::FromAsync
2011-09-01 Marek SafarAdd missing finalizer
2011-09-01 Marek SafarMake Task debugging more pleasant
2011-09-01 Atsushi EnoDiffLoader didn't handle encoded name and caused mismat...
2011-08-31 Atsushi EnoFix invalid path check for Windows regarding ':'.
2011-08-31 Atsushi EnoAdd test for bug #545.
2011-08-31 Atsushi EnoEncoderReplacementFallbackBuffer.Reset() did not really...
2011-08-31 Zoltan VargaDisable some invalid string ctor tests
2011-08-31 Zoltan VargaFix the namespace of some corlib tests
2011-08-31 Chris Toshokprepend $(CURDIR) to jay input files so that the debugg...
2011-08-30 Zoltan VargaEmit a lot message in sdb when returning an ABSENT_INFO...
2011-08-30 Marek SafarClose defined interface on imported type parameters...
2011-08-30 Marek SafarNew test
2011-08-30 Jonathan PryorDon't use vasprintf on PLATFORM_ANDROID.
2011-08-30 Zoltan VargaImplement support for the new interrupt machinery in...
2011-08-30 Zoltan VargaReally fix the previous sdb changes.
2011-08-30 Zoltan VargaFix the sdb changes made by 06ff2031
2011-08-30 Atsushi EnoImplement IXmlLineInfo on XLinq node reader.
2011-08-30 Atsushi EnoLineInfo on namespace nodes were missing.
2011-08-30 Marek SafarInstall cccheck script
2011-08-30 Tomasz Kubackiadded Quit method for script scenerios
2011-08-30 Zoltan VargaDisable the new suspend code when using sdb, it doesn...
2011-08-29 Zoltan VargaAOT the v4.0 monitor enter fastpath, not the unused...
2011-08-29 Zoltan VargaFix the taken==true argument check in the v4 monitor...
2011-08-29 Zoltan VargaEliminate the by-name encoding for all wrapper methods...
2011-08-29 Jb EvainUpdate Mono.Cecil
2011-08-29 Jb EvainComplete README
2011-08-29 Jb EvainAdd README to specify Cecil's update procedure
2011-08-29 Jb EvainDelete deprecated solution file
2011-08-29 Sebastien PouliotFix bug #380. Patch from bnc#605795 were not committed...
2011-08-28 Hin-Tak LeungFix mingw32 cross-build on a git no-branch checkout...
2011-08-28 Zoltan VargaAllow pointers to structures to be passed in pinvoke...
2011-08-28 Zoltan VargaChange the way unbox trampolines are handled in AOT...
2011-08-28 Jérémie LavalDo not set WaitingToRun status when trying to run synch...
2011-08-28 Jérémie LavalCheck and throw if a task reportedly executed isn't...
2011-08-28 Jérémie LavalCheck that CancellationToken coming from OperationCance...
2011-08-28 Zoltan VargaAvoid pinning a few stack slots on amd64.
2011-08-27 Zoltan VargaImplement precise stack marking for ARM.
2011-08-27 Zoltan VargaImprove precise stack marking on x86.
2011-08-27 Zoltan VargaFix the precise stack marking code on x86. Mark x86...
2011-08-26 Jonathan ChambersAdd new file to project.
2011-08-25 Zoltan VargaFix the scanning of the register save areas in the...
2011-08-25 Zoltan VargaMake the plt symbols used by llvm+aot code more descrip...
2011-08-25 Zoltan VargaName llvm structure types.
2011-08-25 Zoltan VargaUpdate the LLVM backend to the latest code in the llvm...
2011-08-24 Alexander ChebaturkinThe base architecture for code-contracts analysis
2011-08-24 Marek SafarCheck TaskFactory continuation options
2011-08-24 Jonathan Pryor[mdoc] Remove monodocer.cs.orig, .monodocer.cs.swp.
2011-08-25 Atsushi EnoRevert GET switch for serializing requests. BodyWriter...
2011-08-24 Atsushi Enofor GET request, just skip the member. It does not...
2011-08-24 Atsushi EnoSkip serialization when the return type is void.
2011-08-24 Atsushi EnoDo not try to output empty message body to logs.
2011-08-24 Atsushi EnoWhen there is void return, the common message formatter...
2011-08-24 Atsushi EnoReturnValue in MessageDescription was missing when...
2011-08-24 Atsushi EnoDifferentiate GET query parameter binding from another...
2011-08-24 Atsushi EnoWhen there was no path parameter, it ignored the whole...
2011-08-24 Atsushi EnoThis filter should ignore port, and should not filter...
2011-08-23 Jérémie LavalAdd System.Threading.Tasks.Dataflow assembly to the...
2011-08-23 Jonathan Pryor[mdoc-update] Fix interaction between --delete, -fno...
2011-08-23 Zoltan VargaAllow ldfld/stfld/ldflda to work on static fields by...
2011-08-23 Marek SafarVoid type is not convertible to reference types
2011-08-23 Marek SafarRemove wrong assembly attribute
2011-08-23 Marek SafarFix struct cycle detection for static generic type...
2011-08-23 Marek SafarUse inflated version of interfaces when checking base...
2011-08-23 Rodrigo KumperaRework self suspend to avoid a race on Mach.
2011-08-23 Marek SafarMerge pull request #162 from garuma/tpl-dataflow-blocks
2011-08-23 Atsushi EnoUriTemplate should not be mandatory, make it optional...
2011-08-22 Jérémie LavalUse events to wait for completion (where applicable...
2011-08-22 Jérémie LavalFix file name in source comment
2011-08-22 Jérémie LavalRemove #if NET_4_0 and add MonoTODO attribute
2011-08-22 Jérémie LavalAdd blocks implementation
2011-08-22 Zoltan VargaLink libmono-profiler-cov against eglib as well.
2011-08-22 Zoltan VargaDisable some failing LLVM passes. Should fix bxc #280.
2011-08-22 Atsushi EnoFix mobile builds in the latest Tasks change.
2011-08-20 Jérémie LavalUpdate System build too
2011-08-20 Jérémie LavalSplit internal types in their own files
2011-08-20 Jérémie LavalThrow when a non-finished task is started
2011-08-20 Jérémie LavalMake TaskCompletionSource methods thread-safe
2011-08-20 Jérémie LavalMove old default task scheduler to Mono.Parallel
2011-08-20 Jérémie LavalRevert "Remove the old PFX Scheduler from the build"
2011-08-20 Miguel de IcazaRemove the old PFX Scheduler from the build
2011-08-19 Rodrigo KumperaFix variance test involving nullable types.
2011-08-19 Marek SafarSplit TaskFactory.cs file
2011-08-19 Mark Probst[sgen] Pinning and remset statistics per class.
2011-08-19 Mark Probst[sgen] Optional equality function for the hash table.
2011-08-19 Mark Probst[sgen] Use GLib's hash func typedef instead of our...
2011-08-19 Marek SafarTaskCompletionSource.SetException cannot be used with...
next