summaryrefslogtreecommitdiff
path: root/src/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* test-sds target in Makefile to run sds.c tests.antirez2014-12-101-0/+4
* Add -W to compilation flags.antirez2014-08-131-1/+1
* Use resolv library in SolarisNanXiao2014-08-121-1/+1
* src/Makefile: Reword "to run make test" messageJoshua Anderson2014-08-081-1/+1
* Add support for compiling on AIXsiahl2014-08-071-1/+7
* ASCII sparklines generation API.antirez2014-07-021-1/+1
* Latency monitor: basic samples collection.antirez2014-07-011-1/+1
* HLLSELFTEST command implemented.antirez2014-03-281-1/+1
* Sentinel test: Makefile target added.antirez2014-02-281-0/+3
* Makefile: remove odd syntax not compatible with some make versions.antirez2013-12-121-2/+6
* BLPOP blocking code refactored to be generic & reusable.antirez2013-12-031-1/+1
* use `install` as default installer (except on SunOS)Johan Bergström2013-03-211-4/+5
* Silence mkdir outputJohan Bergström2013-03-171-1/+1
* Only pass -rdynamic as linker optionJohan Bergström2013-03-171-1/+0
* Remove extra spacesJohan Bergström2013-03-171-16/+16
* make check is a common naming convention for testsJohan Bergström2013-03-161-0/+2
* Spaces to tabsJohan Bergström2013-03-161-12/+12