16 Commits

Author SHA1 Message Date
Tomasz Poradowski
05971a7a22 Merge pull request #89 from tporadowski/win-5.0
5.0.10
2020-11-08 20:21:49 +01:00
tporadowski
4a341aecd8 turned off active defragmentation in jemalloc
- jemalloc is now configured in similar way as in original Redis
- active defragmentation does not work properly anymore, needs
  investigation, so is turned off by default
2020-11-08 12:05:05 +01:00
tporadowski
cfc8ac1fd9 Merge branch 'jemalloc-redis-customizations' into develop 2020-07-02 22:18:30 +02:00
tporadowski
e6673e44c7 added jemalloc 5.2.1 customizations for Redis 2020-07-02 22:16:09 +02:00
Aviad Pineles
6a48dd7340 fix include path 2020-06-24 12:05:23 +03:00
tporadowski
cee34cdb36 changed optimization settings for release build 2020-03-02 14:55:34 +01:00
Israel Lot
2acc199ef3 update to jemalloc 5.2.1 2019-10-11 16:30:17 +03:00
Israel Lot
66e145ae5d Merge 5.06 commits
This merges commits up until 5.0.6 release (bb78454b0fef0dc5903328d037ac2520108e0044)
2019-10-01 21:50:03 +03:00
Tomasz Poradowski
96d74d6671 upgraded projects for VS2019 2019-09-25 22:11:24 +02:00
israel.lot@gmail.com
c91ccea746 Ported redis-server 4.0.10 commits 2018-11-28 19:59:52 -02:00
Tomasz Poradowski
f46d313392 use version information from src/release.h
- v4.0.2.3
2018-09-30 00:21:24 +02:00
Tomasz Poradowski
81af7b10ef added resources file with Version resource
- redis-server.exe and redis-cli.exe will now have a proper version shown in Properties->Details
2018-03-26 12:36:49 +02:00
Tomasz Poradowski
2ec0d85279 redis-check-aof and redis-check-rdb tools
- removed separate project for redis-check-aof
- both tools are now a copy of redis-server.exe
- running given tool calls proper action and causes
  the application to exit
- updated installer

Fixes #2
2017-11-22 00:12:28 +01:00
Tomasz Poradowski
0267dd21c3 integrated most of changes from redis/4.0.2 onto win-3.2.100 source
- TODO: modules support (currently turned off), fix in fork() implementation that crashes at the moment, update of libraries in "deps" folder
2017-10-27 13:13:09 +02:00
Tomasz Poradowski
26accdfb00 updated solution to VS2017 15.4.1 2017-10-24 12:49:50 +02:00
Enrico Giordani
649cd886c3 Windows port of antirez/3.2. 2016-06-14 18:43:17 +02:00