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-04-16Add MaxHttpCollectionKey supporthongmeig
2012-04-1444: Updated XML docs for IDependencyScopebradwilson
2012-04-11More Validation Performance Improvementsyoussefm
2012-04-11Incorporate code review feedback for ResultConvertersmarcind
2012-04-11Issue 41: fix problem with Web API running in medium trust from the GACmarcind
2012-04-10perf: Optimize return value validation of methods returning a non-generic Task.marcind
2012-04-10Code review feedback from bug #26bradwilson
2012-04-07Value Validation Performance Improvementsyoussefm
2012-04-07Added copyright headers and License.txtbradwilson
2012-04-07Performance improvements around simple parameters from the query string. Thi...MikeStall
2012-04-06Remove IHttpControllerActivator.Release()bradwilson
2012-04-05390625: Move the System.Web.Http.HttpRequestMessageExtensions and HttpRespons...marcind
2012-04-05Fixes issue 35: Inconsistent namespaces and use of public in Tracing\Tracers.roncain
2012-04-0526: Separate service location from dependency injectionbradwilson
2012-04-05Issue #12 Add CreateResponse<T>() overloads that accept formatter and media t...marcind
2012-04-05Performance improvement on validate. Cache expensive parts of the modelbindin...MikeStall
2012-04-04349089: Fixing the issue where HttpMethodConstraint does not work for WebAPI ...yaohuang
2012-04-04Fix additional collection-related APIs to consume/return consistent typesphenning
2012-04-03Bug 333326: HttpControllerDispatcher should not set the controllerName on Htt...raghuramn
2012-04-03DevDiv bug 388519 --[Monitoring] HttpActionBindingTracer was not created, an...roncain
2012-04-03Bug 381032: AddUriPathExtensionMapping needs to use routing to get the format...raghuramn
2012-04-03Short-circuit all validation when there are no validator providersyoussefm
2012-04-02351494 - [Glob] Value provider failed to convert double under Turkish culturemarcind
2012-04-01more code review feedbackhongmeig
2012-04-01bugFixhongmeig
2012-03-31Fixing APTCA issue with TypeDescriptorHelper due to problem in DataAnnotation...henrikn
2012-03-30314059: Moving controller type cache to WebHostsebastienros
2012-03-30remove some stale commentsraghuramn
2012-03-30bug 384220: Encoding in media type is incorrect when Tracing is turning on.raghuramn
2012-03-29perf: prepare parameters is on the hotpath. Have it nop quickly if there are ...MikeStall
2012-03-29perf: Use object reference equality on verbs for hotpath.MikeStall
2012-03-29perf: Move a List<T> allocation off the hot path in Action Selection. This wa...MikeStall
2012-03-29perf improvements in action selection.MikeStall
2012-03-28more codeflow feedbackraghuramn
2012-03-28updating some doc commentsraghuramn
2012-03-28controller factory refactoring - bunch of renamesraghuramn
2012-03-28addressing codeflow feedbackraghuramn
2012-03-28add Release method to IHttpControllerActivatorraghuramn
2012-03-28initial changes for controller factory refactoringraghuramn
2012-03-28386159/386164: Review all double-check locksbradwilson
2012-03-28update urlhelper to use uri constructor instead of string concatraghuramn
2012-03-27bug 384915: Rename HttpActionExecutedContext.Result to Response, make it forw...phenning
2012-03-27Remove dead code: unused TypeHelper methods and QueryTypeHelper classmarcind
2012-03-27336383: Remove static fields from DataAnnotationsModelValidatorProvider (plus...bradwilson
2012-03-27Upgraded System.Net.Httpbradwilson
2012-03-27Missing snapshot for 383115/383116bradwilson
2012-03-27383115/383116: Faster model binding prefix handlingbradwilson
2012-03-27cr feedback: whitespaceMikeStall
2012-03-27perf fix: fast path when we have no parameters to bind. Avoids task overead o...MikeStall
2012-03-27387277 - Perf update. Cache HttpActionBinding on actionDescriptor so that we ...MikeStall