Jonathan Pickett
59cdeb4e89
Disabling the COW replacement for fork() temporarily. This appears to fix crashing issues with redis. Also commenting out related unit tests. Replication is broken until COW (or a better fork replacement) is put back in.
2013-11-06 11:46:27 -08:00
Jonathan Pickett
6710555bc8
moved logging for hiredis and rediccli usage
2013-10-31 18:16:24 -07:00
Jonathan Pickett
3032831099
2nd unit test needs to be investigated because it is frequently hanging unit test pass
2013-10-30 19:15:50 -07:00
Jonathan Pickett
e2162fc107
"r client list" returning information on 3 connections. Fixed loop logic to check for omem in all connections.
2013-10-29 19:21:02 -07:00
Jonathan Pickett
07f2edf5e3
upping timeout for AOF rewrite on windows
2013-10-28 17:07:39 -07:00
Jonathan Pickett
37e9d78774
for non-IOCP build: fixes breakage in integration/replicationxx, unit/dump, and unit/instrospection unit tests
2013-10-25 16:02:00 -07:00
Jonathan Pickett
8dc2d3096d
Fixing non-IOCP networking issues. Remapping WSAEWOULDBLOCK==>EAGAIN, and non-blocking send() can return 0 without having client disconnect.
2013-10-23 19:11:47 -07:00
Jonathan Pickett
5fbc129b4e
Work in progress. Temporary move towards separate IOCP/non-IOCP builds because of thread state issues. Neither build set is particularily stable at the moment.
2013-10-18 13:34:16 -07:00
Jonathan Pickett
e1f6d21cdf
stability fixes
2013-10-09 15:12:57 -07:00
Jonathan Pickett
7071e9d599
Fix for issue #59 . Generated FDs are used everywhere until a SOCKET handle is used by the Winsock APIs. The win32_socketmap code generates the simulated FDs and handles the mapping from these to socket handles.
2013-10-03 16:12:54 -07:00
Jonathan Pickett
de48871570
converting main solution to vs2012
2013-09-20 14:16:30 -07:00
Jonathan Pickett
3561ada2db
upgraded tool chain to vs2012
2013-09-20 13:05:30 -07:00
Henry Rawas
3339a22399
Install MSI for Redis
2013-07-21 12:45:59 -07:00
Henry Rawas
aa392e3fb7
Issue #51 . Path to zip files changed
2013-07-21 12:45:58 -07:00
Henry Rawas
2d92308f38
Issue #43 - Fix async connect and write for sentinel.
2013-07-21 12:45:58 -07:00
Henry Rawas
eff7cdfad0
Issue #46 - file length calculation overflow. Switch to 64bit values.
2013-07-21 12:45:35 -07:00
Henry Rawas
b4554da5fd
#41 aeWinReceiveDone not initialized
2013-07-21 12:45:16 -07:00
Henry Rawas
aedf3bfcd1
#43 Redis-sentinel async communication fixes for windows
2013-07-21 12:45:16 -07:00
Henry Rawas
fe7c28cc50
remove app.config from proj
2013-07-21 12:44:24 -07:00
Henry Rawas
e4b13e5eb0
more small typos
2013-07-21 12:44:24 -07:00
Henry Rawas
17dd06cc97
Fixed typo in executable name
2013-07-21 12:44:23 -07:00
Henry Rawas
0929eec2f7
Fix some bad hyphen and quote chras in readme
2013-07-21 12:44:22 -07:00
Henry Rawas
1e6147fada
Add missing exe files, quote for subscription, x64 switch, name conflict
...
Conflicts:
.gitignore
2013-07-21 12:44:22 -07:00
Henry Rawas
5180055384
Fix Azure Installer README formatting
2013-07-21 12:44:21 -07:00
Henry Rawas
b1f0b92f2d
adding Windows Azure Installer
2013-07-21 12:44:20 -07:00
Henry Rawas
c84e5ba84d
update readme, disable permission test
2013-07-21 12:42:45 -07:00
Henry Rawas
3a5ee522b5
move release bin directory
2013-07-21 12:42:44 -07:00
Henry Rawas
8f77c71751
Avoid using closed handle and double free memory after replication failure
2013-07-21 12:42:40 -07:00
Henry Rawas
22c2b323da
Issue #33 inconsistency for float rounding
2013-07-21 12:42:36 -07:00
Henry Rawas
96418fd48e
Issue #32 - showing 32/64 bit in logo and version
2013-07-21 12:42:32 -07:00
Henry Rawas
1f42527c58
Modify and enable protocol desync test for windows
2013-07-21 12:42:29 -07:00
Henry Rawas
89cae3d62e
Improve non blocking opening and closing of sockets
2013-07-21 12:42:09 -07:00
Henry Rawas
cb85f493cb
2.6 windows binaries (not signed)
2013-07-21 12:41:14 -07:00
Henry Rawas
896c1e659f
Redis 2.6 for Windows
2013-07-21 12:39:55 -07:00
Henry Rawas
19c476f4ce
Updated Readme for 2.6.8
2013-07-21 12:26:08 -07:00
Henry Rawas
239f5233d5
move release bin directory
2013-07-21 12:26:07 -07:00
Henry Rawas
097dd94bb4
add license
2013-07-21 12:26:05 -07:00
Henry Rawas
07b031839a
Avoid using closed handle and double free memory after replication failure
2013-07-21 12:26:05 -07:00
Henry Rawas
c179bcfd66
Issue #33 inconsistency for float rounding
2013-07-21 12:26:02 -07:00
Henry Rawas
a6a8aebec9
Issue #32 - showing 32/64 bit in logo and version
2013-07-21 12:25:58 -07:00
Henry Rawas
81eed0db38
Modify and enable protocol desync test for windows
2013-07-21 12:25:55 -07:00
Henry Rawas
e955536015
Improve non blocking opening and closing of sockets
2013-07-21 12:25:55 -07:00
Henry Rawas
47bbccf9be
2.6 windows binaries (not signed)
2013-07-21 11:55:26 -07:00
Henry Rawas
11d870bd55
Redis 2.6 for Windows
2013-07-21 11:54:30 -07:00
antirez
f2f2b4eb9d
Redis 2.6.14
2.6.14
2013-06-20 10:36:40 +02:00
antirez
252f0b6556
Sentinel: parse new INFO replication output correctly.
...
Sentinel was not able to detect slaves when connected to a very recent
version of Redis master since a previos non-backward compatible change
to INFO broken the parsing of the slaves ip:port INFO output.
This fixes issue #1164
2013-06-20 10:24:43 +02:00
antirez
ee92c043fc
Test: regression test for #1163 .
2013-06-19 18:53:17 +02:00
antirez
8e63fd0734
Allow writes from scripts called by AOF loading in read-only slaves.
...
This fixes issue #1163
2013-06-19 18:29:10 +02:00
antirez
a73da27853
Binary safe dump of object content in redisLogObjectDebugInfo().
2013-06-04 15:56:26 +02:00
antirez
feffd5635b
redis-cli: help.h updated.
2013-05-14 11:22:50 +02:00