Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-28[System] Move HttpListenerResponse.GetStatusDescription to ease linkingSebastien Pouliot
2015-12-03[System.Net.Http] Replace google.com with example.org in a testAlexander Köplinger
2015-12-02[csproj] Remove *net_4_5.csproj files from the class libsAlexander Köplinger
2015-11-24[system.net.http] Make HttpClient a partial class and skip default .ctor when...Sebastien Pouliot
2015-09-21[System.Net.Http] Set host header directly onlyMarek Safar
2015-09-18[System.Net.Http] Fix custom Host header not being set on requests. Fixes #34044Adam Burgess
2015-09-14[build] Generated up-to-date net_4_x MSBuild projects.João Matos
2015-08-13Build an initial version of System.Net.Http.dll for monotouch as part of the ...Rolf Bjarne Kvinge
2015-08-05[system.net.http] Add special handling for chunked transfer-encoding httpwebr...Marek Safar
2015-07-09[System.Net.Http] Reading ContentLength value actually set header property va...Marek Safar
2015-06-25[system.net.http] Convert default request headers to string values using corr...Marek Safar
2015-06-25Add a monotouch_watch profile.Rolf Bjarne Kvinge
2015-06-10[system.net.http] Add special handling for authentication with content (requi...Marek Safar
2015-06-08[system.net.http] Apply custom to string formating to parsed values. Fixes #3...Marek Safar
2015-05-23Fixed parsing the host header fieldKai Ruhnau
2015-05-23Added a test for accessing HttpRequestHeader.HostKai Ruhnau
2015-04-01[system.net.http] Use correct separator for headers tostringMarek Safar
2015-03-27[system.net.http] Parse range values using long range. Fixes #26109Marek Safar
2015-03-17[genproj] Re-generated the class library projects.João Matos
2015-03-02[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to redu...Zoltan Varga
2015-02-27[build] Add dependency information for class libraries using a LIB_REFS varia...Zoltan Varga
2015-02-25[system.net.http] Add another workaround for incompatible mono Uri handling. ...Marek Safar
2015-02-25[System.Net.Http] Change relative uri test to not require internet accessMarek Safar
2015-02-24[system.net.http] Accept header with multiple values. Fixes #27352Marek Safar
2015-02-13[system.net.http] Parsing of nested parens inside comment. Fixes #27036Marek Safar
2015-01-14[system.net.http] Drop WebClient dependencyMarek Safar
2015-01-13[build] Updated csproj files.Marcos Henrich
2015-01-13[system.net.http] Split reading headers and content in GetStreamAsync. Fixes ...Marek Safar
2015-01-12[system.net.http] ProductInfoHeader collection parsing/formatting uses specia...Marek Safar
2015-01-05[System.Net.Http] Fix CancelRequestViaProxy() test that intermittently fails ...Alexander Köplinger
2015-01-05Fixes buildMarek Safar
2015-01-05[system.net.http] Use HttpWebRequest without additional buffering. Fixes #25213Marek Safar
2014-11-27[system.net.http] Update range checks for invalid characters. Fixes #18800Marek Safar
2014-11-27[system.net.http] Escape more RFC5987 characters. Fixes #24785Marek Safar
2014-11-21[system.net.http] Allow use of absolute url paths without scheme in HttpReque...Marek Safar
2014-11-21[system.net.http] set-up cancellation before any WebRequest method is called....Marek Safar
2014-09-10[system.net.http] Encode ContentDisposition name. Fixes #18422Marek Safar
2014-09-10[system.net.http] Handle Content-Disposition in textual form as well.Marek Safar
2014-09-10[system.net.http] Tokenize dash only in range values. Fixes #22764Marek Safar
2014-09-08[system.net.http] Make SendAsync state free to handle recursive calls. Fixes ...Marek Safar
2014-09-01[system.net.http] Update RequestMessage.RequestUri.AbsoluteUri after redirect...Marek Safar
2014-08-12Re-enable valid testsMarek Safar
2014-08-12[System.Net.Http] Handle quoted filename value. Fixes #21960Marek Safar
2014-08-06[Cleanup] Removed a bunch of superfluous .csproj and .sln filesAlexander Köplinger
2014-06-24[System.Net.Http] Fix disposing of DelegatingHandler. Fixes #20818Marek Safar
2014-06-10[System.Net.Http]: Always add "Content-Length" in HttpClientHandler.SendAsync().Martin Baulig
2014-05-25[build] the csproj files can now do a full class libraries buildMiguel de Icaza
2014-05-24[build] Fresh new csproj files based on the updated build system.Miguel de Icaza
2014-05-19[System.Net.Http] Parsing productinfo like headers with missing version. Fixe...Marek Safar
2014-05-15Merge pull request #1034 from joelmartinez/msdoc-import2Miguel de Icaza