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
*
introduce REPLCONF eof-supported and repl-diskless-load
Oran Agra
2015-07-21
1
-0
/
+1
*
Geo: GEOADD implementation improved, replication fixed
antirez
2015-06-23
1
-0
/
+10
*
protocol error log should be seen debug/verbose level
Jungtaek Lim
2015-05-12
1
-1
/
+1
*
Fix Redis server crash when Lua command exceeds client output buffer
Yossi Gottlieb
2015-04-26
1
-1
/
+1
*
Net: improve prepareClientToWrite() error handling and comments.
antirez
2015-04-01
1
-7
/
+33
*
fixes to diskless replication.
Oran Agra
2015-03-31
1
-1
/
+1
*
Ensure array index is in range in addReplyLongLongWithPrefix().
antirez
2015-03-30
1
-2
/
+2
*
Net: processUnblockedClients() and clientsArePaused() minor changes.
antirez
2015-03-21
1
-1
/
+6
*
Net: clientsArePaused() should not touch blocked clients.
antirez
2015-03-21
1
-1
/
+1
*
CONFIG refactoring: configEnum abstraction.
antirez
2015-03-11
1
-9
/
+9
*
server.current_client fix and minor refactoring.
antirez
2015-02-27
1
-15
/
+11
*
Cast sentlen to int before comparison wit bufpos.
antirez
2015-02-25
1
-1
/
+1
*
Improve networking type correctness
Matt Stancliff
2015-01-19
1
-2
/
+3
*
Add addReplyBulkSds() function
Matt Stancliff
2014-12-23
1
-0
/
+8
*
sdsformatip() removed.
antirez
2014-12-11
1
-1
/
+1
*
Cleanup all IP formatting code
Matt Stancliff
2014-12-11
1
-21
/
+3
*
Network bandwidth tracking + refactoring.
antirez
2014-12-03
1
-0
/
+2
*
Avoid valgrind memory leak false positive in processInlineBuffer().
antirez
2014-11-25
1
-2
/
+4
*
Diskless SYNC: fix RDB EOF detection.
antirez
2014-11-11
1
-0
/
+1
*
Added a function to get slave name for logs.
antirez
2014-10-27
1
-6
/
+2
*
Fix typos in comments
Gregory Petrosyan
2014-09-29
1
-3
/
+3
*
Remove warnings and improve integer sign correctness.
antirez
2014-08-13
1
-1
/
+1
*
PubSub clients refactoring and new PUBSUB flag.
antirez
2014-07-16
1
-1
/
+1
*
No more trailing spaces in Redis source code.
antirez
2014-06-26
1
-2
/
+2
*
CLIENT KILL: don't kill the master as a normal client.
antirez
2014-06-26
1
-1
/
+3
*
Old form of CLIENT KILL should still allow suicide.
antirez
2014-06-24
1
-0
/
+1
*
CLIENT KILL API modified.
antirez
2014-06-16
1
-21
/
+39
*
CLIENT KILL: fix closing link of the current client.
antirez
2014-06-16
1
-1
/
+6
*
New features for CLIENT KILL.
antirez
2014-06-16
1
-13
/
+58
*
Assign an unique non-repeating ID to each new client.
antirez
2014-06-16
1
-1
/
+3
*
Client types generalized.
antirez
2014-06-16
1
-17
/
+18
*
CLIENT LIST speedup via peerid caching + smart allocation.
antirez
2014-04-28
1
-19
/
+31
*
Use sdscatfmt() in getClientInfoString() to make it faster.
antirez
2014-04-28
1
-9
/
+9
*
Process events with processEventsWhileBlocked() when blocked.
antirez
2014-04-24
1
-0
/
+23
*
Accept multiple clients per iteration.
antirez
2014-04-24
1
-15
/
+23
*
AE_ERR -> ANET_ERR in acceptUnixHandler().
antirez
2014-04-24
1
-1
/
+1
*
Missing return REDIS_ERR added to processMultibulkBuffer().
antirez
2014-04-23
1
-1
/
+3
*
Fix return value check for anetTcpAccept
Matt Stancliff
2014-03-06
1
-1
/
+1
*
CLIENT PAUSE and related API implemented.
antirez
2014-02-04
1
-0
/
+56
*
Don't log MONITOR clients as disconnecting slaves.
antirez
2014-01-25
1
-1
/
+1
*
Cluster: support to read from slave nodes.
antirez
2014-01-14
1
-0
/
+1
*
Log disconnection with slave only when ip:port is available.
antirez
2013-12-25
1
-4
/
+4
*
Slave disconnection is an event worth logging.
antirez
2013-12-22
1
-0
/
+10
*
Log when a slave lose the connection with its master.
antirez
2013-12-21
1
-9
/
+10
*
Merge pull request #1451 from yossigo/unbalanced-quotes-fix
Salvatore Sanfilippo
2013-12-11
1
-0
/
+5
|
\
|
*
Return proper error on requests with an unbalanced number of quotes.
Yossi Gottlieb
2013-12-08
1
-0
/
+5
*
|
Slaves heartbeat while loading RDB files.
antirez
2013-12-09
1
-0
/
+6
*
|
Handle inline requested terminated with just \n.
antirez
2013-12-09
1
-1
/
+8
|
/
*
Fixed grammar: before H the article is a, not an.
antirez
2013-12-05
1
-1
/
+1
*
WAIT command: synchronous replication for Redis.
antirez
2013-12-04
1
-0
/
+1
[next]