summaryrefslogtreecommitdiff
path: root/src/networking.c
Commit message (Expand)AuthorAgeFilesLines
* Add module APIs for custom authenticationMadelyn Olson2019-12-171-0/+6
* Merge pull request #6531 from oranagra/rm_save_long_doubleSalvatore Sanfilippo2019-11-041-1/+1
|\
| * Module API for loading and saving long doubleOran Agra2019-11-031-1/+1
* | Modules hooks: complete missing hooks for the initial set of hooksOran Agra2019-10-291-0/+5
|/
* Modules hooks: don't call the hook for fake clients.antirez2019-10-231-3/+7
* Modules hooks: fix sub event in calls from client change.antirez2019-10-231-1/+4
* Modules hooks: fix define / linker issues. Implement one test event.antirez2019-10-231-1/+3
* Merge remote-tracking branch 'upstream/unstable' into tlsYossi Gottlieb2019-10-161-1/+1
|\
| * RESP3: Use verbatim in CLIENT LIST.antirez2019-09-181-1/+1
* | TLS: Implement support for write barrier.Oran Agra2019-10-071-5/+4
* | diskless replication rdb transfer uses pipe, and writes to sockets form the p...Oran Agra2019-10-071-10/+17
* | TLS: Connections refactoring and TLS support.Yossi Gottlieb2019-10-071-98/+146
|/
* More strict checks and better comments in flushSlaveOutputBuffers().antirez2019-08-311-7/+18
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2019-08-311-4/+2
|\
| * networking: flushSlavesOutputBuffers bugfixzhaozhao.zz2019-08-021-4/+2
* | Improve comment in flushSlavesOutputBuffers().antirez2019-08-311-1/+2
|/
* Merge pull request #6196 from AngusP/resp3Salvatore Sanfilippo2019-07-121-1/+1
|\
| * RESP3 double representation for -infinity is `,-inf\r\n`, not `-inf\r\n`Angus Pearson2019-07-021-1/+1
* | Client side caching: implement CLIENT GETREDIR.antirez2019-07-101-14/+22
* | Client side caching: implement trackingInvalidateKey().antirez2019-07-031-0/+1
* | Client side caching: CLIENT TRACKING subcommand.antirez2019-07-031-2/+39
* | Client side caching: fields and flags for tracking mode.antirez2019-06-291-0/+5
|/
* Make comment in getClientOutputBufferMemoryUsage() describing the present.antirez2019-05-131-8/+1
* Threaded IO: handleClientsWithPendingReadsUsingThreads top comment.antirez2019-05-061-0/+6
* Threaded IO: ability to disable reads from threaded path.antirez2019-05-061-1/+2
* Threaded IO: put fflush() inside tio_debug conditional.antirez2019-05-061-2/+2
* Threaded IO: parsing WIP 2: refactoring to parse from thread.antirez2019-05-061-28/+59
* Threaded IO: parsing WIP 1: set current_client in a better scoped way.antirez2019-05-061-11/+12
* Threaded IO: logging should be safe in I/O threads.antirez2019-05-061-3/+2
* Threaded IO: process read queue before stopping threads.antirez2019-05-061-1/+6
* Threaded IO: read side WIP 3.antirez2019-05-061-6/+53
* Threaded IO: read side WIP 2.antirez2019-05-061-7/+23
* Threaded IO: read side WIP.antirez2019-05-061-12/+49
* Threaded IO: hide more debugging printfs under conditional.antirez2019-05-061-2/+2
* Threaded IO: make num of I/O threads configurable.antirez2019-05-061-2/+1
* Threaded IO: use main thread if num of threads is 1.antirez2019-05-061-2/+11
* Threaded IO: stop threads when no longer needed + C11 in Makefile.Ubuntu2019-05-061-5/+24
* Threaded IO: 3rd version: use the mutex only to stop the thread.antirez2019-05-061-19/+33
* Threaded IO: second attempt without signaling conditions.antirez2019-05-061-50/+56
* Threaded IO: allow to disable debug printf.antirez2019-05-061-10/+12
* Threaded IO: implement handleClientsWithPendingWritesUsingThreads().antirez2019-05-061-5/+151
* Merge pull request #5971 from devnexen/unstableSalvatore Sanfilippo2019-04-261-0/+1
|\
| * build fixDavid Carlier2019-03-281-0/+1
* | slave corrupts replication stream when module blocked client uses large reply...Oran Agra2019-03-241-0/+13
|/
* diskless fork kept streaming RDB to a disconnected slaveOran Agra2019-03-211-0/+10
* Gopher: reply in gopher mode only if argv[0] starts with slash.antirez2019-02-271-1/+4
* Merge branch 'gopher' into unstableantirez2019-02-251-0/+8
|\
| * Gopher: initial request handling.antirez2019-02-211-0/+8
* | RESP3: SETNAME option for HELLO.antirez2019-02-251-0/+3
* | RESP3: AUTH option for HELLO.antirez2019-02-251-0/+15