Commit Graph

13964 Commits

Author SHA1 Message Date
Peter Hsu 3aaae6964f Fix NPE issue where UvShutdownReq being garbage collected before the shutdown callback executed 2015-07-14 10:36:34 -07:00
Brice Lambson 8fae544fb3 React to aspnet/EntityFramework#2613 2015-07-14 10:19:00 -07:00
Steve Smith 94dba8ff0e Moved address parsing to ServerAddress 2015-07-13 11:10:25 -07:00
markrendle 98995132de Pre-create Continue bytes in Frame 2015-07-13 10:43:05 -07:00
mikary bbd57217f2 React to API change in DependencyInjection 2015-07-07 14:40:20 -07:00
Arthur Vickers 11e14de7e9 React to EF renaming 2015-07-07 10:10:38 -07:00
Stephen Halter 0670b7ae61 Ensure all the C# files have copyright notices 2015-07-06 17:49:00 -07:00
Stephen Halter 4b66edc4fe Move non-nested classes and interfaces to their own files 2015-07-06 17:48:58 -07:00
ASP.NET Push Bot 79587f81ef ⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
Source: AspNet/kvm@f5cc09aefd
2015-07-06 11:42:51 -07:00
Victor Hurdugaci 6438362e0a Add repository information to project files 2015-07-01 20:34:07 -07:00
Victor Hurdugaci fd038b7b91 Add repository information to project files 2015-07-01 20:13:32 -07:00
Victor Hurdugaci e332375f0e Add repository information to project files 2015-07-01 19:42:39 -07:00
Hao Kung 62f5d79df2 Reenable social tests 2015-07-01 19:07:34 -07:00
Hao Kung f78d41095d Disable smoke tests for now 2015-07-01 18:18:15 -07:00
Hao Kung 856f510168 Add missed file 2015-07-01 16:01:39 -07:00
Hao Kung eeb39d01e4 React to pinpoint PR 2015-07-01 15:50:46 -07:00
Murat Girgin 85c9db8450 Delete Queries.md
Moved elsewhere
2015-07-01 14:59:54 -07:00
glennc 8106fc8613 Add beta5, add console logger to web and mvc so that you can see the URL that we listen on. 2015-07-01 11:16:18 -07:00
Murat Girgin e7e8e981a6 Update Queries.md
Added Troy's bugs.
2015-07-01 10:10:43 -07:00
Kiran Challa 04cf85d9fa Skipped test temporarily 2015-06-30 15:27:06 -07:00
Arthur Vickers de4fb94bf1 React to EF namespace changes 2015-06-30 10:59:28 -07:00
ASP.NET Push Bot a06c4a2151 ⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
Source: AspNet/kvm@e15339329e
2015-06-30 10:28:18 -07:00
Kiran Challa ae379c5dd2 Fixed build break 2015-06-29 18:01:21 -07:00
Pranav K bd2025c561 Change nuget-resilient-publish to allow specifying a path to nuget.exe. 2015-06-29 15:21:23 -07:00
anurse f65ad82c6b use the factory method to create RNG 2015-06-29 12:39:57 -07:00
anurse 1c50ec7166 clean-up 2015-06-29 12:21:46 -07:00
anurse 61894cb4e0 attempt 57: just don't support web socket client from dnxcore 2015-06-29 12:20:16 -07:00
Kiran Challa 761a182145 Reacting to Session, Authentication changes 2015-06-29 12:15:34 -07:00
Kiran Challa f5a880ba32 React to Session api changes 2015-06-29 12:14:22 -07:00
anurse cc1b0c36ac fix #26 by using RNGCryptoServiceProvider on net45 2015-06-29 10:45:04 -07:00
Murat Girgin 1f80539ba1 Add "unassigned bugs" to the list 2015-06-29 08:39:44 -07:00
Onat Yiğit Mercan 7a0c476503 Added 'Get Curl' to prerequisites section 2015-06-26 23:47:37 +03:00
Hao Kung 88d0efc2db React to identity/http changes 2015-06-25 19:12:30 -07:00
Hao Kung f724fefbda React to HttpChanges 2015-06-25 17:28:07 -07:00
Arthur Vickers c6b92fe16c React to EF changes 2015-06-25 16:01:25 -07:00
Onat Yiğit Mercan 5288a44ae4 Added prerequisites section 2015-06-25 22:54:53 +03:00
Pranav K 6d5ac18d0c Use dnvm run instead of switching using dnvm use 2015-06-24 14:35:02 -07:00
Murat Girgin c343cb2e9f Update Queries.md 2015-06-24 13:59:43 -07:00
Pranav K d65251055e Updating dnvm 2015-06-24 13:58:01 -07:00
Murat Girgin 287a8ff33c Update Queries.md
Adding more team members
2015-06-24 13:56:01 -07:00
Chris R 3c9690ed79 Add individual bug queries. 2015-06-24 12:05:14 -07:00
Glenn Condron 609285e2ac Merge pull request #684 from PatrickNausha/dev
Add required script extension.
2015-06-24 11:32:19 -07:00
ASP.NET Push Bot e81f1ef88b ⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
Source: AspNet/kvm@3b0dc110c4
2015-06-24 09:51:55 -07:00
Murat Girgin 865ce2b08a Create Queries.md 2015-06-24 09:49:06 -07:00
Arthur Vickers 88288ae9d3 React to EF name changes 2015-06-23 16:00:56 -07:00
Thomas L. Kjeldsen 1dd1411ca6 Merge remote-tracking branch 'upstream/dev' into dev 2015-06-23 23:54:29 +02:00
Ryan Nowak 6471ef34a7 Add Antiforgery to repo list 2015-06-23 12:20:47 -07:00
Doug Bunting 210c73279c Change hardcoded `bash` shebang to `env`
- aspnet/Home#695
- support various `bash` installation locations
- in particular, enable building on FreeBSD
2015-06-23 11:44:10 -07:00
Doug Bunting 30b7c31345 Change hardcoded `bash` shebang to `env`
- aspnet/Home#695
- support various `bash` installation locations
- in particular, enable building on FreeBSD
2015-06-23 11:02:01 -07:00
Doug Bunting 14c4f46359 Change hardcoded `bash` shebang to `env`
- aspnet/Home#695
- support various `bash` installation locations
- in particular, enable building on FreeBSD
2015-06-23 11:00:06 -07:00