summaryrefslogtreecommitdiff
path: root/src/networking.c
Commit message (Expand)AuthorAgeFilesLines
* Remove race condition and consistency issues with client pause and threaded I...Madelyn Olson2021-02-221-10/+28
* fix memory leak in processInlineBuffer error handling code (#8295)Wen Hui2021-01-121-0/+1
* Fix crashes with io-threads-do-reads enabled. (#8230)Yossi Gottlieb2021-01-121-2/+14
* Not over-allocate client query buffer when reading large objects. (#5954)Qu Chen2021-01-121-1/+1
* Handle output buffer limits for Module blocked clients (#8141)Oran Agra2021-01-121-1/+32
* memory reporting of clients argv (#7874)Oran Agra2020-10-271-3/+48
* Fix crash in script timeout during AOF loading (#7870)Oran Agra2020-10-271-4/+8
* Don't support Gopher if enable io threads to read queries (#7851)Wang Yuan2020-10-271-2/+3
* Don't write replies if close the client ASAP (#7202)Wang Yuan2020-10-271-0/+14
* Make IO threads killable so that they can be canceled at any time.WuYunlong2020-10-271-0/+1
* bio: doFastMemoryTest should try to kill io threads as well.WuYunlong2020-10-271-0/+17
* Squash merging 125 typo/grammar/comment/doc PRs (#7773)Oran Agra2020-10-271-6/+6
* Show threading configuration in INFO output (#7446)Arun Ranganathan2020-09-011-10/+23
* Fix rejectCommand trims newline in shared error objects, hung clients (#7714)Oran Agra2020-09-011-17/+30
* Assert that setDeferredAggregateLen isn't called with negative valueValentino Geron2020-09-011-0/+1
* Trim trailing spaces in error replies coming from rejectCommand (#7668)Oran Agra2020-09-011-1/+5
* CLIENT_MASTER should ignore server.proto_max_bulk_lenzhaozhao.zz2020-09-011-1/+2
* TLS: Propagate and handle SSL_new() failures. (#7576)Yossi Gottlieb2020-09-011-1/+10
* add missing caching command in client help (#7399)Wen Hui2020-09-011-0/+1
* correct error msg for num connections reaching maxclients in cluster mode (#7...Wen Hui2020-07-201-2/+2
* EXEC always fails with EXECABORT and multi-state is clearedOran Agra2020-07-201-8/+12
* Include cluster.h for getClusterConnectionsCount().antirez2020-07-201-0/+1
* Use cluster connections too, to limit maxclients.antirez2020-07-201-8/+15
* return the correct proto versionxhe2020-06-091-1/+1
* fix disconnectSlaves, to try to free each slave.Oran Agra2020-06-091-1/+0
* donot free protected client in freeClientsInAsyncFreeQueuezhaozhao.zz2020-06-091-3/+9
* Replication: showLatestBacklog() refactored out.antirez2020-05-281-25/+1
* Remove the meaningful offset feature.antirez2020-05-281-20/+3
* Set a protocol error if master use the inline protocol.antirez2020-05-281-2/+17
* Make disconnectSlaves() synchronous in the base case.antirez2020-05-251-3/+14
* Fix #7306 less aggressively.antirez2020-05-251-2/+5
* Replace addDeferredMultiBulkLength with addReplyDeferredLen in commentShooterIT2020-05-221-2/+2
* Fix reply bytes calculation errorShooterIT2020-05-221-1/+1
* Remove the client from CLOSE_ASAP list before caching the master.antirez2020-05-161-9/+12
* Cache master without checking of deferred close flags.antirez2020-05-151-6/+4
* Track events processed while blocked globally.antirez2020-05-141-7/+12
* Some rework of #7234.antirez2020-05-141-2/+3
* Dump recent backlog on master query generating errors.antirez2020-05-081-0/+29
* Support setcpuaffinity on linux/bsdzhenwei pi2020-05-081-0/+1
* optimize memory usage of deferred replies - fixedOran Agra2020-05-081-0/+29
* Revert "optimize memory usage of deferred replies"antirez2020-05-021-31/+0
* Save a call to stopThreadedIOIfNeeded() for the base case.antirez2020-05-021-3/+3
* CLIENT KILL USER <username>.antirez2020-04-301-0/+11
* optimize memory usage of deferred repliesOran Agra2020-04-271-0/+31
* Keep track of meaningful replication offset in replicas tooOran Agra2020-04-271-44/+49
* Tracking: NOLOOP further implementation and fixes.antirez2020-04-241-0/+2
* Threaded IO: set thread name for redis-serverzhenwei pi2020-04-241-0/+4
* RESP3: fix HELLO map len in Sentinel mode.antirez2020-04-161-1/+1
* Fix HELLO reply in Sentinel mode, see #6160.antirez2020-04-151-1/+1
* Speedup INFO by counting client memory incrementally.antirez2020-04-071-0/+7