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
2017-12-14New PR for the new web stack (#6125)Martin Baulig
2017-11-26[msvc] Update csproj files (#6100)monojenkins
2017-11-24[bcl] Build some assemblies with -warnaserror (#5295)Alexander Köplinger
2017-11-21[System.Net.Http]: Fix "Content-Length: 0" logic for requests without body.Martin Baulig
2017-10-03[System.Net.Http] Updates range check from 3741d16503a973a99c724bdab9a255a5f0...Marek Safar
2017-09-30[System.Net.Http] HttpClient timeout range checks. Fixes #25755Marek Safar
2017-08-31[bcl] Fix a few hardcoded socket ports in tests (#5471)Alexander Köplinger
2017-08-07[msvc] Update csproj filesAlexander Köplinger
2017-08-07[bcl] Specify the name of the key file on the command line instead of using t...Zoltan Varga
2017-07-18[System.Net.Http]: Close request stream when HttpClientHandler.SendAsync() is...Martin Baulig
2017-05-15[msvc] Update csproj files (#4846)monojenkins
2017-05-12[System]: Replace HttpListenerResponseHelper with HttpStatusDescription from ...Martin Baulig
2017-05-04[System.Net.Http] Fix XI buildAlexander Köplinger
2017-04-26Make changes as per review to make the code more thread safe.Manuel de la Pena
2017-04-26Ensure that when an async read is performed on a response content theManuel de la Pena
2017-04-18[msvc] Update csproj files (#4711)monojenkins
2017-02-15[bcl] Remove the NETSTANDARD ifdef from profilesAlexander Köplinger
2017-02-15[System.Net.Http] Add Transfer-Encoding: chunked special handling. Fixes #47599Marek Safar
2017-02-14[System.Net.Http] Allow re-sending StreamContent. Fixes #52448Marek Safar
2017-01-10[msvc] Update csproj files (#4221)monojenkins
2016-12-22[bcl] Clean up old run-test.bat and *.csproj filesAlexander Köplinger
2016-11-14[msvc] Update .csproj filesAlexander Köplinger
2016-10-17[build] Regenerate .csproj filesAlexander Köplinger
2016-10-05[System.Net.Http] Wrap certain exceptions into HttpRequestException. Fixes #4...Marek Safar
2016-10-05[System.Net.Htpp] Add test for large content range headersMarek Safar
2016-10-05Nowdays Content-Range From could be much more than 2147483647Cinerar
2016-10-03[System.Net.Http] Simplify default http message handler for watchOS since the...Rolf Bjarne Kvinge
2016-09-27[System*] Throw a PlatformNotSupported exception when using the networking st...Rolf Bjarne Kvinge
2016-09-16[System.Net.Http] Show invalid values added to HttpHeaderValueCollection. to ...Marek Safar
2016-08-11[bcl] Update to match NETStandard 1.6 membersAlexander Köplinger
2016-07-26[System*] Add category for tests that use API that require BSD sockets.Rolf Bjarne Kvinge
2016-06-11[System.Net.Http] Fix CFNetworkHandler.CookieContainer not to return null (#3...Sebastien Pouliot
2016-05-27[genproj] Do not use \r on the Unix parts of the build hook, add RabbitMQ hooksMiguel de Icaza
2016-05-25ContentStream can be null if no bytes were available and is closed will cause...Philip Herron
2016-05-24[System.Net.Http] Disable default global proxy when only UseProxy is set. Fix...Marek Safar
2016-05-19[msbuild projects] Use newlines without a carriage return for Unix targets to...Miguel de Icaza
2016-05-19[genproj] Use an explicit IntermediateOutputPath to prevent rebuilds on cycli...Miguel de Icaza
2016-05-18genproj: Improve handling of executables and projects with build dependenciesMiguel de Icaza
2016-05-18[genproj] Updates to project generator and csproj files.Miguel de Icaza
2016-05-16[System] FileWebResponse/FileWebRequest from referencesourceMarek Safar
2016-04-20[docs] Added index.xml entry for CFNetworkHandler. (#2930)Joel Martinez
2016-04-19Support custom Xamarin Android HttpClient handlerMarek Habersack
2016-04-13Move remaining System.Net.Http pieces from mono-extensions to monoAlexander Köplinger
2016-04-04[build] Change the way how mcs references are passed to compiler to always us...Marek Safar
2016-03-29Extend HttpClient to use infrastructure in Xamarin.Mac (via reflection) to pi...Rolf Bjarne Kvinge
2016-03-19[System.Net.Http] Make HttpClientTest.RequestUriAfterRedirect test more reliableAlexander Köplinger
2016-03-15[System.Net.Http] Make HttpClientTest.GetString_Many test more reliableAlexander Köplinger
2016-03-14[system.net.http] The backslash character may be used as a single-character q...Marek Safar
2016-03-04[bcl] Ensure all .sources files have newline at the endAlexander Köplinger
2016-02-17Prepare XM for Http additionsChris Hamons