mono.git
2011-08-24 Alexander ChebaturkinThe base architecture for code-contracts analysis
2011-08-24 Marek SafarCheck TaskFactory continuation options
2011-08-24 Jonathan Pryor[mdoc] Remove monodocer.cs.orig, .monodocer.cs.swp.
2011-08-25 Atsushi EnoRevert GET switch for serializing requests. BodyWriter...
2011-08-24 Atsushi Enofor GET request, just skip the member. It does not...
2011-08-24 Atsushi EnoSkip serialization when the return type is void.
2011-08-24 Atsushi EnoDo not try to output empty message body to logs.
2011-08-24 Atsushi EnoWhen there is void return, the common message formatter...
2011-08-24 Atsushi EnoReturnValue in MessageDescription was missing when...
2011-08-24 Atsushi EnoDifferentiate GET query parameter binding from another...
2011-08-24 Atsushi EnoWhen there was no path parameter, it ignored the whole...
2011-08-24 Atsushi EnoThis filter should ignore port, and should not filter...
2011-08-23 Jérémie LavalAdd System.Threading.Tasks.Dataflow assembly to the...
2011-08-23 Jonathan Pryor[mdoc-update] Fix interaction between --delete, -fno...
2011-08-23 Zoltan VargaAllow ldfld/stfld/ldflda to work on static fields by...
2011-08-23 Marek SafarVoid type is not convertible to reference types
2011-08-23 Marek SafarRemove wrong assembly attribute
2011-08-23 Marek SafarFix struct cycle detection for static generic type...
2011-08-23 Marek SafarUse inflated version of interfaces when checking base...
2011-08-23 Rodrigo KumperaRework self suspend to avoid a race on Mach.
2011-08-23 Marek SafarMerge pull request #162 from garuma/tpl-dataflow-blocks
2011-08-23 Atsushi EnoUriTemplate should not be mandatory, make it optional...
2011-08-22 Jérémie LavalUse events to wait for completion (where applicable...
2011-08-22 Jérémie LavalFix file name in source comment
2011-08-22 Jérémie LavalRemove #if NET_4_0 and add MonoTODO attribute
2011-08-22 Jérémie LavalAdd blocks implementation
2011-08-22 Zoltan VargaLink libmono-profiler-cov against eglib as well.
2011-08-22 Zoltan VargaDisable some failing LLVM passes. Should fix bxc #280.
2011-08-22 Atsushi EnoFix mobile builds in the latest Tasks change.
2011-08-20 Jérémie LavalUpdate System build too
2011-08-20 Jérémie LavalSplit internal types in their own files
2011-08-20 Jérémie LavalThrow when a non-finished task is started
2011-08-20 Jérémie LavalMake TaskCompletionSource methods thread-safe
2011-08-20 Jérémie LavalMove old default task scheduler to Mono.Parallel
2011-08-20 Jérémie LavalRevert "Remove the old PFX Scheduler from the build"
2011-08-20 Miguel de IcazaRemove the old PFX Scheduler from the build
2011-08-19 Rodrigo KumperaFix variance test involving nullable types.
2011-08-19 Marek SafarSplit TaskFactory.cs file
2011-08-19 Mark Probst[sgen] Pinning and remset statistics per class.
2011-08-19 Mark Probst[sgen] Optional equality function for the hash table.
2011-08-19 Mark Probst[sgen] Use GLib's hash func typedef instead of our...
2011-08-19 Marek SafarTaskCompletionSource.SetException cannot be used with...
2011-08-19 Rodrigo KumperaCorrectly calculate the size of the freed array buffer.
2011-08-18 Marek SafarRun scheduled continuation on current context
2011-08-18 Marek Safarremove bom
2011-08-18 Marek SafarMake await contextual keyword
2011-08-18 Marek SafarWarn about misused async modifier
2011-08-18 Alan McGovern[LinkedList] Optimise Clear slightly.
2011-08-18 Alan McGovernMerge pull request #161 from LogosBible/master
2011-08-18 Marek SafarMerge pull request #160 from garuma/tpl-dataflow-plumbing
2011-08-18 Marek SafarMake async keyword context sensitive
2011-08-18 Marek SafarAnonymous methods cannot be used as infered type
2011-08-18 Marek SafarRemove unused field
2011-08-18 Marek SafarAdd new test
2011-08-18 Rodrigo KumperaHandle android's broken pthread_kill in sgen too.
2011-08-18 Rodrigo KumperaHandle android's broken pthread_kill.
2011-08-17 Todd FosterFix bug #311: On LinkedList.Clear, detach each node...
2011-08-17 Jérémie LavalRemove #if NET_4_0
2011-08-17 Jérémie LavalAdd plumbing internal classes used throughout the framework
2011-08-17 Jérémie LavalFix coding style
2011-08-17 Mark ProbstMerge branch 'sgen-hash-table'
2011-08-17 Mark Probst[sgen] Use the reusable hash table for the bridge hash.
2011-08-17 Mark Probst[sgen] Use the reusable hash table for the weak link...
2011-08-17 Mark Probst[sgen] Use the reusable hash table for the roots hashes.
2011-08-17 Mark Probst[sgen] Factor out the finalize hash tables into a reusa...
2011-08-17 Jb EvainFix wrong references to Cecil
2011-08-17 Sebastien PouliotProvide an error message if an instance method is decor...
2011-08-17 Jb Evainupdate Cecil
2011-08-17 Alan McGovern[System.IO.Packaging] Add another test
2011-08-17 Alan McGovern[minizip] Ensure we don't ever accidentally change...
2011-08-17 Alan McGovern[System.IO.Packaging] Fix calling convention related...
2011-08-17 Marek SafarUpdate to the latest IKVM reflect
2011-08-17 Marek SafarDo full identity conversion when converting variant...
2011-08-17 Marek SafarFix resolving of named arguments which break optional...
2011-08-17 Miguel de IcazaMore updates
2011-08-17 Miguel de Icazaupdate copyrights
2011-08-16 Rodrigo KumperaFix g_log redirection under android.
2011-08-16 Marek SafarImplement await dynamic type expression
2011-08-16 Marek SafarMerge pull request #157 from garuma/tpl-dataflow-ifaces
2011-08-16 Jérémie LavalRemove #if NET_4_0
2011-08-16 Jérémie LavalAdd Dataflow specific boilerplate & interfaces
2011-08-16 Jérémie LavalCorrectly check TaskCreationOptions upper bound
2011-08-15 Marek SafarEnable await expressions to work with dynamic binder
2011-08-15 Jeffrey StedfastFix for bug #445855
2011-08-14 Zoltan VargaDon't pass MONO_UNWIND_ACTUAL_METHOD to the stack walke...
2011-08-13 Gonzalo Paniagua... [threadpool] Exit on unhandled exceptions only
2011-08-13 Gonzalo Paniagua... [threadpool] Work around for a race-condition
2011-08-13 Marek SafarImplement hoisting of anonymous methods with variables...
2011-08-13 Marek SafarChange the way how using declarators statements are...
2011-08-13 Marek SafarCheck using and fixed statement declarators for missing...
2011-08-13 Marek SafarMerge pull request #156 from garuma/tpl-dataflow-tasks
2011-08-13 Chris Toshokforce has_finalize to be initialized before we write...
2011-08-12 Miguel de IcazaShip System.Json for 2.0 and 4.0 as well.
2011-08-12 Sebastien PouliotUse 'as' for casting certificate extensions since we...
2011-08-12 Sebastien Pouliotfix building unit tests
2011-08-12 Jérémie LavalRefactor inner scheduler classes into a single one
2011-08-12 Chris Toshokif we're intentionally using power-of-two sizing for...
2011-08-12 Chris Toshokreduce memory required for this table by 32x
2011-08-11 Zoltan VargaEscape characters in LLVM symbol names
2011-08-11 Elijah TaylorFix NaCl GC deadlock
next