- 17 Nov, 2015 1 commit
-
-
Jeremy Meng authored
-
- 16 Nov, 2015 4 commits
-
-
Jeremy Meng authored
-
Jeremy Meng authored
-
Jeremy Meng authored
-
Jeremy Meng authored
-
- 13 Nov, 2015 2 commits
-
-
Jeremy Meng authored
-
Jeremy Meng authored
-
- 11 Nov, 2015 3 commits
-
-
Jeremy Meng authored
Replace usage of SpinWait struct with simple increment operation. SpinWait.SpinOnce() takes too much time than the original Thread.SpinWait(5).
-
Jeremy Meng authored
-
Jeremy Meng authored
-
- 10 Nov, 2015 4 commits
-
-
Jeremy Meng authored
-
Jeremy Meng authored
-
Jeremy Meng authored
-
Jeremy Meng authored
-
- 09 Nov, 2015 1 commit
-
-
Jeremy Meng authored
Update moq.netcore to 4.4.0. The old version didn't specify its dependencies for the 'dotnet' group.
-
- 07 Nov, 2015 3 commits
-
-
Jeremy Meng authored
-
Jeremy Meng authored
-
Jeremy Meng authored
-
- 06 Nov, 2015 2 commits
-
-
Jeremy Meng authored
-
Jeremy Meng authored
Trace IOException for stream.Read(). Otherwise the IO exception would be wrapped in an AggregateException, which would not be caught by the try-catch around BeginRead() method call. Also unwrap AggregateException in EndRead() and re-throw its inner exception.
-
- 05 Nov, 2015 1 commit
-
-
Marc Gravell authored
-
- 04 Nov, 2015 1 commit
-
-
Jeremy Meng authored
-
- 23 Oct, 2015 9 commits
-
-
Jeremy Meng authored
-
Jeremy Meng authored
-
Jeremy Meng authored
-
Jeremy Meng authored
Use Volatile wrapper.
-
Jeremy Meng authored
-
Jeremy Meng authored
-
Jeremy Meng authored
-
Jeremy Meng authored
-
Jeremy Meng authored
Merge branch 'UpdateNUnitTo3' of https://github.com/RogerBestMsft/StackExchange.Redis into netcore-test
-
- 20 Oct, 2015 1 commit
-
-
RogerBest authored
-
- 19 Oct, 2015 1 commit
-
-
Jeremy Meng authored
-
- 15 Oct, 2015 5 commits
-
-
Jeremy Meng authored
-
Jeremy Meng authored
-
Jeremy Meng authored
-
Jeremy Meng authored
Remove usage of SslStream.IsEncrypted as it is not availalbe on dnxcore. On Desktop it simply returns IsAuthenticated.
-
Jeremy Meng authored
-
- 12 Oct, 2015 2 commits
-
-
Marc Gravell authored
Handle "inf" as well as "+inf"
-
Federico Daniel Colombo authored
Redis (v2.8 and v3) returns "inf" for positive infinity values, but here a "+inf" is expected. So changed the code to work with both: "+inf" as well as "inf". See Issue #287: https://github.com/StackExchange/StackExchange.Redis/issues/287
-