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
2019-10-24Cleaning up SslStream, MobileAuthenticatedStream and TaskToApm. (#17393)Martin Baulig
2018-09-21[System]: Make sure `HttpWebRequest` observes exceptions on timeout. #10488....Martin Baulig
2018-06-26[System]: `HttpWebRequest` now throws `WebExceptionStatus.RequestCanceled` on...Martin Baulig
2018-06-22[System]: Fix bug in `WebResponseStream.GetResponse()` that will make some pe...Martin Baulig
2018-05-11[System]: The big WebConnectionStream cleanup. (#8569)Martin Baulig
2018-04-06[System]: Fix memory leak in the web stack related to `Task.Delay` (partial f...Martin Baulig
2018-03-20[System]: Fix a race condition that was exposed by #7358 (see #7668).Martin Baulig
2018-02-28[System]: Use new `WebCompletionSource` instead of `TaskCompletionSource`. (#...Martin Baulig
2018-02-28[System]: Enable some System.Net.Requests tests from CoreFX. (#7080)Martin Baulig
2017-12-14New PR for the new web stack (#6125)Martin Baulig
2017-07-16[System] Suppress a few instances of CS0618 obsolete warningsAlexander Köplinger
2017-04-26[Mono.Security.Interface]: Add MonoTlsProviderFactory.GetMonoSslStream(HttpLi...Martin Baulig
2017-03-16[System] Rename method parameters to match .NET contractAlexander Köplinger
2016-10-01[System] Fill more WebException details when CONNECT fails. Fixes #19594Marek Safar
2016-09-25[System] Remove obsolete HttpWebRequest/Response constructors againAlexander Köplinger
2016-09-23[bcl] Add missing APIs for netstandard parity and expose a few APIs on mobileAlexander Köplinger
2016-08-31[System] HttpWebRequest::Headers setter was only setting local variable. Fixe...Marek Safar
2016-08-18[mcs] Replace NET_2_1 by MOBILELudovic Henry
2016-08-17[System] Change WebRequest::BeginGetRequestStream driven IAsyncResult::Comple...Marek Safar
2016-06-03[System] Flush few colliding changesMarek Safar
2016-05-31[System] WebProxy from referencesourceMarek Safar
2016-05-18[System] WebHeaderCollection from referencesourceMarek Safar
2016-05-16[System] Authorization from referencesourceMarek Safar
2016-05-13[System] Replace few System.Net types with referencesourceMarek Safar
2016-02-18[System]: 'HttpWebRequest.Proxy' - update ServicePoint on assignment.Martin Baulig
2016-02-18[System]: Properly propage exceptions in HttpWebRequest.BeginGetResponse().Martin Baulig
2015-10-13[System]: Add HttpWebRequest.ServerCertificateValidationCallback.Martin Baulig
2015-10-13[System]: Add new internal HttpWebRequest APIs for MonoTlsProvider / MonoTlsS...Martin Baulig
2015-06-11[system] Clear content length when redirecting to get request. Fixes #30604Marek Safar
2015-06-10[system.net.http] Add special handling for authentication with content (requi...Marek Safar
2015-03-26[System]: Fix the AllowWriteStreamBuffering check. Bugs #26640 and #26936.Martin Baulig
2015-02-03[system] Add support for redirected http web-request with disabled AllowWrite...Marek Safar
2015-01-21[bcl] Remove NET_3_5 defines from class libsAlexander Köplinger
2015-01-14[bcl] Remove NET_4_5 defines from class libs.Zoltan Varga
2015-01-14[bcl] Remove NET_4_0 defines from class libs.Zoltan Varga
2015-01-05[system] Fixes HttpWebRequest::AllowReadStreamBufferingMarek Safar
2014-05-27[system] Fix warningsMarek Safar
2014-05-21[Http]: Cleanup chained async operations; bug #19161.Martin Baulig
2014-04-18[Http]: Correctly handle request bodies when resending with authentication.Martin Baulig
2014-04-08[Http]: Disable redirect with body and no buffering.Martin Baulig
2014-04-08[Http]: Clear the 'SendChunked' flag when redirecting.Martin Baulig
2014-04-08[Http]: Remove chunked/etc headers when redirecting a request as GET.Martin Baulig
2014-03-14System/PCL: Implement HttpWebRequest.SupportsCookieContainer, WebRequest.Crea...Miguel de Icaza
2014-02-26HttpWebRequest: Only add "Content-Length" if we have a body; fixes #17736.Martin Baulig
2014-02-25Async-ify the remaining WebConnectionStream pieces.Martin Baulig
2014-02-19Fixed time outs on http redirectsAxlPr
2014-02-19[System] WebConnection and WebConnectionStream code cleanups.Martin Baulig
2014-02-13Put back and fix the SSL async patch.Martin Baulig
2014-02-13[System]: Reset NTLM auth state when redirecting; distinguish host and proxy.Martin Baulig
2014-02-10Revert "Merge pull request #829 from symform/httpwebreq-async-ssl"Marek Safar