[CryptoStream] Invalid enum in ctor
[mono.git] / mcs / class / corlib /
2010-10-08 Gonzalo Paniagua... [CryptoStream] Invalid enum in ctor
2010-10-08 Gonzalo Paniagua... Dispose calls FlushFinalBlock
2010-10-08 Jb EvainAdd tests for ModuleBuilder.ResolveMember on different...
2010-10-07 Gonzalo Paniagua... Fix CryptoStream.Dispose
2010-10-07 Jb EvainAdd tests for ModuleBuilder.ResolveMemberToken
2010-10-07 Jb EvainFix test
2010-10-07 Jb Evain[Test] Add test for ModuleBuilder.ResolveFieldToken...
2010-10-07 Jb Evain[Fix] FieldBuilder.ctor: properly register FieldBuilder...
2010-10-07 Zoltan VargaFix make test for corlib.
2010-10-05 Rodrigo KumperaThe nested in type should not be inflated.
2010-10-04 Rodrigo KumperaFix #642130.
2010-10-04 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-09-29 Rodrigo KumperaRemove "NotWorking" from a test that now works.
2010-09-27 Rodrigo KumperaEnable test that has been fixed in the runtime.
2010-09-27 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-26 Marek Habersack[bug workaround] Fix the build of System.Web.Mvc by...
2010-09-26 Miguel de IcazaFix EqualityComparer for strings.
2010-09-26 Miguel de IcazaOptimize EqualityComparer for strings
2010-09-24 Zoltan VargaFix the setting of pointer type fields using reflection...
2010-09-23 Zoltan VargaFix the default exception message of RuntimeWrapperExce...
2010-09-23 Marek Safar[641146] Implemented IStructuralComparable.CompareTo
2010-09-22 Gonzalo Paniagua... The Hashtable is back
2010-09-21 Gonzalo Paniagua... Don't store objects in a Hashtable.
2010-09-21 Andrés G. Aragoneses[corlib] Prevent BinaryFormatter to throw on missing...
2010-09-20 Rodrigo KumperaReport the broken type name instead of assembly's.
2010-09-20 Rodrigo KumperaUse List<Exception> instead of ArrayList to make things...
2010-09-20 Rodrigo KumperaFix AssemblyBuilder::GetTypes () with unfinished types.
2010-09-20 Geoff NortonInclude TargetFrameworkAttribute in monotouch and monod...
2010-09-20 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-20 Jb EvainIgnor test since its fix has been reverted
2010-09-20 Jb EvainRevert "[Fix] Fix the default binder when selecting...
2010-09-15 Rodrigo KumperaFix monotouch bootstrap.
2010-09-14 Marek SafarMerge branch 'marek'
2010-09-13 Rodrigo KumperaCompiledContext is no longer needed.
2010-09-13 Rodrigo KumperaMethodBuilder should return null for generic arguments...
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 SafarMerge branch 'marek'
2010-09-10 Jb EvainAdd FileStream.Flush(bool) to the moonlight profile
2010-09-09 Jb EvainFix corlib usage of bootstrap .sources from the normal...
2010-09-08 Jb EvainEnable the corlib build for monodroid
2010-09-08 Jb EvainRemove no-op code
2010-09-07 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-03 Gonzalo Paniagua... Use UTF8 instead of ASCII when reading mount info
2010-09-03 Gonzalo Paniagua... Linux /proc/mounts might have escaped characters
2010-09-02 Jb Evain[Fix] fix regression in Delegate.CreateDelegate
2010-09-02 Jb EvainAdd a test for the regression to Delegate.CreateDelegat...
2010-09-01 Gonzalo Paniagua... Add missing DT format
2010-09-01 Jb EvainAdd NotWorking test for bugs #635349 and #605936
2010-08-31 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2010-08-31 Rodrigo KumperaFix corlib self referencing bug.
2010-08-31 Jérémie LavalFix non 4.0 build of ReaderWriterLockSlim.
2010-08-31 Zoltan VargaAOT mscorlib along with gmcs.
2010-08-31 Jérémie LavalFactorize tatas pattern in TryRelaxedSet method in...
2010-08-31 Jérémie LavalRework ReaderWriterLockSlim to use simpler Interlocked...
2010-08-30 Carlos Alberto CortezActually make use of SerializationBinder.BindToName...
2010-08-30 Carlos Alberto CortezAdd tests for SerializationBinder.BindToName usage...
2010-08-27 Jérémie LavalMove the predicate call under launched.TrySet protectio...
2010-08-27 Jérémie LavalIncrease the number of repeated run in stress test.
2010-08-27 Jérémie LavalAllow at max one Remove operation to fail in tests.
2010-08-27 Jérémie LavalChange the way continuation delegates are stored and...
2010-08-27 Marek SafarMerge branch 'master' of github.com:mono/mono
2010-08-26 Carlos Alberto CortezAdd a new test for SerializationInfo.SetType.
2010-08-26 Carlos Alberto CortezSet 4.0 members in SerializationInfo.SetType.
2010-08-25 Rodrigo KumperaAdd test for #633671
2010-08-25 Rodrigo KumperaFix value returned by PropertyInfo::DeclaringType
2010-08-24 Jérémie LavalCorrectly support calling lazily factory lambdas in...
2010-08-24 Jérémie LavalUse Interlocked.Read (long) call directly in CyclicDeque.
2010-08-23 Rodrigo KumperaType is sealed, forgot to make it so.
2010-08-23 Rodrigo KumperaImplement System.Runtime.InteropServices.TypeIdentifier...
2010-08-23 Carlos Alberto CortezSimplify the ObjectWriter .ctor and update call sites.
2010-08-23 Carlos Alberto CortezAdd 4.0 FormatterServices.IGetSurrogateForCyclicalRefer...
2010-08-23 Carlos Alberto CortezRemove NET_1_1 directive from FormatterServices.cs.
2010-08-19 Gonzalo Paniagua... Quote arguments in Environment.CommandLineArgs
2010-08-19 Jérémie LavalLittle 4.0 API signature tweaks
2010-08-19 Jérémie LavalRemove timed deep sleep in ManualResetEventSlim and...
2010-08-19 Jérémie LavalUpdate Task unit tests to reflect behavior change with...
2010-08-19 Geoff NortonFix GetDelegateForFunctionPointer for generic types
2010-08-18 Alex Fort[Fix] SetConsoleMode on the input handle, not the outpu...
2010-08-18 Jérémie LavalFix cancellation tracking and reporting in Task.
2010-08-18 Zoltan VargaFix the corlib tests build.
2010-08-17 Alex FortDiscard modifier key presses from ReadKey
2010-08-17 Jb EvainAdd test for dynamic methods with invalid unicode name
2010-08-17 Jérémie LavalFlatten file hierarchy in System.Threading.Tasks
2010-08-17 Jérémie LavalMove the count increment at a semantically more correct...
2010-08-17 Jérémie LavalAvoid waiting in an endless loop in ThreadWorker.
2010-08-17 Jb Evainupdate ignore files
2010-08-16 Carlos Alberto CortezAdd new file SerializationBinderTest.cs.
2010-08-16 Carlos Alberto CortezAdd SerializationBinderTest.cs to our test sources.
2010-08-16 Carlos Alberto CortezAdd 4.0 SerializationBinder.BindToName.
2010-08-16 Carlos Alberto CortezAdd SerializationInfoTest.cs to our list of test sources.
2010-08-16 Carlos Alberto CortezAdd new SerializationInfoTest.cs file.
2010-08-16 Carlos Alberto CortezAdd all the new 4.0 properties of SerializationInfo.
2010-08-16 Rodrigo KumperaMerge branch 'mono_class_field_lazy_loading'
2010-08-16 Rodrigo KumperaHandle lazy loading of type.
2010-08-16 Rodrigo KumperaLazy load FIeldInfo::FieldType from the managed side.
2010-08-13 Gonzalo Paniagua... Formatting
2010-08-13 Alex Fort[Fix] Keep looping in ReadKey until we get the actual...
2010-08-13 Jérémie LavalMove NET_4_0 define checks at the right position under...
2010-08-13 Marek SafarMerge remote branch 'chrisdunelm/master'
next