Commit History

Author SHA1 Message Date
  Martin Baulig cd09ddbc55 New PR for the new web stack (#6125) 8 years ago
  Ludovic Henry 52b00f2922 [WebConnection] Fix race condition between Close and BeginWrite (#4693) 8 years ago
  Marek Safar 400b5eb8b4 [System] Change WebRequest::BeginGetRequestStream driven IAsyncResult::CompletedSynchronously to match .net. Fixes #32374 9 years ago
  Marek Safar cc3f4c6037 [System] Replace few System.Net types with referencesource 9 years ago
  Martin Baulig 9af4b08290 Revert "[System]: WebConnection: improve chunked reads and async callbacks." 10 years ago
  Martin Baulig 77e1889d20 [System]: WebConnection: improve chunked reads and async callbacks. 10 years ago
  BogdanovKirill 1abf5baf16 [WebConnectionStream] Fix connection loss for >2GB reads 10 years ago
  Martin Baulig dd6f03681e [System]: Fix WebConnectionStream.SetHeadersAsync() logic for #31830. 10 years ago
  Martin Baulig bf1e02d4d4 Revert "[System] Don't assume WebConnectionStream of unknown http methods require write stream. Fixes #31830" 10 years ago
  Marek Safar 7faba3ca52 [System] Don't assume WebConnectionStream of unknown http methods require write stream. Fixes #31830 10 years ago
  Martin Baulig 20d845ca07 Merge pull request #1156 from felfert/master 11 years ago
  Martin Baulig 7d8798c15d [System]: WebClient.OpenWrite() must get the response on close; fixes #10163. 11 years ago
  Fritz Elfert ce9db9db3f Fixed Bug #21135 - Deadlock in WebConnectionStream 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
  Miguel de Icaza 705da187cf [System] Fix build warnings 11 years ago
  Martin Baulig 461855eddd [Http]: Clear the 'SendChunked' flag when redirecting. 11 years ago
  Martin Baulig faaa8a7c94 Async-ify the remaining WebConnectionStream pieces. 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
  Martin Baulig c6a70a9586 Rewrite and fix the web stack's connection reuse and idle logic. 12 years ago
  Martin Baulig 861d495951 Fix WebConnectionStream.CheckComplete() logic for chunked encoding. 12 years ago
  Marek Safar 56d9a057eb Revert "Merge pull request #829 from symform/httpwebreq-async-ssl" 12 years ago
  Bassam Tabbara 90f9595967 Convert blocking operations in HttpWebRequest and SslClientStream to non-blocking operations. This fixes #15451. 12 years ago
  Tammo 'kb' Hinrichs 170fc3aaf7 Reverted whitespace changes 12 years ago
  Tammo 'kb' Hinrichs 907b13aa04 Fix race condition in WebConnectionStream 12 years ago
  Miguel de Icaza aa4af9833a Add some defensive exceptions to WebConnectionStream to try to track down #6329 13 years ago
  Miguel de Icaza a6b3391227 Add some defensive exceptions to WebConnectionStream to try to track down #6329 13 years ago
  Martin Baulig f7db37a5ed Fix #5655: Always send HTTP headers for WebDAV methods. 13 years ago