summaryrefslogtreecommitdiff
path: root/src/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* Fix clang build.David Carlier2018-10-301-1/+5
* Fix again stack generation on the Raspberry Pi.antirez2018-10-191-0/+4
* LOLWUT: split the command from version-specific implementations.antirez2018-09-141-1/+1
* LOLWUT: wrap it into a proper command.antirez2018-09-121-1/+1
* Use nolocks_localtime() for safer logging.localtimeantirez2018-07-041-1/+1
* append -lrt to FINAL_LIBS for linuxzhaozhao.zz2018-05-251-1/+1
* Don't append libjemalloc.a otherwise it will be after -ldl.antirez2018-05-251-1/+1
* Merge pull request #4099 from JunHe77/aarch64_stack_cflagSalvatore Sanfilippo2018-05-241-1/+1
|\
| * Fixed stack trace generation on aarch64Jun He2017-07-031-1/+1
* | Cluster Manager: import commandartix2018-04-231-1/+1
* | Cluster Manager: 'create', 'info' and 'check' commandsartix2018-04-231-1/+1
* | fix listpack.c to listpack.o in Makefilecharsyam2018-03-151-1/+1
* | Streams: 12 commits squashed into the initial Streams implementation.antirez2017-12-011-1/+1
* | AOF check utility: ability to check files with RDB preamble.antirez2017-07-101-6/+5
* | update Makefile for test-sdsspinlock2017-07-051-1/+1
|/
* ARM: Fix stack trace generation on crash.antirez2017-06-261-0/+5
* Modules TSC: use atomic var for server.unixtime.thread-safe-contextantirez2017-05-101-0/+3
* Reorder to make dict-benchmark compile on LinuxJan-Erik Rediger2017-04-171-2/+2
* Cluster: hash slots tracking using a radix tree.antirez2017-03-271-1/+1
* Makefile: fix building with Solaris C compiler, 64 bit.Salvatore Sanfilippo2017-02-231-0/+7
* Merge branch 'siphash' into unstableantirez2017-02-211-2/+2
|\
| * Use locale agnostic tolower() in dict.c hash function.antirez2017-02-201-1/+1
| * Use SipHash hash function to mitigate HashDos attempts.antirez2017-02-201-1/+1
* | ARM: Use libc malloc by default.Salvatore Sanfilippo2017-02-191-3/+6
* | ARM: Avoid memcpy() in MurmurHash64A() if we are using 64 bit ARM.Salvatore Sanfilippo2017-02-191-0/+1
|/
* active memory defragmentationoranagra2016-12-301-1/+1
* Child -> Parent pipe for COW info transferring.antirez2016-09-191-1/+1
* dict.c benchmark.antirez2016-09-071-1/+4
* geohash.c and geohash_helper.c are part of Redis.antirez2016-07-061-6/+5
* Expire and LRU related code moved into different files.antirez2016-07-061-1/+1
* Makefile: don't build dependencies file for clean, distclean.antirez2016-07-061-0/+3
* Generate Makefile.dep at every build.antirez2016-07-061-8/+5
* BSDs don't have -ldlzach shipko2016-06-141-5/+15
* Fix modules compilation when libc malloc is used.antirez2016-05-181-2/+2
* Modules: first preview 31 March 2016.antirez2016-05-101-1/+1
* Lazyfree: a first implementation of non blocking DEL.antirez2015-10-011-1/+1
* RDMF (Redis/Disque merge friendlyness) refactoring WIP 1.antirez2015-07-261-1/+1
* Fix redis-benchmark sds binding.antirez2015-07-141-1/+1
* sds size classes - memory optimizationOran Agra2015-07-141-1/+1
* Geo: big refactoring of geo.c, zset.[ch] removed.antirez2015-06-231-1/+1
* Geo: compile again with optimizationsantirez2015-06-221-1/+1
* Geo: JSON features removedantirez2015-06-221-1/+1
* [In-Progress] Add Geo CommandsMatt Stancliff2015-06-221-5/+6
* Convert check-dump to Redis check-rdb modeMatt Stancliff2015-01-281-10/+9
* Add "-lrt" in Makefile for Solaris.antirez2015-01-091-1/+1
* Set optional 'static' for Quicklist+RedisMatt Stancliff2015-01-021-1/+1
* Add quicklist implementationMatt Stancliff2015-01-021-1/+1
* Allow forcing non-jemalloc buildMatt Stancliff2014-12-231-0/+4
* Add redis-sentinel symlink to a relative pathRhommel Lamas2014-12-171-1/+1
* Add symlink to redis-sentinel during make installRhommel Lamas2014-12-121-0/+1