mono.git
2015-04-24 Atsushi EnoAdd system.runtime.serialization config, makes several...
2015-04-24 Atsushi Eno[S.R.Serialization] switch to referencesources.
2015-04-24 Atsushi Eno[S.Xml] Add [InternalsVisibleTo(S.R.Serialization)].
2015-04-24 Alex Rønne... Merge pull request #1735 from akoeplinger/mingw-fix
2015-04-24 Alexander Köplinger[io-layer] Fix Windows build on mingw
2015-04-23 Zoltan Varga[jit] Use mini_get_underlying_type () in mini_type_is_v...
2015-04-23 Ludovic Henry[threadpool] Remove native call to Socket.(Receive...
2015-04-23 Ludovic Henry[threadpool-ms] Fix race condition
2015-04-23 Zoltan Varga[runtime] Fix the arm build.
2015-04-23 Rolf Bjarne... [System.Data] Bring back PropertyAttributes, StrongTypi...
2015-04-23 Rolf Bjarne... [mono-api-html] Use html5-compatible code for colorizin...
2015-04-23 Rolf Bjarne... [mono-api-html] Ignore non-important attribute differen...
2015-04-23 Zoltan VargaMerge pull request #1731 from mono/fix-abort-arm-thumb
2015-04-22 Vlad Brezae[arm] Fix aborting of threads in managed code
2015-04-22 Radek Doulik[pdb2mdb] fix decimal values reading
2015-04-22 Alex Rønne... Merge pull request #1728 from akoeplinger/revert-xp
2015-04-22 Rodrigo Kumpera[threading] Remove dead code that was used only by...
2015-04-22 Alexander KöplingerFix comment that still referred to Windows XP in config...
2015-04-22 Alexander KöplingerRevert "[msvc] Change target MSVC release from v120...
2015-04-22 João MatosMerge pull request #1725 from alexanderkyte/cache_crash
2015-04-22 João MatosMerge pull request #1726 from jaredpar/build-roslyn
2015-04-22 Sebastien Pouliot[linker] Mark SecurityDeclarations [#28918]
2015-04-22 Sebastien Pouliot[linker] Resolve AssemblyName[Reference] when sweeping...
2015-04-22 Sebastien PouliotBump referencesources to restore compatibility with...
2015-04-21 Zoltan Varga[sdb] Remove more unused code.
2015-04-21 Zoltan Varga[sdb] Remove more unused interrupt code.
2015-04-21 Zoltan Varga[sdb] Remove unused mono_debugger_agent_thread_interrup...
2015-04-21 Zoltan Varga[sdb] Remove an osx workaround which isn't needed with...
2015-04-21 Zoltan VargaFix some warnings.
2015-04-21 Rodrigo KumperaMerge pull request #1723 from madewokherd/winvista
2015-04-21 Rodrigo Kumpera[runtime] It's spring cleaning in MonoInternalThread...
2015-04-21 Rodrigo Kumpera[threading] Remove old suspend code now that all target...
2015-04-21 jaredparImprove Visual Basic build support
2015-04-21 Rodrigo KumperaMerge pull request #1699 from ludovic-henry/threadpool...
2015-04-21 Alexander KöplingerMerge pull request #1721 from jaredpar/fix-attribute-gen
2015-04-21 jaredparEmit assembly attributes after Import statements
2015-04-21 Chris HamonsFix Options.cs warning on mobile builds
2015-04-21 Marcos Henrich[System] Replaced System.Process lock(this)
2015-04-21 Marcos Henrich[System] Process.Exited is now thread safe.
2015-04-21 Miguel de IcazaMerge pull request #1720 from blucz/master
2015-04-20 Alexander Kyte[System.Runtime.Caching] Added missing locking around...
2015-04-20 Rodrigo Kumpera[threading] Fix coop+windows compilation.
2015-04-20 Vincent PovirkBump Windows version requirement to Vista.
2015-04-20 Vincent PovirkAdd configure check for inet_pton on Windows.
2015-04-20 Rodrigo Kumpera[threading] Just skipping GC is not enough, we need...
2015-04-20 Rodrigo Kumpera[threading] Add coop support to sdb.
2015-04-20 Miguel de Icaza[Socket] Add DualMode property and adjust to Mono seman...
2015-04-20 Ludovic Henry[threadpool-io] Fix epoll init
2015-04-20 Ludovic Henry[threadpool-io] Move epoll/kqueue/poll specific code...
2015-04-20 Ludovic Henry[threadpool-io] Move Mono(Socket)RuntimeWorkItem Execut...
2015-04-20 Marek Safar[corlib] cryptography from reference sources
2015-04-20 Marcos HenrichMerge pull request #1691 from esdrubal/exitevent
2015-04-20 Marcos HenrichMerge pull request #1222 from LogosBible/uri-trycreate
2015-04-20 Marek Safar[corlib] Fix mobile tests
2015-04-20 Ludovic Henry[threadpool-io] Make updates non backend specific
2015-04-20 Ludovic Henry[threadpool-io] Do not wait on socket if there are...
2015-04-19 Zoltan Varga[llvm] Refactor the intrinsics registration code a...
2015-04-19 Miguel de Icaza[Socket] Fix the socket ctor base call, and document...
2015-04-19 Zoltan Varga[runtime] Fix a regression in the socket code introduce...
2015-04-18 Zoltan Varga[runtime] Add a checked version of mono_class_from_name ().
2015-04-18 Zoltan VargaFix a warning.
2015-04-18 Zoltan VargaRevert "[runtime] Add a _checked version for mono_class...
2015-04-18 Zoltan Varga[runtime] Remove unused mono_metadata_parse_signature_f...
2015-04-18 Zoltan Varga[runtime] Add a _checked version for mono_class_from_na...
2015-04-17 Rodrigo Kumpera[jit] Fix the build.
2015-04-17 Zoltan Varga[jit] Allow the storage of trampolines in the jit info...
2015-04-17 Zoltan Varga[runtime] Enable the managed test runner for the gshare...
2015-04-17 Rodrigo Kumpera[threading] [jit] Fix non coop osx build.
2015-04-17 Brian LuczkiewiczFix NullReferenceException in timer thread
2015-04-17 Rodrigo Kumpera[coop] Add missing coop checks for WFSO and WFMO.
2015-04-17 Rodrigo KumperaRevert "[threading] Move the safe pointing of WFSO...
2015-04-17 Rodrigo Kumpera[coop] get_addrinfo_family_hint could call into managed...
2015-04-17 Rodrigo Kumpera[jit] Rework the managed code suspend polling and add...
2015-04-17 Rodrigo Kumpera[jit] Fix the loop recognition pass to handle single...
2015-04-17 Rodrigo Kumpera[threading] Add a global variable that is set while...
2015-04-17 Zoltan Varga[runtime] Fix the creation of multi-dimensional arrays...
2015-04-17 Ludovic Henry[threadpool-ms] Change boolean return type from gboolea...
2015-04-17 Ludovic Henry[threadpool-ms] Fix sgen runtime test crash
2015-04-17 João Matos[runtime] Revert this change as it strips the volatilen...
2015-04-17 Marek Safar[corlib] Security attributes from reference sources
2015-04-17 Marek Safar[corlib] Update public api
2015-04-17 Marek Safar[corlib] Versioning from reference sources
2015-04-17 Ludovic Henry[runtime] Fix call to task_for_pid in proclib utils
2015-04-17 Marek Safar[corlib] SafeHandles from reference sources
2015-04-17 João MatosMerge pull request #1717 from jaredpar/vb-build-props
2015-04-17 João MatosMerge pull request #1716 from esdrubal/jsdeserialize
2015-04-17 Marek Safar[system] Fixes mobile build
2015-04-17 Marek Safar[corlib] Fixes build
2015-04-17 Marek SafarBump reference sources for build fix
2015-04-17 Marek Safar[corlib] Mobile build fixes
2015-04-17 Marek Safar[facades] Add missing attributes
2015-04-17 Marek Safar[corlib] More exceptions from reference sources
2015-04-16 jaredparExpand Visual Basic build support
2015-04-16 Neale FergusonAdd support for mono_arch_create_monitor_[enter|exit...
2015-04-16 Zoltan Varga[runtime] Fix support for delegates with a byref first...
2015-04-16 Marcos Henrich[System.Web.Extension] Fixes js deserialization.
2015-04-16 Marcos Henrich[System.Web.Extension] Added tests.
2015-04-16 João Matos[runtime] While we're here update the code to match...
2015-04-16 João Matos[runtime] Fixed extra address-of in lock free code.
2015-04-16 Marek Safar[corlib] Update reference sources com sources
next