mono.git
2013-05-16 Alex Rønne... Merge pull request #637 from LogosBible/enetdown
2013-05-16 Alex Rønne... Merge 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-16 Rodrigo KumperaIf the TP monitor thread is signaled, bound the number...
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 Rodrigo KumperaMake sure we release memory for the runtime generated...
2013-05-15 Rodrigo KumperaMake sure we can properly suspend the main thread on...
2013-05-15 Zoltan VargaEnable partial generic sharing by default.
2013-05-15 Zoltan VargaDisable the gsharedvt optimizatiom in AOT if it is...
2013-05-15 Zoltan VargaShorten some gshared function names.
2013-05-15 Zoltan VargaAdd partial sharing support to AOT.
2013-05-15 Tom PhilpotHandle ENETDOWN error if defined.
2013-05-15 Zoltan VargaDisable a corlib test which can fail on some systems.
2013-05-15 Zoltan VargaClean up the partial generic sharing code a bit.
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 Rodrigo KumperaUse the native unwinder when Exception::ToString throws.
2013-05-14 Zoltan VargaImprove the size of the arm SEQ_POINT implementation...
2013-05-14 Zoltan VargaEnable hw division/remainder on mt in non-thumb mode...
2013-05-14 Alex Rønne... Add a missing IS_VFP check for OP_FCLT in the ARM back...
2013-05-14 Alex Rønne... Remove an unused variable in verify.c.
2013-05-14 Alex Rønne... Kill support for the ancient FPA format on ARM.
2013-05-14 Zoltan VargaEnable hw division on armv7s in ARM mode too.
2013-05-13 Zoltan VargaFix the build.
2013-05-13 Zoltan VargaFix thumb support in 36b9052157da87809210eb3cb00b9c5a8a...
2013-05-13 Zoltan VargaRework the way AOT method addresses are obtained on...
2013-05-13 Rodrigo KumperaAdd regression test for bug #10392.
2013-05-13 Rodrigo KumperaDon't try to merge interfaces between to non-interface...
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-13 Zoltan VargaUpdate .gitignore.
2013-05-11 Zoltan VargaBump the AOT file format version because of ad141a8b7bd...
2013-05-10 Sebastien PouliotUse FULL_AOT_RUNTIME instead of MONOTOUCH since we...
2013-05-09 Zoltan VargaAdd stubs for a remoting icall instead of removing it.
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 VargaAvoid using a different layout for the MonoAotFileInfo...
2013-05-09 Neale Fergusongcconfig.h - Add weak attribute to avoid __data_start...
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-08 Zoltan VargaFix support for ldtoken in AOTed non-shared generic...
2013-05-08 Zoltan VargaFix support for ldfld/stfld wrappers in gshared code...
2013-05-07 Neale FergusonRemove unneeded call - lazy support
2013-05-06 Zoltan VargaAdd a missing wbarrier to the gsharedvt code.
2013-05-06 Zoltan VargaAdd support for separating the class and method names...
2013-05-04 Alex Rønne... configure.in: Remove all explicit ARM_FPU_* definitions.
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 Zoltan VargaImplement division/remainder in hardware when using...
2013-05-03 Martin BauligAdd facade assemblies to the rpm spec file.
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-02 Aaron Bockovermac-reachability.c: update for C89isms
2013-05-01 Aaron Bockovermac-reachability.c: enable for TARGET_IOS
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-05-01 Atsushi Enoremove wrong EOLs after Libs: in reactive.pc.in. Third...
2013-04-30 Alex Rønne... Merge pull request #624 from jbevain-forks/mimemapping
2013-04-30 Zoltan VargaFix support for reference types in unbox.any in gshared...
2013-04-30 Jb EvainAdd new net_4_5 class System.Web.MimeMapping
2013-04-30 Alex Rønne... Merge 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
next