summaryrefslogtreecommitdiff
path: root/src/networking.c
Commit message (Expand)AuthorAgeFilesLines
* unstable merge conflicts resolvedantirez2011-06-251-23/+26
|\
| * diskstore removedantirez2011-06-251-23/+0
| * Fix for bug 561 and other related problemsantirez2011-06-201-0/+25
| * new INFO filed master_link_down_since_secondsantirez2011-06-171-0/+1
* | Make sure error and status replies emitted by Lua scripts can never have more...antirez2011-05-251-0/+7
* | when creating not connected clients do not add them into the clients list, ot...antirez2011-05-251-1/+1
* | Correctly glue the reply buffer. For now returned as it is to Lua, but will b...antirez2011-05-251-0/+1
* | Lua call of Redis command work in progress: sorry I have to go to the cinema ...antirez2011-05-251-8/+14
|/
* when Redis fails accepting a new connection reports the error at WARNING and ...antirez2011-05-071-2/+2
* Check for \n after finding \rPieter Noordhuis2011-05-051-21/+25
* Move codePieter Noordhuis2011-05-051-6/+7
* Use custom string2ll and strchrPieter Noordhuis2011-05-051-19/+18
* Fixed a bug with replication where SLAVEOF NO ONE caused a slave to close the...antirez2011-04-291-4/+10
* CLIENT KILL implementedantirez2011-04-211-3/+24
* CLIENT LIST implementedantirez2011-04-211-0/+46
* removed check for zmalloc return NULL in createClient(). The check was mispla...antirez2011-04-201-1/+0
* addReplyLongLong optimized to return shared objects when the value to reply i...antirez2011-04-151-1/+6
* fixed memory leak introduced with the previous commit. Many thanks to Pieter ...antirez2011-03-311-1/+4
* Fixed issue #503. MONITOR + QUIT could crash the server, there are actually o...antirez2011-03-311-3/+20
* Fixed issue #435 and at the same time introduced explicit ping in the master-...antirez2011-01-201-1/+0
* Remove client from list of unblocked clients when it is free'd2.3-alpha0Pieter Noordhuis2011-01-171-0/+7
* implemented two new INFO fields showing the size of clients max input and out...antirez2011-01-141-0/+19
* Remove glueoutputbuf option and broken codePieter Noordhuis2011-01-051-87/+0
* implemented a different approach to IO scheduling, so object->storage is no l...antirez2011-01-011-1/+0
* don't use small shared integer objects when disk store is enabledantirez2010-12-301-1/+1
* a lot of code reworked/removed to implement object cachingantirez2010-12-281-1/+1
* initial changes needed to turn the current VM code into a cache system. Tons ...antirez2010-12-281-3/+3
* bulk transfers limited to 512 MB as this is the new limit of all the redis st...antirez2010-12-151-1/+1
* Merge remote branch 'pietern/brpoplpush'antirez2010-12-141-3/+5
|\
| * Rename bstate to bpop.Damian Janowski & Michel Martens2010-11-291-5/+5
| * Move to struct.Damian Janowski & Michel Martens2010-11-291-3/+5
* | LRANGE converted into a COW friendly command. Some refactoring, comment, and ...antirez2010-12-071-4/+26
|/
* first attempt to non blocking implementation of slave replication and SYNC bu...antirez2010-11-041-0/+1
* Merge remote branch 'pietern/unixsocket'antirez2010-11-021-15/+35
|\
| * Merge master with resolved conflict in src/redis-cli.cPieter Noordhuis2010-10-131-105/+299
| |\
| * | sockaddr_un.sun_path appears to never hold anything after accept()Pieter Noordhuis2010-10-131-2/+1
| * | Use different accept handlers for TCP and unix socket connectionsPieter Noordhuis2010-10-131-15/+36
* | | Rewrite comment that was no longer validPieter Noordhuis2010-10-281-6/+1
* | | When REDIS_CLOSE_AFTER_REPLY is set, there may never be new repliesPieter Noordhuis2010-10-281-0/+5
* | | Unify two client flags that mean the samePieter Noordhuis2010-10-281-4/+4
* | | Prevent clients from making too large multibulk requestsPieter Noordhuis2010-10-151-0/+4
* | | Don't reset the client when processCommand returns REDIS_ERRPieter Noordhuis2010-10-151-3/+7
* | | Refactor request parsing code for efficiencyPieter Noordhuis2010-10-151-101/+163
* | | Return OK on QUITPieter Noordhuis2010-10-131-0/+7
| |/ |/|
* | new parsing code bugfixingantirez2010-09-171-0/+5
* | try to parse the request in a smarter way to gain speed... work in progressantirez2010-09-171-2/+11
* | modified a bit addReply() to play better with copy on write now that we have ...antirez2010-09-161-12/+23
* | Merge remote branch 'pietern/networking-perf'antirez2010-09-161-6/+2
|\ \
| * | Static buffer in client struct has a constant sizePieter Noordhuis2010-09-161-6/+2
* | | Merge remote branch 'pietern/networking-perf'antirez2010-09-161-95/+252
|\ \ \ | |/ /