Merge pull request #1113 from akoeplinger/fix-cache-test
[mono.git] / mcs /
2014-06-20 Alex Rønne PetersenMerge pull request #1113 from akoeplinger/fix-cache...
2014-06-20 Alex Rønne Petersen[MWF] Disable OneIdlePerThread test.
2014-06-19 Alexis ChristoforidesAdded test for bug #20672 (fixed in aeab5b59021f4a712d5...
2014-06-19 Alex Rønne Petersen[MWF] Disable DataRemainsOnClipboard_Xamarin4959 test.
2014-06-19 Miguel de Icaza[WCF] Make BasicHttpBinding.AllowCookies work
2014-06-19 Alexander Köplinger[System.Runtime.Caching] Fixed test that failed intermi...
2014-06-19 Rodrigo Kumpera[runtime] Don't perform double accounting of offset...
2014-06-19 Rodrigo KumperaMerge pull request #946 from akoeplinger/fix-mono-parallel
2014-06-19 Rodrigo KumperaMerge pull request #1074 from esdrubal/bug18421
2014-06-19 Marek Safar[xbuild] Parsing conditions with property references...
2014-06-19 Miguel de IcazaRevert change that introduces a new undocumented enviro...
2014-06-19 Marek Safar[xbuild] Implements property functions using constructo...
2014-06-19 Alexis Christoforides[System.ComponentModel] BindingList.ListChanged now...
2014-06-19 Alex Rønne PetersenMerge pull request #1109 from adbre/iss358
2014-06-18 Jonathan PryorMerge pull request #1014 from txdv/master
2014-06-18 Alex Rønne PetersenMerge pull request #1110 from tpokorra/FixImageListStre...
2014-06-18 Iain LaneOverride registry storage with MONO_CURRENTUSER_REGISTR...
2014-06-18 Andrius BentkusExpose full epoll_ctl functionality.
2014-06-18 Timotheus PokorraImageListStreamer generates winform resource files...
2014-06-18 Alexander KöplingerFixed another 8080 test port
2014-06-17 Alex Rønne PetersenMerge pull request #1108 from akoeplinger/change-test...
2014-06-17 Alexander Köplinger[System.ServiceModel] Changed test port from 8080 to...
2014-06-17 Alex Rønne PetersenMerge pull request #1106 from akoeplinger/fix-winforms...
2014-06-17 Alex Rønne PetersenMerge pull request #1107 from akoeplinger/fix-numericupdown
2014-06-17 Alexander Köplinger[Managed.Windows.Forms] Fix 'minimum' default value...
2014-06-17 Marek Safar[mcs] Implements finally execution for await with try...
2014-06-17 Alexander Köplinger[Managed.Windows.Forms] Fixed System.Resources tests...
2014-06-17 Atsushi EnoRevert "[msbuild] fix some weird local result variable...
2014-06-16 Zoltan VargaMerge pull request #1103 from nathanaeljones/patch-1
2014-06-16 Alex Rønne PetersenMerge pull request #1104 from tpokorra/TarballIncludeMo...
2014-06-16 Timotheus PokorraTarball: include System.Security.dll and System.Configu...
2014-06-16 Zoltan Varga[bcl] Fix the mobile build.
2014-06-16 Nathanael JonesFix AddCacheDependency signature to use params
2014-06-16 Alex Rønne PetersenMerge pull request #1102 from tpokorra/TarballFixAvoidC...
2014-06-16 Timotheus PokorraRemove a reference to the file AvoidCDataTextReaderTest...
2014-06-16 Alex Rønne PetersenMerge pull request #1101 from jariq/master
2014-06-16 Marek Safar[mcs] Run new initializer await checks only in async...
2014-06-16 Marek SafarMerge pull request #1099 from jsportaro/master
2014-06-16 Marek Safar[system.data] Parse numeric expressions using invariant...
2014-06-16 Marek Safar[mcs] Reachability analysis should ignore local variabl...
2014-06-14 Jaroslav ImrichSupport both unencrypted PKCS#12 and PKCS#12 encrypted...
2014-06-13 Larry O'BrienMonodoc: Fix for CDATA bug (https://bugzilla.xamarin...
2014-06-13 Rodrigo Kumpera[System.Core] Add new tests for MemoryMappedFile.
2014-06-13 Rodrigo Kumpera[runtime] Rewrite MemoryMappedFile to support named...
2014-06-13 Joseph PortaroAdded fix for Bug 11630
2014-06-13 Marek Safar[mcs] Always store hidden catch variable when clause...
2014-06-13 Marek Safar[corlib] Set AggregateException message text in all...
2014-06-13 Marek Safar[mcs] Emit correct value type collection initialization...
2014-06-13 Marek Safar[mcs] Keep stack populated when array initializer conta...
2014-06-13 Zoltan VargaMerge pull request #1097 from BrzVlad/master
2014-06-13 Marek Safar[mcs] Handle catch filter with await-ed rethrow and...
2014-06-12 Marek Safar[mcs] Add support for await in finally clause
2014-06-11 Jeffrey Stedfast[Mono.Debugger.Soft] Handle cases where the instruction...
2014-06-11 Martin Baulig[Http]: Fix a potential race condition in the WebConnec...
2014-06-11 Marek Safar[mcs] Check for missing dependencies of container types...
2014-06-11 Marek Safar[mcs] Resolve event expression when testing left side...
2014-06-11 Marek Safar[mcs] Inflate nested pointer containers too.
2014-06-11 Marek Safar[mcs] Flow analysis of binary expressions not using...
2014-06-11 Alex Rønne PetersenMerge pull request #890 from xoofx/master
2014-06-11 Alexandre Mutel[Mono.Linker] Add support for using the linker with...
2014-06-11 Alexandre Mutel[Mono.Linker] Add support for <Module> with static...
2014-06-10 Martin Baulig[Http]: Cosmetic, remove some dead code.
2014-06-10 Marek Safar[mcs] Implement rethrow support in awaited catch clause
2014-06-10 Martin Baulig[Http]: Fix digest authentication (bug #18799).
2014-06-10 Martin Baulig[System.Net.Http]: Always add "Content-Length" in HttpC...
2014-06-10 Jeffrey Stedfast[Mono.Debugger.Soft] Improved ILInterpreter to eval...
2014-06-10 Martin Baulig[Http]: Only recycle ServicePoints from the idle timer...
2014-06-10 Jeffrey Stedfast[Mono.Debugger.Soft] minor code cleanup
2014-06-10 Atsushi Eno[sys.xaml] fix TypeId and get broken WindowsBase tests...
2014-06-10 Alex Rønne PetersenMerge pull request #1094 from LRFalk01/master
2014-06-10 LucasIdentities not being set in ClaimsPrincipal Ctor
2014-06-09 Atsushi Eno[sys.xaml] remove extraneous NET_2_1 and use __MOBILE__...
2014-06-08 Alex Rønne PetersenMerge pull request #1090 from BrianDurham/patch-2
2014-06-08 Alex Rønne PetersenMerge pull request #1089 from BrianDurham/patch-1
2014-06-08 Alex Rønne PetersenMerge pull request #1091 from BrianDurham/patch-3
2014-06-08 Alex Rønne PetersenMerge pull request #1092 from BrianDurham/patch-4
2014-06-08 Brian DurhamUpdate XplatUIX11GTK.cs - change "Check you DISPLAY"
2014-06-08 Brian DurhamUpdate XplatUIX11.cs - change "Check you DISPLAY"
2014-06-08 Brian DurhamUpdate X11Display.cs - change "Check you DISPLAY"
2014-06-08 Brian DurhamUpdate Graphics.cs - change "Check you DISPLAY"
2014-06-07 Rodrigo KumperaMerge pull request #1088 from BrzVlad/pushless
2014-06-07 Joao MatosFixed the build on MSVC.
2014-06-07 Alex Rønne PetersenSilence unused mkstemp result warnings in jay.
2014-06-05 Martin Baulig[Http]: Read version from "HTTP CONNECT" response.
2014-06-05 Martin Baulig[Http]: Fix the loop in WebConnection.ReadHeaders().
2014-06-05 Zoltan VargaMerge pull request #1084 from tritao/msvc-warnings
2014-06-05 Marek Safar[mcs] Return type inference of async anonymous methods
2014-06-05 Marek Safar[mcs] Check for await expression inside new delegate...
2014-06-05 Joao MatosRegenerate keyboards.resx resource file.
2014-06-05 Zoltan VargaMerge pull request #1083 from christianhuening/NetworkI...
2014-06-05 Christian Hüning- ADDED: Support to read out Interface flags on OS X
2014-06-05 Atsushi Eno[msbuild] fix some weird local result variable initiali...
2014-06-05 Atsushi Eno[MS.Build] disable failing test.
2014-06-05 Atsushi Eno[MS.Build] metadata is also replaced its windows path...
2014-06-04 Marek Safar[mcs] Revert unwanted change from 9e5d5e5c90fce0374447b...
2014-06-04 Marek SafarFixes build
2014-06-04 Marek Safar[mcs] Better error message for attribute value used...
2014-06-04 Marek Safar[mcs] Emit result type conversion for null coalescing...
2014-06-04 Marek Safar[mcs] Add more checks to dynamic logical operations...
2014-06-04 Marek Safar[mcs] Don't wrap enum constants during folding when...
next