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
/
dict.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
dict: fix the int problem for defrag
zhaozhao.zz
2017-12-05
1
-2
/
+2
*
Use SipHash hash function to mitigate HashDos attempts.
antirez
2017-02-20
1
-5
/
+5
*
active defrag improvements
oranagra
2017-01-02
1
-1
/
+1
*
active memory defragmentation
oranagra
2016-12-30
1
-1
/
+4
*
dict.c: dictReplaceRaw() -> dictAddOrFind().
antirez
2016-09-14
1
-1
/
+1
*
dict.c: introduce dictUnlink().
oranagra
2016-09-14
1
-1
/
+2
*
Optimize repeated keyname hashing.
oranagra
2016-09-12
1
-8
/
+8
*
Lazyfree: a first implementation of non blocking DEL.
antirez
2015-10-01
1
-1
/
+1
*
DEBUG HTSTATS <dbid> added.
antirez
2015-07-14
1
-1
/
+1
*
SPOP: reimplemented for speed and better distribution.
antirez
2015-02-11
1
-1
/
+0
*
dict.c: add dictGetSomeKeys(), specialized for eviction.
antirez
2015-02-11
1
-0
/
+1
*
Use long for rehash and iterator index in dict.h.
antirez
2014-08-26
1
-3
/
+5
*
Clarify argument to dict macro
xiaoyu
2014-08-18
1
-1
/
+1
*
Remove warnings and improve integer sign correctness.
antirez
2014-08-13
1
-1
/
+1
*
Add double field in dict.c entry value union.
antirez
2014-07-22
1
-0
/
+5
*
Added dictGetRandomKeys() to dict.c: mass get random entries.
antirez
2014-03-20
1
-0
/
+1
*
dict.c: added optional callback to dictEmpty().
antirez
2013-12-10
1
-1
/
+1
*
Add SCAN command
Pieter Noordhuis
2013-10-25
1
-0
/
+3
*
dict.c iterator API misuse protection.
antirez
2013-08-19
1
-0
/
+1
*
Merge pull request #693 from ghurrell/dict-h-typos
Salvatore Sanfilippo
2012-10-22
1
-4
/
+4
|
\
|
*
Fix (cosmetic) typos in dict.h
Greg Hurrell
2012-10-02
1
-4
/
+4
*
|
Hash function switched to murmurhash2.
antirez
2012-10-05
1
-1
/
+1
|
/
*
Fix for hash table collision attack. We simply randomize hash table initializ...
antirez
2012-01-21
1
-0
/
+2
*
dict set/get macros for integers fixed.
antirez
2011-11-09
1
-4
/
+4
*
dict.c: added macros to get signed/unsigned integer values from hash
antirez
2011-11-08
1
-2
/
+4
*
dict.c: added macros in dict.h to set signed and unsigned 64 bit values direc...
antirez
2011-11-08
1
-0
/
+6
*
dict.c API names modified to be more coincise and consistent.
antirez
2011-11-08
1
-8
/
+7
*
dict.c: added two lower level methods for directly manipulating hash entries....
antirez
2011-11-08
1
-0
/
+2
*
added an union in the dict.h structure to store 64 bit integers directly into...
antirez
2011-11-02
1
-5
/
+11
*
Introduced a safe iterator interface that can be used to iterate while access...
antirez
2011-05-10
1
-2
/
+6
*
command lookup process turned into a much more flexible and probably faster h...
antirez
2010-11-03
1
-0
/
+1
*
redis.c split into many different C files.
antirez
2010-07-01
1
-0
/
+151