index
:
delta/redis.git
1906-merge
2.2
2.4
2.6
2.8
2.8-fastscript
3.0
3.2
4.0
5.0
6.0
6.2
7.0
7.2
ack
acl
acl-api-pr
acl-log
antiaffinity
aofeof
aofrdb
argv-accounting
arm
baserock/3.0
baserock/ps/proto-web-system
better-random-member
bulkaccept-2.8
cgroups
client-unblock
cluster-api-improvements
cluster-data-as-pong
conduct
config-rewrite
cow-pipe
csc2
current-client-fix
dict-clustered-entries
dictc
diskless-short-read
diskless_slave_refresh2
dynamic-hz
expirealgo
faster-info
faster-ll2string
faster-rdb-loading
fasterio
fastscript
fix-double-multi
fix-expires-6537
free_clients_during_loading
freelist
fsync-safety
geo
hashed-pass-opcode
ipv6
issue-1240
issue_2175
latency
lazyfree
lcs
ldb
less-mstime
less-mstime-28
lfu
localtime
lpos
master-replica
meaningful-offset
memopt
memsync
module-block-on-keys
module-blocking-commands
module-hooks
module-io-context
modules-get-client-info-by-id
modules-replication
multi-if
new-keyspace
no-mo-first
no-mo-second
nordb
nosync
o1-bpop
o1-bpop-5.0
onepass-bulk
oran-memory-profiling
precise-timeout
precise-timeout-2
psync-fixes
psync2
psync2-rdb-fixes
psync2-test-improvement
queue-in-multi
rdb-check
rdb-script-aux
rdb9
rdbchanges
resp3
rssmaxmemory
sds
sentinel-32
sharedapi
siphash
slave-diskless
slave-script-timeout
slaves_capa
statemachine
strcompr
stream-propagation-fix
stream-propagation-fix-2
streams
testing
thread-safe-context
threaded-core-commands
threaded-io
tls-conn-errors
tracking-noloop
unstable
unstable_hmset_args
wait-aof
waitpid-fix
zaddnx
ziplist-improvements
zpop
zunion
github.com: antirez/redis.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
t_list.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dict.c: added optional callback to dictEmpty().
antirez
2013-12-10
1
-1
/
+1
*
Fixed grammar: before H the article is a, not an.
antirez
2013-12-05
1
-2
/
+2
*
Keyspace events: it is now possible to select subclasses of events.
antirez
2013-01-28
1
-14
/
+19
*
Keyspace events added for more commands.
antirez
2013-01-28
1
-9
/
+37
*
Fix decrRefCount() prototype from void to robj pointer.
antirez
2013-01-28
1
-1
/
+1
*
Fixed many typos.
guiquanz
2013-01-19
1
-5
/
+5
*
Blocking POP: use a dictionary to store keys clinet side.
antirez
2012-12-02
1
-32
/
+18
*
Client should not block multiple times on the same key.
antirez
2012-12-02
1
-6
/
+20
*
BSD license added to every C source and header file.
antirez
2012-11-08
1
-0
/
+29
*
A reimplementation of blocking operation internals.
antirez
2012-09-17
1
-127
/
+206
*
Document mostly dead code in RPOPLPUSH implementation.
antirez
2012-04-18
1
-0
/
+2
*
use server.unixtime instead of time(NULL) where possible (cluster.c not check...
Premysl Hruby
2012-03-27
1
-1
/
+1
*
Better implementation for BRPOP/BLPOP in the non blocking case.
antirez
2012-02-29
1
-29
/
+15
*
lpush arguments vector rewrite modified for more speed and to memory leak rem...
antirez
2012-02-29
1
-2
/
+2
*
Added a new API to replicate an additional command after the replication of t...
antirez
2012-02-28
1
-21
/
+30
*
Var renamed into pushGenericCommand() to better reflect what it means.
antirez
2012-02-28
1
-3
/
+3
*
64 bit instances are no longer limited to have at max 2^32-1 elements in lists.
antirez
2012-01-31
1
-10
/
+4
*
Fix issue #247 : Accepting non-integer parameters when shouldn't
BigCat
2011-12-19
1
-7
/
+22
*
dict.c API names modified to be more coincise and consistent.
antirez
2011-11-08
1
-3
/
+3
*
replaced redisAssert() with redisAssertWithInfo() in a shitload of places.
antirez
2011-10-04
1
-8
/
+8
*
Optimize LRANGE to scan the list starting from the head or the tail in order ...
antirez
2011-09-14
1
-1
/
+6
*
fixed typos in the comments of rpoplpushHandlePush()
antirez
2011-09-12
1
-3
/
+5
*
Fix crash when chaining brpoplpush with other blocking commands.
Hampus Wessman
2011-09-07
1
-1
/
+1
*
Take a pointer to the relevant entry of the command table in the client struc...
antirez
2011-07-08
1
-0
/
+3
*
Fix for bug 561 and other related problems
antirez
2011-06-20
1
-10
/
+38
*
removed assert causing an illegal memory access. This was responsible of cras...
antirez
2011-05-11
1
-1
/
+0
*
variadic LPUSH/RPUSH
antirez
2011-04-15
1
-20
/
+25
*
Clarify comment
Pieter Noordhuis
2011-02-03
1
-1
/
+1
*
Reply with single null bulk for unsuccesful BRPOPLPUSH
Pieter Noordhuis
2011-02-03
1
-1
/
+1
*
Remove client from list of unblocked clients when it is free'd
2.3-alpha0
Pieter Noordhuis
2011-01-17
1
-1
/
+2
*
touched key for WATCH refactored into a more general thing that can be used a...
antirez
2010-12-29
1
-11
/
+11
*
Merge remote branch 'pietern/brpoplpush'
antirez
2010-12-14
1
-64
/
+145
|
\
|
*
Don't execute commands for clients when they are unblocked
Pieter Noordhuis
2010-12-06
1
-6
/
+1
|
*
Fix case and indent
Pieter Noordhuis
2010-12-06
1
-1
/
+1
|
*
Check other blocked clients when value could not be pushed
Pieter Noordhuis
2010-12-06
1
-23
/
+41
|
*
Move code for pushing on a (blocking) RPOPLPUSH
Pieter Noordhuis
2010-12-06
1
-33
/
+27
|
*
Rename blpop_blocked_clients to bpop_blocked_clients
Pieter Noordhuis
2010-12-06
1
-2
/
+2
|
*
Move timeout logic
Pieter Noordhuis
2010-12-06
1
-15
/
+10
|
*
Fix BRPOPLPUSH behavior for all use cases.
Michel Martens & Damian Janowski
2010-11-29
1
-10
/
+10
|
*
Adhere to conventions.
Damian Janowski & Michel Martens
2010-11-29
1
-2
/
+1
|
*
Rename bstate to bpop.
Damian Janowski & Michel Martens
2010-11-29
1
-19
/
+19
|
*
Remove warning.
Damian Janowski & Michel Martens
2010-11-29
1
-18
/
+18
|
*
Handle BRPOPLPUSH inside a transaction.
Damian Janowski & Michel Martens
2010-11-29
1
-25
/
+37
|
*
Refactor code for BRPOPLPUSH.
Damian Janowski & Michel Martens
2010-11-29
1
-46
/
+77
|
*
Move to struct.
Damian Janowski & Michel Martens
2010-11-29
1
-18
/
+18
|
*
BRPOPLPUSH.
Damian Janowski & Michel Martens
2010-11-29
1
-23
/
+60
|
*
Fix case in RPOPLPUSH.
Damian Janowski & Michel Martens
2010-11-29
1
-1
/
+1
*
|
LRANGE converted into a COW friendly command. Some refactoring, comment, and ...
antirez
2010-12-07
1
-10
/
+26
|
/
*
Convert objects in the command procs instead of the protocol code
Pieter Noordhuis
2010-10-17
1
-2
/
+7
*
Merge branch 'master' into networking-perf
Pieter Noordhuis
2010-09-03
1
-1
/
+20
|
\
[next]