Commit History

Author SHA1 Message Date
  Marek Safar 81fb20737f [System] Fill more WebException details when CONNECT fails. Fixes #19594 9 years ago
  Marek Safar a26fda4e8c [System] Don't compress custom http headers in httplistener response. Fixes #34715 9 years ago
  Marek Safar 870cbdc8b9 [System] Report an error instead of success when proxy authentication is required. Fixes #19594 9 years ago
  Marcos Henrich 6f261e6bb6 [System] EndRead now throws WebException on abort. 9 years ago
  Marek Safar ba81e38ecc [System] WebHeaderCollection from referencesource 9 years ago
  Marek Safar c92f928ff8 [System] Authorization from referencesource 9 years ago
  Martin Baulig e21ff252af [System]: Properly propagate exceptions in 'MonoTlsStream'. 9 years ago
  Martin Baulig d7f52b74c9 [System]: In 'WebConnection.EndWrite()': always call EndWrite() on the underlying socket. 10 years ago
  Rolf Bjarne Kvinge c010ebc09e [System] xamarin_start_wwan is not available for tvOS and watchOS. 10 years ago
  Martin Baulig 3d172a4b34 Cosmetic; remove unused variable. 10 years ago
  Martin Baulig 799361d19f Kill dead code. 10 years ago
  Martin Baulig 35411c095d Remove a few more 'using System.Reflection's. 10 years ago
  Martin Baulig 87ecbc9ce1 [System]: Use MonoTlsProvider API in WebConnection. 10 years ago
  Martin Baulig 9af4b08290 Revert "[System]: WebConnection: improve chunked reads and async callbacks." 10 years ago
  Martin Baulig 25a206c6da [System/TLS]: Switch to the new ChainValidationHelper. 10 years ago
  Martin Baulig 77e1889d20 [System]: WebConnection: improve chunked reads and async callbacks. 10 years ago
  Marek Safar 613c2a9182 [system] Don't throw ObjectDisposedException on cancelled async WebConnection. Fixes #31507 10 years ago
  Rolf Bjarne Kvinge 2b46111528 [corlib] A few XI-internal functions have been renamed; use the new names. 10 years ago
  Alexander Köplinger 48e112d652 [Cleanup] Removed TARGET_JVM 11 years ago
  Martin Baulig e6ce33bc7d [Http]: Read version from "HTTP CONNECT" response. 11 years ago
  Martin Baulig 5428bdfb71 [Http]: Fix the loop in WebConnection.ReadHeaders(). 11 years ago
  Marek Safar a6dccdaf6d Revert "Merge pull request #981 from methane/websocket" 11 years ago
  Marek Safar 62cc262196 Merge pull request #981 from methane/websocket 11 years ago
  Marek Habersack 34fb07d05f Include support for SSL/TLS right in System when building for the MONODROID profile 11 years ago
  INADA Naoki 4239b4cb2e Reimplement StreamWebSocket. 11 years ago
  Martin Baulig da6c88b49b [System] WebConnection and WebConnectionStream code cleanups. 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
  Sebastien Pouliot 613906e04b Further reduce the chance of an NRE in WebConnection, ref: 55f400b6446024adef5dcc8cc690b6951af98125 12 years ago
  Jonathan Pryor 55f400b644 [System] Avoid an NRE when Close() and Write() are concurrent. 12 years ago