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
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
2014-05-14[system.net.http] Set version to 4.0.0.0 on MOBILEJonathan Pryor
2014-05-12[docs] documentation import for 'returns' elements.Joel Martinez
2014-05-12[docs] Import of additional member documentation that contain generic paramet...Joel Martinez
2014-05-12[docs] namespace documentation import.Joel Martinez
2014-05-12[http] Convert string output data using BOM header when available. Fixes #19667Marek Safar
2014-05-12[system.net.http] Fix encoding of Content-MD5. Based on patch by nberardi. Fi...Marek Safar
2014-04-28[docs] Import of Microsoft BCL Documentation.Joel Martinez
2014-04-28[docs] Schema additions, and monodoc template updates.Joel Martinez
2014-04-19Refreshed the CSProj files to use the new output build directoryMiguel de Icaza
2014-04-10[system.net.http] Improve 50879b35cf1e92370d155d26cc85b4430fe17984 to close a...Marek Safar
2014-04-09[system.net.http] Close service-point slot on explicit dispose. Fixes #18848Marek Safar
2014-03-20[System.Net.Http] Incomplete byte ranges parsing. Fixes #18494Marek Safar
2014-03-07[system.net.htt[] Pass CancellationToken in GetAsync. Fixes #13281Marek Safar
2014-02-25Add documentation for CFNetworkHandlerMiguel de Icaza
2014-02-25Add System.Net.Http documentationMiguel de Icaza
2014-02-19[System.Net.Http] Return ContentLength of the buffer when content is loaded i...Marek Safar
2014-01-14Add missing (new) file for System.Net.Http.dll (monotouch build)Sebastien Pouliot
2014-01-13[System.Net.Http] Add parsing of multi-value strings. Fixes #17132Marek Safar
2013-12-06[System.Net.Http] Don't throw on invalid input in TryGetValues. Fixes #16634Marek Safar
2013-09-24Initialize cookie container for default requests. Fixes #14783Marek Safar
2013-09-22Implements content loading cancellation. Fixes #13200Marek Safar
2013-09-20[System.Net.Http] Add a way to add extra build arguments.Rolf Bjarne Kvinge
2013-09-06Implements parsing of multi value User-Agent string. Fixes #8719Marek Safar
2013-07-29Correctly parse pragma headers. Fixes #13501Marek Safar
2013-07-23Fix default content buffer max sizeMarek Safar