Add support for an alternative managed DNS resolver
[mono.git] / mono /
2011-10-07 Zoltan VargaAdd a missing arg check to the sdb protocol code
2011-10-07 Rolf Bjarne KvingeIgnore headers generated by dtrace.
2011-10-06 Zoltan VargaFix the OSX build
2011-10-06 Zoltan VargaMake the mono_native_thread functions real functions...
2011-10-06 Zoltan VargaFix a windows warning
2011-10-06 Zoltan VargaAvoid calling mono_monitor_get_fast_path () for the...
2011-10-06 Zoltan VargaUse functions instead of macros from the mono_native_th...
2011-10-06 Zoltan VargaEmit precise GC maps for vtypes passed as parameters...
2011-10-04 Zoltan VargaFix a warning
2011-10-04 Zoltan VargaFix the build
2011-10-04 Zoltan VargaAdd runtime support for the .NET Portable Libraries...
2011-10-04 Zoltan VargaFix a warning
2011-10-04 Zoltan VargaFix MSVC build
2011-10-04 Mark ProbstMerge branch 'sgen-windows'
2011-10-04 Mark Probst[sgen] Small fixes.
2011-10-04 Mark Probst[sgen] Basic Win32 support.
2011-10-04 Mark Probst[sgen] Debug print fixes.
2011-10-04 Mark Probst[sgen] Simple abstraction for creating native threads.
2011-10-04 Mark Probst[sgen] Use our mutex abstraction instead of pthreads...
2011-10-04 Mark Probst[sgen] Use our TLS abstraction instead of pthreads...
2011-10-04 Paolo MolaroIntroduce a callback API to have notifications when...
2011-09-29 Gonzalo Paniagua... Merge pull request #167 from konrad-kruczynski/send_asy...
2011-09-29 Marek SafarSearch for .net 4.5 corlib in correct profile folder
2011-09-29 Rodrigo KumperaRequest ObjectMirror type and domain in a single request.
2011-09-29 Zoltan VargaAvoid a crash if mono_debug_open_image_from_memory...
2011-09-27 Zoltan VargaSave/restore argument registers when instrumenting...
2011-09-26 Rodrigo KumperaSplit bridge processing in two steps.
2011-09-26 Rodrigo KumperaFix the interation of non tracking weak refs and epheme...
2011-09-26 Rodrigo KumperaFix a bunch of data races.
2011-09-26 Rodrigo KumperaFix enter/exit critical region visibility.
2011-09-26 Rodrigo KumperaComplete acquire/release ops. Make acquire/release...
2011-09-25 Gonzalo Paniagua... Create the first tp thread right away.
2011-09-24 Mark Probst[sgen] If we couldn't evacuate the nursery after a...
2011-09-24 Mark Probst[sgen] Never directly pin objects on the M&S major...
2011-09-20 Miguel de IcazaFix my profiler loader.
2011-09-20 Miguel de IcazaUpdate copyrights
2011-09-20 Zoltan VargaFix warnings.
2011-09-20 Zoltan VargaFix debugger invokes when using soft breakpoints on...
2011-09-20 Zoltan VargaImplement the new interrupt machinery for ARM
2011-09-20 Zoltan VargaCall ensure_synch_cs_set () in thread_cleanup () too...
2011-09-20 Zoltan VargaAllocate a param area in START_HANDLER. Fixes filter...
2011-09-20 Zoltan VargaFix a timing issue in a test
2011-09-13 Miguel de IcazaUpdate copyrights
2011-09-13 Rodrigo KumperaAvoid duplicates in the SSC xrefs.
2011-09-13 Rodrigo KumperaAdd logging to sgen-bridge. Log times and sizes.
2011-09-13 Tom HindleStore current threads Synchronization Context, if prese...
2011-09-07 Miguel de IcazaFallback: load profiler from the Mono default path...
2011-09-06 Rodrigo KumperaLet the system figure our permissions instead of doing...
2011-09-06 Zoltan VargaMerge pull request #169 from madewokherd/master
2011-09-06 Vincent PovirkUse guint instead of uint.
2011-09-06 Rodrigo KumperaImprove exception message.
2011-09-06 Rodrigo KumperaAdd sgen collection pause times to mono trace log.
2011-09-06 Gonzalo Paniagua... Display more debugging info when epoll fails
2011-09-06 Gonzalo Paniagua... Fallback to poll() if epoll_create() fails
2011-09-06 Zoltan VargaHandle threads which die without detaching.
2011-09-06 Zoltan VargaAdd a few missing cases to event_to_string () in sdb.
2011-09-06 Zoltan VargaRemove some unused arguments from mono_arch_handle_exce...
2011-09-06 Zoltan VargaImplement mono_arch_setup_async_callback () for amd64.
2011-09-05 Zoltan VargaFix a warning.
2011-09-05 Zoltan VargaOptimize AOT generics data structures a bit more.
2011-09-05 Zoltan VargaAvoid searching out-of-date AOT modules for 'extra...
2011-09-05 Zoltan VargaRemove some AOT assertions left in by mistake.
2011-09-04 Zoltan VargaRework the encoding of classes in AOT to save space...
2011-09-04 Zoltan VargaImprove the name of the proxy isinst wrappers.
2011-09-04 Zoltan VargaCompute and print the space used by the GOT entry info...
2011-09-04 Zoltan VargaFix unwinding through an LMF on ARM.
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-08-30 Zoltan VargaEmit a lot message in sdb when returning an ABSENT_INFO...
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 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-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 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-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-23 Zoltan VargaAllow ldfld/stfld/ldflda to work on static fields by...
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-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-19 Rodrigo KumperaFix variance test involving nullable types.
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 Rodrigo KumperaCorrectly calculate the size of the freed array buffer.
2011-08-18 Alan McGovernMerge pull request #161 from LogosBible/master
2011-08-18 Marek SafarMerge pull request #160 from garuma/tpl-dataflow-plumbing
next