Commit Graph

99 Commits

Author SHA1 Message Date
Ryan Brandenburg f38ebee489 Set 2.0 baselines 2018-03-20 14:46:34 -07:00
Chris Ross (ASP.NET) 6e122c45b4 Mark cookie as non-essential. Home#2393 2018-01-29 12:50:17 -08:00
Chris Ross (ASP.NET) 6d15dcf1ca Use TryAdd for ISessionStore service #2755 2018-01-26 12:16:25 -08:00
Nate McMaster f7f89cdf8f Pin tool and package versions to make builds more repeatable
Part of aspnet/Universe#575
2017-11-01 16:45:58 -07:00
Chris Ross (ASP.NET) be6b099f6c #189 Reduce noise for load and commit logs. 2017-09-29 14:13:51 -07:00
Nate McMaster f63354713f Use PackageLineup to manage PackageReference versions 2017-08-28 15:38:43 -07:00
Nate McMaster 8530f91507 Use Directory.Build.props/targets 2017-08-28 15:36:59 -07:00
Chris R 1a1e4c309f #167 Add cancellation tokens and defualt timeouts for Load/CommitAsync. 2017-07-05 14:22:43 -07:00
Nate McMaster 6f4f34a0bf Remove SessionOptions.SameSideMode (#176) 2017-07-05 09:40:55 -07:00
Nate McMaster dece939aab Add CookieBuilder property to SessionOptions and obsolete duplicated properties 2017-06-30 10:02:53 -07:00
John Luo b899775185 Add configurable SameSite cookie option 2017-05-31 14:52:19 -07:00
Cesar Blum Silveira 4ab7a19dc2 Target netstandard2.0. 2017-05-23 10:00:29 -07:00
John Luo 9cd4bca6f5 netcoreapp2.0 (#162) 2017-05-05 09:44:36 -07:00
Pranav K 8cc72b7871 Update to net46 2017-03-22 18:18:35 -07:00
Nate McMaster 6ef43e91b5 Consolidate dependency versions to one file and remove workarounds 2017-03-15 17:50:59 -07:00
Nate McMaster 499f3029c4 Upgrade to VS 2017 2017-01-31 16:13:20 -08:00
Pranav K ae24eea1a1 Updating to 4.4 CoreFx packages 2016-12-14 14:47:31 -08:00
Pranav K 9c4b3863b9 Updating versions to 1.2.0-* 2016-11-09 14:19:43 -08:00
jacalvar 8ff910fdbe Created public API baselines 2016-11-07 21:48:12 -08:00
Pranav K 8f10080ad0 Updating partner package versions 2016-09-28 11:52:28 -07:00
Doug Bunting caa827f5c3 One build to rule them all
- well, at least VS and command-line builds will share output
- part of aspnet/Coherence-Signed#277
2016-07-07 12:43:58 -07:00
Justin Kotalik 4f3d984f87 Forgotten summary tag 2016-06-16 13:40:16 -07:00
Justin Kotalik 219ef7450b #106 Fix: Adds Secure Cookie flag and tests 2016-06-16 11:57:58 -07:00
Pranav K 0112361557 Updating to dev versions 2016-06-16 10:18:39 -07:00
John Luo 8469da66d0 React to updated CoreCLR packages
https://github.com/aspnet/Coherence/issues/97
2016-05-26 18:34:09 -07:00
John Luo d61c5100c9 Handle cache unreliability #99 2016-05-23 10:10:48 -07:00
Chris R dabd28a5d9 #105 Use DataProtection to encrypt the cookie 2016-05-20 09:38:48 -07:00
Pranav K 627dfdc646 Revert "React to updated CoreCLR packages"
This reverts commit 1d588e0e82.
2016-05-18 09:43:09 -07:00
John Luo 1d588e0e82 React to updated CoreCLR packages
https://github.com/aspnet/Coherence/issues/97
2016-05-17 14:57:06 -07:00
Pranav K 5ad3ffc4f6 Fix build warnings 2016-05-02 11:27:27 -07:00
Pranav K c2503d1da1 Removing imports from src projects 2016-04-08 06:49:08 -07:00
jacalvar 14473b5458 Return IServiceCollection from AddSession extension methods 2016-03-28 15:46:42 -07:00
Pranav K 069220a85a Revert "Revert "Reacting to CoreCLR package changes""
This reverts commit e3229fc4ea.
2016-03-23 11:47:23 -07:00
Doug Bunting e3229fc4ea Revert "Reacting to CoreCLR package changes"
This reverts commit 41b0ea9c3c.
2016-03-22 09:49:34 -07:00
Doug Bunting 5371e13a5a React to HttpAbstractions change: `ISession` in new namespace
- see issue aspnet/HttpAbstractions#590 and pull aspnet/HttpAbstractions#589
2016-03-21 09:09:33 -07:00
Pranav K 41b0ea9c3c Reacting to CoreCLR package changes 2016-03-21 06:56:02 -07:00
Eilon Lipton 396bef4b6d Fix package metadata 2016-03-15 14:42:37 -07:00
Chris R 432de7a158 #96 Add a session Id 2016-03-04 15:11:35 -08:00
Ajay Bhargav Baaskaran 7c60cd5fa6 Added Company, Copyright and Product attributes to AssemblyInfo 2016-03-03 17:32:58 -08:00
John Luo dea425d3b2 Update cookie name 2016-03-03 13:35:09 -08:00
Doug Bunting 2f1bb39407 Remove project name from output path
- aspnet/Coherence-Signed#187
- remove `<RootNamespace>` settings but maintain other unique aspects e.g. `<DnxInvisibleContent ... />`
- in a few cases, standardize on VS version `14.0` and not something more specific
2016-03-02 21:22:43 -08:00
N. Taylor Mullen 6ef4e68ced Transition to netstandard.
- dotnet5.X => netstandard1.y (where y = x-1).
- DNXCore50 => netstandardapp1.5.
- Applied the same changes to ifdefs.
2016-03-01 13:38:23 -08:00
Kiran Challa 46f6fa85d5 Minor fix to service collection extensions 2016-02-22 14:57:18 -08:00
Ajay Bhargav Baaskaran 4bbea583b0 Enabled xml doc generation 2016-02-19 11:17:16 -08:00
Chris R 8b29de8993 Remove ISessionStore.Connect in raction to removal of IDistrbutedCache.Connect. 2016-01-25 13:56:14 -08:00
N. Taylor Mullen ea0c57122d Rename AspNet 5 file contents.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:16:42 -08:00
N. Taylor Mullen bebac7151a Rename AspNet 5 folders and files.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:16:41 -08:00
John Luo c59528e4f9 Updating to new options pattern 2016-01-08 17:03:17 -08:00
Hao Kung e91ce99c70 OptionsModel => Options 2015-12-21 15:55:38 -08:00
Brennan 09278f7013 Adding logging event ids 2015-12-14 15:03:06 -08:00