mono.git
2011-10-04 Paolo MolaroIntroduce a callback API to have notifications when...
2011-10-04 Marek SafarAllow type inference of lambda return type using type...
2011-10-04 Marek SafarFix recent regression caused by changes to assignment...
2011-10-03 Jonathan Pryor[mdoc] Add tests for C#4 dynamic, default method parame...
2011-10-03 Jonathan Pryor[mdoc] Add tests for C#4 variance support.
2011-10-03 Atsushi EnoAdd ProtectionTokenParameter for mutual nego. Patch...
2011-10-03 Marek SafarUpdate to the latest ikvm reflection
2011-10-03 Marek SafarFix xbuild.rsp install location
2011-09-30 alexrpconfigure.{ac,in}: Point to the new Bugzilla.
2011-09-30 Marek SafarAdd more 4.5 task methods
2011-09-30 Marek SafarMutate async awaiter when it's of generic type
2011-09-30 Marek SafarAdd gitignore
2011-09-30 Marek SafarMerge pull request #175 from alexrp/master
2011-09-30 alexrpUse Console.Is*Redirected for the 4.5 profile in csharp...
2011-09-30 alexrpAdd new Is*Redirected properties to Console for the...
2011-09-30 Marek SafarMerge pull request #174 from alexrp/master
2011-09-30 Gonzalo Paniagua... Plug an unmanaged memory leak
2011-09-29 Jonathan PryorMake mdoc a .NET 4.0 profile app.
2011-09-29 Jonathan PryorInclude the correct profile directory in MONO_PATH.
2011-09-29 Gonzalo Paniagua... Merge pull request #167 from konrad-kruczynski/send_asy...
2011-09-29 Jeffrey Stedfast[TimeZone] Fixed race condition with renewing the Curre...
2011-09-29 Marek SafarFix check for ambiguous async tasks
2011-09-29 Marek SafarSearch for .net 4.5 corlib in correct profile folder
2011-09-29 Marek SafarDistribute net_4_5 specific data
2011-09-29 Rodrigo KumperaRequest ObjectMirror type and domain in a single request.
2011-09-29 Rodrigo KumperaCache thread id.
2011-09-29 Rodrigo KumperaCache source files.
2011-09-29 Rodrigo KumperaCache ObjectMirror type and domain.
2011-09-29 Rodrigo KumperaAvoid looking up the ctor mirror twice.
2011-09-29 Zoltan VargaAvoid a crash if mono_debug_open_image_from_memory...
2011-09-28 Lluis Sanchez[CSharpCodeGenerator] Revert change for not ignoring...
2011-09-28 Marek SafarFix broken task test
2011-09-28 Marek SafarDon't crash when constant resolver returns error expression
2011-09-28 Marek SafarUpdate tools makefile to build with latest profile
2011-09-28 Marek SafarAdd 4.5 sdk detection to mcs
2011-09-28 Marek SafarRemove unused class
2011-09-28 Marek SafarYet another wrong version check
2011-09-28 Marek SafarFix another version check
2011-09-28 Marek SafarImplement stream async methods
2011-09-27 Zoltan VargaSave/restore argument registers when instrumenting...
2011-09-27 Jérémie LavalFix execution when same continuation is registered...
2011-09-27 Marek SafarFix TaskFactoryTest
2011-09-27 Marek SafarFix mcs/doc builds
2011-09-27 Marek SafarAdd 4.5 profile support to xbuild
2011-09-27 Marek SafarAnother build profile version fix
2011-09-27 Marek SafarRemove 2.0 reference from 4.0 profile xbuild
2011-09-27 Marek SafarUse correct version of xbuild 4.0 targets
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 Marek SafarFix another framework version check
2011-09-26 Marek SafarClean up mixed tabs and spaces
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-26 Jonathan Pryor[mdoc-update] Properly implement C#4 dynamic support.
2011-09-26 Jonathan PryorRun mdoc tests with --debug.
2011-09-26 Marek SafarDon't install resgen when cannot be used
2011-09-26 Marek SafarFix System.Threading.Tasks.Dataflow version info
2011-09-26 Marek SafarInstall 4.0 profile as developers package and make...
2011-09-25 Gonzalo Paniagua... Create the first tp thread right away.
2011-09-25 Jérémie LavalMove things around in Task and Task_T
2011-09-25 Jérémie LavalOptimize more how continuation are registered and execu...
2011-09-25 Jérémie LavalMimic simpleAction usage in Task<T> to avoid creating...
2011-09-25 Jérémie LavalUse quicket methods to launch a Task on the threadpool
2011-09-25 Jérémie LavalDon't create a delegate each time we use a TaskCompleti...
2011-09-25 Jérémie LavalLazy allocate childTasks field in Task
2011-09-25 Jérémie LavalOptimize continuation registration for a single Continu...
2011-09-25 Jérémie LavalFix build
2011-09-25 Jérémie LavalFix double adding in ConcurrentDictionary ctor with...
2011-09-25 Jérémie LavalFix for #892
2011-09-25 Jérémie LavalFix more argument checking for Task<T>
2011-09-25 Jérémie LavalCheck that supplied function argument in a Task<T>...
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-24 Sebastien PouliotProvide binding for sqlite3_config to allow setting...
2011-09-24 Zoltan VargaFix the namespace of a corlib test and quiet some tests.
2011-09-23 Marek SafarAdd missing RabbitMW source
2011-09-23 Marek SafarAdd extra 4.5 conditional
2011-09-23 Marek SafarUpdate gitignore
2011-09-23 Marek SafarIntroduce separate .net 4.5 profile
2011-09-22 Marek SafarUpdate test with timeout
2011-09-22 Marek SafarUse correct expression for infered default value argume...
2011-09-22 Marek SafarAdd a few new async stream methods
2011-09-22 Marek SafarMake CancellationToken more lightweight and fix few...
2011-09-21 Rolf Bjarne... [Microsoft.Build] Stub out a few types to make nuget...
2011-09-21 Gonzalo Paniagua... Return the right empty collection in ParseQueryString.
2011-09-21 Sebastien PouliotMerge pull request #173 from juhovh/master
2011-09-21 Juho Vähä-HerttuaFix HMACSHA384 and HMACSHA512 for key length of [65...
2011-09-21 Marek SafarRemove few compiler workarounds
2011-09-21 Marek SafarFix build for 4.0 rtm
2011-09-21 Miguel de IcazaFix the build, resolve the ambiguity
2011-09-20 Marek SafarAdd more task awaiters and optimize existing ones by...
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 the ObjRefs sdb test
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...
next