summaryrefslogtreecommitdiff
path: root/src/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* Slightly refactor CFLAGS/LDFLAGS/LIBSJohan Bergström2013-03-161-8/+12
* Set process name in ps output to make operations safer.antirez2013-02-261-1/+1
* Makefile: valgrind target added (forces -O0 and libc malloc).antirez2013-02-111-1/+4
* Keyspace events notification API.antirez2013-01-281-1/+1
* Introduced the Build ID in INFO and --version output.antirez2012-11-291-1/+1
* First implementation of Redis Sentinel.antirez2012-07-231-9/+16
* bitop.c renamed bitops.cantirez2012-05-241-1/+1
* Bit-related string operations moved to bitop.cantirez2012-05-241-1/+1
* Fix PREFIX typo in Makefile.antirez2012-05-091-1/+1
* Allow PREFIX to be overrided in Makefile.antirez2012-05-091-1/+1
* redis-cli --pipe for mass import.antirez2012-05-071-1/+1
* Re-introduce -g -rdynamic -ggdb when linking, fixing strack traces.antirez2012-04-261-2/+2
* redis-check-dump now is RDB version 6 ready.antirez2012-04-241-1/+1
* Persist `make` settings and trigger rebuild if anything changesPieter Noordhuis2012-04-131-18/+23
* Don't set flags recursivelyPieter Noordhuis2012-04-131-1/+1