mono.git
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...
2011-09-20 Zoltan VargaFix a timing issue in a test
2011-09-19 Jonathan Pryor[Mono.Options] Don't throw ArgumentOutOfRangeException...
2011-09-19 Marek SafarAdd few new 4.5 overloads
2011-09-19 Marek SafarAdd 4.5 readonly collection interfaces
2011-09-19 Marek SafarReport error about missing async support types
2011-09-19 Sebastien Pouliotfix previous fix (wrt #808)
2011-09-19 Marek SafarMove some async types to corlib
2011-09-19 Marek SafarUpdate public corlib api
2011-09-19 Michael Hutchinson[Mono.Debugger.Soft] Support custom transports
2011-09-19 Marek SafarAllow async block to capture this inside value types
2011-09-19 Marek SafarBetter error reporting for special runtime types
2011-09-19 Marek SafarUpdate mcs lang version
2011-09-19 Marek SafarBetter error reporting for async delegates
2011-09-18 Sebastien PouliotFix typo (bug #808)
2011-09-18 Sebastien PouliotExpose Dispose under the NET_2_1 based profiles. Fix...
2011-09-17 Jonathan Pryor[mdoc] Add C#4 default parameter value support.
2011-09-17 Jonathan Pryor[mdoc-net] Copy 2.0 assemblies for .NET support.
2011-09-16 Paolo MolaroGetMarshalledDomainObjRef() is needed also in the 2...
2011-09-16 Sebastien PouliotAllow commit/rollback/update events to work under MonoT...
2011-09-15 Paolo MolaroAdded the new mobile profile to the build.
2011-09-15 Gonzalo Paniagua... Remove duplicate 'using' statement
2011-09-15 Marek SafarUpdate few async error codes
2011-09-15 Marek SafarExtension methods cannot be declared on interfaces...
2011-09-15 Marek SafarUpdate test
2011-09-15 Marek SafarGenerate better code for small switch statements
2011-09-15 Zoltan VargaQuiet the 'copying selected object files' libtool message
2011-09-14 Jonathan ChambersUpdate .gitignore
2011-09-14 Gonzalo Paniagua... Stop lying in the comments
2011-09-14 Gonzalo Paniagua... Report compilation errors when the type named in 'class...
2011-09-13 Miguel de IcazaUpdate copyrights
2011-09-13 Rodrigo KumperaAvoid duplicates in the SSC xrefs.
2011-09-13 Rodrigo KumperaAdd logging to sgen-bridge. Log times and sizes.
2011-09-13 Tom HindleStore current threads Synchronization Context, if prese...
2011-09-13 Rolf Bjarne... [System.Data] Delay column expression evaluation after...
2011-09-13 Rolf Bjarne... [System.Data] Properly clone a column's extended proper...
2011-09-13 Marek SafarCheck whether parent struct field is assigned when...
2011-09-13 Marek SafarOmit struct flow analysis only when resolving member...
2011-09-13 Gonzalo Paniagua... Delay initialization of the stream until first read
2011-09-13 Gonzalo Paniagua... Internal worker is kept while there is an ongoing operation
2011-09-12 Sebastien PouliotMore fixes for running unit tests under NET_2_1 profile
2011-09-10 Miguel de IcazaVarious fixes to the Expression parser, the fixes include:
2011-09-09 Sebastien PouliotAdjust corlib unit tests to reduce failures when execut...
2011-09-09 Sebastien Pouliotfix FileStream test failures under Mac OSX
2011-09-09 Sebastien PouliotThrowing IsolatedStorageException is a Moonlight-behavi...
2011-09-09 Sebastien PouliotEnsure we can roundtrip 'Local' (special case) timezone...
2011-09-09 Sebastien PouliotReturn null instead of catching Activator exception...
2011-09-08 Marek SafarDon't back reference local variable from its info
2011-09-08 Marek SafarNew tests
2011-09-08 Marek SafarRun definitely assigned check on dynamic member access...
2011-09-07 Miguel de IcazaFallback: load profiler from the Mono default path...
2011-09-07 Marek SafarFix definitive assignment for imported structs. Fixes...
2011-09-07 Marek SafarAssign uninitialized out parameter
2011-09-07 Marek SafarNew tests
2011-09-07 Marek SafarBetter fix for fixed buffer definite assignment checks...
2011-09-07 Marek SafarRun definitely assigned check on extension method argum...
2011-09-07 Sebastien PouliotAdd null-check on 'partDesc'. Fix bug #612 (WCF regression)
2011-09-07 Marek SafarFixes commit f355ebbb77704829b0d0e48eaa952ff0d193ffae
2011-09-07 Marek SafarRun definitely assigned check on member access expressi...
2011-09-07 Marek SafarDelay foreach variable initialization
2011-09-06 Rodrigo KumperaLet the system figure our permissions instead of doing...
2011-09-06 Jérémie LavalRework TaskFactory.FromAsync, it was a bit messy.
2011-09-06 Jérémie LavalUse a TaskCompletionSource in non-generic ContinueWhenA...
2011-09-06 Zoltan VargaMerge pull request #169 from madewokherd/master
2011-09-06 Vincent PovirkUse guint instead of uint.
2011-09-06 Rodrigo KumperaImprove exception message.
2011-09-06 Rodrigo KumperaAdd sgen collection pause times to mono trace log.
2011-09-06 Marek SafarFix start location of char literals
2011-09-06 Marek SafarPersist char literal value under full ast
2011-09-06 Marek SafarAdd more async extensions
2011-09-06 Marek Safarmake test public
next