summaryrefslogtreecommitdiff
path: root/src/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Remove prototypes with empty declarations (#12020)Madelyn Olson2023-05-021-1/+1
* Reimplement cli hints based on command arg docs (#10515)Jason Elbaum2023-03-301-6/+8
* Clang: fix for -flto argument (#11961)Rafi Einstein2023-03-271-2/+7
* Fix compile lto-wrapper warning for aarch64 (#11926)Rong Tao2023-03-171-1/+1
* Add reply_schema to command json files (internal for now) (#10273)guybe72023-03-111-3/+11
* Use jemalloc by default also on ARM (#11407)Oran Agra2022-11-071-10/+2
* optimizing d2string() and addReplyDouble() with grisu2: double to string conv...filipe oliveira2022-10-151-3/+3
* Pass -flto flag to the linker (#11350)Ozan Tezcan2022-10-061-1/+5
* register debug support on illumos/solaris. (#11335)David CARLIER2022-10-021-0/+3
* Change compiler optimizations to -O3 -flto (#11207)Maria Markova2022-10-021-1/+1
* Build TLS as a loadable moduleOran Agra2022-08-231-9/+30
* Introduce unix socket connection typezhenwei pi2022-08-221-1/+1
* Introduce connection layer frameworkzhenwei pi2022-08-221-1/+1
* Rename connection.c to socket.czhenwei pi2022-08-221-1/+1
* 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