mono.git
2011-01-27 Zoltan VargaFix name of CASTCLASS wrappers.
2011-01-27 Zoltan VargaAdd AOT support for castclass_with_cache wrappers.
2011-01-26 Kyle Ambroffversion tolerant serialization fails with missing primi...
2011-01-26 Kenneth BellImplement RawSecurityDescriptor.
2011-01-26 Kenneth BellImplement SecurityIdentifier and improve NTAccount.
2011-01-26 Ankit JainProcess.Start: Show native error message in Win32Exception.
2011-01-26 Antoine CailliauImplements System.ComponentModel.DataAnnotations.Regula...
2011-01-26 Jérémie LavalFix overflow checking in PLinq Range operator
2011-01-26 Geoff NortonInclude operands when emitting the IL stream to sdb...
2011-01-26 Geoff NortonEnsure we properly align the stack before resuming...
2011-01-26 Andrew JorgensenAdd 2.0 and 4.0 S.D.S.C
2011-01-26 Geoff NortonDynamic methods are classes already here
2011-01-26 Marek SafarRemove unused very expensive registered_signals field
2011-01-26 Marek SafarRemove wrong key from System.Data.Services.Client
2011-01-26 Marek SafarAvoid linear scan in GetEncoding and make the initializ...
2011-01-26 Marek SafarRevert broken ikvm change
2011-01-26 Marek SafarCache MonoUtil::IsUnix value
2011-01-26 Rodrigo KumperaFix freeing of delegate wrappers.
2011-01-26 Marek SafarNew test
2011-01-26 Marek SafarUpdate to the latest IKVM
2011-01-26 Marek SafarOptimized constructor readonly access has to be inside...
2011-01-26 Marek SafarImprove compatibility of BinaryReader with non-default...
2011-01-26 Marek SafarImprove FileStream block reading performance little bit
2011-01-26 Geoff NortonMonoTouch doesnt support SRE, so we need to disable...
2011-01-26 Zoltan VargaAdd a 'suspend-on-unhandled' MONO_DEBUG option to help...
2011-01-26 Geoff NortonFurther .NET 4.0 ification of the mobile profile
2011-01-25 Ankit Jain[xbuild] Improve error messages for condition evaluation.
2011-01-25 Ankit Jain[xbuild] Support short-circuiting in conditions.
2011-01-25 Jb EvainAdd test for Reverse over arrays
2011-01-25 Jb Evain[linq] Fix Reverse for IList implementors
2011-01-25 Jb Evain[linq] Fix overflow check for Count
2011-01-25 Jb EvainAdd test for Enumeerable.Range high boundaries
2011-01-25 Jb Evain[linq] fix Range extreme boundaries
2011-01-25 Geoff NortonFix the mobile build
2011-01-25 Zoltan VargaPrint OP_TAILCALL as a call.
2011-01-25 Zoltan VargaFix up CAS tests a bit.
2011-01-25 Marek Habersack[corlib,crypto] RandomNumberGenerator implements IDispo...
2011-01-25 Marek Habersack[system] SmtpClient implements IDisposable on 4.0 ...
2011-01-25 Marek Habersack[wcf] Install the System.Data.Services.Client properly.
2011-01-25 Marek SafarNew test
2011-01-25 Marek SafarDegrade wrong override member to virtual instead of...
2011-01-25 Marek SafarFix caching of missing assemblies
2011-01-25 Marek SafarEvaluate preprocessor conditions also in unreachable...
2011-01-25 Marek SafarImplicitly typed array cannot have multiple dimensions
2011-01-25 Marek SafarTurn 2 errors into warnings, mcs can now compile method...
2011-01-25 Geoff NortonAdd pfx to the mobile profile
2011-01-25 Geoff NortonWork around a full-aot issue for monotouch System.Json
2011-01-25 jonchamUse correct allocator for marshalled memory.
2011-01-25 jonchamUse mono_marshal_free rather than g_free for deallocati...
2011-01-25 jonchamFix invalid IL code for marhsalling safe arrays.
2011-01-24 Andrew JorgensenAdd WebMatrix.Data to spec
2011-01-24 Mark ProbstMerge branch 'sgen-android'
2011-01-24 Mark Probst[sgen] Don't assert when on Android.
2011-01-24 Mark Probst[sgen] Make the second bridge DFS pass use an implicit...
2011-01-24 Mark Probst[sgen] Use an explicit stack instead of recursion for...
2011-01-24 Mark Probst[build] pkg-config support for libmonosgen.
2011-01-24 Mark Probst[sgen] Bridge cross references pass.
2011-01-24 Tomasz Kubacki[Mono.CSharp] Improve error reporting
2011-01-24 Jérémie LavalAdd a quirk for Parallel.For stealing
2011-01-24 Jérémie LavalRevert stealing changes in ListPartitioner, too much...
2011-01-24 Jérémie LavalFix range in ListPartitioner when initial division...
2011-01-24 Jérémie LavalTrack the end of the underlying enumerator in Enumerabl...
2011-01-24 Geoff NortonAvoid leaking the vmmap allocated by the kernel for...
2011-01-24 Geoff NortonFix a mach port leak
2011-01-24 Jérémie LavalSanitize parent-child relation in continuations
2011-01-24 Jérémie LavalDon't put back stuff in the shared work pool when walki...
2011-01-24 Jérémie LavalDon't execute self task so ravenously when waiting
2011-01-24 Jérémie LavalMake sure a synchronous continuation get executed synch...
2011-01-24 Marek Habersack[asp.net] Global.asax assembly must be passed as refere...
2011-01-24 Marek SafarUpdate to the latest IKVM
2011-01-24 Marek SafarGuard against invalid predefined assembly attributes
2011-01-24 Marek SafarReduced conditional expression requires both sides...
2011-01-24 Marek SafarDon't crash when call site type cannot be created ...
2011-01-24 Marek SafarReport better error message for literal conversion...
2011-01-24 Marek Safar[666476] Use correct parameter count when checking...
2011-01-24 Marek SafarUpdate C5 to version 1.1.1
2011-01-24 Marek SafarReport better error message when conversion between...
2011-01-24 Marek SafarOptimize reading of base interfaces
2011-01-24 Marek Safar[666376] Implement compiler option fullpaths
2011-01-24 Marek Habersack[asp.net] Fixed formatting of exception message. It...
2011-01-24 Zoltan VargaDist finally_guard.cs.
2011-01-24 Marek Habersack[ASP.NET] Templated exception reporting and a new look...
2011-01-22 Gonzalo Paniagua... Fix Dispose()
2011-01-22 Rodrigo KumperaFix corlib compilation
2011-01-22 Marek Habersack[asp.net,routing] Fix for bug #651966. Regular expressi...
2011-01-22 Mark Probst[sgen] Start concurrent sweep thread on GC init.
2011-01-22 Zoltan VargaFix sgen build on PPC linux.
2011-01-22 Gonzalo Paniagua... [HttpListener] Fix incorrect 411 error
2011-01-22 Jérémie LavalAdd unit test for Database
2011-01-22 Zoltan VargaForce a build.
2011-01-22 Jérémie LavalAdd unit tests for DynamicRecord
2011-01-22 Jérémie LavalJust fixup comment
2011-01-22 Zoltan VargaFix an assert which happens when a call is made to...
2011-01-22 Bassam TabbaraFix for 666225
2011-01-22 Miguel de Icaza[getline] Fix history search in the cmdline editor
2011-01-22 Jérémie LavalAdd GetLastInsertId
2011-01-22 Jérémie LavalFoobar trigger connection
2011-01-22 Jérémie LavalAdd Close method
2011-01-22 Jérémie LavalAdd ConnectionOpened event to Database
2011-01-22 Jérémie LavalFix up compilation of Database and DynamicRecord
next