Skip to content

Tags: fullduplex1/redis

Tags

win-3.0.300-alpha2

Toggle win-3.0.300-alpha2's commit message
[Setup] Updated the Windows release notes.

win-3.0.100-alpha1

Toggle win-3.0.100-alpha1's commit message
[Setup] Nuget/Chocolatey packages update.

[Change] Updated the ReleasePackagingTool to include all .pdb files.
[Change] Updated the nuget/chocolatey templates to conform with the guidelines:
         - Replaced the Redis logo with the Redis icon.
         - Changed the package title.
         - Changed the package description.
         - Removed the package summary to use a short version of the decription
           instead.
 [Change] Updated license.txt to 2015.

win-2.8.2101

Toggle win-2.8.2101's commit message
[Setup] Updated version number in appveyor.yml.

win-2.8.21

Toggle win-2.8.21's commit message
Fix 32-bit build

win-2.8.19.1

Toggle win-2.8.19.1's commit message
Merge pull request microsoftarchive#237 from MSOpenTech/WixInstaller

Add MSI installer. This is taken from microsoftarchive#210, with a few more tweaks.

win-2.8.19

Toggle win-2.8.19's commit message
Workaround for getpeername() issue

getpeername() is returning invalid addresses on ipv6 sockets accepted
with AcceptEx, filling only 16 bytes of the address structure.
Providing a workaround by saving the remote address returned by
GetAcceptExSockaddrs, which is valid.

win-2.8.19-rc1

Toggle win-2.8.19-rc1's commit message
Workaround for getpeername() issue

getpeername() is returning invalid addresses on ipv6 sockets accepted
with AcceptEx, filling only 16 bytes of the address structure.
Providing a workaround by saving the remote address returned by
GetAcceptExSockaddrs, which is valid.

win-2.8.19-pre2

Toggle win-2.8.19-pre2's commit message
Abort on OOM

It looks like microsoftarchive@62cc0e3#diff-07ce465381b20e496c6fb51bedd3491fR3105
inadvertently made the Windows side not abort when an OOM occurs.

win-2.8.17.4

Toggle win-2.8.17.4's commit message
Fix AV in AllocHeapBlock

win-2.8.17.3

Toggle win-2.8.17.3's commit message
Fix redis-cli pipe mode

Pipe mode was broken due to CRT's translation of CRLF sequences.