]> git.saurik.com Git - redis.git/history - src/Makefile
Rewrite MIGRATE as DEL for AOF/replication. Also increment the dirty counter to both...
[redis.git] / src / Makefile
2011-10-03  Salvatore SanfilippoMerge pull request #114 from pietern/unstable-zcount
2011-10-03  antirezUse the new install script as make install target....
2011-09-23  antirezLua math.random and math.randomseed replaced with our...
2011-09-23  antirezlibc neutral random function derived from a drand48...
2011-09-22  antirezmerge conflicts resolved
2011-09-21  Salvatore SanfilippoMerge pull request #97 from jvain/redis-cli
2011-09-20  Salvatore SanfilippoMerge pull request #72 from datafueled/spelling
2011-09-20  Salvatore SanfilippoMerge pull request #78 from vambo/patch-1
2011-09-20  Salvatore SanfilippoMerge pull request #79 from annulen/mac_ppc
2011-09-20  Salvatore SanfilippoMerge pull request #74 from kmerenkov/issue_620
2011-09-14  Salvatore SanfilippoMerge pull request #77 from Poincare/patch-1
2011-09-13  antirezdebug message removed
2011-09-13  antirezbio.o added to redis-server objects
2011-07-28  antirezMerge remote branch 'origin/unstable' into unstable
2011-07-27  Pieter NoordhuisWait for Lua to be built before linking redis-server
2011-07-15  antirezAdded a 'runtest' script that is responsible to check...
2011-07-13  antireztop level Makefile now just a proxy. Doing make clean...
2011-07-12  antirezwhen building redis-server use LINK and not CC as prefi...
2011-07-12  antirezmaster branch merged into scripting.
2011-07-11  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-07-11  antirezmake test depends on redis-check-aof as well.
2011-07-11  antirezremoved --file argument from test invocation inside...
2011-07-11  antirezuse tclsh8.5 not only in which but also in the actual...
2011-07-11  antirezexplicitly use tclsh8.5 to run the test
2011-06-30  antirezFirst implementation of the slow log feature
2011-06-25  antirezunstable merge conflicts resolved
2011-06-25  antirezMerge remote branch 'origin/unstable' into unstable
2011-06-25  antirezdiskstore removed
2011-06-24  Salvatore SanfilippoMerge pull request #63 from djanowski/tcl
2011-06-24  Damian JanowskiAvoid bug reports when Tcl is not installed.
2011-06-20  antirezMakefile deps updated
2011-06-20  antirezIt is now possible to build with: make 32bit USE_JEMALL...
2011-06-20  antirezAdded -ldl when linking against jemalloc, needed on...
2011-06-20  antirezMakefile modified to build with jemalloc
2011-06-14  antirezUpdated to unstable
2011-06-10  antirezMerge remote branch 'pietern/unstable-bench' into unstable
2011-06-10  antirezMerge remote branch 'origin/unstable' into unstable
2011-06-09  Hampus WessmanFix Makefile colors.
2011-06-08  antirezBetter colorized Makefile implementation, inspired...
2011-05-25  antirezLua function creation on EVAL, basic Lua return type...
2011-05-25  antirezmakefile adapted to link against lua lib and to pass...
2011-05-13  Pieter NoordhuisAbstract file/buffer I/O to support in-memory serialization
2011-05-10  antirezMerge branch 'unstable'
2011-05-05  Pieter NoordhuisTests for string2ll; move isObject* to object.c
2011-05-05  Pieter NoordhuisMore allocators
2011-05-04  antirezBetter pretty printed makefile output
2011-05-04  antirezinitial pretty printing in makefile
2011-04-14  antirezMerge remote branch 'pietern/unstable-zset' into unstable
2011-04-13  antirezASCII ART FTW
2011-04-06  Pieter NoordhuisMerge branch 'unstable' into unstable-zset
2011-03-29  antirezCluster branch merged to unstable.
2011-03-10  antirezMerge branch 'unstable'
2011-03-09  antirezzipmaps are now endianess agnostic, needed for on disk...
2011-01-04  antirezMerge branch 'master' into unstable
2010-12-28  antirezadded diskstore.c in Makefile and prototypes in redis.h
2010-12-23  antirezMerge remote branch 'pietern/bench-fix'
2010-12-23  Pieter NoordhuisSolaris doesn't support -rdynamic
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.