]> git.saurik.com Git - redis.git/history - src/Makefile
Minor changes to Makefile
[redis.git] / src / Makefile
2010-12-15  Pieter NoordhuisMinor changes to Makefile
2010-11-30  antirezminor merge conflicts merging cli-help branch fixed
2010-11-26  Pieter NoordhuisMerge remote branch 'visionmedia/cli-help' into cli...
2010-11-21  Pieter NoordhuisDon't hardcode make to "make"
2010-11-08  antireznow redis-cli is able to show the Git SHA1 in the versi...
2010-11-08  antirezbuild redis-server at the end so have a more pleasing...
2010-11-08  antirezfixed compilation with 32bit target
2010-11-05  antirezMerge branch 'aaslave'
2010-11-05  antirezMerge remote branch 'pietern/benchmark'
2010-11-04  Pieter NoordhuisUse hiredis from redis-benchmark
2010-11-03  Pieter NoordhuisImport linenoise as dependency for redis-cli
2010-11-03  Pieter NoordhuisUse hiredis from redis-cli
2010-11-02  antirezMerge remote branch 'pietern/unixsocket'
2010-10-28  antirezmerge conflict resolved
2010-10-28  antirezMerge remote branch 'remotes/pietern/zrevrangebyscore'
2010-10-24  antirezsynchronous I/O networking functions originally used...
2010-10-21  antirezMakefile typo fixed for tcmalloc option
2010-10-21  antirezreports if tcmalloc is in used in INFO output
2010-10-21  antirezsupport for compiling with tcmalloc
2010-10-13  Pieter NoordhuisMerge master with resolved conflict in src/redis-cli.c
2010-10-13  Pieter NoordhuisAllow to specify which specific test files to run
2010-09-22  antirezMerge remote branch 'pietern/zset-mem'
2010-09-22  antirezMerge remote branch 'pietern/ziplist-eff'
2010-09-16  Pieter NoordhuisMerge branch 'zset-mem' into zrevrangebyscore
2010-09-16  antirezMerge remote branch 'pietern/networking-perf'
2010-09-16  antirezMerge remote branch 'pietern/networking-perf'
2010-09-13  Pedro MeloFixed missed use of INSTALL_TOP
2010-09-13  Pedro MeloMake sure INSTALL_TOP exists before we install to it
2010-09-13  Pedro MeloRename INSTALL_TOP to PREFIX; update documentation
2010-09-03  Pieter NoordhuisMerge branch 'master' into networking-perf
2010-08-31  antirezresolved conflict merging pietern/bpop-timeout
2010-08-30  antirezMakefile deps updated
2010-08-26  antirezMerge remote branch 'pietern/intset-split'
2010-08-20  Pieter NoordhuisMerge branch 'master' into intset-split
2010-07-06  antirezmake install target, finally ;)
2010-07-02  Pieter Noordhuismerged intset code into the split files
2010-07-01  antirezMerged with split
2010-07-01  antirezMake log target fixed
2010-07-01  antirezredis.c split into many different C files.