[Mono.Posix] Fix INTL.DLL CallingConvention.
[mono.git] / mcs /
2013-05-21 Jonathan Pryor[Mono.Posix] Fix INTL.DLL CallingConvention.
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 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 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-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
2013-05-03 rootImplemented async methods in System.Data.Common
2013-05-02 Martin BauligHmm, 'dist-local: dist-default', maybe ...
2013-05-02 Martin BauligFix 'make dist'.
2013-05-02 Martin BauligFix linux build (/r:System.Xml, not System.XML).
2013-05-02 Martin BauligAdd PCL Facade assemblies.
2013-05-01 Miguel de IcazaMerge pull request #627 from abock/master
2013-05-01 Aaron BockoverNetworkChange: Support Mac OS X (bcx#12038)
2013-05-01 Bojan RajkovicRevert "Merge pull request #618 from knocte/aspnet_lru"
2013-05-01 Sebastien Pouliot[ios] throw an TimeZoneNotFoundException if the timezon...
2013-05-01 Sebastien PouliotFix compilation of Variant for iOS: Marshal.GetObjectFo...
2013-05-01 Sebastien PouliotRemove reflection usage to access NSTimeZone for iOS
2013-04-30 Alex Rønne PetersenMerge pull request #624 from jbevain-forks/mimemapping
2013-04-30 Jb EvainAdd new net_4_5 class System.Web.MimeMapping
2013-04-30 Alex Rønne PetersenMerge pull request #623 from madewokherd/byrefvariants
2013-04-30 Vincent PovirkImplement reading byref variants.
2013-04-29 Sebastien PouliotAvoid potential NRE is the UserCAStore could not be...
2013-04-29 Jonathan PryorAdd System.Diagnostics.Switch/etc. to the MOBILE profile.
2013-04-29 Marek SafarRun repl in unsafe mode by default
2013-04-29 Marek SafarAllow parsing compiler arguments with user specified...
2013-04-29 Marek SafarMake LocatedToken top level type
2013-04-29 Marek SafarMake reusing few expressions easier
2013-04-29 Marek SafarDon't throw when trying to parse leading sign number...
2013-04-29 Marek SafarDon't try to inflate nested types of missing type....
2013-04-29 Marek SafarRevert "Merge pull request #615 from nealef/master"
2013-04-29 Marek SafarAdd anonymous type evaluator test
2013-04-27 Sebastien PouliotAvoid using reflection to redirect Console.Write* to...
2013-04-27 Sebastien PouliotAvoid using reflection to initialize RegionInfo from...
2013-04-27 Jonathan PryorAdd System.Diagnostics.Trace to the MOBILE profile.
2013-04-26 Marek SafarMerge pull request #621 from andreazevedo/master
2013-04-26 andreazevedoUsing existing constant instead of number literal
2013-04-26 Miguel de IcazaMerge pull request #615 from nealef/master
2013-04-26 Miguel de IcazaMerge pull request #620 from knocte/monoservice_playground
2013-04-26 Miguel de IcazaMerge pull request #618 from knocte/aspnet_lru
2013-04-26 Andres G. Aragoneses[System.Web] Use STDERR instead of STDOUT in LRUcache
2013-04-26 Andres G. Aragoneses[System.Web] Move MONO_ASPNET_WEBCONFIG_CACHESIZE parsi...
2013-04-25 Sebastien Pouliot[linker] Move the special marking of serializable types...
2013-04-25 Sebastien PouliotUse field for GetObjectData and this (instead of base...
2013-04-25 Marek SafarBetter error message
2013-04-25 Andres G. Aragoneses[System.ServiceProcess.ServiceController] Remove NET_2_...
2013-04-25 Andres G. Aragoneses[mono-service] Report to syslog if ExitCode ended up...
2013-04-25 Andres G. Aragoneses[System.ServiceProcess.ServiceBase]: Implement Stop...
2013-04-24 Andres G. Aragoneses[WebConfigurationManager] Reset LRUcache eviction count...
2013-04-24 Andres G. Aragoneses[WebConfigurationManager] Make the max LRUcache size...
2013-04-24 Martin Baulig[monodoc]: Use shell script for jay to support parallel...
2013-04-24 Andres G. Aragoneses[System.Web] Coding style nits in LruCache
2013-04-24 Alex Rønne PetersenMerge pull request #610 from metanest/tests_gc_descript...
2013-04-24 Marek SafarDon't check public token on missing references. Fixes...
next