summaryrefslogtreecommitdiff
path: root/src/networking.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Call writeToClient() directly instead of the write handler.fasterioantirez2015-09-301-1/+1
* Fix processEventsWhileBlocked() to handle PENDING_WRITE clients.antirez2015-09-301-2/+6
* Refactoring: unlinkClient() added to lower freeClient() complexity.antirez2015-09-301-29/+45
* Refactoring: new function to test if client has pending output.antirez2015-09-301-6/+14
* Reverse list of clients with pending writes.antirez2015-09-301-1/+1
* writeToClient(): don't remove write handler if not needed.antirez2015-09-301-4/+4
* handleClientsWithPendingWrites(): detect dead clients.antirez2015-09-301-7/+17
* Move handleClientsWithPendingWrites() in networking.c.antirez2015-09-301-0/+28
* Avoid installing the client write handler when possible.antirez2015-09-301-7/+15
* flushSlavesOutputBuffers(): details clarified via comments.antirez2015-08-061-0/+6
* Replication: add REPLCONF CAPA EOF support.slaves_capaantirez2015-08-061-0/+1
* Support for CLIENT KILL TYPE MASTER.antirez2015-07-281-3/+1
* CLIENT_MASTER introduced.antirez2015-07-281-2/+9
* replicationHandleMasterDisconnection() belongs to replication.c.antirez2015-07-281-14/+0
* RDMF: More consistent define names.antirez2015-07-271-127/+127
* RDMF: REDIS_OK REDIS_ERR -> C_OK C_ERR.antirez2015-07-261-39/+39
* RDMF: redisAssert -> serverAssert.antirez2015-07-261-14/+14
* RDMF: OBJ_ macros for object related stuff.antirez2015-07-261-13/+13
* RDMF: use client instead of redisClient, like Disque.antirez2015-07-261-59/+59
* RDMF: redisLog -> serverLog.antirez2015-07-261-13/+13
* RDMF (Redis/Disque merge friendlyness) refactoring WIP 1.antirez2015-07-261-1/+1
* SDS: changes to unify Redis SDS with antirez/sds repo.antirez2015-07-251-0/+7
* sds size classes - memory optimizationOran Agra2015-07-141-20/+13
* Geo: GEOADD implementation improved, replication fixedantirez2015-06-231-0/+10
* protocol error log should be seen debug/verbose levelJungtaek Lim2015-05-121-1/+1
* Fix Redis server crash when Lua command exceeds client output bufferYossi Gottlieb2015-04-261-1/+1
* Net: improve prepareClientToWrite() error handling and comments.antirez2015-04-011-7/+33
* fixes to diskless replication.Oran Agra2015-03-311-1/+1
* Ensure array index is in range in addReplyLongLongWithPrefix().antirez2015-03-301-2/+2
* Net: processUnblockedClients() and clientsArePaused() minor changes.antirez2015-03-211-1/+6