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
/
networking.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
RESP3: refactoring of CLIENT SETNAME to implement SETNAME in HELLO.
antirez
2019-02-25
1
-26
/
+40
*
|
RESP3: allow HELLO to be used with version = 2.
antirez
2019-02-25
1
-9
/
+2
*
|
ACL: move AUTH implementation in acl.c.
antirez
2019-02-25
1
-1
/
+1
*
|
Refactored manual computation of object length
Madelyn Olson
2019-02-21
1
-17
/
+1
|
/
*
ACL: when client->user is NULL the client is a superuser.
antirez
2019-02-12
1
-1
/
+1
*
ACL: show client's user
zhaozhao.zz
2019-02-12
1
-2
/
+3
*
ACL: remove server.requirepass + some refactoring.
antirez
2019-01-18
1
-1
/
+1
*
ACL: automatically authenticate the nopass default user.
antirez
2019-01-15
1
-1
/
+3
*
ACL: avoid a radix tree lookup for the default user.
antirez
2019-01-11
1
-1
/
+1
*
ACL: add a reference to the user in each client.
antirez
2019-01-10
1
-0
/
+1
*
ACL: HELLO should stop if the user is not authenticated.
antirez
2019-01-09
1
-0
/
+9
*
RESP3: addReplyString() -> addReplyProto().
antirez
2019-01-09
1
-29
/
+29
*
RESP3: verbatim reply API + DEBUG PROTOCOL support.
antirez
2019-01-09
1
-0
/
+29
*
RESP3: Fix addReplyBool() RESP2/3 output.
antirez
2019-01-09
1
-1
/
+1
*
RESP3: addReplyBool() implemented.
antirez
2019-01-09
1
-0
/
+8
*
RESP3: initial implementation of the HELLO command.
antirez
2019-01-09
1
-0
/
+48
*
RESP3: addReplyNullArray() added for better RESP2 compat.
antirez
2019-01-09
1
-0
/
+12
*
RESP3: most null replies converted.
antirez
2019-01-09
1
-2
/
+2
*
RESP3: addReplyNull() added.
antirez
2019-01-09
1
-0
/
+8
*
RESP3: bring RESP2 compatibility to previous changes.
antirez
2019-01-09
1
-18
/
+40
*
RESP3: addReply*Len() support for RESP2 backward comp.
antirez
2019-01-09
1
-8
/
+8
*
RESP3: put RESP version in the client structure.
antirez
2019-01-09
1
-0
/
+1
*
RESP3: Aggregate deferred lengths functions.
antirez
2019-01-09
1
-8
/
+32
*
RESP3: Double replies and aggregate lengths initial functions.
antirez
2019-01-09
1
-12
/
+37
*
Crashing is too much in addReplyErrorLength().
antirez
2018-12-11
1
-6
/
+0
*
networking: current_client should not be NULL when trim qb_pos
zhaozhao.zz
2018-12-07
1
-1
/
+1
*
Fixed a serverPanic when sending an invalid command to a monitor client
Madelyn Olson
2018-12-04
1
-1
/
+1
*
asyncCloseClientOnOutputBufferLimitReached(): don't free fake clients.
antirez
2018-10-30
1
-0
/
+1
*
Avoid recreate write handler for protected client.
zhaozhao.zz
2018-10-09
1
-0
/
+4
*
Free protected clients asynchronously.
antirez
2018-10-09
1
-0
/
+7
*
Introduce protectClient() + some refactoring.
antirez
2018-10-09
1
-18
/
+57
*
Slave removal: networking.c logs fixed.
antirez
2018-09-11
1
-5
/
+5
*
Slave removal: slave -> replica in redis.conf and output buffer option.
antirez
2018-09-11
1
-0
/
+1
*
Clarify why remaining may be zero in readQueryFromClient().
antirez
2018-09-04
1
-0
/
+2
*
Merge pull request #5304 from soloestoy/fix-unexpected-readlen
Salvatore Sanfilippo
2018-09-04
1
-1
/
+1
|
\
|
*
networking: fix unexpected negative or zero readlen
zhaozhao.zz
2018-08-31
1
-1
/
+1
*
|
Merge pull request #5315 from soloestoy/optimize-parsing-large-bulk
Salvatore Sanfilippo
2018-09-04
1
-10
/
+13
|
\
\
|
*
|
networking: optimize parsing large bulk greater than 32k
zhaozhao.zz
2018-09-04
1
-10
/
+13
*
|
|
Unblocked clients API refactoring. See #4418.
antirez
2018-09-03
1
-5
/
+4
*
|
|
Merge pull request #4418 from soloestoy/fix-multiple-unblock
Salvatore Sanfilippo
2018-09-03
1
-3
/
+3
|
\
\
\
|
*
|
|
fix multiple unblock for clientsArePaused()
zhaozhao.zz
2018-09-03
1
-3
/
+3
|
|
/
/
*
|
|
Make pending buffer processing safe for CLIENT_MASTER client.
antirez
2018-09-03
1
-12
/
+20
|
/
/
*
|
After slave Lua script leaves busy state, re-process the master buffer.
antirez
2018-08-31
1
-2
/
+1
*
|
While the slave is busy, just accumulate master input.
antirez
2018-08-31
1
-0
/
+6
|
/
*
networking: make setProtocolError simple and clear
zhaozhao.zz
2018-08-23
1
-13
/
+11
*
networking: just move qb_pos instead of sdsrange in processInlineBuffer
zhaozhao.zz
2018-08-14
1
-3
/
+2
*
networking: just return C_OK if multibulk processing saw a <= 0 length.
zhaozhao.zz
2018-08-14
1
-5
/
+2
*
pipeline: do not sdsrange querybuf unless all commands processed
zhaozhao.zz
2018-08-14
1
-40
/
+47
*
In addReplyErrorLength() only panic when replying to slave.
antirez
2018-07-18
1
-3
/
+4
*
Refine comment in addReplyErrorLength() about replying to masters/slaves.
antirez
2018-07-18
1
-0
/
+11
[prev]
[next]