Merge pull request #647 from knocte/aspnet_lru
[mono.git] / mcs /
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...
2013-05-15 Sebastien PouliotFor HMAC avoid using the hash names to create instances...
2013-05-15 Sebastien PouliotDo not require an exception to detect if SHA1 is used.
2013-05-15 Sebastien PouliotAvoid calling TripleDES.Create(string), which calls...
2013-05-15 Radek Doulikadd System.Net.Http.Formatting to monodroid build
2013-05-15 Zoltan VargaDisable a corlib test which can fail on some systems.
2013-05-14 Martin Baulig[xbuild]: Define TargetingClr2Framework.
2013-05-14 Martin Baulig[xbuild]: Fix 4.0/4.5 repo layout.
2013-05-14 Sebastien PouliotSimply logic a bit when SslClientStream is only used...
2013-05-14 Sebastien PouliotSpace/tabs unification
2013-05-14 Andres G. Aragoneses[WebConfigurationManager] Fix memleak by using a LruCac...
2013-05-14 Alex Rønne PetersenKill support for the ancient FPA format on ARM.
2013-05-13 Sebastien PouliotAllow compiling SSL/TLS and NTLM support directly into...
2013-05-13 Sebastien PouliotReduce the number of intermediate calls to allow the...
2013-05-13 Sebastien PouliotDo not bring Win32 or Linux specific code for iOS Netwo...
2013-05-13 Zoltan VargaMake the checks done to detect unhandled exceptions...
2013-05-10 Sebastien PouliotUse FULL_AOT_RUNTIME instead of MONOTOUCH since we...
2013-05-09 Jérémie Laval[monodoc] Add missing legacy GetTitle method
2013-05-09 Jérémie Laval[monodoc] Add forgotten test file
2013-05-09 Zoltan VargaDisable parallel compression in mkbundle again, it...
2013-05-09 Jérémie Laval[monodoc] Disable usage of HtmlAgilityPack in tests...
2013-05-09 Zoltan VargaFix a typo.
2013-05-09 Jérémie Laval[monodoc] Correctly insert mixed mode XML in namespace...
2013-05-09 Jérémie Laval[monodoc] Add workaround to process CDATA backed summar...
2013-05-09 Marek SafarStreamWriter async methods cannot call base TextWriter...
2013-05-09 Marek SafarRename AddBasesForPart to SetBaseTypes
2013-05-09 Marek SafarAbstract methods can override virtual methods. Fixes...
2013-05-09 Marek SafarFix TraceSource constructor. Fixes #12001
2013-05-09 Marek SafarNested dotted namespace can access its parent dotted...
2013-05-09 Atsushi Eno[Rx] some more csproj generator fixes; debug and releas...
2013-05-09 Atsushi Eno[Rx] update mobile project generator to hopefully gener...
2013-05-09 Marek SafarFix copyright author
2013-05-09 Marek SafarPopulate more win32 version info values. Fixes #8578
2013-05-09 Marek SafarDefine internal attribute in case we missed the global...
2013-05-09 Marek SafarRename parameter name
2013-05-09 Marek SafarRemove extra null key check
2013-05-07 Pablo Ruiz GarciaFixed @grendello's comments regarding styling and a...
2013-05-05 Pablo Ruiz GarciaRefactor of Route's GetVirtualPath implementation based...
2013-05-04 Zoltan VargaDisable a System.Core test which fails on mt because...
2013-05-03 Sebastien PouliotFix build for mobile (ios and android) wrt recent pull...
2013-05-03 Sebastien PouliotHardcode the use of CFNetwork.GetDefaultProxy for...
2013-05-03 Marek SafarMerge pull request #628 from pdonald/master
next