mono.git
2012-10-03 Zoltan VargaUse AM_CPPFLAGS instead of INCLUDES in Makefile.am...
2012-10-02 Rodrigo KumperaDisable the type check on reference type array stores.
2012-10-02 Marek SafarImplement TaskFactory::FromAsync for calls completed...
2012-10-02 Marek SafarSpped up array reverse
2012-10-02 Marek SafarFix array IStructuralEquatable.GetHashCode to use provi...
2012-10-02 Mark Probst[sgen] Fix race condition in mono_gc_weak_link_get ().
2012-10-01 Rodrigo KumperaForce List<T> accessors to be inlined.
2012-10-01 Rodrigo KumperaList<T> accessors now use Array.Unsafe(Load|Store).
2012-10-01 Rodrigo KumperaImplement Array.UnsafeLoad and Array.UnsafeStore. Both...
2012-10-01 Rodrigo KumperaExtract the array store code to separare function.
2012-10-01 Zoltan VargaRevert "Disable wrapper generation code when DISABLE_JI...
2012-10-01 Marek SafarUpdate to the latest IKVM.Reflection
2012-10-01 Marek SafarMake large float arrays emit faster
2012-10-01 Marek SafarRemove commented code
2012-10-01 Martin Baulig[WCF]: Fix WSDL import of methods with complex return...
2012-10-01 Zoltan VargaAvoid calling mono_jit_info_table_find () in is_ip_in_m...
2012-10-01 Marek SafarSpeed up implicitly typed array inference. Fixes #7222
2012-09-30 Zoltan VargaFix a memory overwrite in the handling of some simd...
2012-09-30 Zoltan VargaRemove the fconv_to_i test from iltests.il, it basicall...
2012-09-30 Zoltan VargaAvoid copying the stack alignment area during tail...
2012-09-30 Zoltan VargaFix dwarf register mapping on darwin/x86.
2012-09-29 Zoltan VargaDisable OP_TLS_GET support in the LLVM backend on non...
2012-09-29 Marek SafarMerge pull request #471 from antoniusriha/master
2012-09-29 Marek SafarMerge pull request #470 from clcrutch/SystemIcons
2012-09-29 Antonius Riha[System] Fix Uri.MakeRelativeUri on paths to higher...
2012-09-29 clcrutchUpdate mcs/class/System.Drawing/Assembly/ChangeLog
2012-09-29 clcrutchFixed System.Drawing/System.Drawing-net_4_5.csproj
2012-09-29 clcrutchFixed System.Drawing/System.Drawing-net_4_0.csproj
2012-09-29 clcrutchFixed System.Drawing/System.Drawing-net_2_0.csproj
2012-09-29 clcrutchFixed mcs/class/System.Drawing/ChangeLOg
2012-09-29 Mark Probst[dtrace] Turns out "sweeped" is not a word.
2012-09-29 Mark Probst[sgen] Flags bit field instead of individual args for...
2012-09-29 Mark Probst[dtrace] Make pointers into user space uintptr_t instea...
2012-09-29 chrisAdded System.Drawing.SystemIcons.Shield to API to match...
2012-09-29 ChrisImplemented System.Drawing.SystemIcons.Shield to match...
2012-09-29 Zoltan VargaFix a test name.
2012-09-29 Zoltan VargaFix some sign extension issues in the 2 dimensional...
2012-09-28 Mark ProbstMerge branch 'feature-dtrace'
2012-09-28 Mark Probst[dtrace] Add G_UNLIKELY to all DTrace _ENABLED macros.
2012-09-28 Mark Probst[dtrace] Probe for object moved, within or between...
2012-09-28 Mark Probst[dtrace] Pass namespace and class name to probes where...
2012-09-28 Mark Probst[dtrace] Probes for large and pinned allocation.
2012-09-28 Mark Probst[dtrace] Probe for pinning of objects.
2012-09-28 Mark Probst[dtrace] Probe for major heap area sweep.
2012-09-28 Mark Probst[dtrace] Probe for nursery fragment creation aka nurser...
2012-09-28 Mark Probst[dtrace] Probes for degraded and mature allocation.
2012-09-28 Mark Probst[dtrace] Allocation of TLABs. Allocation of objects...
2012-09-28 Mark Probst[dtrace] Remove our duplicates of DTrace probe defines.
2012-09-28 Mark Probst[dtrace] Probes for taking/releasing the GC lock.
2012-09-28 Mark Probst[dtrace] GC heap allocation probes for SGen.
2012-09-28 Mark Probst[dtrace] GC begin/end probes for SGen.
2012-09-28 Marek SafarBetter fix for invalid warning about missing documentat...
2012-09-27 Martin Baulig[#7424]: Fix regression in same-origin-check for Cookies.
2012-09-27 Sebastien PouliotFix CFB mode for Rijndael when data is not a multiple...
2012-09-27 Martin Baulig[#7200]: WebRequest returns result in another thread.
2012-09-26 Marek SafarDon't report missing documentation warning for partial...
2012-09-26 Marek SafarUpadte csproj files
2012-09-26 Zoltan VargaFix the computation of TLS reference bitmaps (#6755...
2012-09-26 Marek SafarFixes build
2012-09-26 Marek SafarAdd location for namespace token
2012-09-25 Zoltan VargaTreat the [UnmanagedFunctionPointer] attribute the...
2012-09-25 Zoltan VargaAvoid constructing custom attribute objects during...
2012-09-25 Marek SafarAdd incomplete namespace declaration to ast. Fixes...
2012-09-25 Jeremie Laval[corlib] Fix a edge case of ConcurrentQueue dequeuing...
2012-09-25 Jeremie Laval[corlib] Remove usage of ObjectPool, we will depend...
2012-09-25 Martin Baulig[#7299][Serialization]: Fixed and improved collection...
2012-09-24 Jonathan Pryor[mdoc, .xsd] Allow the <returns/> element to contain...
2012-09-24 Jeremie Laval[corlib] Fix 4.0 build
2012-09-24 Jeremie Laval[corlib] Fix build
2012-09-24 Jeremie Laval[corlib] Honor LazyCancellation flag
2012-09-24 Jeremie Laval[corlib] Honor HideScheduler flag
2012-09-24 Jeremie Laval[corlib] Honor DenyChildAttach flag
2012-09-24 Jeremie Laval[corlib] Add 4.5 values to TaskContinuationOptions
2012-09-24 Jeremie Laval[corlib] Make Task.Run specify TaskScheduler.Default...
2012-09-23 Rodrigo KumperaMerge pull request #464 from gregoryyoung/master
2012-09-22 Martin BauligOnly set Cookie.Port if Cookie.Version == 1.
2012-09-21 Jérémie Laval[mdoc] <related /> is a mixed type
2012-09-21 Jérémie Laval[mdoc] More schema fixes
2012-09-21 Jérémie Laval[mdoc] Fix monodoc-ecma schema
2012-09-21 Rolf Bjarne... Marshal sockaddrdl manually, since it contains a variab...
2012-09-20 Martin Baulig[#6041][WebServices]: Don't crash if an operation doesn...
2012-09-20 Martin Baulig[#4511][WCF]: Fix DuplexClientBase channel initialization.
2012-09-19 Zoltan VargaMake seq_points clobber callee save registers on arm...
2012-09-19 Greg Youngpatch for async TCP sockets. without this change the...
2012-09-19 Martin Baulig[WCF] Fix relative endpoint addresses that start with...
2012-09-19 Martin Baulig[#1340][WCF]: Fix null reference when using invalid...
2012-09-19 Martin Baulig[#7177][WCF]: Correctly handle derived FaultExceptions.
2012-09-19 Zoltan VargaSave/restore fp registers in MonoContext on ios. Fixes...
2012-09-18 Jeffrey Stedfast[Mono.Debugger.Soft] Format the literal strings a bit...
2012-09-18 Jeffrey Stedfast[Mono.Debugger.Soft] Oops, need using System.Globalization
2012-09-18 Jeffrey Stedfast[Mono.Debugger.Soft] Escape some unicode characters...
2012-09-18 Martin Baulig[#5935][BinaryFormatter]: Fix serialization of generic...
2012-09-18 Marek SafarFix rendering enum value which does not match any enum...
2012-09-18 Martin Baulig[#6187][WCF]: Fix contract interface inheritance.
2012-09-18 Martin Baulig[#6489][SoapFormatter]: Reset culture before raising...
2012-09-17 Marek SafarSimplify range check in list setter
2012-09-17 Zoltan VargaImplement mono_arch_emit_inst_for_method () for LLVM.
2012-09-17 Zoltan VargaFix usage of vregs defined in EH regions in the LLVM...
2012-09-17 Zoltan VargaAlign the thumb_end symbol to 8 to avoid warnings by...
2012-09-17 Martin Baulig[#6515][WCF]: Enable custom headers for NET_2_1.
next