Martin Baulig
|
5428bdfb71
[Http]: Fix the loop in WebConnection.ReadHeaders().
|
11 жил өмнө |
Marek Safar
|
a6dccdaf6d
Revert "Merge pull request #981 from methane/websocket"
|
11 жил өмнө |
Marek Safar
|
62cc262196
Merge pull request #981 from methane/websocket
|
11 жил өмнө |
Marek Habersack
|
34fb07d05f
Include support for SSL/TLS right in System when building for the MONODROID profile
|
11 жил өмнө |
INADA Naoki
|
4239b4cb2e
Reimplement StreamWebSocket.
|
11 жил өмнө |
Martin Baulig
|
da6c88b49b
[System] WebConnection and WebConnectionStream code cleanups.
|
12 жил өмнө |
Martin Baulig
|
c6a70a9586
Rewrite and fix the web stack's connection reuse and idle logic.
|
12 жил өмнө |
Martin Baulig
|
861d495951
Fix WebConnectionStream.CheckComplete() logic for chunked encoding.
|
12 жил өмнө |
Sebastien Pouliot
|
613906e04b
Further reduce the chance of an NRE in WebConnection, ref: 55f400b6446024adef5dcc8cc690b6951af98125
|
12 жил өмнө |
Jonathan Pryor
|
55f400b644
[System] Avoid an NRE when Close() and Write() are concurrent.
|
12 жил өмнө |
Jérémie Laval
|
96935b19e1
[System] Add crude (for now) socket stealing of an HttpWebRequest.
|
12 жил өмнө |
Sebastien Pouliot
|
abe99070fa
Fix type lookup when SSL/TLS is not embedded into System.dll
|
12 жил өмнө |
Sebastien Pouliot
|
96a8500795
Allow the MONOTOUCH targetr to build its SSL/TLS support right inside System.dll and remove code duplication and non-required code paths.
|
12 жил өмнө |
Gonzalo Paniagua Javier
|
9b2e52a86a
Merge pull request #631 from kebby/master
|
12 жил өмнө |
Sebastien Pouliot
|
f39dc2adcd
[ios] Remove the need to use reflection to call the StartWWAN method (by moving it into libmonotouch)
|
12 жил өмнө |
Martin Baulig
|
eda8f9416a
[WebConnection]: Fix incorrect end-of-stream with null callback.
|
12 жил өмнө |
Tammo 'kb' Hinrichs
|
907b13aa04
Fix race condition in WebConnectionStream
|
12 жил өмнө |
Marek Safar
|
0647a5d16b
Remove duplicated files from system.dll (saves about 100kb)
|
13 жил өмнө |
Miguel de Icaza
|
14f0405443
Revert "[HttpWebRequest] Avoid using the threadpool for synchronous requests"
|
13 жил өмнө |
Miguel de Icaza
|
6e54963a8e
Revert "[WebConnection] Use just one delegate to init the connection"
|
13 жил өмнө |
Andres G. Aragoneses
|
4367f8c04a
[WebConnection] Use just one delegate to init the connection
|
13 жил өмнө |
Andres G. Aragoneses
|
b190db44cb
[HttpWebRequest] Avoid using the threadpool for synchronous requests
|
13 жил өмнө |
Chris Toshok
|
72d19698c3
Up the default max persistent connections to 10 for monotouch, and warn when we use more.
|
14 жил өмнө |
Martin Baulig
|
b049dfb1a4
[6329][Web]: Fixed abort race condition in WebConnection.ReadDone().
|
13 жил өмнө |
Martin Baulig
|
c399f1024b
[#7258][Web]: Check 'Connection: close' header.
|
13 жил өмнө |
Martin Baulig
|
dda6a22fb4
[#7258][Web]: Support multiple proxy auth methods.
|
13 жил өмнө |
Christian Gan
|
b5a6d9024c
[#7258][Web]: Implement NTLM proxy authentication.
|
13 жил өмнө |
Martin Baulig
|
3118e82bfa
[#7258][Web]: Fix proxy authentication for secure connections.
|
13 жил өмнө |
Martin Baulig
|
9a8ed89b84
[#7200]: WebRequest returns result in another thread.
|
13 жил өмнө |
Sebastien Pouliot
|
57fb542729
Wrap potential exceptions (like #6425 NRE) inside an (expected) WebException
|
13 жил өмнө |