[mdoc] Pass the right HelpSource as a hint to the renderer to avoid generating system...
[mono.git] / mcs /
2013-06-05 Jérémie Laval[mdoc] Pass the right HelpSource as a hint to the rende...
2013-06-05 Jérémie Laval[monodoc] Ditto for fetching type node parents of subnodes.
2013-06-05 Jérémie Laval[monodoc] Fix ecma traversal with unattached tree.
2013-06-05 Martin BauligBuild System.Net on mobile (type-forwarders for PCL).
2013-06-05 Sebastien PouliotExclude the new System.IO.Directory unit test for iOS...
2013-06-05 Sebastien PouliotAdd monotouch_corlib.dll.sources (to simply include...
2013-06-05 Rodrigo KumperaFix 2.0 build.
2013-06-04 Jonathan Pryor[System.Core] Add AesCryptoServiceProvider to the MONOD...
2013-06-04 Rodrigo KumperaMake sure the behavior between GetFiles and EnumerateFi...
2013-06-04 Sebastien Pouliot[ios] Remove the need to use reflection to call the...
2013-06-04 Martin Baulig[PCL]: Set Facade Assemblies' version number to "4...
2013-06-04 Sebastien PouliotRe-enable a test for the MOBILE profile (by ensuring...
2013-06-04 Zoltan VargaImplement MethodMirror.MakeGenericMethod ().
2013-06-03 Jonathan Pryor[corlib] Don't throw UnauthorizedAccessException from...
2013-06-03 Marek SafarMerge pull request #653 from LogosBible/TimeSpan-TryPar...
2013-06-03 Martin PotterTimeSpan.TryParseExact should not try to parse null...
2013-06-03 Atsushi Enoa few more nunit test modernization.
2013-06-03 Atsushi Enoconvert some unit tests to modern style. (not really...
2013-06-02 Marek SafarMerge pull request #651 from JoostK/patch-1
2013-06-01 Joost KoehoornShortcut open parent recognition for switch
2013-05-31 Sebastien PouliotFix random unit test failures on the bots [#12493]
2013-05-31 Jeffrey Stedfast[Mono.Debugger.Soft] Updated closed/disconnected state...
2013-05-31 Atsushi Eno[mkbundle] do not require dos2unix (and sh) on Windows...
2013-05-30 Rolf Bjarne Kvinge[System] Don't use System.Reflection.Emit if we're...
2013-05-30 Rodrigo KumperaImprove the reliability and error reporting of the...
2013-05-29 Sebastien Pouliot[ios] Allow some level of configuration when CryptoConf...
2013-05-29 Sebastien PouliotRemove MOBILE defines inside X509Chain tests
2013-05-29 Jonathan Pryor[mdoc] Fix unit tests.
2013-05-29 Jonathan Pryor[mdoc] Fix export-msxdoc regression, updated expected...
2013-05-29 Marek SafarEnable fixed tests
2013-05-29 Marek SafarRun YieldAwaitable tests on default synchronization...
2013-05-29 Zoltan VargaDisable some YieldAwaitable tests on MT.
2013-05-29 Sebastien PouliotChange code to more linker friendly ways to create...
2013-05-29 Sebastien PouliotRefactor the Mono.Security code to use more linker...
2013-05-29 Rodrigo KumperaAvoid direct recursion when computing the exceptions...
2013-05-28 Sebastien Pouliot[ios] Add, as a last resort, the creation of the hash...
2013-05-28 Marek SafarUpdate failing mobile test
2013-05-28 Rodrigo KumperaFix 2.0 corlib test suite.
2013-05-28 Marek SafarKeep cancellation token for all running requests. Fixes...
2013-05-28 Marek SafarUpdated CryptoConvert.cs path
2013-05-28 Marek SafarResolve unreachable block with correct flow settings...
2013-05-27 Marek HabersackMerge pull request #647 from knocte/aspnet_lru
2013-05-27 Andres G. Aragoneses[System.Web] Improve locking logic for WebConfigManager...
2013-05-27 Martin Baulig[xbuild]: Remove duplicates from 'TargetFrameworkDirect...
2013-05-27 Martin Baulig[WebConnection]: Fix incorrect end-of-stream with null...
2013-05-25 Marek SafarAdd more argument checks to RegisterWaitForSingleObject
2013-05-25 Marek SafarMerge pull request #648 from DavidKarlas/defaultDependc...
2013-05-24 Atsushi Enoforgot to add new source to .sources.
2013-05-24 Martin Baulig[xbuild]: Fix conditions for <ItemGroup> inside <Target>.
2013-05-24 Atsushi EnoUse IKVM.Reflection to fully avoid reflection+mscorlib...
2013-05-24 Martin Baulig[PCL]: Add missing type-forwarder for System.String...
2013-05-24 Rodrigo Kumpera[sdb] Fix race condition on test program that would...
2013-05-24 Atsushi Enothe previous change was #fail, the string constants...
2013-05-24 Atsushi Enoadd include-less build for XamAndroid.
2013-05-24 Miguel de IcazaPut back the tests, we were trying to track down the...
2013-05-24 David KarlašDependencyProperty of DependencyObject was trowing...
2013-05-24 Martin Baulig[System.Drawing]: Disable more broken tests.
2013-05-24 Sebastien PouliotRefactor the [D|R]SACryptoServiceProvider constructors...
2013-05-24 Atsushi EnoAdd some missing MSBuild project model evaluation members.
2013-05-24 Atsushi EnoAdd missing MSBuild Framework interface.
2013-05-24 Martin Baulig[System.Drawing]: Disable broken tests.
2013-05-23 Martin Baulig[xbuild]: Implicitly expand PCL2 facade assemblies.
2013-05-23 Martin Baulig[xbuild]: Provide a real Microsoft.Portable.CSharp...
2013-05-23 Martin Baulig[xbuild]: Fix reference assembly path.
2013-05-23 Sebastien PouliotShare a bit more code wrt OID/hash so X.509 CRL can...
2013-05-23 Martin BauligOoops, variance is not available in 3.5.
2013-05-23 Martin Baulig[make]: Build Facade assemblies in mcs/class/lib/$...
2013-05-23 Martin Baulig[xbuild]: Fix task batching for <ItemGroup> inside...
2013-05-23 Martin Baulig[xbuild]: Fix 'make test'.
2013-05-23 Rodrigo KumperaAdd the hostname into the exception message when doing...
2013-05-23 Marek SafarImplement Task::AsyncWaitHandle. Fixes #12342
2013-05-22 Martin Baulig[xbuild]: Rename @(_ResolvedDependencyFiles) -> @(Refer...
2013-05-22 Martin Baulig[xbuild]: Add empty "BuildOnlySettings" target.
2013-05-22 Miguel de IcazaMerge pull request #629 from pruiz/syswebrouting-fixes2
2013-05-22 Miguel de IcazaMerge pull request #644 from knocte/connstrings
2013-05-21 Sebastien PouliotAdd support for certificates using RIPEMD160 and add...
2013-05-21 Sebastien PouliotAdditional crypto support needs to be in mscorlib.dll...
2013-05-21 Martin Baulig[xbuild]: Generate [TargetFramework] attribute.
2013-05-21 Sebastien PouliotPoint sources to Mono.Security versions of the files...
2013-05-21 Sebastien PouliotRemove duplicate files (cvs-time artefact)
2013-05-21 Marek SafarMerge pull request #645 from knocte/nitpicks
2013-05-21 Jonathan Pryor[Mono.Posix] Fix INTL.DLL CallingConvention.
2013-05-20 Andres G. Aragoneses[Sys.Configuration] Remove unneeded NET_2_0 ifdefs
2013-05-20 Andres G. Aragoneses[Sys.Configuration] Remove a misleading MonoTODO in...
2013-05-17 Michael Hutchinson[Mono.Data.Sqlite] Stop DataAdapter.Fill exploding...
2013-05-17 Michael Hutchinson[monodoc] Return null from GetHelpXml if node not found
2013-05-17 Michael Hutchinson[monodoc] Throw exception on unparseable URL
2013-05-17 Sebastien PouliotUse the source files from ../Mono.Security/ to avoid...
2013-05-17 Sebastien PouliotMerge changes, that were only made in corlib, back...
2013-05-17 Sebastien PouliotDo not bring (linking-wise) most of ToBase64Transform...
2013-05-16 Andres G. Aragoneses[HttpWebRequest] Assertion message nitpicks in new...
2013-05-16 Andres G. Aragoneses[mono-service] log service name when reporting ExitCode...
2013-05-16 Sebastien PouliotFix copy-paste typo (encryptionAlgorithm vs decryptionA...
2013-05-16 Radek Doulikrevert my 2 last commits
2013-05-16 Sebastien PouliotPrefer using AES over Rijndael in newer profiles. SSL...
2013-05-16 Alex Rønne PetersenMerge pull request #637 from LogosBible/enetdown
2013-05-16 Alex Rønne PetersenMerge pull request #638 from directhex/master
2013-05-16 Jo ShieldsEnsure $(DESTDIR)$(mono_libdir)/mono/3.5 exists before...
2013-05-16 Jo ShieldsCorrect list of EXTRA_DISTFILES
2013-05-16 Radek Doulikadded System.Configuration and System.Security to monod...
next