fix building unit tests
[mono.git] / mcs / class / System / System.Net /
2011-08-11 Gonzalo Paniagua... Fix the range for rnd.Next()
2011-08-09 Jeffrey StedfastIf #CONFIGURATION_DEP isn't defined, we still want...
2011-08-05 Miguel de IcazaMerge pull request #129 from grumpydev/CryptoFixo
2011-08-05 Miguel de IcazaMerge pull request #138 from eisnerd/bug-winforms-datag...
2011-07-28 Miguel de IcazaMerge pull request #93 from konrad-kruczynski/dispatche...
2011-07-22 Atsushi EnoMerge pull request #137 from eisnerd/bug-xpath-reverse...
2011-07-20 Sebastien PouliotEnsure the linker can eliminate the *RequestCreator...
2011-07-19 Sebastien Pouliotavoid potential InvalidCastException when we already...
2011-07-08 Marek SafarMerge pull request #131 from txdv/master
2011-07-06 Rodrigo KumperaMerge pull request #128 from paszczi/master
2011-07-06 Jeffrey StedfastLoad the correct type for MacOSX (as opposed to iOS)
2011-07-05 Jeffrey StedfastImplemented a shared way to do MacOSX detection in...
2011-07-05 Jeffrey StedfastDoh, do proper OSX detection
2011-07-05 Jeffrey StedfastUse runtime detection to decide to use CoreFoundation...
2011-07-05 Jeffrey StedfastOn MonoTouch, call CoreFoundation.CFNetwork.GetDefaultP...
2011-06-29 Jackson HarperWe can accidently swallow out of FD errors here since...
2011-05-12 Rodrigo KumperaMerge pull request #82 from Unity-Technologies/master...
2011-05-01 Miguel de IcazaMerge pull request #90 from nulltoken/patch-1.
2011-04-30 Gonzalo Paniagua... Fix prefix selection
2011-04-30 Gonzalo Paniagua... Support FTP + RETR + proxy
2011-04-29 Gonzalo Paniagua... [webclient] Process uri.UserInfo when present
2011-04-25 Chris ToshokMerge branch 'master' of github.com:/mono/mono
2011-04-22 Gonzalo Paniagua... Remove unused variable
2011-04-19 Gonzalo Paniagua... [HttpListener] Fix matching directories
2011-04-18 Gonzalo Paniagua... [HttpWebRequest] Fix half-baked commit
2011-04-17 Gonzalo Paniagua... [webclient] Only set the credentials when they are...
2011-04-09 Gonzalo Paniagua... [HttpWebRequest] Ignore Transfer-Encoding when there...
2011-04-08 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-04-07 Gonzalo Paniagua... [HttpWebResponse] Close and Dispose are different beasts.
2011-03-22 Gonzalo Paniagua... [HttpListener] Match exceptions from MS on cleanup.
2011-03-22 Gonzalo Paniagua... [HttpListener] request.Url.Original string matches...
2011-03-22 Gonzalo Paniagua... [HttpListener] Fix keep-alive connections
2011-03-21 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-17 Gonzalo Paniagua... Remove NET_2_0
2011-03-17 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-14 Gonzalo Paniagua... [HttpListener] Avoid contention
2011-03-14 Mark ProbstMerge branch 'sgen-disable-gc'
2011-03-11 Gonzalo Paniagua... [HttpListener] Paranoid cleanup
2011-03-11 Gonzalo Paniagua... [HttpListener] Plug leak.
2011-03-11 Gonzalo Paniagua... [HttpWebRequest] Only uppercase known methods
2011-03-11 Gonzalo Paniagua... [Socket] Remove more auto-delegates
2011-03-11 Gonzalo Paniagua... [Socket] Minimize allocations of delegates
2011-03-11 Gonzalo Paniagua... [HttpListener] Avoid blocking in FlushInput
2011-03-10 Gonzalo Paniagua... [HttpListener] Memory use reductions
2011-03-08 Gonzalo Paniagua... Turn the method to upper case.
2011-02-15 Sebastien PouliotFix parameters names inside System.Net.dll for 2.1...
2011-02-15 Gonzalo Paniagua... [HttpListener] Close idle connections on Stop()
2011-02-14 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-14 Gonzalo Paniagua... [HttpWebRequest] EndGetResponse already does this.
2011-02-14 Gonzalo Paniagua... [HttpListener] UserHostName includes the port.
2011-02-14 Gonzalo Paniagua... [HttpListener] These lines were not supposed to be...
2011-02-14 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-13 Gonzalo Paniagua... [HttpWebRequest] Use the timeout in GetResponse()
2011-02-13 Gonzalo Paniagua... [HttpWebRequest] Avoid nullref on empty cookie header.
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-02-13 Gonzalo Paniagua... [HttpListener] Small improvements
2011-02-13 Gonzalo Paniagua... [HttpListenre] Avoid multiple calls to Close()
2011-02-10 Gonzalo Paniagua... [HttpWebRequest] Can't ignore erros here
2011-02-10 Gonzalo Paniagua... [HttpWebRequest] Error handling for POST/PUT
2011-01-31 Gonzalo Paniagua... Allow forcing HTTP protocol version
2011-01-27 Gonzalo Paniagua... [HttpListener] Set each cookie in its own header
2011-01-24 Mark ProbstMerge branch 'sgen-android'
2011-01-22 Gonzalo Paniagua... [HttpListener] Fix incorrect 411 error
2011-01-18 Gonzalo Paniagua... [HttpWebRequest] New 4.0 AddRange overloads.
2011-01-18 Gonzalo Paniagua... [HttpWebRequest] Support 4.0 Date property.
2011-01-18 Gonzalo Paniagua... [HttpWebRequest] Support 4.0 Host property.
2011-01-13 Gonzalo Paniagua... [Socket] Implemented TCP keep alive support
2010-12-07 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-12-06 Gonzalo Paniagua... Workaround bug in AcquireWriterLock
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-20 Gonzalo Paniagua... [HttpListener] Reduce the code inside lock {}
2010-11-20 Gonzalo Paniagua... [HttpListener] Use RWL instead of lock()
2010-11-05 Marek SafarMerge branch 'marek'
2010-11-05 Sebastien PouliotRefactoring to ease fix cookie support in moonlight...
2010-11-01 Gonzalo Paniagua... Avoid killing the thread if socket already null
2010-10-31 Gonzalo Paniagua... More StringComparison.Ordinal
2010-10-31 Gonzalo Paniagua... Use ordinal comparison when looking for "::"
2010-10-26 Gonzalo Paniagua... Send Keep-Alive when reusing
2010-10-26 Gonzalo Paniagua... Add connection timers and reuses
2010-10-26 Gonzalo Paniagua... Implemente HttpListenerRequest.KeepAlive
2010-10-26 Gonzalo Paniagua... Use SocketAsyncEventArgs
2010-10-15 Marek SafarClean up few more warnings
2010-10-12 Jonathan PryorAdd preliminary HTTPS handling support for Android.
2010-10-07 Geoff NortonExpose ICredentialsByHost on NetworkCredential in the...
2010-10-04 Marek HabersackMerge branch 'bugfix'
2010-10-04 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-10-04 Gonzalo Paniagua... Set have_response
2010-10-02 Gonzalo Paniagua... Create only 1 callback instance for read/write
2010-09-30 Gonzalo Paniagua... Invoke the callback in separate threads
2010-09-27 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-23 Sebastien PouliotFix exceptions wrt IPAddress.ScopeId
2010-09-20 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-17 Gonzalo Paniagua... Revert my last patch
2010-09-17 Atsushi EnoMerge branch 'master' of github.com:mono/mono
2010-09-16 Gonzalo Paniagua... Fix typo. It has been there for 4 years.
2010-09-08 Jb EvainEnable the System build for monodroid
2010-09-07 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-03 Jb EvainFix the visiblity of WebExceptionStatus for moonlight...
2010-09-01 Gonzalo Paniagua... Remove Content-Length header when not needed
2010-09-01 Gonzalo Paniagua... Avoid sending data in the challenge phase of NTLM
next