summaryrefslogtreecommitdiff
path: root/src/networking.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | Replication buffer fills up on high rate traffic.Guy Benoish2018-01-181-2/+7
* | New config options about protocol prefixed with "proto".antirez2018-01-111-1/+1
* | Add config options for max-bulk-len and max-querybuf-len mainly to support RE...Oran Agra2017-12-291-1/+1
* | fix processing of large bulks (above 2GB)Oran Agra2017-12-291-6/+7
* | Change indentation and other minor details of PR #4489.antirez2017-12-061-17/+16
* | C styleItamar Haber2017-12-051-4/+2
* | Uses an offset in addReplyHelpItamar Haber2017-12-051-5/+3
* | Merge remote-tracking branch 'upstream/unstable' into help_subcommandsItamar Haber2017-12-051-5/+18
|\ \
| * | add linkClient(): adds the client and caches the list node.antirez2017-12-051-6/+12
| * | Merge pull request #4497 from soloestoy/optimize-unlink-clientSalvatore Sanfilippo2017-12-051-4/+10
| |\ \
| | * | networking: optimize unlinkClient() in freeClient()zhaozhao.zz2017-11-301-4/+10
| * | | Streams: augment client.bpop with XREAD specific fields.antirez2017-12-011-0/+1
| * | | Streams: initial work to use blocking lists logic for streams XREAD.antirez2017-12-011-1/+1
| |/ /
* | | Helps CLIENTItamar Haber2017-12-031-3/+19
* | | Standardizes the 'help' subcommandItamar Haber2017-11-281-0/+24
|/ /
* | Clients blocked in modules: free argv/argc later.antirez2017-07-111-3/+10
* | Optimize addReplyBulkSds for better performancespinlock2017-07-051-2/+1
* | Add symmetrical assertion to track c->reply_buffer infinite growth.antirez2017-07-041-0/+4
* | Merge pull request #3802 from flowly/bugfix-calc-stat-net-output-bytesSalvatore Sanfilippo2017-06-201-1/+1
|\ \
| * | fix server.stat_net_output_bytes calc bugminghang.zmh2017-02-101-1/+1
| |/
* | Modules TSC: Improve inter-thread synchronization.antirez2017-05-091-1/+4
* | Fix PSYNC2 incomplete command bug as described in #3899.antirez2017-04-191-7/+35
* | Add a top comment in crucial functions inside networking.c.antirez2017-04-121-1/+23
|/
* PSYNC2: stop sending newlines to sub-slaves when master is down.antirez2016-11-281-11/+1
* Better protocol errors logging.antirez2016-11-251-10/+29
* PSYNC2: different improvements to Redis replication.antirez2016-11-091-2/+24