summaryrefslogtreecommitdiff
path: root/src/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Avoid using unsafe C functions (#10932)ranshid2022-07-181-4/+4
* Add warning for suspected slow system clocksource setting (#10636)yoav-steinberg2022-05-221-1/+1
* Fix Makefile.dep generation with ICC. (#10708)Yossi Gottlieb2022-05-111-1/+2
* Build commands.c in Makefile (#10039)Viktor Söderqvist2022-01-061-0/+12
* Added INFO LATENCYSTATS section: latency by percentile distribution/latency b...filipe oliveira2022-01-051-2/+2
* Fix C11_ATOMIC detection on GNU Make 4.3 (#10033)王辉2022-01-041-2/+4
* Auto-generate the command table from JSON files (#9656)guybe72021-12-151-4/+1
* Redis Functions - Added redis function unit and Lua enginemeir@redislabs.com2021-12-021-1/+1
* Redis Functions - Introduce script unit.meir@redislabs.com2021-12-011-1/+1
* Redis Functions - Move code to make review process easier.meir@redislabs.com2021-12-011-1/+1
* Add sanitizer support and clean up sanitizer findings (#9601)Ozan Tezcan2021-11-111-0/+21
* Allow to override OPENSSL_PREFIX (#9567)Yunier Pérez2021-09-301-6/+10
* Add make test-cluster option (#9478)yancz20002021-09-091-0/+3
* Propagate OPENSSL_PREFIX to hiredis. (#9345)Yossi Gottlieb2021-08-081-4/+6
* Unified Lua and modules reply parsing and added RESP3 support to RM_Call (#9202)Meir Shpilraien (Spielrein)2021-08-041-1/+1
* modules: Add newlen == 0 handling to RM_StringTruncate (#3717) (#3718)Evan2021-06-221-0/+5
* Remove gopher protocol support. (#9057)yoav-steinberg2021-06-161-1/+1
* Remove redundant -latomic on arm64. (#8867)Yossi Gottlieb2021-04-261-5/+1
* Fail fast when systemic error occurs in poll (#8749)Andy Pan2021-04-261-2/+2
* Fix the display of make install (#8667)yjph2021-04-101-3/+14
* Add run all test support with define REDIS_TEST (#8570)sundb2021-03-101-4/+1
* Cleanup clang warnings. (#8546)Yossi Gottlieb2021-02-241-0/+5
* Fix random element selection for large hash tables. (#8133)Greg Femec2020-12-231-4/+4
* Fix TLS build on macOS arm64 systems (#8197)Felix Bünemann2020-12-231-0/+10
* install redis-check-rdb and redis-check-aof as symlinks to redis-server (#5745)Nick Revin2020-12-171-2/+2
* Several (mostly Solaris-related) cleanups (#8171)Yossi Gottlieb2020-12-131-3/+5
* Clean up building with USE_SYSTEMD. (#8073)Yossi Gottlieb2020-11-221-5/+8
* TLS Support for redis-benchmark (#7959)filipe oliveira2020-10-281-2/+2
* redis-benchmark: add tests, --version, a minor bug fixes (#7947)filipe oliveira2020-10-261-1/+1
* Makefile: enable program suffixes via PROG_SUFFIX (#7868)Rafi Einstein2020-10-011-6/+6
* Add support for Haiku OS (#7435)David CARLIER2020-09-291-0/+7
* Normalize sds test mechanism together with some compile warnings. (#7854)WuYunlong2020-09-281-4/+0
* Further NetBSD update and build fixes. (#7831)David CARLIER2020-09-231-1/+11
* Fix C11 detection in the makefile (#7822)Oran Agra2020-09-211-1/+1
* Implement redisAtomic to replace _Atomic C11 builtin (#7707)Wang Yuan2020-09-171-2/+12
* Fix double-make issue with make && make install. (#7734)Yossi Gottlieb2020-09-011-0/+2
* Use H/W Monotonic clock and updates to AE (#7644)Jim Brunner2020-08-281-3/+3
* Extended redis-benchmark instant metrics and overall latency report (#7600)filipe oliveira2020-08-251-3/+3
* Adds redis-cli and redis-benchmark dependencies for `make test` targetMota2020-08-111-2/+2
* Use pkg-config to properly detect libssl and libcrypto libraries (#7452)James Hilliard2020-07-101-3/+15
* NetBSD build update.David Carlier2020-05-121-0/+10
* Support setcpuaffinity on linux/bsdzhenwei pi2020-05-021-1/+1
* Implemented CRC64 based on slice by 4Madelyn Olson2020-04-241-2/+2
* timeout.c created: move client timeouts code there.antirez2020-03-271-1/+1
* Remove duplicate obj files in Makefilebodong.ybd2020-03-121-2/+2
* Add support for incremental build with header filesJohn Sully2020-01-011-1/+5
* Merge pull request #6052 from jtru/better-systemd-integration-v2Salvatore Sanfilippo2019-12-191-0/+25
|\
| * Auto-detect and link libsystemd at compile-timeJohannes Truschnigg2019-11-191-0/+25
* | Fix Pi build needing -latomic. Issue #6275.antirez2019-11-291-0/+9
|/
* Fix Makefile merge issue.Yossi Gottlieb2019-10-161-1/+1