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

github.com/mono/aspnetwebstack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-09Create separate CodeAnalysis configuration.davidmatson
2012-10-31Make defined constants consistent between build.cmd and Visual Studio.davidmatson
2012-10-30Fix for adding custom httproute. Before this fix, if one add customhongmeig
2012-09-06Enable FxCop v11, clean up new violations, renumber old rules to new numbersbradwilson
2012-08-28Update all Microsoft.Net.Http package references to version 2.0.20710 (the RT...marcind
2012-07-24Update copyright noticesbradwilson
2012-07-14Convert to built-in NuGet package restorebradwilson
2012-07-12Remove unnecessary FxCop suppressionsroncain
2012-06-22Updating System.Net.Httpbradwilson
2012-06-05Issue 186: Make Urlhelper accessible from the formatter write pathraghuramn
2012-06-04Issue 79: Web API - Link Web.Config custom errors and error detail policyraghuramn
2012-06-02Avoid creating virtual paths with the httproute value for non-WebAPI routesyoussefm
2012-05-30WebHost and SelfHost now return 500 for null HttpResponseMessage from message...roncain
2012-05-25WebHost produces an HttpError response with detailed information when a forma...roncain
2012-05-22[System.Net.Http.dll] Backport the changes on v4 back to v2yaohuang
2012-05-19Issue 61 -- enable bufferless input stream in web-hostroncain
2012-05-16Enabling re-running routing in ASP.NET Hosted environment.henrikn
2012-05-15Our use of HttpRouteValueDictionary was more cumbersome than necessary: we us...henrikn
2012-05-11Fix build break introduced by the new TaskHelpersExtensions.Then overloadbradwilson
2012-05-11Added MapHttpRoute overrides which take HttpMessageHandler parameters. Also f...bradwilson
2012-05-10Fix IncludeErrorDetailPolicy to run against the remote address instead of the...youssefm
2012-05-10Issue 130: Allow IHttpHostBufferPolicySelector to select buffering policy for...roncain
2012-05-05cache the delegate for retrieving client certificatehongmeig
2012-05-05Allow setting authentication schemehongmeig
2012-05-03#56: Per-Route Endpoint Message Handlerbradwilson
2012-05-03Also enabled System.Web.Http.RouteCollectionExtensions.MapHttpRoute (in both ...Patrick McDonald
2012-05-01Add helper to access client certificatehongmeig
2012-04-30#38: Make IHttpVirtualPathData.VirtualPath setter publicbradwilson
2012-04-23Explicit support for stream-based push-content.henrikn
2012-04-07Added copyright headers and License.txtbradwilson
2012-04-07bug fix 395547: Addressing the issue that caused stress test failure on 4.5 w...yaohuang
2012-04-0526: Separate service location from dependency injectionbradwilson
2012-04-04349089: Fixing the issue where HttpMethodConstraint does not work for WebAPI ...yaohuang
2012-04-03DevDiv 388456 -- WebHost should not use Transfer-Encoding chunked when conten...roncain
2012-03-30314059: Moving controller type cache to WebHostsebastienros
2012-03-27Upgraded System.Net.Httpbradwilson
2012-03-24329348: Fixing FormsAuthenticationModule redirectionssebastienros
2012-03-22Shift to use Thread.CurrentPrincipal for principal, and add ApiController.Use...bradwilson
2012-03-22bug 384356: Make System.Web.Http.DictionaryExtensions internalphenning
2012-03-22Improved buffering for WebHost and SelfHostroncain
2012-03-21Removed System.Web.Http.Commonbradwilson
2012-03-13Moving to TryAddHeader* instead of fixed list of headershenrikn
2012-03-11Initial revision.bradwilson