summaryrefslogtreecommitdiff
path: root/src/networking.c
Commit message (Expand)AuthorAgeFilesLines
* introduce REPLCONF eof-supported and repl-diskless-loadOran Agra2015-07-211-0/+1
* 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
* Net: clientsArePaused() should not touch blocked clients.antirez2015-03-211-1/+1
* CONFIG refactoring: configEnum abstraction.antirez2015-03-111-9/+9
* server.current_client fix and minor refactoring.antirez2015-02-271-15/+11
* Cast sentlen to int before comparison wit bufpos.antirez2015-02-251-1/+1
* Improve networking type correctnessMatt Stancliff2015-01-191-2/+3
* Add addReplyBulkSds() functionMatt Stancliff2014-12-231-0/+8
* sdsformatip() removed.antirez2014-12-111-1/+1
* Cleanup all IP formatting codeMatt Stancliff2014-12-111-21/+3
* Network bandwidth tracking + refactoring.antirez2014-12-031-0/+2
* Avoid valgrind memory leak false positive in processInlineBuffer().antirez2014-11-251-2/+4
* Diskless SYNC: fix RDB EOF detection.antirez2014-11-111-0/+1
* Added a function to get slave name for logs.antirez2014-10-271-6/+2
* Fix typos in commentsGregory Petrosyan2014-09-291-3/+3
* Remove warnings and improve integer sign correctness.antirez2014-08-131-1/+1
* PubSub clients refactoring and new PUBSUB flag.antirez2014-07-161-1/+1
* No more trailing spaces in Redis source code.antirez2014-06-261-2/+2
* CLIENT KILL: don't kill the master as a normal client.antirez2014-06-261-1/+3
* Old form of CLIENT KILL should still allow suicide.antirez2014-06-241-0/+1
* CLIENT KILL API modified.antirez2014-06-161-21/+39
* CLIENT KILL: fix closing link of the current client.antirez2014-06-161-1/+6
* New features for CLIENT KILL.antirez2014-06-161-13/+58
* Assign an unique non-repeating ID to each new client.antirez2014-06-161-1/+3
* Client types generalized.antirez2014-06-161-17/+18
* CLIENT LIST speedup via peerid caching + smart allocation.antirez2014-04-281-19/+31
* Use sdscatfmt() in getClientInfoString() to make it faster.antirez2014-04-281-9/+9
* Process events with processEventsWhileBlocked() when blocked.antirez2014-04-241-0/+23
* Accept multiple clients per iteration.antirez2014-04-241-15/+23
* AE_ERR -> ANET_ERR in acceptUnixHandler().antirez2014-04-241-1/+1
* Missing return REDIS_ERR added to processMultibulkBuffer().antirez2014-04-231-1/+3
* Fix return value check for anetTcpAcceptMatt Stancliff2014-03-061-1/+1
* CLIENT PAUSE and related API implemented.antirez2014-02-041-0/+56
* Don't log MONITOR clients as disconnecting slaves.antirez2014-01-251-1/+1
* Cluster: support to read from slave nodes.antirez2014-01-141-0/+1
* Log disconnection with slave only when ip:port is available.antirez2013-12-251-4/+4
* Slave disconnection is an event worth logging.antirez2013-12-221-0/+10
* Log when a slave lose the connection with its master.antirez2013-12-211-9/+10
* Merge pull request #1451 from yossigo/unbalanced-quotes-fixSalvatore Sanfilippo2013-12-111-0/+5
|\
| * Return proper error on requests with an unbalanced number of quotes.Yossi Gottlieb2013-12-081-0/+5
* | Slaves heartbeat while loading RDB files.antirez2013-12-091-0/+6
* | Handle inline requested terminated with just \n.antirez2013-12-091-1/+8
|/
* Fixed grammar: before H the article is a, not an.antirez2013-12-051-1/+1
* WAIT command: synchronous replication for Redis.antirez2013-12-041-0/+1