Allow workitems to startup faster and reduce polling thread interval in the threadpool.
[mono.git] / mcs /
2013-09-24 Sebastien Pouliot[linker] Resolve every type references if we're to...
2013-09-24 Marek SafarCheck modifying members of readonly value-type field...
2013-09-22 Marek SafarPass cancellation token to CopyAsync read block
2013-09-22 Marek SafarImplements content loading cancellation. Fixes #13200
2013-09-22 Marek SafarTest update
2013-09-20 Marek SafarFixed TaskFactory::ContinueWhenAny with func result...
2013-09-20 Mark ProbstFix the build.
2013-09-20 Marek SafarAggregateException::GetBaseException uses only 1-based...
2013-09-20 Marek SafarMerge pull request #760 from mayerwin/patch-2
2013-09-20 Martin Baulig[xbuild]: Actually add the $(TargetFrameworkMonikerAsse...
2013-09-20 Marek HabersackMerge pull request #758 from echampet/capabilities
2013-09-20 Etienne CHAMPETIER[System.Web] Re-enable AppBrowsersTest.cs tests for...
2013-09-20 Frederic Mestayer[System.Web] Do not crash on duplicate keys in browser...
2013-09-20 Rolf Bjarne Kvinge[System.Net] Fix CFNetworkCopyProxiesForAutoConfigurati...
2013-09-19 Rolf Bjarne Kvinge[System.Net.Http] Add a way to add extra build arguments.
2013-09-19 Sebastien PouliotChange Random implementation to JKISS which is faster...
2013-09-19 Rolf Bjarne KvingeRevert "Add System.Net.Http.dll to the monotouch build."
2013-09-19 Rolf Bjarne KvingeAdd System.Net.Http.dll to the monotouch build.
2013-09-17 mayerwinFix: bug https://bugzilla.xamarin.com/show_bug.cgi...
2013-09-17 Atsushi EnoMerge pull request #756 from akoeplinger/fix-xmlreader
2013-09-17 Rodrigo KumperaMerge pull request #754 from blackfusion/master
2013-09-16 Larry O'Brien[mdoc] Switched from swallowing error to guarded execution
2013-09-15 Larry O'BrienBugzilla 14672 (mdoc namespace-level summary and remark...
2013-09-15 Zoltan VargaFix a problem introduced by c6989ab9f905ae27773140c8bf8...
2013-09-14 Zoltan Varga[sdb] Simplify tests.
2013-09-14 Zoltan Varga[sdb] Add an implicit seq point after every nonvoid...
2013-09-13 Marek SafarMove dynamic handling out of Binary::DoResolve to reduc...
2013-09-13 Marek SafarAdd new test
2013-09-13 Atsushi EnoUTF8Encoding.GetMaxByteCount() was returning too big...
2013-09-13 Marek SafarDon't crash when unreachable code contains unreachable...
2013-09-13 Zoltan VargaFix parallel compression in mkbundle, not enabled yet.
2013-09-13 Marek SafarUnify Array/List FindIndex/FindLastIndex handling and...
2013-09-12 Rodrigo Kumpera[bcl] Fix BlockingCollection.TakeFromAny to handle...
2013-09-12 Sebastien PouliotReduce/remove the probability of having test failures...
2013-09-11 Miguel de IcazaRemove comment, refer to the spec instead
2013-09-11 Martin Baulig[System.Core]: Minor API fix in the Non-DLR version...
2013-09-11 Martin BauligUse ecma.pub for System.Xml.Serialization.
2013-09-11 Martin BauligUse msfinal.pub for System.Net in .NET 4.0/4.5.
2013-09-11 Alexander KöplingerFixed inconsistency in XmlSchemaValidatingReader betwee...
2013-09-10 Marek SafarDon't set sealed flag for imported static types
2013-09-10 Marek SafarDon't emit inflated type parameter constraints which...
2013-09-10 Marek SafarAdd System.ServiceModel.Activation assembly. Fixes...
2013-09-09 Marek SafarMerge pull request #755 from ondrejmyska/master
2013-09-09 Ondrej MyskaSuggestion fix for bug https://bugzilla.xamarin.com...
2013-09-09 Marek SafarSet empty string to TraceListeners for empty assert...
2013-09-09 Marek SafarCleanup TraceImpl
2013-09-09 Marek SafarFixes parallel enumerable index counter. Fixes #14515
2013-09-08 Marek SafarDon't print empty detailed assert message
2013-09-07 Zoltan Varga[sdb] Add support for invoking interface methods. Fixes...
2013-09-06 Martin Baulig[System]: WebRequest.GetSystemProxy(): Return custom...
2013-09-06 Marek SafarImplements parsing of multi value User-Agent string...
2013-09-05 Zoltan VargaAvoid printing an error message in UnixRegistryApi...
2013-09-05 Marek SafarMerge pull request #751 from akoeplinger/AssemblyNameRe...
2013-09-05 Marek HabersackMerge pull request #752 from echampet/bug-10001-2
2013-09-05 Alexander KöplingerImplemented AssemblyName.ReferenceMatchesDefinition ()
2013-09-04 Rodrigo Kumpera[bcl]Replace more long fields with int to make them...
2013-09-04 Rodrigo Kumpera[bcl] Replace more long fields with int to make them...
2013-09-04 Stefan[FIX][v2] Do not use chunked encoding with CGI/FastCGI
2013-09-04 Zoltan VargaDisable a corlib test which fails on some test runners.
2013-09-04 Zoltan VargaOptimize MonoCustomAttrs.GetCustomAttributes(): add...
2013-09-04 Marek SafarDon't resolve extension method expression when in probi...
2013-09-04 Marek SafarLess cascading errors
2013-09-04 Sebastien Pouliot[linker] Allow some useful methods to be reused elsewhere
2013-09-03 Rodrigo Kumpera[bcl]Switch BlockingCollection to do CAS over ints...
2013-09-03 Rodrigo Kumpera[bcl]Switch BlockingCollection to use SequentialLayot...
2013-09-03 Marek HabersackRevert "Merge pull request #744 from echampet/bug-10001"
2013-09-03 Marek HabersackRevert "Fix typo in commit b6d634dd."
2013-09-03 Marek SafarMerge pull request #749 from head-thrash/master
2013-09-03 head-thrashFixes build when running make -k check:
2013-09-03 Martin BauligFix mobile build of my commit 1ae87e9.
2013-09-03 Zoltan VargaOnly print the 'Assuming PLATFORM messages when running...
2013-09-02 Martin BauligFix typo in commit b6d634dd.
2013-09-02 Marek SafarMerge pull request #747 from spicypixel/hotfix/object...
2013-09-02 Martin Baulig[WCF]: Add stubs for some missing .NET 4.0/4.5 APIs.
2013-09-02 Martin BauligAdd missing .NET 4.5 APIs
2013-09-02 Marek HabersackMerge pull request #744 from echampet/bug-10001
2013-09-02 Stefan[FIX] Do not use chunked encoding with CGI/FastCGI
2013-09-01 Marek SafarBetter check for hoisted this location when emitting...
2013-08-30 Marek SafarMore thorough check for managed type parameters. Fixes...
2013-08-30 Marek SafarProbing of generic parameter for value type generic...
2013-08-29 Lluis SanchezFixed bug #14295 - Project.Load incorrectly resets...
2013-08-28 Marek SafarFixes parameter name
2013-08-28 Marek SafarUse IReflectType interface instead of TypeDelegator...
2013-08-28 Marek SafarMake setProperties private
2013-08-28 Marek SafarMerge pull request #743 from gvillanueva/master
2013-08-28 gvillanuevaRewrote Font.GetHashCode() to improve uniqueness.
2013-08-27 Rodrigo KumperaNaming cleanup.
2013-08-27 Miguel de IcazaConsole.iOS: Reset sb.Length in all cases, even for...
2013-08-27 Marek SafarInvalid syntax during attribute target parsing can...
2013-08-27 Miguel de IcazaConsole.iOS: add fallback for the case where monotouch_...
2013-08-26 Michael HutchinsonMerge pull request #742 from remobjects/import-project...
2013-08-26 Carlo KokImport ".user" as if it was part of the project, this...
2013-08-26 Marek HabersackMerge pull request #726 from pruiz/xamarin-bug-13708
2013-08-26 Marek SafarMerge pull request #741 from marcominetti/master
2013-08-26 marcominetticleaned console logs in MakeExpression function
2013-08-26 marcominetticleaned console logs in MakeExpression function
2013-08-26 Marek SafarMerge pull request #740 from pruiz/dataannotations...
2013-08-26 Pablo Ruiz GarciaReverted string.Format(CultureInfo.CurrentCulture,...
2013-08-26 Marek SafarAdd test for #12745
2013-08-25 Pablo Ruiz GarciaSet correct author on test files.
next