[winforms, fix] Keep the carret in sync with changes to the text entry value
[mono.git] / mono /
2010-12-10 Sebastien PouliotEnsure types are resolved when checking fields under...
2010-12-10 Rodrigo KumperaFix marshaling of Ansi strings.
2010-12-10 Zoltan VargaFix handling of gshared methods declared in generic...
2010-12-10 Zoltan VargaUse the mono calling convention for all LLVM methods...
2010-12-09 Rodrigo KumperaAdd a few more undocumented bits to allowed AssemblyFlags
2010-12-09 Rodrigo KumperaCheck for coded token with zero index for typedef:...
2010-12-09 Zoltan VargaUnify the rgctx/non-rgctx call emission functions in...
2010-12-08 Geoff NortonAvoid leaking our unwind ops when not populating the...
2010-12-08 Geoff NortonAvoid leaking the name buffer since we already resolve...
2010-12-08 Rodrigo KumperaFix some memleaks under -v
2010-12-08 Rodrigo KumperaFix a memleak when returning SRE cattrs.
2010-12-08 Rodrigo KumperaHandle GTDs used as element or type arguments.
2010-12-08 Zoltan VargaMark runtime invoke wrappers as pinvoke, since they...
2010-12-08 Zoltan VargaGet rid of the 'is_pinvoke' argument to get_call_info...
2010-12-08 Zoltan VargaUpdate a comment.
2010-12-08 Mark Probst[sgen] Have an allocated block list for fixed-heap...
2010-12-08 Mark Probst[sgen] Don't increase degraded_mode in alloc_degraded().
2010-12-08 Zoltan VargaTidy up the assembly loading log messages a bit.
2010-12-08 Zoltan VargaClean up the appdomain at the end of the remoting4...
2010-12-07 Zoltan VargaLog images still loaded during shutdown.
2010-12-07 Zoltan VargaFix some small memory leaks.
2010-12-07 Rodrigo KumperaFix memberref method signature verification.
2010-12-07 Rodrigo KumperaCorrectly check for ptr compatibility.
2010-12-07 Rodrigo KumperaSet a default element class for failed enums.
2010-12-07 Rodrigo KumperaHonor skip visibility in more places.
2010-12-07 Rodrigo KumperaDo separate checking of field and method memberref.
2010-12-07 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-12-07 Gonzalo Paniagua... Fix Process.HasExited regression
2010-12-06 Zoltan VargaFix a few SRE memory leaks.
2010-12-06 Zoltan VargaRemove some #ifdef HAVE_SGEN_GC deps, centralize others...
2010-12-05 Zoltan VargaMake sgen-protocol.c into its own module.
2010-12-05 Zoltan VargaCall mini_parse_debug_options () earlier.
2010-12-05 Zoltan VargaAdd more logging to the soft debugger code.
2010-12-05 Zoltan VargaFix a debug log message in the soft debugger.
2010-12-04 Zoltan VargaRemove a dead variable.
2010-12-04 Zoltan VargaSet MONO_PATH while running the profiler tests.
2010-12-04 Zoltan VargaDisable a test which breaks under AOT.
2010-12-04 Zoltan VargaFix a warning.
2010-12-04 Zoltan VargaFix ia64 build.
2010-12-04 Zoltan VargaFix make check in profiler/.
2010-12-03 Rodrigo KumperaFix dynamic type string validation.
2010-12-03 Rodrigo KumperaHandle one more case we cmods can appear in odd places.
2010-12-03 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2010-12-03 Zoltan VargaRemove unused lmf->ebp field on ia64.
2010-12-03 Rodrigo KumperaFix validation of cmods in some odd places.
2010-12-03 Mark ProbstMerge branch 'concurrent-sweep'
2010-12-03 Mark Probst[sgen] Make concurrent sweep user-selectable.
2010-12-03 Mark Probst[sgen] Compute allowance when sweeping is finished.
2010-12-03 Mark Probst[sgen] Concurrent sweep.
2010-12-03 Zoltan VargaFix another AOT crash if a signature cannot be loaded.
2010-12-03 Zoltan VargaParse custom modifiers in mono_type_create_from_typespe...
2010-12-03 Zoltan VargaRevert a warning fix as it breaks the windows build.
2010-12-03 Zoltan VargaFix a crash in the AOT compiler if a method cannot...
2010-12-02 Zoltan VargaFix warnings.
2010-12-02 Zoltan VargaDisale logging profiler.
2010-12-02 Zoltan VargaMake the debugger agent at least compile on the ps3.
2010-12-02 Mark Probst[sgen] Remove skip_size in sgen-scan-object.h.
2010-12-02 Mark Probst[sgen] Handle forwarding in mono_gc_scan_for_specific_r...
2010-12-02 Mark Probst[sgen] Zero freed blocks in fixed heap Mark&Sweep.
2010-12-02 Zoltan VargaFix a typo.
2010-12-02 Zoltan VargaAllow breakpoints set using --break in wrappers.
2010-12-02 Zoltan VargaMove the identical MonoLMFExt declarations to mini.h.
2010-12-02 Zoltan VargaSplit the exception handling code into test_only and...
2010-12-01 Paolo MolaroLog profiler: fixed allocation and call frames end...
2010-12-01 Zoltan VargaSave the original throw context into TLS so stack walks...
2010-12-01 Paolo MolaroFixed env path setting.
2010-12-01 Zoltan VargaAdd an asm (""); to the body of __jit_debug_register_co...
2010-12-01 Paolo MolaroLog profiler: added test suite.
2010-12-01 Zoltan VargaExport mono_xdebug_flush ().
2010-12-01 Zoltan VargaMake sgen-los.c into a proper C module.
2010-12-01 Rodrigo KumperaFix thread attaching
2010-12-01 Zoltan VargaMove the DEBUG() macro to sgen-gc.h and resurrect debug...
2010-12-01 Zoltan VargaFix some warnings.
2010-12-01 Zoltan VargaEmit write barriers for multi-dim Array.Set (). Fixes...
2010-12-01 Zoltan VargaHandle LOS objects in describe_ptr ().
2010-12-01 Rodrigo KumperaFix a few more cases of bad token verification.
2010-12-01 Rodrigo KumperaAdd regression test for #647267
2010-12-01 Rodrigo KumperaMarshal char taking Charset into account.
2010-11-30 Rodrigo KumperaAdd mono_gc_alloc_mature and use it for threads.
2010-11-30 Rodrigo KumperaFix a crash when signature decoding fails.
2010-11-30 Rodrigo KumperaFix the ldftn to ldvirtftn feature.
2010-11-30 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2010-11-30 Rodrigo KumperaFix token checking for dynamic methods.
2010-11-30 Paolo MolaroLog profiler: BSD/win32 portability fixes.
2010-11-29 Rodrigo KumperaDon't allow zero index tokens on IL streams.
2010-11-29 Rodrigo KumperaRemove some junk I left by accident
2010-11-29 Rodrigo KumperaFix crasher in core clr security.
2010-11-29 Rodrigo KumperaDon't mono_class_init when creating a token.
2010-11-29 Rodrigo KumperaWIP
2010-11-29 Mark Probst[sgen] Recompute heap boundaries at each major collection.
2010-11-29 Zoltan VargaFix amd64 build.
2010-11-29 Paolo MolaroForgot old header file in profiler.c.
2010-11-29 Paolo MolaroMake dist fixed in profiler.
2010-11-29 Rodrigo KumperaFix a crash on MassTransit.
2010-11-29 Paolo MolaroProfiler: reomved the old builtin default profiler.
2010-11-29 Paolo MolaroM linux performance counters.
2010-11-29 Paolo MolaroLog profiler: portability checks.
2010-11-29 Paolo MolaroLog profiler: added statistical sampling mode.
2010-11-27 Rodrigo KumperaEnable test for #318677
2010-11-27 Rodrigo KumperaHandle fallthru to out of line blocks.
next