mono.git
2013-12-21 Alex Rønne... Handle 12.00 in XBuild's SolutionParser.
2013-12-18 Sebastien PouliotDo not assume the first certificate of a PKCS12 file...
2013-12-18 Sebastien PouliotSwitch to File.ReadAllBytes since we do not have to...
2013-12-18 Sebastien PouliotReplace custom Load with File.ReadAllBytes
2013-12-18 Marek SafarMerge pull request #841 from knocte/master
2013-12-17 Andrés G. Aragoneses[System] Change S.N.S.NetworkStream's param name on...
2013-12-17 Alex Rønne... Merge pull request #839 from glinos/master
2013-12-17 Harry GlinosImplemented System.Threading.Monitor.IsEntered
2013-12-16 Rodrigo Kumpera[System] When starting a process with UseShellExecute...
2013-12-16 Rodrigo Kumpera[io-layer] On OSX don't pass -W to open as we don't...
2013-12-16 Rodrigo Kumpera[runtime] Don't pass SEE_MASK_NOCLOSEPROCESS to ShellEx...
2013-12-16 Rodrigo Kumpera[runtime] A thread without a domain set cannot be runni...
2013-12-16 Atsushi EnoUpdated Rx to 2.2 release.
2013-12-16 Martin Baulig[runtime]: Cosmetic, fix log level on diagnostic PCL...
2013-12-16 Miguel de IcazaUpdated documentation
2013-12-16 Marek Safar[doc] Document CurrentCultureInfo
2013-12-16 Zoltan Varga[aot] Give the compilation unit entries in the DWARF...
2013-12-15 Zoltan Varga[aot] Add runtime wrappers for methods of generic class...
2013-12-14 Zoltan Varga[gsharedvt] Add a wrapper to the mono_gsharedvt_constra...
2013-12-14 Zoltan Varga[jit] Remove an extra newline from a mono_trace ()...
2013-12-14 Zoltan Varga[jit] Fix TLS+AOT support in the monitor enter/exit...
2013-12-14 Zoltan Varga[jit] Cache gsharedvt types in get_gsharedvt_type ().
2013-12-14 Zoltan Varga[jit] Fix memory leaks in get_gsharedvt_type (). Fixes...
2013-12-14 Zoltan VargaDisable the bin writer on osx, it only works with xdebu...
2013-12-13 Marek Safar[corlib] Don't inline await continuations when the...
2013-12-13 Rodrigo KumperaMerge pull request #832 from xplicit/webperf1
2013-12-12 Zoltan VargaRevert "[gsharedvt] Avoid using gsharedvt trampolines...
2013-12-12 Zoltan VargaMerge pull request #837 from madewokherd/update-def
2013-12-12 Rodrigo Kumpera[jit]Replace usage of mini_type_get_underlying_type...
2013-12-12 Rodrigo Kumpera[jit] Properly wire the MGSC in the amd64 backend.
2013-12-12 Zoltan VargaMerge pull request #806 from AxlPr/master
2013-12-12 Vincent PovirkUpdate msvc .def files.
2013-12-12 Vincent PovirkExclude some functions that aren't on win32.
2013-12-12 Zoltan VargaMerge pull request #836 from madewokherd/buildfixes
2013-12-12 Vincent PovirkUpdate create-windef.pl to account for sgen/boehm compiles.
2013-12-12 Miguel de IcazaUpdate 2012 changes to sgen license
2013-12-12 Marek Safar[corlib] Mark ConcurrentDictionary serializable. Fixes...
2013-12-12 Marek SafarMerge pull request #834 from OttoG/master
2013-12-11 Vincent PovirkAdd HAVE_DECL_INTERLOCKED* symbols to winconfig.h.
2013-12-11 Vincent PovirkUpdate file listinigs in msvc projects.
2013-12-11 Vincent PovirkInclude config.h in mono-tls.c.
2013-12-11 Vincent PovirkCheck for InterlockedDecrement64 in configure.
2013-12-11 Rodrigo Kumpera[bcl] When finalizing a Process object, don't touch...
2013-12-11 OttoGChanged compiler directive according to documentation
2013-12-11 Marek Safar[system] Make TransportContext 3.5 api
2013-12-11 Marek Safar[mcs] Clone labeled statements cache in probing mode...
2013-12-11 Zoltan VargaMake a test work in the presence of llvm optimizations.
2013-12-11 Zoltan Varga[jit] Fix a problem in the liveness pass, where the...
2013-12-11 Rodrigo Kumpera[jit]Reenable int/long/double -> float rounding tests.
2013-12-11 Rodrigo Kumpera[jit]Emit explicit float rounding on amd64. Fixes ...
2013-12-11 Rodrigo Kumpera[arch]Add cvtsi2ss to amd64 codegen.
2013-12-11 OttoGStub implementation of EndGetRequestStream overload...
2013-12-11 Sebastien Pouliot[tests] Fix some corlib unit tests to run successfully...
2013-12-11 Martin Baulig[corlib]: Add stubs for the remaining `System.Runtime...
2013-12-10 Martin Baulig[PCL]: Add new 'System.Runtime.InteropServices.WindowsR...
2013-12-10 Martin Baulig[corlib]: Add 'System.Runtime.InteropServices.WindowsRu...
2013-12-10 Martin Baulig[PCL]: Add "System.Dynamic.Runtime.dll" Facade Assembly...
2013-12-10 Rodrigo Kumpera[jit] Use mini_type_get_underlying in a few missing...
2013-12-10 Rodrigo Kumpera[jit] Use mini_type_get_underlying in a few missing...
2013-12-10 Rodrigo Kumpera[jit] Use mini_type_get_underlying type in a few missin...
2013-12-10 Rodrigo Kumpera[jit] Use mini_type_get_underlying type in a few missin...
2013-12-10 Zoltan Varga[jit] Disable the optimized lmf push/pop code even...
2013-12-10 Mark Probst[sgen] Explain a FIXME.
2013-12-10 Mark Probst[sgen] Our bzero()/memmove() must store “volatile”...
2013-12-10 Mark Probst[sgen] Reverse the free-list after sweeping to be in...
2013-12-10 Mark Probst[sgen] Only enqueue LOS objects if they contain references.
2013-12-10 Marek Safar[mcs] Update populated member cache of dynamic containe...
2013-12-10 xplicitHeader names should be compared binary but not linguistic.
2013-12-10 Zoltan Varga[jit] Implement the delegate ctor optimization in AOT...
2013-12-09 Alex Rønne... Merge pull request #831 from madewokherd/win64-warnings
2013-12-09 Vincent PovirkFix MonoW32ExceptionHandler type on win64.
2013-12-09 Vincent PovirkMove a variable declaration to the start of a block.
2013-12-09 Vincent PovirkMark some functions as static.
2013-12-09 Vincent PovirkAdjust type of mono_win_vectored_exception_handle to...
2013-12-09 Zoltan Varga[corlib] Disable a test which causes a wapi_unref_full...
2013-12-09 Marek Safar[corlib] Update current LogicalCallContext from empty...
2013-12-09 Marek Safar[mcs] Show correct #line location for files in other...
2013-12-09 Marek Safar[system] Redirect of put requests was converted to...
2013-12-09 Atsushi EnoMerge pull request #830 from akoeplinger/fix-net40...
2013-12-08 Marek Safar[corlib] Ignore awaited default synchronization context.
2013-12-08 Alexander KöplingerFix NET_4_0 tests build by correcting accessibility...
2013-12-08 Marek Safar[corlib] Not continue on awaited source context should...
2013-12-08 Marek Safar[corlib] Keep original cancellation exception from...
2013-12-08 Marek SafarAdd new test
2013-12-08 Marek SafarMerge pull request #817 from desdesdes/master
2013-12-07 Marek Safar[corlib] Block configurable task awaiter until task...
2013-12-07 Marek Safar[corlib] Better handling of awaiter continuation on...
2013-12-07 Marek Safar[corlib] Add check for launching cancelled task to...
2013-12-06 Rodrigo Kumpera[sgen]Fix a deadlock when the GC try to free a JI durin...
2013-12-06 Zoltan Varga[bcl] Invoke assembly resolve hooks even if the assembl...
2013-12-06 Marek Safar[corlib] Optimize one string Join<T> overload. Fixes...
2013-12-06 Rodrigo Kumpera[bcl] Handle BigInt -> long conversions that should...
2013-12-06 Rodrigo KumperaMerge pull request #828 from mateusz-holenko/master
2013-12-06 Marek Safar[System.Net.Http] Don't throw on invalid input in TryGe...
2013-12-06 Marek Safar[mcs] Don't stop type inference when a unique construct...
2013-12-06 Mateusz HołenkoFix build.
2013-12-06 Zoltan Varga[aot] Avoid emitting two debug_line sections when using...
2013-12-06 Marek Safar[mcs] Add better type conversion to unary mutators...
2013-12-06 Marek SafarBump mscorlib version for monolite to work correctly
2013-12-06 Marek SafarPartially revert 3019283237a35625f8a5e904b3053307309e7682
next