summaryrefslogtreecommitdiff
path: root/src/networking.c
Commit message (Expand)AuthorAgeFilesLines
* AOF: fix a bug that may prevent proper fsyncing when fsync=always.antirez2018-02-271-6/+18
* 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
* Security: Cross Protocol Scripting protection.antirez2016-08-031-2/+24
* Ability of slave to announce arbitrary ip/port to master.antirez2016-07-271-0/+1
* CLIENT error message was out of dateoranagra2016-05-231-1/+1
* Modules: first preview 31 March 2016.antirez2016-05-101-1/+1
* networking.c minor optimizationOran Agra2016-04-251-6/+5
* additional fix to issue #2948Oran Agra2016-04-251-0/+3
* addReplyHumanLongDouble() API added.antirez2016-02-181-0/+9
* Removes an extra space in protected mode messageItamar Haber2016-01-201-1/+1
* Another typo in protected mode error message.antirez2016-01-071-1/+1
* Fix protected mode error message typo.antirez2016-01-071-1/+1
* New security feature: Redis protected mode.antirez2016-01-071-3/+45
* MIGRATE: fix replies processing and argument rewriting.antirez2015-12-111-3/+16
* Pipelined multiple keys MIGRATE.antirez2015-12-111-1/+1
* unlinkClient(): clear flags according to ops performed.antirez2015-12-091-0/+2
* Fix typo in prepareClientToWrite() comment.antirez2015-11-271-1/+1
* Best effort flush of slave buffers before SHUTDOWN.antirez2015-11-091-1/+3
* Use clientHasPendingReplies() in flushSlavesOutputBuffers()antirez2015-11-091-1/+1
* CLIENT REPLY command implemented: ON, OFF and SKIP modes.antirez2015-10-211-1/+28
* Lazyfree: Convert Sets to use plains SDS (several commits squashed).antirez2015-10-011-2/+2
* Lazyfree: client output buffers no longer use Redis Objects.antirez2015-10-011-95/+70