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
*
Security: Cross Protocol Scripting protection.
antirez
2016-08-03
1
-2
/
+24
*
Ability of slave to announce arbitrary ip/port to master.
antirez
2016-07-27
1
-0
/
+1
*
CLIENT error message was out of date
oranagra
2016-05-23
1
-1
/
+1
*
Modules: first preview 31 March 2016.
antirez
2016-05-10
1
-1
/
+1
*
networking.c minor optimization
Oran Agra
2016-04-25
1
-6
/
+5
*
additional fix to issue #2948
Oran Agra
2016-04-25
1
-0
/
+3
*
addReplyHumanLongDouble() API added.
antirez
2016-02-18
1
-0
/
+9
*
Removes an extra space in protected mode message
Itamar Haber
2016-01-20
1
-1
/
+1
*
Another typo in protected mode error message.
antirez
2016-01-07
1
-1
/
+1
*
Fix protected mode error message typo.
antirez
2016-01-07
1
-1
/
+1
*
New security feature: Redis protected mode.
antirez
2016-01-07
1
-3
/
+45
*
MIGRATE: fix replies processing and argument rewriting.
antirez
2015-12-11
1
-3
/
+16
*
Pipelined multiple keys MIGRATE.
antirez
2015-12-11
1
-1
/
+1
*
unlinkClient(): clear flags according to ops performed.
antirez
2015-12-09
1
-0
/
+2
*
Fix typo in prepareClientToWrite() comment.
antirez
2015-11-27
1
-1
/
+1
*
Best effort flush of slave buffers before SHUTDOWN.
antirez
2015-11-09
1
-1
/
+3
*
Use clientHasPendingReplies() in flushSlavesOutputBuffers()
antirez
2015-11-09
1
-1
/
+1
*
CLIENT REPLY command implemented: ON, OFF and SKIP modes.
antirez
2015-10-21
1
-1
/
+28
*
Lazyfree: Convert Sets to use plains SDS (several commits squashed).
antirez
2015-10-01
1
-2
/
+2
*
Lazyfree: client output buffers no longer use Redis Objects.
antirez
2015-10-01
1
-95
/
+70
*
Call writeToClient() directly instead of the write handler.
fasterio
antirez
2015-09-30
1
-1
/
+1
*
Fix processEventsWhileBlocked() to handle PENDING_WRITE clients.
antirez
2015-09-30
1
-2
/
+6
*
Refactoring: unlinkClient() added to lower freeClient() complexity.
antirez
2015-09-30
1
-29
/
+45
*
Refactoring: new function to test if client has pending output.
antirez
2015-09-30
1
-6
/
+14
*
Reverse list of clients with pending writes.
antirez
2015-09-30
1
-1
/
+1
*
writeToClient(): don't remove write handler if not needed.
antirez
2015-09-30
1
-4
/
+4
*
handleClientsWithPendingWrites(): detect dead clients.
antirez
2015-09-30
1
-7
/
+17
*
Move handleClientsWithPendingWrites() in networking.c.
antirez
2015-09-30
1
-0
/
+28
*
Avoid installing the client write handler when possible.
antirez
2015-09-30
1
-7
/
+15
*
flushSlavesOutputBuffers(): details clarified via comments.
antirez
2015-08-06
1
-0
/
+6
*
Replication: add REPLCONF CAPA EOF support.
slaves_capa
antirez
2015-08-06
1
-0
/
+1
*
Support for CLIENT KILL TYPE MASTER.
antirez
2015-07-28
1
-3
/
+1
*
CLIENT_MASTER introduced.
antirez
2015-07-28
1
-2
/
+9
*
replicationHandleMasterDisconnection() belongs to replication.c.
antirez
2015-07-28
1
-14
/
+0
*
RDMF: More consistent define names.
antirez
2015-07-27
1
-127
/
+127
*
RDMF: REDIS_OK REDIS_ERR -> C_OK C_ERR.
antirez
2015-07-26
1
-39
/
+39
*
RDMF: redisAssert -> serverAssert.
antirez
2015-07-26
1
-14
/
+14
*
RDMF: OBJ_ macros for object related stuff.
antirez
2015-07-26
1
-13
/
+13
*
RDMF: use client instead of redisClient, like Disque.
antirez
2015-07-26
1
-59
/
+59
*
RDMF: redisLog -> serverLog.
antirez
2015-07-26
1
-13
/
+13
*
RDMF (Redis/Disque merge friendlyness) refactoring WIP 1.
antirez
2015-07-26
1
-1
/
+1
*
SDS: changes to unify Redis SDS with antirez/sds repo.
antirez
2015-07-25
1
-0
/
+7
*
sds size classes - memory optimization
Oran Agra
2015-07-14
1
-20
/
+13
*
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
[next]