mono.git
2010-09-13 Rodrigo KumperaFix a warning.
2010-09-13 Rodrigo KumperaFix a sgen shutdown crash.
2010-09-12 Geoff NortonImplement GByteArray, g_hash_table_remove_all, g_queue_...
2010-09-11 Miguel de IcazaDo not install sample header, add to EXTRA_DIST
2010-09-11 Ankit Jain[xbuild] Fix ConsoleLogger's output, extra blank lines...
2010-09-11 Zoltan VargaRemove -Werror from the eglib tests too.
2010-09-11 Ankit Jain[xbuild] Reduce ConsoleLogger's unnecessary output.
2010-09-11 Ankit Jain[xbuild] Log default msg for TargetSkipped if @reason...
2010-09-11 jonchamUpdate mono.sln for 2010
2010-09-11 jonchamAdd vcxproj files
2010-09-11 jonchamMigrate vcproj files to VS2010
2010-09-11 unknown[windows] Update Mono.def
2010-09-11 Gonzalo Paniagua... Fix the windows build
2010-09-10 Marek SafarAlways compare original block for cloned versions.
2010-09-10 Marek SafarTweak few error reports
2010-09-10 Zoltan VargaLog the clearing of nursery fragments, avoid clearing...
2010-09-10 Rodrigo KumperaRework major cardtable scan to have less active vars.
2010-09-10 Rodrigo KumperaLook for marked cards while copying them.
2010-09-10 Rodrigo KumperaManually hoist card lookup out of scan loops.
2010-09-10 Miguel de Icaza[Embedded] Add new fallback API to allow hooking up...
2010-09-10 Geoff NortonForward port this change for MonoVS
2010-09-10 Geoff Nortonfix typo
2010-09-10 Geoff Norton2009-12-14 Geoff Norton <gnorton@novell.com>
2010-09-10 Marek SafarAdd comments.
2010-09-10 Marek SafarNew test.
2010-09-10 Marek SafarConverting the switch statement into normal statement...
2010-09-10 Andrew JorgensenDist the 2.0 resource files also
2010-09-10 Andrew JorgensenDist sgen-cardtable.h
2010-09-10 Marek SafarUpdate to the latest dmcs
2010-09-10 Jb EvainAdd test for #636939
2010-09-10 Jb Evain[Fix] Fix the default binder when selecting params...
2010-09-10 Marek Habersack[asp.net] Onobtrusive JavaScript for the 4.0 Menu contr...
2010-09-10 Marek Habersack[asp.net] Menu 4.0 List mode rendering
2010-09-10 Marek Habersack[asp.net] Made GetExtension static and internal, so...
2010-09-10 Marek Habersack[asp.net] Added first test for Menu list rendering...
2010-09-10 Marek Habersack[asp.net] Standalone runner helper method to remove...
2010-09-10 Atsushi EnoRemove USE_DATA_CONTRACT_IMPORTER conditional compilati...
2010-09-10 Atsushi EnoFlush ongoing WCF Discovery configuration work.
2010-09-10 Rolf Bjarne... XmlFormatterDeserializer: handle ReflectionTypeLoadExce...
2010-09-10 Marek SafarWhen doing member access left side lookup the arity...
2010-09-10 Marek SafarReject varianly implemented interface members.
2010-09-10 Atsushi EnoAdd missing members and implement most of it.
2010-09-10 Atsushi EnoCosmetic warning cleanups.
2010-09-10 Atsushi EnoImplement discovery version converter.
2010-09-10 Atsushi EnoAdd lacking property initializer.
2010-09-10 Atsushi EnoRemove unnecessary common types (as they are imported...
2010-09-10 Jb EvainAdd another stub for the compatibility with the SL SDK
2010-09-10 Jb EvainFix the moonlight build
2010-09-10 Atsushi EnoOngoing WCF discovery configuration implementation.
2010-09-10 Atsushi EnoAvoid holding WebRequest. This should fix part of bug...
2010-09-10 Marek SafarMerge branch 'marek'
2010-09-10 Marek SafarTry to speep up the GetLocation by a bit.
2010-09-10 Carlos Alberto... Add a test case for DateTimeOffsetConverter converting...
2010-09-10 Carlos Alberto... Use the DateTimeOffset .ctor that .net uses when conver...
2010-09-10 Jb EvainAdd FileStream.Flush(bool) to the moonlight profile
2010-09-10 Miguel de Icaza[Fix] Correct fix for the g_shell_parse_argv bug
2010-09-09 Miguel de Icaza[Fix] Allow escape characters inside quoted text, and...
2010-09-09 Zoltan VargaFix x86 trace support after the callconv changes.
2010-09-09 Marek SafarRecover from broken single parameter
2010-09-09 Chris Toshokmove the call to mono_gc_base_init into mono_debug_init
2010-09-09 Marek SafarReport precise error about local variable hiding
2010-09-09 Marek SafarDo all possible mistaken empty statement checks in...
2010-09-09 Marek SafarDon't recreate top-level destructor block, it carries...
2010-09-09 Andrew JorgensenVarious cleanup and addition
2010-09-09 Gonzalo Paniagua... UDP sockets allow connections to Any
2010-09-09 Marek SafarTry to recover after each wrong statement.
2010-09-09 Marek Safar__arglist can be used as an expression.
2010-09-09 Marek SafarThe first push to make flow-analysis work for complex...
2010-09-09 Atsushi EnoIt should not fail to generate client proxy generation...
2010-09-09 Jb Evainadd mono-abi-info to gitignore
2010-09-09 Jb Evainadd ignore file
2010-09-09 Jb EvainFix System.Core usage of bootstrap .sources from the...
2010-09-09 Jb EvainFix System usage of bootstrap .sources from the normal...
2010-09-09 Jb EvainFix corlib usage of bootstrap .sources from the normal...
2010-09-09 Zoltan VargaClean the aot log file too.
2010-09-08 Zoltan VargaAvoid freeing the allocated monitors on shutdown, it...
2010-09-08 Jb EvainFix the monodroid and monotouch profile builds
2010-09-08 Jb EvainFix the monodroid profile's defines
2010-09-08 Jb EvainFactorize the System.Core monotouch and monodroid sourc...
2010-09-08 Jb EvainFactorize the System.Xml monotouch and monodroid source...
2010-09-08 Jb EvainFactorize the System.Runtime.Serialization monotouch...
2010-09-08 Jb EvainFix the mobile_System.ServiceModel.Web include
2010-09-08 Jb EvainFix the mobile_System.Data include
2010-09-08 Jb EvainFactorize the System.Web.Services monotouch and monodro...
2010-09-08 Jb EvainFactorize the System.Data monotouch and monodroid sourc...
2010-09-08 Jb EvainFactorize the System.ServiceModel.Web monotouch and...
2010-09-08 Jb EvainFactorize the System.ServiceModel monotouch and monodro...
2010-09-08 Jb EvainFactorize the monotouch and monodroid sources into...
2010-09-08 Jb EvainEnable the mcs monodroid build from mono's configure
2010-09-08 Jb EvainOrchestrate the monodroid build bootstrap
2010-09-08 Jb EvainFactorize the monotouch build into a mobile build for...
2010-09-08 Jb EvainEnable the Mono.Data.Sqlite build for monodroid
2010-09-08 Jb EvainEnable the Mono.Security build for monodroid
2010-09-08 Jb EvainEnable the System.Transactions build for monodroid
2010-09-08 Jb EvainMake HttpUtility compilable on MonoDroid as well as...
2010-09-08 Jb EvainEnable the System.Runtime.Serialization build for monodroid
2010-09-08 Jb EvainEnable the System.ServiceModel.Web build for monodroid
2010-09-08 Jb EvainEnable the System.ServiceModel build for monodroid
2010-09-08 Jb EvainEnable the System.Web.Services build for monodroid
2010-09-08 Jb EvainEnable the System.Data build for monodroid
next