mono.git
2011-07-06 Zoltan VargaAdd an ExportSymbol property to MonoPInvokeCallbackAttr...
2011-07-05 Jeffrey StedfastOops, we need Platform.cs too
2011-07-05 Jeffrey StedfastImplemented a shared way to do MacOSX detection in...
2011-07-05 Jeffrey StedfastDoh, do proper OSX detection
2011-07-05 Jeffrey StedfastUse runtime detection to decide to use CoreFoundation...
2011-07-05 Jeffrey StedfastOn MonoTouch, call CoreFoundation.CFNetwork.GetDefaultP...
2011-07-05 Sebastien PouliotEnsure the .mdb file is copied if the linker decides...
2011-07-05 Sebastien PouliotDo not mark all static fields when marking a ValueType...
2011-07-05 Marek SafarReuse fields used by hoisted stack slots
2011-07-04 Marek SafarStack forwarder don't not need explicit this when one...
2011-07-01 Marek SafarImplement stack persistance for nested async
2011-07-01 Geoff NortonMerge pull request #127 from trustme/master
2011-07-01 Duane WandlessFix crash on Lion when exiting
2011-07-01 Marek SafarFix a race in continuation setup
2011-07-01 Marek SafarMigrate more emit specific code to EmitContext and...
2011-07-01 Zoltan VargaFix the Thread.Interrupt () test now that it is impleme...
2011-07-01 Zoltan VargaFix some tests broken by some NET 4.0 changes.
2011-06-30 Zoltan VargaFix an enum test.
2011-06-30 Zoltan VargaFix sorting of ulong[] arrays among others when using...
2011-06-30 Zoltan VargaDisable a not working delegate test.
2011-06-30 Marek Habersack[asp.net] Added FormsAuthentication.Timeout 4.0 property
2011-06-30 Zoltan VargaRevert delegate-invoke.exe as the commit it depends...
2011-06-30 Zoltan VargaDisable a test which fails with AOT.
2011-06-30 Zoltan VargaAvoid creating an AssemblyBuilder in DynamicMethod...
2011-06-29 Jb EvainFix handling of null in the non generic implementation...
2011-06-29 Jb EvainAdd test for bug #703027.
2011-06-29 Rodrigo KumperaFix more typos.
2011-06-29 Marek SafarUse correct method to declare local variable
2011-06-29 Marek SafarRemove redundant local variable copy
2011-06-29 Marek SafarMake continuation jump more explicit
2011-06-29 Marek SafarRemove redundant override
2011-06-29 Eberhard Beilharz[PATCH 2/2] Improve code readability
2011-06-29 Eberhard Beilharz[PATCH 1/2] Improved fix for mono bug #692206
2011-06-29 Jackson HarperWe can accidently swallow out of FD errors here since...
2011-06-29 Rodrigo KumperaFix typo.
2011-06-28 Atsushi EnoImplement support for Stream param with WebHttpBinding...
2011-06-28 Atsushi EnoImplement support for generic data contract type name...
2011-06-27 Marek HabersackMerge pull request #112 from skolima/master
2011-06-27 Paolo MolaroAdd an aot option to override the value of readonly...
2011-06-27 Paolo MolaroRemove the data field from MonoVTable to reduce memory...
2011-06-25 Leszek 'skolima... [MSBuild] Fixed issues found by Paul Selormey.
2011-06-25 Leszek 'skolima... [MSBuild] LinkedList used for storing children
2011-06-25 Leszek 'skolima... [MSBuild] Preserve comments in build files
2011-06-24 Mark Probst[sgen] Do the bridge callback after the world has been...
2011-06-24 Gonzalo Paniagua... Merge pull request #122 from rabink/master
2011-06-24 Gonzalo Paniagua... Merge pull request #121 from LogosBible/processfixes
2011-06-23 Zoltan VargaTreat CEE_BREAK the same as Debugger:Break (), i.e...
2011-06-23 Zoltan VargaFix out-of-tree builds on arm.
2011-06-23 Zoltan VargaFix a warning if MONO_FAST_TLS_DECLARE is not defined.
2011-06-23 Zoltan VargaCompile 'arch' before 'utils' since mono-context.h...
2011-06-23 Rabin KarkiAllow adding certificates using PKCS12 file
2011-06-23 Mark Probst[sgen] Give warnings when degraded allocations happen.
2011-06-23 Mark Probst[sgen] Don't accept size parameters with incorrect...
2011-06-22 Zoltan VargaChange the importance of MakeDir log messages to 'normal'.
2011-06-22 Jb EvainFix queryable enumerable expression transformation
2011-06-22 Jb EvainDon't emit null queryable constants when rewriting...
2011-06-22 Jb Evainadd test case for #701187
2011-06-22 Sebastien PouliotMerge pull request #119 from konrad-kruczynski/SslStrea...
2011-06-21 Rodrigo KumperaFix amd64, again. Damn me.
2011-06-21 Rodrigo KumperaImplement an IL version of the cardtable write-barrier.
2011-06-21 Rodrigo KumperaExtract the nursery check code into a separate function.
2011-06-21 Rodrigo KumperaFix build.
2011-06-21 Marek SafarBetter side effect checks
2011-06-21 Konrad M. KruczynskiRemoved hard coded timeout for SslStreamBase.
2011-06-20 Marek SafarDon't emit reaonly. prefix for reference loads
2011-06-20 Rodrigo Kumperams_get_empty_block must atomically pop from empty_blocks.
2011-06-20 Rodrigo KumperaAvoid emiting membar for cases not needed by amd64...
2011-06-20 Rodrigo KumperaMust use an IL version of the test since the underlying...
2011-06-20 Rodrigo KumperaAdd regression test to cmmp store to local.
2011-06-20 Rodrigo KumperaDon't allow storing CMMP managed refs to local variables.
2011-06-20 Rodrigo KumperaCleanup code a bit by reducing spurious nesting.
2011-06-20 Michael HutchinsonFix the cairo dllmap on OS X
2011-06-20 Rodrigo KumperaSDB under darwin can't handle new style interruption.
2011-06-20 Rodrigo KumperaAdd mono_thread_info_disable_new_interrupt so we can...
2011-06-19 Miguel de IcazaUpdate copyrights
2011-06-19 Andreia GaitaMerge pull request #118 from XTZGZoReX/master
2011-06-19 XTZGZoReXSocket: Fixed a security issue when default-initialized...
2011-06-19 Zoltan VargaAdd some missing files.
2011-06-18 Zoltan VargaImplement support for Debugger.Log ()/ IsLogging (...
2011-06-18 Zoltan VargaImplement support for routing System.Diagnostics.Debugg...
2011-06-17 Zoltan VargaSupport another case in mono_gc_get_bitmap_for_descr ().
2011-06-17 Zoltan VargaFix LLVM build.
2011-06-17 Jonathan ChambersPut braces around code block to prevent variable declar...
2011-06-17 Jonathan ChambersUse wrappers for accessing socket errors. Cygwin does...
2011-06-16 Eberhard BeilharzAdd test for bug 694908.
2011-06-16 Eberhard BeilharzHandle paint exceptions, showing a red cross like ...
2011-06-15 Gonzalo Paniagua... Fix crash when there's a \' in the arguments.
2011-06-15 Jeffrey Stedfast[CSharpCodeGenerator] Output global:: if GlobalReferenc...
2011-06-15 Jeffrey Stedfast[CSharpCodeGenerator] Don't ignore MemberAttributes...
2011-06-15 Jeffrey Stedfast[CSharpCodeGenerator] don't ignore Final attr on Fields
2011-06-15 Zoltan VargaApply a workaround for a gcc 4.6 problem on arm.
2011-06-15 Jeffrey StedfastRevert for commit 929c6bc9b6d76a273f251e6f5dfacac36e9c38bd
2011-06-15 Marek Habersack[dblinq] Fix compilation
2011-06-15 Marek SafarCorrectly use read cache buffer in full ast mode
2011-06-14 Rodrigo KumperaMerge pull request #117 from madewokherd/win32build
2011-06-14 Vincent PovirkAvoid references to pthread_t when building for win32.
2011-06-14 Marek SafarTry to recover from unterminated string literal
2011-06-14 Marek SafarAdd async better expression converion
2011-06-14 Marek SafarAdd warning for mistyped documentation type parameters
2011-06-14 Rodrigo KumperaMerge pull request #115 from knocte/master
next