]> git.saurik.com Git - redis.git/history - src/t_string.c
Allow Pub/Sub in contexts where other commands are blocked.
[redis.git] / src / t_string.c
2012-05-24  antirezBit-related string operations moved to bitop.c
2012-05-24  antirezNew commands: BITOP and BITCOUNT.
2012-03-09  antirezMerge conflicts resolved.
2012-02-22  Salvatore SanfilippoMerge pull request #304 from bradvoth/unstable
2012-02-21  antirezFixed undefined behavior in *INCR style functions overf...
2011-11-18  Salvatore SanfilippoMerge pull request #173 from jasondavies/typo
2011-11-16  Salvatore SanfilippoMerge pull request #192 from pietern/makefile
2011-11-15  Salvatore SanfilippoMerge pull request #181 from redsquirrel/unstable
2011-11-14  antirezMerge branch 'unstable' into incrbyfloat
2011-11-14  antirezrewrite INCRBYFLOAT as SETs for AOF/replication
2011-11-12  antirezINCRBYFLOAT implementation
2011-11-10  antirezhigh resolution expires API modified to use separated...
2011-11-09  antirezInitial support for key expire times with millisecond...
2011-09-22  antirezmerge conflicts resolved
2011-06-25  antirezunstable merge conflicts resolved
2011-06-24  Salvatore SanfilippoMerge pull request #63 from djanowski/tcl
2011-06-20  antirezuseless call removed, thanks to Pieter for spotting...
2011-06-20  antirezDB API refactoring. The changes were designed together...
2011-03-04  antirezFixed return value of GETRANGE / SUBSTR
2011-01-04  antirezMerge branch 'master' into unstable
2010-12-29  antireztouched key for WATCH refactored into a more general...
2010-12-23  antirezMerge remote branch 'pietern/bench-fix'
2010-12-23  Pieter Noordhuislimits.h is already included from redis.h
2010-12-20  antirezMerge branch 'master' of github.com:antirez/redis
2010-12-19  antirezoverflow detection in INCR family functions
2010-12-15  antirezMerge remote branch 'pietern/string-patches'
2010-12-15  Pieter NoordhuisUse helper function for string object length
2010-12-15  Pieter NoordhuisUse helper functions in APPEND
2010-12-15  Pieter NoordhuisDisable negative offsets for SETRANGE
2010-12-14  Pieter NoordhuisMake SETBIT return original bit value
2010-12-14  antirezMerge remote branch 'jonahharris/syslog'
2010-12-14  antirezMerge remote branch 'pietern/cli-monitor'
2010-12-14  antirezremoved a test that will never be true fixing the compi...
2010-12-14  antirezMerge branch 'master' of github.com:antirez/redis
2010-12-14  antirezMerge remote branch 'pietern/strrange'
2010-12-14  Pieter NoordhuisRefactor and rename SUBSTR to GETRANGE
2010-12-14  Pieter NoordhuisAdd SETRANGE command implementation and tests
2010-12-14  Pieter NoordhuisDon't decode object on STRLEN when not necessary
2010-12-10  antirezpreviouse INCR implementation restored, was actually...
2010-12-10  antirezMerge remote branch 'pietern/testverbosity'
2010-12-10  antirezdont take the fast path for INCR if the resulting integ...
2010-12-10  antirezfaster INCR doing far less allocation in common cases
2010-12-10  Pieter NoordhuisChange function name to match what it does
2010-12-10  Pieter NoordhuisTypo
2010-12-10  Pieter NoordhuisAdd generic function to grow an sds value
2010-12-09  Pieter NoordhuisEnforce maximum string value length of 512MB
2010-12-09  Pieter NoordhuisAdd commands SETBIT/GETBIT
2010-11-02  antirezMerge remote branch 'pietern/unixsocket'
2010-10-28  antirezmerge conflict resolved
2010-10-17  Pieter NoordhuisConvert objects in the command procs instead of the...
2010-10-13  Pieter NoordhuisMerge master with resolved conflict in src/redis-cli.c
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-03  Pieter NoordhuisMerge branch 'master' into networking-perf
2010-09-02  Pieter NoordhuisUse specialized function to add status and error replies
2010-09-02  Pieter NoordhuisUse existing reply functions where possible
2010-09-02  Pieter NoordhuisUse specialized function to add multi bulk reply length
2010-08-25  Pieter NoordhuisMerge master and move argument splitting patch to sds.c
2010-08-20  Pieter NoordhuisMerge branch 'master' into intset-split
2010-08-03  antirezMerge remote branch 'pietern/test-encoding-fix' into...
2010-08-02  antirezsupport for write operations against expiring keys...
2010-07-27  antirezSTRLEN command implemented
2010-07-12  antirezWATCH is now affected only when write commands actually...
2010-07-02  Pieter Noordhuismerged intset code into the split files
2010-07-01  antirezMerged with split
2010-07-01  antirezredis.c split into many different C files.