Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-11[Http]: Fix a potential race condition in the WebConnectionGroup's connection...monotouch-7.2.1-branchMartin Baulig
2014-06-11Fix warningsMarek Safar
2014-06-11[Http]: Only recycle ServicePoints from the idle timer (fixes #19823).Martin Baulig
2014-06-11Small fix.Martin Baulig
2014-06-11[Http]: Cleanup and simplify the ServicePoint's connection group list.Martin Baulig
2014-06-11[Http]: Cleanup chained async operations; bug #19161.Martin Baulig
2014-06-11[System] Fix build warningsMiguel de Icaza
2014-04-18[Http]: Correctly handle request bodies when resending with authentication.Martin Baulig
2014-04-18[Http]: Disable redirect with body and no buffering.Martin Baulig
2014-04-18[Http]: Clear the 'SendChunked' flag when redirecting.Martin Baulig
2014-04-18[Http]: Remove chunked/etc headers when redirecting a request as GET.Martin Baulig
2014-04-09Revert "[runtime] Improve the hashing of MONO_TYPE_VAR/MONO_TYPE_MVAR. Hopefu...Marek Safar
2014-04-09[interpreter] Disable fast call invocation using methodinfo delegates due to ...Marek Safar
2014-04-09[runtime] Improve the hashing of MONO_TYPE_VAR/MONO_TYPE_MVAR. Hopefully fixe...Zoltan Varga
2014-04-04[jit] Make generic ctor calls made out of gsharedvt methods indirect, since t...Zoltan Varga
2014-04-02[xbuild] Include PCL common targets in tarballMichael Hutchinson
2014-03-31[corlib] Make invariant NumberFormatter thread static too as it has internal ...Marek Safar
2014-03-31[corlib] Filter out any right-to-left sign characters. Fixes #18522Marek Safar
2014-03-31Fix monotouch's repl support to build Mono.CSharp (and its dependencies) as w...Rolf Bjarne Kvinge
2014-03-25Revert "[llvm] Fix the build."mono-3.4.0Zoltan Varga
2014-03-24[llvm] Fix the build.Zoltan Varga
2014-03-18[mcs] Flow analysis of nested binary expressions inside anonymous methods was...Marek Safar
2014-03-18[mcs] Emit field initializer with expression tree in all user constructors. F...Marek Safar
2014-03-14System/PCL: Implement HttpWebRequest.SupportsCookieContainer, WebRequest.Crea...Miguel de Icaza
2014-03-14WebResponse.cs: Implement SupportsHeaders propertyMiguel de Icaza
2014-03-14[boehm] Fix memory management for toggleref.Rodrigo Kumpera
2014-03-14[thread] Only register a dead letter if the current NSThread is non-null.Rodrigo Kumpera
2014-03-11[interpreter] Implement simple quote expression. Fixes #18248Marek Safar
2014-03-11Add support/ to the build when cross-compiling.Alex Rønne Petersen
2014-03-11[runtime] Fix the build with newer clang versions.Zoltan Varga
2014-03-11Merge pull request #945 from joelmartinez/masterRodrigo Kumpera
2014-03-10docupdate: System.Numerics documentation updateJoel Martinez
2014-03-10docupdate: Microsoft.CSharp documentation updateJoel Martinez
2014-03-10docupdate: System.ComponentModel.DataAnnotations documentation updateJoel Martinez
2014-03-10docupdate: System.ComponentModel.Composition documentation updateJoel Martinez
2014-03-10docupdate: System.Core documentation updateJoel Martinez
2014-03-10docupdate: System.IO.Compression documentation updateJoel Martinez
2014-03-10docupdate: System.Json documentation updateJoel Martinez
2014-03-10docupdate: System.Runtime.Serialization documentation updateJoel Martinez
2014-03-10docupdate: System.Security documentation updateJoel Martinez
2014-03-10docupdate: System.ServiceModel documentation updateJoel Martinez
2014-03-10docupdate: System.Xml.Linq documentation updateJoel Martinez
2014-03-10docupdate: System.Xml documentation updateJoel Martinez
2014-03-10docupdate: Mono.Options documentation updateJoel Martinez
2014-03-10docupdate: updated corlib documentation to the 4.5 profileJoel Martinez
2014-03-10Updated mdoc to remove <AssemblyVersions> tagJoel Martinez
2014-03-10Fixed some reference issues with mdoc.csproj: mono.cecil assembly reference, ...Joel Martinez
2014-03-10docupdate: updated System.dll documentationJoel Martinez
2014-03-10Updated makefile for Facades to avoid updating docs in that folder.Joel Martinez
2014-03-10[jit] Add support for --debug=casts to one cast codepath, factor out common c...Zoltan Varga