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
*
Use const in Redis Module API where possible.
Yossi Gottlieb
2016-06-20
1
-1
/
+1
*
Remove tryObjectEncoding() calls from list type.
antirez
2016-06-10
1
-3
/
+0
*
make RPUSHX and LPUSHX variadic
Pierre Chapuis
2016-06-05
1
-6
/
+13
*
remove unused variable
Pierre Chapuis
2016-06-05
1
-2
/
+2
*
untangle LINSERT and {L,R}PUSHX implementations
Pierre Chapuis
2016-06-05
1
-40
/
+45
*
Adds keyspace notifications for lrem
Itamar Haber
2016-02-02
1
-1
/
+6
*
RDMF: More consistent define names.
antirez
2015-07-27
1
-67
/
+67
*
RDMF: REDIS_OK REDIS_ERR -> C_OK C_ERR.
antirez
2015-07-26
1
-14
/
+14
*
RDMF: redisAssert -> serverAssert.
antirez
2015-07-26
1
-10
/
+10
*
RDMF: OBJ_ macros for object related stuff.
antirez
2015-07-26
1
-32
/
+32
*
RDMF: use client instead of redisClient, like Disque.
antirez
2015-07-26
1
-26
/
+26
*
RDMF (Redis/Disque merge friendlyness) refactoring WIP 1.
antirez
2015-07-26
1
-1
/
+1
*
Config: Add quicklist, remove old list options
Matt Stancliff
2015-01-02
1
-7
/
+7
*
Allow compression of interior quicklist nodes
Matt Stancliff
2015-01-02
1
-8
/
+8
*
Add quicklist implementation
Matt Stancliff
2015-01-02
1
-259
/
+97
*
Better read-only behavior for expired keys in slaves.
antirez
2014-12-10
1
-1
/
+1
*
No more trailing spaces in Redis source code.
antirez
2014-06-26
1
-1
/
+1
*
Fix blocking operations from missing new lists
Matt Stancliff
2014-05-21
1
-11
/
+5
*
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
*
BLPOP blocking code refactored to be generic & reusable.
antirez
2013-12-03
1
-36
/
+12
*
Introduction of a new string encoding: EMBSTR
antirez
2013-07-22
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
[next]