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
*
Add module APIs for custom authentication
Madelyn Olson
2019-12-17
1
-0
/
+6
*
Merge pull request #6531 from oranagra/rm_save_long_double
Salvatore Sanfilippo
2019-11-04
1
-1
/
+1
|
\
|
*
Module API for loading and saving long double
Oran Agra
2019-11-03
1
-1
/
+1
*
|
Modules hooks: complete missing hooks for the initial set of hooks
Oran Agra
2019-10-29
1
-0
/
+5
|
/
*
Modules hooks: don't call the hook for fake clients.
antirez
2019-10-23
1
-3
/
+7
*
Modules hooks: fix sub event in calls from client change.
antirez
2019-10-23
1
-1
/
+4
*
Modules hooks: fix define / linker issues. Implement one test event.
antirez
2019-10-23
1
-1
/
+3
*
Merge remote-tracking branch 'upstream/unstable' into tls
Yossi Gottlieb
2019-10-16
1
-1
/
+1
|
\
|
*
RESP3: Use verbatim in CLIENT LIST.
antirez
2019-09-18
1
-1
/
+1
*
|
TLS: Implement support for write barrier.
Oran Agra
2019-10-07
1
-5
/
+4
*
|
diskless replication rdb transfer uses pipe, and writes to sockets form the p...
Oran Agra
2019-10-07
1
-10
/
+17
*
|
TLS: Connections refactoring and TLS support.
Yossi Gottlieb
2019-10-07
1
-98
/
+146
|
/
*
More strict checks and better comments in flushSlaveOutputBuffers().
antirez
2019-08-31
1
-7
/
+18
*
Merge branch 'unstable' of github.com:/antirez/redis into unstable
antirez
2019-08-31
1
-4
/
+2
|
\
|
*
networking: flushSlavesOutputBuffers bugfix
zhaozhao.zz
2019-08-02
1
-4
/
+2
*
|
Improve comment in flushSlavesOutputBuffers().
antirez
2019-08-31
1
-1
/
+2
|
/
*
Merge pull request #6196 from AngusP/resp3
Salvatore Sanfilippo
2019-07-12
1
-1
/
+1
|
\
|
*
RESP3 double representation for -infinity is `,-inf\r\n`, not `-inf\r\n`
Angus Pearson
2019-07-02
1
-1
/
+1
*
|
Client side caching: implement CLIENT GETREDIR.
antirez
2019-07-10
1
-14
/
+22
*
|
Client side caching: implement trackingInvalidateKey().
antirez
2019-07-03
1
-0
/
+1
*
|
Client side caching: CLIENT TRACKING subcommand.
antirez
2019-07-03
1
-2
/
+39
*
|
Client side caching: fields and flags for tracking mode.
antirez
2019-06-29
1
-0
/
+5
|
/
*
Make comment in getClientOutputBufferMemoryUsage() describing the present.
antirez
2019-05-13
1
-8
/
+1
*
Threaded IO: handleClientsWithPendingReadsUsingThreads top comment.
antirez
2019-05-06
1
-0
/
+6
*
Threaded IO: ability to disable reads from threaded path.
antirez
2019-05-06
1
-1
/
+2
*
Threaded IO: put fflush() inside tio_debug conditional.
antirez
2019-05-06
1
-2
/
+2
*
Threaded IO: parsing WIP 2: refactoring to parse from thread.
antirez
2019-05-06
1
-28
/
+59
*
Threaded IO: parsing WIP 1: set current_client in a better scoped way.
antirez
2019-05-06
1
-11
/
+12
*
Threaded IO: logging should be safe in I/O threads.
antirez
2019-05-06
1
-3
/
+2
*
Threaded IO: process read queue before stopping threads.
antirez
2019-05-06
1
-1
/
+6
*
Threaded IO: read side WIP 3.
antirez
2019-05-06
1
-6
/
+53
*
Threaded IO: read side WIP 2.
antirez
2019-05-06
1
-7
/
+23
*
Threaded IO: read side WIP.
antirez
2019-05-06
1
-12
/
+49
*
Threaded IO: hide more debugging printfs under conditional.
antirez
2019-05-06
1
-2
/
+2
*
Threaded IO: make num of I/O threads configurable.
antirez
2019-05-06
1
-2
/
+1
*
Threaded IO: use main thread if num of threads is 1.
antirez
2019-05-06
1
-2
/
+11
*
Threaded IO: stop threads when no longer needed + C11 in Makefile.
Ubuntu
2019-05-06
1
-5
/
+24
*
Threaded IO: 3rd version: use the mutex only to stop the thread.
antirez
2019-05-06
1
-19
/
+33
*
Threaded IO: second attempt without signaling conditions.
antirez
2019-05-06
1
-50
/
+56
*
Threaded IO: allow to disable debug printf.
antirez
2019-05-06
1
-10
/
+12
*
Threaded IO: implement handleClientsWithPendingWritesUsingThreads().
antirez
2019-05-06
1
-5
/
+151
*
Merge pull request #5971 from devnexen/unstable
Salvatore Sanfilippo
2019-04-26
1
-0
/
+1
|
\
|
*
build fix
David Carlier
2019-03-28
1
-0
/
+1
*
|
slave corrupts replication stream when module blocked client uses large reply...
Oran Agra
2019-03-24
1
-0
/
+13
|
/
*
diskless fork kept streaming RDB to a disconnected slave
Oran Agra
2019-03-21
1
-0
/
+10
*
Gopher: reply in gopher mode only if argv[0] starts with slash.
antirez
2019-02-27
1
-1
/
+4
*
Merge branch 'gopher' into unstable
antirez
2019-02-25
1
-0
/
+8
|
\
|
*
Gopher: initial request handling.
antirez
2019-02-21
1
-0
/
+8
*
|
RESP3: SETNAME option for HELLO.
antirez
2019-02-25
1
-0
/
+3
*
|
RESP3: AUTH option for HELLO.
antirez
2019-02-25
1
-0
/
+15
[next]