zhumingjian
7bba2cade1
[PR] Compare empty string for command line extract save.
2016-05-09 12:43:24 +02:00
zeliard
e588702dd1
[PR] Fix: bug on extracting sub-params.
2016-05-09 12:43:14 +02:00
zeliard
06769806d5
[PR] Fix: string (handle value) to a unsigned 64bit number for LLP64 OS.
2016-05-09 12:43:03 +02:00
zeliard
77e8a232dd
[PR] Fix: add break stmt in switch-case.
2016-05-09 12:42:34 +02:00
Enrico Giordani
aa9367d8ca
[Fix] 'Infinity' parsing.
...
Fixes issue #455 . Credits to @id-ilych for investigating the issue.
2016-05-02 11:08:39 +02:00
Enrico Giordani
cc6ce270dc
[Fix] Linking error on some platforms using VS2015.
...
Fixes issue #454 . Credits to @fangguanya for the fix.
2016-05-02 09:41:20 +02:00
James Manning
737b56878e
No separate NuGet download anymore on shields.io
2016-04-01 15:47:38 +02:00
HMM@T430s-x64
aa2535695a
[PR] Fix building problems in MSVS2015.
2016-02-16 15:55:04 +01:00
Enrico Giordani
7388b9522a
[Docs] Fixed wrong value for redis install example.
2016-01-15 17:40:52 +01:00
Enrico Giordani
b97cbb2849
[Release] 3.0.501
win-3.0.501
2016-01-15 10:48:48 +01:00
Enrico Giordani
2786805b88
[Docs] Single dash replaced with double dash for service cmd parameters.
...
Other doc fixes. (credit to @ammills01 and @InPermutation)
2016-01-15 10:30:25 +01:00
ammills01
0253cc8fab
[PR] Update Redis on Windows.md
...
Fixed a few small grammatical errors. Specifically, the word 'in' was used twice
in a row the 'Networking Differences' section and there was a random 'the' in
the Heap Sizing section.
2016-01-15 09:30:08 +01:00
Enrico Giordani
922439a5d3
[Fix] Enabled jemalloc thread safety.
...
Credit to @DavidADoran for reporting the problem https://github.com/MSOpenTech/redis/issues/376 and providing
the code to reproduce the bug.
2016-01-14 17:15:12 +01:00
Enrico Giordani
43cec2ed67
[Code cleanup] Better expression grouping.
2016-01-14 16:57:06 +01:00
Enrico Giordani
53a2a35a0d
[Docs] Added info about the memory working set showed by the task manager.
2015-12-16 15:14:34 +01:00
Enrico Giordani
d3d51308ed
[Fix] Portability fix for strtol.
2015-12-11 17:38:03 +01:00
Enrico Giordani
8f3541d9bb
Updated README.md.
2015-12-11 17:28:41 +01:00
Kevin Moore
938c7e335e
Add notice for VS2013 without Update 5
...
Add notice to install VS2013 Update 5 to make sure it compiles properly.
2015-12-11 17:20:14 +01:00
Enrico Giordani
ef50fb339d
[Release] 3.0.500 stable.
win-3.0.500
2015-12-07 19:54:19 +01:00
Enrico Giordani
1ea1bcfcb6
[Release] 3.0.500-rc2
win-3.0.500-rc2
2015-12-03 00:42:19 +01:00
Enrico Giordani
29d60c7790
[Docs] Updated the README.
2015-12-02 18:41:00 +01:00
Enrico Giordani
43a194f3da
[Test] Added regression test for replication when AUTH is on.
2015-12-02 18:40:59 +01:00
Enrico Giordani
9ee99ed194
[Fix] Replication I/O bug when AUTH is enabled.
2015-12-02 18:40:59 +01:00
Enrico Giordani
b186c277ca
[Fix] FreeHeapBlock should check if the addr is in the redis heap.
...
Since the forked process allocates the memory from the system heap,
it must verify if the address is in the system heap or in the
redis heap before freeing it.
Changed dictRehash to NOOP when called by the forked process to avoid
extra processing that is not required when the forked process is
saving the dataset.
2015-12-02 18:40:58 +01:00
Enrico Giordani
596b71f46c
[Fix] Disable replication if persistence is not available.
...
Replication (including diskless replication) requires persistence to be
available. This fix prevents a crash and returns "ERR unknown command" to
the slave.
2015-12-02 18:40:58 +01:00
Enrico Giordani
607d6f928c
[Setup] Updated the command to push the chocolatey package.
...
[Setup] Updated the help text to set the chocolatey apikey.
[Setup] Updated the description text for nuget and chocolatey.
2015-12-02 18:40:57 +01:00
Enrico Giordani
96b557136a
Removed the HiredisExample project since it will be placed in the
...
stand-alone hiredis repository.
2015-12-02 18:40:57 +01:00
Enrico Giordani
2675e24614
[Debug] Added Redis version at the top of the crash report.
2015-12-02 18:40:56 +01:00
Enrico Giordani
23b97982c7
[Build] Added platform in the destination folder path for the x86 build.
2015-12-02 18:40:56 +01:00
Enrico Giordani
214530cd83
[Fix] 32 bit support.
...
[Fix] 32 bit memory heap limit to 1 GB due to contiguous block allocation
requirements.
[Code Cleanup] Removed LODWORD and HIDWORD definitions. LODWORD and HIDWORD were
used in a single place where they were not needed.
[Code Cleanup] Removed other unused definitions.
2015-12-02 18:40:40 +01:00
Jens Geyer
2e0bc3a538
[PR] Unable to build Redis 3.0 on 32 bit.
...
Missing comma & typo in #ifdef.
2015-12-02 17:32:13 +01:00
Jens Geyer
e2ab3e1d9d
[PR] Switching 3.0 to x86 results in LNK errors.
...
Fix for issue #361 .
2015-12-02 17:32:13 +01:00
Enrico Giordani
807eb133f6
[Comment] Fixed comment.
2015-12-02 17:32:12 +01:00
Hawkeyes Wind
57f4b9f47c
[PR] replace argument sign '-' to '--'.
2015-12-02 17:32:12 +01:00
Enrico Giordani
46f3a9c03d
[Fix] Duplicated sockets management for diskless replication.
2015-12-02 17:32:11 +01:00
Enrico Giordani
5ebdc7e36c
[Code cleanup] Code refactoring, formatting, comments, error logging.
2015-12-02 17:32:11 +01:00
Enrico Giordani
81891d71be
[Release] 3.0.500-rc1
win-3.0.500-rc1
2015-11-12 15:47:24 -04:00
Enrico Giordani
e9c2f494f3
[Fix] Improved the error reporting on startup errors.
...
Errors are now written to the Event log if they occur before the file logging
has started.
2015-11-12 15:13:58 -04:00
Enrico Giordani
09eadf5cfb
[Code cleanup] Event log code refactoring. Code formatting.
...
Rollbacked setLogFile method name.
2015-11-12 15:13:57 -04:00
Enrico Giordani
d936913034
[Code cleanup] Fixed tabs.
2015-11-12 15:13:36 -04:00
Enrico Giordani
606bc94f91
[Code cleanup] Renamed WSIOCP_ReceiveDone to WSIOCP_QueueNextRead.
2015-11-12 12:00:44 -04:00
Enrico Giordani
946f5f0f57
[Code refactoring] IsWindowsVersionAtLeast optimization.
...
Windows version doesn't change at run time, call IsWindowsVersionAtLeast once
and store the result.
2015-11-12 10:38:54 -04:00
Enrico Giordani
3000e703bf
[Fix] Sentinel notification-script 2nd argument needs quotes.
2015-11-12 10:00:44 -04:00
flavius-m
20e05d8313
[PR] Passed STARTUPINFO parameter to CreateProcessA instead of NULL.
2015-11-12 09:49:42 -04:00
Enrico Giordani
a1d0ebe178
[Test] Removed a Windows-specific workaround.
...
Replaced tabs with spaces. Removed .gitignore from the test\tmp folder and
added the test\tmp folder path to the .gitignore in the root.
2015-11-12 09:33:39 -04:00
Enrico Giordani
7880e63df1
[Fix] Duplicated sockets need to be closed properly.
...
If the child process exists without closing the socket first, a socket read
error occurs on both the parent process and the connected slave.
2015-11-12 09:33:25 -04:00
Enrico Giordani
aa69521d09
[Fix] Windows-specific fixes for the 3.0.5 merge.
2015-11-11 12:18:00 -04:00
Enrico Giordani
9143f42730
Merged tag 3.0.5 from antirez/3.0
2015-10-27 11:21:01 +01:00
Enrico Giordani
cab66d7ef0
[Sample] Removed the maxheap flag from the configuration samples.
2015-10-21 13:15:33 +02:00
Enrico Giordani
eb08a1034d
[Fix] Reporting the error code if listen() fails.
2015-10-19 22:24:56 +02:00