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
*
addReplySubSyntaxError() renamed to addReplySubcommandSyntaxError().
antirez
2018-07-02
1
-2
/
+2
*
Merge pull request #4998 from itamarhaber/module_command_help
Salvatore Sanfilippo
2018-07-02
1
-0
/
+12
|
\
|
*
Adds MODULE HELP and implements addReplySubSyntaxError
Itamar Haber
2018-06-07
1
-0
/
+12
*
|
Change CLIENT LIST TYPE help string.
antirez
2018-06-29
1
-2
/
+2
*
|
clients: add type option for client list
zhaozhao.zz
2018-06-28
1
-3
/
+17
*
|
clients: show pubsub flag in client list
zhaozhao.zz
2018-06-28
1
-0
/
+1
*
|
Make CLIENT HELP output nicer to the eyes.
antirez
2018-06-28
1
-11
/
+11
*
|
Add unblock in CLIENT HELP.
antirez
2018-06-28
1
-0
/
+1
*
|
CLIENT UNBLOCK: support unblocking by error.
antirez
2018-06-27
1
-3
/
+22
*
|
CLIENT UNBLOCK implemented.
antirez
2018-06-27
1
-0
/
+22
*
|
Take clients in a ID -> Client handle dictionary.
antirez
2018-06-27
1
-0
/
+4
*
|
CLIENT ID implemented.
antirez
2018-06-27
1
-0
/
+4
*
|
optimize reply list memory usage
zhaozhao.zz
2018-06-13
1
-1
/
+1
|
/
*
Add top comments in two addReply*() functions.
antirez
2018-03-22
1
-0
/
+3
*
Massivily simplify addReply*() functions in networking.c
antirez
2018-03-22
1
-87
/
+11
*
Make addReplyError...() family functions able to get error codes.
antirez
2018-03-15
1
-1
/
+11
*
CG: add & populate group+consumer in the blocking state.
antirez
2018-03-15
1
-0
/
+1
*
Actually use ae_flags to add AE_BARRIER if needed.
antirez
2018-02-28
1
-1
/
+1
*
AOF: fix a bug that may prevent proper fsyncing when fsync=always.
antirez
2018-02-27
1
-6
/
+18
*
Merge pull request #3828 from oranagra/sdsnewlen_pr
Salvatore Sanfilippo
2018-02-27
1
-2
/
+2
|
\
|
*
add SDS_NOINIT option to sdsnewlen to avoid unnecessary memsets.
oranagra
2017-02-23
1
-2
/
+2
*
|
More verbose logging when slave sends errors to master.
antirez
2018-02-13
1
-2
/
+6
*
|
Merge pull request #3832 from oranagra/slave_reply_to_master_pr
Salvatore Sanfilippo
2018-02-13
1
-0
/
+2
|
\
\
|
*
|
when a slave experiances an error on commands that come from master, print to...
oranagra
2017-02-23
1
-0
/
+2
|
|
/
*
|
Replication buffer fills up on high rate traffic.
Guy Benoish
2018-01-18
1
-2
/
+7
*
|
New config options about protocol prefixed with "proto".
antirez
2018-01-11
1
-1
/
+1
*
|
Add config options for max-bulk-len and max-querybuf-len mainly to support RE...
Oran Agra
2017-12-29
1
-1
/
+1
*
|
fix processing of large bulks (above 2GB)
Oran Agra
2017-12-29
1
-6
/
+7
*
|
Change indentation and other minor details of PR #4489.
antirez
2017-12-06
1
-17
/
+16
*
|
C style
Itamar Haber
2017-12-05
1
-4
/
+2
*
|
Uses an offset in addReplyHelp
Itamar Haber
2017-12-05
1
-5
/
+3
*
|
Merge remote-tracking branch 'upstream/unstable' into help_subcommands
Itamar Haber
2017-12-05
1
-5
/
+18
|
\
\
|
*
|
add linkClient(): adds the client and caches the list node.
antirez
2017-12-05
1
-6
/
+12
|
*
|
Merge pull request #4497 from soloestoy/optimize-unlink-client
Salvatore Sanfilippo
2017-12-05
1
-4
/
+10
|
|
\
\
|
|
*
|
networking: optimize unlinkClient() in freeClient()
zhaozhao.zz
2017-11-30
1
-4
/
+10
|
*
|
|
Streams: augment client.bpop with XREAD specific fields.
antirez
2017-12-01
1
-0
/
+1
|
*
|
|
Streams: initial work to use blocking lists logic for streams XREAD.
antirez
2017-12-01
1
-1
/
+1
|
|
/
/
*
|
|
Helps CLIENT
Itamar Haber
2017-12-03
1
-3
/
+19
*
|
|
Standardizes the 'help' subcommand
Itamar Haber
2017-11-28
1
-0
/
+24
|
/
/
*
|
Clients blocked in modules: free argv/argc later.
antirez
2017-07-11
1
-3
/
+10
*
|
Optimize addReplyBulkSds for better performance
spinlock
2017-07-05
1
-2
/
+1
*
|
Add symmetrical assertion to track c->reply_buffer infinite growth.
antirez
2017-07-04
1
-0
/
+4
*
|
Merge pull request #3802 from flowly/bugfix-calc-stat-net-output-bytes
Salvatore Sanfilippo
2017-06-20
1
-1
/
+1
|
\
\
|
*
|
fix server.stat_net_output_bytes calc bug
minghang.zmh
2017-02-10
1
-1
/
+1
|
|
/
*
|
Modules TSC: Improve inter-thread synchronization.
antirez
2017-05-09
1
-1
/
+4
*
|
Fix PSYNC2 incomplete command bug as described in #3899.
antirez
2017-04-19
1
-7
/
+35
*
|
Add a top comment in crucial functions inside networking.c.
antirez
2017-04-12
1
-1
/
+23
|
/
*
PSYNC2: stop sending newlines to sub-slaves when master is down.
antirez
2016-11-28
1
-11
/
+1
*
Better protocol errors logging.
antirez
2016-11-25
1
-10
/
+29
*
PSYNC2: different improvements to Redis replication.
antirez
2016-11-09
1
-2
/
+24
[next]