Commit Graph

40898 Commits

Author SHA1 Message Date
Pranav K 5071084d78 Updating to release NuGet.config. 2015-09-28 23:20:13 -07:00
Pranav K bdfedd93f5 Merge branch 'release' into dev 2015-09-28 23:20:06 -07:00
Pranav K a2685ee03b Updating to release NuGet.config. 2015-09-28 23:20:03 -07:00
Pranav K a146668d76 Merge branch 'release' into dev 2015-09-28 23:16:38 -07:00
Pranav K 5ca7c44b9d Updating to release NuGet.config. 2015-09-28 23:16:36 -07:00
Pranav K 9243d832de Merge branch 'release' into dev 2015-09-28 23:16:33 -07:00
Pranav K 5b80edcdff Updating to release NuGet.config. 2015-09-28 23:16:31 -07:00
Pranav K 58a4744fdc Merge branch 'release' into dev 2015-09-28 23:16:24 -07:00
Pranav K dfe5cd840e Updating to release NuGet.config. 2015-09-28 23:16:21 -07:00
Pranav K 63da465133 Merge branch 'release' into dev 2015-09-28 23:16:19 -07:00
Pranav K ef48e4e298 Updating to release NuGet.config. 2015-09-28 23:16:17 -07:00
Pranav K 25d2096f1c Merge branch 'release' into dev 2015-09-28 23:16:15 -07:00
Pranav K ae836ee16c Updating to release NuGet.config. 2015-09-28 23:16:12 -07:00
Pranav K 521642cc2e Merge branch 'release' into dev 2015-09-28 23:16:10 -07:00
Pranav K 8930b6474c Updating to release NuGet.config. 2015-09-28 23:16:08 -07:00
Pranav K 5576626d34 Merge branch 'release' into dev 2015-09-28 23:16:05 -07:00
Pranav K 6106ca8f97 Updating to release NuGet.config. 2015-09-28 23:16:03 -07:00
Pranav K 8bc54f91dd Merge branch 'release' into dev 2015-09-28 23:16:00 -07:00
Pranav K fc7f345e22 Updating to release NuGet.config. 2015-09-28 23:15:57 -07:00
Pranav K 952f2ec53c Merge branch 'release' into dev 2015-09-28 23:15:55 -07:00
Pranav K 88d1bb0cfe Updating to release NuGet.config. 2015-09-28 23:15:52 -07:00
Pranav K 0771c48722 Merge branch 'release' into dev 2015-09-28 23:15:50 -07:00
Pranav K 7548eed530 Updating to release NuGet.config. 2015-09-28 23:15:48 -07:00
Pranav K 1bf932f403 Merge branch 'release' into dev 2015-09-28 23:15:45 -07:00
Pranav K c5a16b3a51 Updating to release NuGet.config. 2015-09-28 23:15:43 -07:00
Pranav K 0bb6a3ca07 Merge branch 'release' into dev 2015-09-28 23:15:41 -07:00
Pranav K 93fa91b1c5 Updating to release NuGet.config. 2015-09-28 23:15:38 -07:00
Pranav K a48b9c981b Merge branch 'release' into dev 2015-09-28 23:15:36 -07:00
Pranav K 452675918d Updating to release NuGet.config. 2015-09-28 23:15:34 -07:00
Pranav K 7d5b43c599 Updating to dev NuGet.config 2015-09-28 23:15:07 -07:00
Pranav K d2dc0391d6 Merge remote-tracking branch 'origin/release' into dev 2015-09-28 23:14:22 -07:00
Pranav K 648ddf4252 Updating to release NuGet.config 2015-09-28 23:13:57 -07:00
Pranav K 5698b61d34 Merge branch 'release' into dev 2015-09-28 23:12:56 -07:00
Pranav K 7e386ab576 Updating to release NuGet.config. 2015-09-28 23:12:54 -07:00
Pranav K 5f22f64c6c Merge branch 'release' into dev 2015-09-28 23:12:51 -07:00
Pranav K f6acb01a36 Updating to release NuGet.config. 2015-09-28 23:12:49 -07:00
Pranav K 77c7d9ce4e Merge branch 'release' into dev 2015-09-28 23:12:42 -07:00
Pranav K 430f83e13b Updating to release NuGet.config. 2015-09-28 23:12:40 -07:00
Pranav K 0a1edbe3f9 Merge branch 'release' into dev 2015-09-28 23:12:33 -07:00
Pranav K adfa02de90 Updating to release NuGet.config. 2015-09-28 23:12:30 -07:00
Pranav K 147574247c Merge branch 'release' into dev 2015-09-28 23:12:19 -07:00
Pranav K 326dc222f0 Updating to release NuGet.config. 2015-09-28 23:12:17 -07:00
Pranav K d68b002481 Merge branch 'release' into dev 2015-09-28 23:12:10 -07:00
Pranav K 7334d4922e Updating to release NuGet.config. 2015-09-28 23:12:07 -07:00
Ryan Nowak f95ffb57ae Make dictionary allocations lazy on RouteData
This change makes the allocation of DataTokens and Values on RouteData
lazy, and elides copies when copying an 'empty' RouteData.

In our current architecture this change will eliminiate 2 * (N + 1)
dictionary allocations/copies per request, where N is the number of routes
processed. In a large system with lots of attribute routes, this number
could be very significant.

For a small MVC site (ModelBinding, Validation, Views) with one route, it
still shows a modest reduction of dictionary allocations without adding
much complexity.
2015-09-28 22:54:32 -07:00
Pranav K 8d57211b15 Switching to CI release NuGet config 2015-09-28 22:47:07 -07:00
Pranav K b1a0e1b251 Merge branch 'dev' into release 2015-09-28 22:46:10 -07:00
Pranav K 9070e12766 Reacting to Hosting changes 2015-09-28 21:59:59 -07:00
Pranav K faf91c06e0 * Use --quiet for git pull and git clone so git fetch messages do not show up in CI
error logs.
2015-09-28 21:09:12 -07:00
Pranav K d576f71090 Reacting to feed and NuGet.config renames 2015-09-28 21:08:34 -07:00