summaryrefslogtreecommitdiff
path: root/src/networking.c
Commit message (Expand)AuthorAgeFilesLines
* Slave removal: networking.c logs fixed.antirez2018-09-111-5/+5
* Slave removal: slave -> replica in redis.conf and output buffer option.antirez2018-09-111-0/+1
* Clarify why remaining may be zero in readQueryFromClient().antirez2018-09-041-0/+2
* Merge pull request #5304 from soloestoy/fix-unexpected-readlenSalvatore Sanfilippo2018-09-041-1/+1
|\
| * networking: fix unexpected negative or zero readlenzhaozhao.zz2018-08-311-1/+1
* | Merge pull request #5315 from soloestoy/optimize-parsing-large-bulkSalvatore Sanfilippo2018-09-041-10/+13
|\ \
| * | networking: optimize parsing large bulk greater than 32kzhaozhao.zz2018-09-041-10/+13
* | | Unblocked clients API refactoring. See #4418.antirez2018-09-031-5/+4
* | | Merge pull request #4418 from soloestoy/fix-multiple-unblockSalvatore Sanfilippo2018-09-031-3/+3
|\ \ \
| * | | fix multiple unblock for clientsArePaused()zhaozhao.zz2018-09-031-3/+3
| |/ /
* | | Make pending buffer processing safe for CLIENT_MASTER client.antirez2018-09-031-12/+20
|/ /
* | After slave Lua script leaves busy state, re-process the master buffer.antirez2018-08-311-2/+1
* | While the slave is busy, just accumulate master input.antirez2018-08-311-0/+6
|/
* networking: make setProtocolError simple and clearzhaozhao.zz2018-08-231-13/+11
* networking: just move qb_pos instead of sdsrange in processInlineBufferzhaozhao.zz2018-08-141-3/+2
* networking: just return C_OK if multibulk processing saw a <= 0 length.zhaozhao.zz2018-08-141-5/+2
* pipeline: do not sdsrange querybuf unless all commands processedzhaozhao.zz2018-08-141-40/+47
* In addReplyErrorLength() only panic when replying to slave.antirez2018-07-181-3/+4
* Refine comment in addReplyErrorLength() about replying to masters/slaves.antirez2018-07-181-0/+11
* Panic when we are sending an error to our master/slave.antirez2018-07-171-0/+5
* fix rare replication stream corruption with disk-based replicationOran Agra2018-07-171-7/+10
* Hopefully improve commenting of #5126.antirez2018-07-161-10/+20
* slave buffers were wasteful and incorrectly counted causing evictionOran Agra2018-07-161-45/+61
* Bugfix: PEL is incorrect when consumer is blocked using xreadgroup with NOACK...dejun.xdj2018-07-091-0/+1
* CLIENT UNBLOCK: fix client unblock help message.dejun.xdj2018-07-091-1/+1
* fix compile warning in addReplySubcommandSyntaxErrorWuYunlong2018-07-091-1/+1
* addReplySubSyntaxError() renamed to addReplySubcommandSyntaxError().antirez2018-07-021-2/+2
* Merge pull request #4998 from itamarhaber/module_command_helpSalvatore Sanfilippo2018-07-021-0/+12
|\
| * Adds MODULE HELP and implements addReplySubSyntaxErrorItamar Haber2018-06-071-0/+12
* | Change CLIENT LIST TYPE help string.antirez2018-06-291-2/+2
* | clients: add type option for client listzhaozhao.zz2018-06-281-3/+17
* | clients: show pubsub flag in client listzhaozhao.zz2018-06-281-0/+1
* | Make CLIENT HELP output nicer to the eyes.antirez2018-06-281-11/+11
* | Add unblock in CLIENT HELP.antirez2018-06-281-0/+1
* | CLIENT UNBLOCK: support unblocking by error.antirez2018-06-271-3/+22
* | CLIENT UNBLOCK implemented.antirez2018-06-271-0/+22
* | Take clients in a ID -> Client handle dictionary.antirez2018-06-271-0/+4
* | CLIENT ID implemented.antirez2018-06-271-0/+4
* | optimize reply list memory usagezhaozhao.zz2018-06-131-1/+1
|/
* Add top comments in two addReply*() functions.antirez2018-03-221-0/+3
* Massivily simplify addReply*() functions in networking.cantirez2018-03-221-87/+11
* Make addReplyError...() family functions able to get error codes.antirez2018-03-151-1/+11
* CG: add & populate group+consumer in the blocking state.antirez2018-03-151-0/+1
* Actually use ae_flags to add AE_BARRIER if needed.antirez2018-02-281-1/+1
* AOF: fix a bug that may prevent proper fsyncing when fsync=always.antirez2018-02-271-6/+18
* Merge pull request #3828 from oranagra/sdsnewlen_prSalvatore Sanfilippo2018-02-271-2/+2
|\
| * add SDS_NOINIT option to sdsnewlen to avoid unnecessary memsets.oranagra2017-02-231-2/+2
* | More verbose logging when slave sends errors to master.antirez2018-02-131-2/+6
* | Merge pull request #3832 from oranagra/slave_reply_to_master_prSalvatore Sanfilippo2018-02-131-0/+2
|\ \
| * | when a slave experiances an error on commands that come from master, print to...oranagra2017-02-231-0/+2
| |/