Add a dummy SmtpServer to talk to our SmtpClient in unit tests
[mono.git] / mcs /
2010-08-04 Raja R HarinathAdd a dummy SmtpServer to talk to our SmtpClient in...
2010-08-04 Zoltan VargaAvoid creating the namedSlots array in the static cctor...
2010-08-03 Jérémie LavalAdd missing BOOTSTRAP_NET_4_0 define check in ManualRes...
2010-08-03 Jérémie LavalFix two minor exception misusages in BlockingCollection.
2010-08-03 Jérémie Laval[Fix] Add deep-sleep to BlockingCollection using two...
2010-08-03 Jérémie LavalSanitize use of CancellationToken in BlockingCollection.
2010-08-03 Jérémie LavalAdd a coherence subtest to SemaphoreSlim unit tests...
2010-08-03 Jérémie LavalUse SemaphoreSlim underlying kernel-based event to...
2010-08-03 Jérémie LavalCorrectly uses CancellationToken's ThrowIfCancellationR...
2010-08-03 Jérémie LavalCorrectly set SemaphoreSlim underlying kernel-based...
2010-08-03 Jérémie LavalCorrectly use ManualResetEventSlim's kernel-based count...
2010-08-03 Jérémie LavalUse directly CancellationToken's ThrowIfCancellationReq...
2010-08-03 Jérémie LavalUse kernel-event in ThreadWorker and Scheduler to sync...
2010-08-03 Jérémie LavalRevert stalling changes introduced in SpinWait. Add...
2010-08-03 Marek SafarReport CS0243 before CS0578. Fixes #624650
2010-08-03 Marek SafarAdd more cases for 4.0 identity comparison. Fixes ...
2010-08-03 Marek HabersackRemoved a few ONLY_1_1 ifdefs
2010-08-03 Marek HabersackTest commit - please ignore
2010-08-03 Jb EvainAdd tests for delegates closed over null
2010-08-03 Jb EvainDelegate.CreateDelegate: add support for delegates...
2010-08-03 Marek HabersackRemoved 1.1 code and NET_2_0 ifdefs
2010-08-03 Marek SafarFixed equality match between object and dynamic for...
2010-08-03 Marek SafarUpdated known issues
2010-08-03 Marek SafarMerge branch 'master' of github.com:mono/mono
2010-08-03 Marek SafarImplemented as operator over dynamic expression. Fixes...
2010-08-03 Ankit Jain[xbuild] Add $(TargetFrameworkDirectory) for msbuild...
2010-08-03 Ankit Jain[xbuild]When invoking resgen, set MONO_IOMAP only if...
2010-08-02 Marek SafarAdd verifier assistance for coalescing operator. Fixes...
2010-08-02 Marek SafarAdd verifier required boxing of reference type of field...
2010-08-02 Carlos Alberto CortezMake RegistryKey.Dispose public.
2010-08-02 Carlos Alberto CortezNew test for 4.0 RegistryKey.Handle property.
2010-08-02 Carlos Alberto CortezAdd None to RegistryValueKind enumeration.
2010-08-02 Carlos Alberto CortezImplement 4.0 RegistryKey.Handle property.
2010-08-02 Carlos Alberto CortezImplement 4.0 simple overloads of some RegistryKey...
2010-08-02 Carlos Alberto CortezNew tests for RegistryKey.FromHandle.
2010-08-02 Carlos Alberto CortezImplement RegistryKey.FromHandle.
2010-08-02 Marek SafarEmit address load for compound struct references assign...
2010-08-02 Marek SafarInitialize anonymous methods story for all sections...
2010-08-02 Marek SafarActually test the call
2010-08-02 Marek SafarReplace MOONLIGHT with NET_2_1
2010-08-02 atsushienoMerge branch 'master' of github.com:mono/mono into...
2010-08-02 atsushienoFix a bunch of compilation errors now that I can get.
2010-08-02 Marek SafarWorkaround unusual moonlight setup
2010-08-02 atsushienoAdd build fix (not sure if it is correct; MSDN does...
2010-08-01 Carlos Alberto CortezNew test for the 4.0 DeleteSubKeyTree overload.
2010-08-01 Carlos Alberto CortezImplement 4.0 DeleteSubKeyTree overload.
2010-08-01 Raja R HarinathRe-enable 'crlf' attributes on *.cs
2010-08-01 Marek SafarUpdate SymbolWriter to use generics collections
2010-08-01 Marek SafarImport abstract members as abstract only, Fixes #617970.
2010-08-01 Marek SafarAdd my old sync script
2010-08-01 Gonzalo Paniagua... Merge remote branch 'tgiphil/master'; commit 'c9bc218cd...
2010-07-31 Jérémie Laval[Fix] Adjust SpinWait values to stall the thread earlie...
2010-07-31 tgiphilMerge branch 'master' of github.com/mono/mono
2010-07-30 Marek SafarAllow Delegate.Combine/Remove with right null. Fixes...
2010-07-30 Carlos Alberto CortezAdd tests for GetSubKeyNames and DeleteSubKey rotines...
2010-07-30 Carlos Alberto CortezMove subkey info routines into KeyHandler to handle...
2010-07-30 Marek SafarRun extension methods overload resolver always in same...
2010-07-30 Jb EvainDelegate.Remove: throw when passing delegates of incomp...
2010-07-30 Jb EvainAdd test for incompatible types in Delegate.Remove
2010-07-30 atsushienoMerge branch 'atsushi'
2010-07-30 atsushienoAdd a bunch of configuration types.
2010-07-30 atsushienoadd 4.0 standard endpoint configuration types.
2010-07-30 Gonzalo Paniagua... Adapt to changes in exceptions policy for TP.
2010-07-29 Marek SafarA fix for #619919
2010-07-29 Rodrigo KumperaAdd regression test for #626441.
2010-07-29 Marek SafarRefactor EventExpr to use enhanced base member access...
2010-07-29 Marek SafarImplement hoisted base member access expression
2010-07-29 Jérémie LavalSwitch from per-thread SpinWait instance to per-method...
2010-07-29 Jérémie LavalAdd a SpinWait step when waiting on a task. Fix 100...
2010-07-29 Jérémie LavalSpinWait now sleep more in depth after a certain thresh...
2010-07-29 Jérémie LavalIntroduce a spin count limit in SpinWait
2010-07-29 Jérémie LavalAdd Yield method to Thread (4.0 profile).
2010-07-28 atsushienoMerge branch 'atsushi'
2010-07-28 atsushienoFix LocalClientSecuritySettingsElement.Property, and...
2010-07-28 Paolo MolaroMerge branch 'monitor-enter-bool-fix' into upstream...
2010-07-28 Paolo MolaroTest the Enter(object, ref bool) overload.
2010-07-28 atsushienoMerge branch 'atsushi'
2010-07-28 atsushienoImplement several ToString() methods.
2010-07-28 atsushienoadd another WS-SC test (cosmetic).
2010-07-28 Marek SafarMerge branch 'marek'
2010-07-28 Marek SafarDon't crash when resolving invalid constant expressions
2010-07-28 Raja R HarinathStep back a bit on enabling default CRLF handling.
2010-07-28 Raja R HarinathAdd a few .gitignore entries to reduce noise
2010-07-28 Marek SafarNew tests
2010-07-28 Marek SafarUpdated
2010-07-28 atsushienoImplement some WS-SecureConv parameter check and enable...
2010-07-28 atsushienoSecurityTokenRequirement.TryGetValue() returns false...
2010-07-28 Marek SafarMerge branch 'marek'
2010-07-28 Marek SafarUpdate to latest mcs
2010-07-28 Marek SafarMerge branch 'marek'
2010-07-28 atsushienoMerge branch 'atsushi'
2010-07-28 atsushienoHandle ListenUri to get correct Uri (especially when...
2010-07-28 Marek SafarMajor name lookup fixes
2010-07-28 atsushienoRemove invalid comments.
2010-07-28 atsushienoFill Description names, and remove extra code.
2010-07-28 Marek SafarNew tests
2010-07-28 jbevainfix crlf
2010-07-28 jbevainSystem.Reflection.Assembly.IsFullyTrusted: add stub.
2010-07-28 vvaradhan2010-07-28 Veerapuram Varadhan <vvaradhan@novell...
2010-07-27 Ankit Jainxbuild: Use '*mcs.bat' on windows and '*mcs' on other...
next