Commit History

Author SHA1 Message Date
  Marek Safar ca2f879ce1 [system.net.http] Add special handling for authentication with content (requires content resend) and disabled buffering. Fixes #30869 10 years ago
  Martin Baulig 6808e6a5e6 [System]: Fix the AllowWriteStreamBuffering check. Bugs #26640 and #26936. 10 years ago
  Marek Safar 98ecb517a7 [system] Add support for redirected http web-request with disabled AllowWriteStreamBuffering (empty streams only). Fixes #26640 11 years ago
  Alexander Köplinger 2a978a42f1 [bcl] Remove NET_3_5 defines from class libs 11 years ago
  Zoltan Varga c1b4366932 [bcl] Remove NET_4_5 defines from class libs. 11 years ago
  Zoltan Varga 032f313d5f [bcl] Remove NET_4_0 defines from class libs. 11 years ago
  Marek Safar cd3707a51f [system] Fixes HttpWebRequest::AllowReadStreamBuffering 11 years ago
  Marek Safar d1d81c9cb5 [system] Fix warnings 11 years ago
  Martin Baulig e49d56e8d1 [Http]: Cleanup chained async operations; bug #19161. 11 years ago
  Martin Baulig f647afb02f [Http]: Correctly handle request bodies when resending with authentication. 11 years ago
  Martin Baulig f986a59333 [Http]: Disable redirect with body and no buffering. 11 years ago
  Martin Baulig 461855eddd [Http]: Clear the 'SendChunked' flag when redirecting. 11 years ago
  Martin Baulig 9f7e64c187 [Http]: Remove chunked/etc headers when redirecting a request as GET. 12 years ago
  Miguel de Icaza 0a13aae80e System/PCL: Implement HttpWebRequest.SupportsCookieContainer, WebRequest.CreateHttp; Fixes #18378 11 years ago
  Martin Baulig 8f2d3ea31d HttpWebRequest: Only add "Content-Length" if we have a body; fixes #17736. 12 years ago
  Martin Baulig faaa8a7c94 Async-ify the remaining WebConnectionStream pieces. 12 years ago
  AxlPr b3ae7c6d11 Fixed time outs on http redirects 12 years ago
  Martin Baulig da6c88b49b [System] WebConnection and WebConnectionStream code cleanups. 12 years ago
  Martin Baulig 5e03c107bc Put back and fix the SSL async patch. 12 years ago
  Martin Baulig 4b5f5f96c8 [System]: Reset NTLM auth state when redirecting; distinguish host and proxy. 12 years ago
  Marek Safar 56d9a057eb Revert "Merge pull request #829 from symform/httpwebreq-async-ssl" 12 years ago
  Sebastien Pouliot 35899c07ff Merge pull request #829 from symform/httpwebreq-async-ssl 12 years ago
  OttoG e4a09c8613 Changed compiler directive according to documentation 12 years ago
  OttoG a9079357c6 Stub implementation of EndGetRequestStream overload in HttpWebRequest.cs 12 years ago
  Marek Safar 6ab86f50fd [system] Redirect of put requests was converted to get. Fixes #16670 12 years ago
  Bassam Tabbara 90f9595967 Convert blocking operations in HttpWebRequest and SslClientStream to non-blocking operations. This fixes #15451. 12 years ago
  Jérémie Laval 96935b19e1 [System] Add crude (for now) socket stealing of an HttpWebRequest. 12 years ago
  Jérémie Laval ee7a497ed4 [System] Don't overwrite custom Connection header on HttpWebRequest 12 years ago
  Martin Baulig e181a1a44d [System]: Partially fix #12393. 12 years ago
  Martin Baulig 3016218856 HttpWebRequest/Response API fixes for .NET 4.5. 12 years ago