[Socket] Fix BeginConnect
[mono.git] / mono /
2011-04-26 Gonzalo Paniagua... Fix compilation in *BSD
2011-04-25 Chris ToshokMerge branch 'master' of github.com:/mono/mono
2011-04-22 Zoltan VargaFix cygwin build.
2011-04-22 Zoltan VargaFix processing of double vararg arguments on 32 bit...
2011-04-22 Zoltan VargaFix AOT support for isinst_with_cache wrappers. Fixes...
2011-04-22 jonchamUse SwitchToThread instead of sched_yield on Windows.
2011-04-22 Zoltan VargaFix a JIT crash when -v -v -v -v is used.
2011-04-21 Chris ToshokMerge branch 'master' of github.com:/mono/mono
2011-04-21 Mark Probst[utils] Lock-free hazard pointers.
2011-04-21 Geoff NortonWe support hard breakpoints on arm, not sure why this...
2011-04-21 Chris ToshokMerge branch 'master' of github.com:/mono/mono
2011-04-21 Rodrigo KumperaAdd win32 stub backend for mono-threads
2011-04-21 Zoltan VargaRemove support for older LLVM versions.
2011-04-20 Andrew JorgensenDist fixes
2011-04-20 Rodrigo KumperaHaving a type constraint to a valuetype satisfies ...
2011-04-20 Jeffrey StedfastVarious parts of mono use g_convert() which rely on...
2011-04-19 Zoltan VargaAllow storing managed pointers into 'native int' in...
2011-04-19 Zoltan VargaMove the mono_ia64_context_get_... functions to mono...
2011-04-18 Rodrigo KumperaWorkaround io-layer crashing when the runtime exit...
2011-04-18 Zoltan VargaFix a crash in the sgen suspend code which happens...
2011-04-17 Zoltan VargaFix Object.MemberwiseClone () on arrays. Fixes #688033.
2011-04-17 Damien DiederenMIPS: Make sure callee-saved registers end up on word...
2011-04-17 Damien DiederenMIPS: Do not lower {LOAD,STORE}*_MEMBASE ops which...
2011-04-17 Damien DiederenMIPS: Adjust offset by alloc2_size to support split...
2011-04-15 Zoltan VargaHandle a new dwarf CFA op generated by newer LLVM versions.
2011-04-15 Rolf Bjarne Kvinge[corlib] Ensure Thread.ManagedThreadId is unique per...
2011-04-14 Gonzalo Paniagua... Clearing the queue messed up with the per-domain job...
2011-04-14 Rodrigo KumperaInitial drop of the new suspend machinery.
2011-04-14 Rodrigo KumperaFix 64bits mono on windows.
2011-04-14 Rodrigo KumperaAdd regression test
2011-04-14 Rodrigo KumperaTake constraints into account when checking for VAR...
2011-04-14 Rodrigo KumperaFix some tests that got broken due to the verifier...
2011-04-14 Rodrigo KumperaImprove error message
2011-04-13 Martin BauligOooops, it's supposed to be 'if (!strcmp (...))' !
2011-04-13 Rodrigo KumperaImplement the JIT side of the new mono-threads callbacks.
2011-04-13 Rodrigo KumperaAdd new set of callbacks to be provided by the JIT.
2011-04-13 Rodrigo KumperaMove posix only code to a separate file.
2011-04-13 Marek Habersack[runtime,IO] Filesystem entries can only be sought...
2011-04-12 Rodrigo KumperaAvoid some duplicate work when we don't have KW_THREAD
2011-04-12 Marek Habersack[runtime, iomap profiler] g_string_append_vprintf can...
2011-04-12 Marek Habersack[runtime] g_string_append_vprintf can be used with...
2011-04-12 Martin BauligOoops, also enable explicit nulls.
2011-04-11 Rodrigo KumperaHandle attached threads correctly on windows.
2011-04-11 Zoltan VargaMerge branch 'nunit25/2011-04-11' of https://github...
2011-04-11 Zoltan VargaAvoid putting a seq point at the beginning of finally...
2011-04-11 Zoltan VargaAdd some comments to the LLVM backend.
2011-04-11 Rodrigo KumperaIntroduce CreateThread wrapper to make mono-threads...
2011-04-11 Rodrigo KumperaFix mono-tls usage under windows
2011-04-11 Zoltan VargaFix the build.
2011-04-11 Martin BauligAdd "soft breakpoint" support for ARM.
2011-04-11 Zoltan VargaFix a warning.
2011-04-10 Rodrigo KumperaReplace posix tls with mono-tls so it works on windows...
2011-04-10 Rodrigo KumperaImplement low level TLS primitives. Can't afford some...
2011-04-09 Rodrigo KumperaFist pass into fixing the win32 build
2011-04-09 Zoltan VargaFix a warning.
2011-04-08 Rodrigo KumperaFix silly C&P bug.
2011-04-08 Rodrigo KumperaExtract mono_threads_is_critical_method
2011-04-08 Rodrigo KumperaFix null-gc
2011-04-08 Rodrigo KumperaAdd mono_gc_is_critical_method to the internal GC api
2011-04-08 Marek Habersack[runtime] Check whether linux/magic.h is present before...
2011-04-08 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-04-08 Neale FergusonTwo vararg related fixes: force placing fpr on stack...
2011-04-08 Rodrigo KumperaMove thread management from sgen to utils. Move smr...
2011-04-07 Rodrigo KumperaAdd regression test.
2011-04-07 Rodrigo KumperaHandle constrained. with dynamic methods.
2011-04-07 Zoltan VargaRevert "Disable SMP on arm until #683409 is fixed."
2011-04-07 Rodrigo KumperaFix a race condition on thread creation.
2011-04-07 Zoltan VargaTransition most JIT stats to the mono_counters infrastr...
2011-04-07 Marek Habersack[runtime] Linux support for statfs and improved drive...
2011-04-06 Zoltan VargaDisable SMP on arm until #683409 is fixed.
2011-04-06 Zoltan VargaAvoid setting thread->id from the thread itself in...
2011-04-06 Zoltan VargaAdd a write barrier before setting vtable->initalize...
2011-04-06 Sebastien PouliotFix access to freed members of a dead thread
2011-04-06 Rodrigo KumperaZero rem as darwin returns a funny value when nanosleep...
2011-04-06 Rodrigo KumperaRemove useless commented code
2011-04-06 Rodrigo KumperaIncrease number of hazard pointer to 3. The linked...
2011-04-06 Rodrigo KumperaMake the small_id_table a bitset.
2011-04-06 Rodrigo KumperaFix warning on missing header
2011-04-06 Rodrigo KumperaFix typo in documentation
2011-04-05 Zoltan VargaPut back a check removed by mistake.
2011-04-05 Zoltan VargaEnable LLVM compilation of runtime invoke wrappers.
2011-04-05 Zoltan VargaRe-enable OP_SQRT support in llvm, the llvm bug which...
2011-04-05 Zoltan VargaAdd llvm support for OP_RELAXED_NOP.
2011-04-05 Zoltan VargaAdd more vararg tests.
2011-04-05 Rodrigo KumperaFix thinko
2011-04-05 Rodrigo KumperaAdd implementation of a lock free linked list set.
2011-04-03 Zoltan VargaFix warnings.
2011-04-02 Zoltan VargaFix a harmless memory overwrite in sgen.
2011-04-01 Rodrigo KumperaMore plat cleanups.
2011-04-01 Rodrigo KumperaArch cleanup.
2011-04-01 Rodrigo KumperaFix thread restart under mach.
2011-04-01 Rodrigo KumperaExtract suspend code from mono_sgen_thread_handshake.
2011-04-01 Zoltan VargaRecord parameter names for wrapper methods so they...
2011-03-31 Alan McGovern[log profiler] Keep correct stats about gchandles
2011-03-31 Rodrigo KumperaFix win32 file name canonicalization.
2011-03-31 Lucas Meijerchange documentation to be in the right format for...
2011-03-31 Lucas Meijercoding style fix
2011-03-31 Lucas Meijerintegrate spouliots' feedback
2011-03-31 Lucas Meijerimplement a relaxed mode of CoreCLR for coreclr users...
2011-03-30 Gonzalo Paniagua... Typo.
next