projects
/
redis.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
SRANDMEMBER <count> leak fixed.
[redis.git]
/
src
/
networking.c
2012-07-07
antirez
REPLCONF internal command introduced.
blob
|
commitdiff
|
raw
2012-06-15
antirez
Fix c->reply_bytes computation in setDeferredMultiBulkL...
blob
|
commitdiff
|
raw
|
diff to current
2012-04-07
antirez
New client info field added to CLIENT LIST output:...
blob
|
commitdiff
|
raw
|
diff to current
2012-03-29
antirez
Fixed typo in comment: "te" -> "the".
blob
|
commitdiff
|
raw
|
diff to current
2012-03-29
antirez
Fix for slaves chains. Force resync of slaves (simply...
blob
|
commitdiff
|
raw
|
diff to current
2012-03-27
Premysl Hruby
use server.unixtime instead of time(NULL) where possibl...
blob
|
commitdiff
|
raw
|
diff to current
2012-03-14
antirez
Reclaim space from the client querybuf if needed.
blob
|
commitdiff
|
raw
|
diff to current
2012-03-13
antirez
Process async client checks like client timeouts and...
blob
|
commitdiff
|
raw
|
diff to current
2012-03-13
antirez
Added a qbuf-free field to CLIENT LIST output.
blob
|
commitdiff
|
raw
|
diff to current
2012-03-13
antirez
Client creation time in redisClient structure. New...
blob
|
commitdiff
|
raw
|
diff to current
2012-03-13
antirez
c->bufpos initialization moved for aesthetics.
blob
|
commitdiff
|
raw
|
diff to current
2012-03-09
antirez
Merge conflicts resolved.
blob
|
commitdiff
|
raw
|
diff to current
2012-03-07
antirez
anetPeerToString() automatically populates ip/port...
blob
|
commitdiff
|
raw
|
diff to current
2012-02-22
Salvatore Sanfilippo
Merge pull request #304 from bradvoth/unstable
blob
|
commitdiff
|
raw
|
diff to current
2012-02-16
antirez
Return ASAP from checkClientOutputBufferLimits() if...
blob
|
commitdiff
|
raw
|
diff to current
2012-02-16
antirez
Merge branch 'issue327' into unstable
blob
|
commitdiff
|
raw
|
diff to current
2012-02-07
antirez
Fixes to c->reply_bytes computation, and debug messages...
blob
|
commitdiff
|
raw
|
diff to current
2012-02-07
antirez
Precision of getClientOutputBufferMemoryUsage() greatil...
blob
|
commitdiff
|
raw
|
diff to current
2012-02-06
antirez
freeMemoryIfNeeded() minor refactoring
blob
|
commitdiff
|
raw
|
diff to current
2012-02-04
antirez
This fixes issue #327, is a very complex fix (unfortuna...
blob
|
commitdiff
|
raw
|
diff to current
2012-02-04
antirez
Use less memory when emitting the protocol, by using...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-25
antirez
Fixed typo in getClientLimitClassByName()
blob
|
commitdiff
|
raw
|
diff to current
2012-01-25
antirez
Merge branch 'unstable' into limits
blob
|
commitdiff
|
raw
|
diff to current
2012-01-25
antirez
Merge branch 'unstable' into limits
blob
|
commitdiff
|
raw
|
diff to current
2012-01-25
antirez
Merge branch 'unstable' into limits
blob
|
commitdiff
|
raw
|
diff to current
2012-01-24
antirez
lenght -> length
blob
|
commitdiff
|
raw
|
diff to current
2012-01-24
antirez
after all closing a client for output buffer limit...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-24
antirez
Client output buffer limits: configuration of parameter...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-24
antirez
asyncCloseClientOnOutputBufferLimitReached() now ignore...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-23
antirez
client buffer handling refactoring and optimization
blob
|
commitdiff
|
raw
|
diff to current
2012-01-23
antirez
Implementation of the internals that make possible...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-23
antirez
Merge branch 'unstable' into limits
blob
|
commitdiff
|
raw
|
diff to current
2012-01-17
antirez
Introduced three client limit classes: normal, slave...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-17
antirez
Track the length of the client pending output buffers...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-16
Salvatore Sanfilippo
Merge pull request #279 from kashif/patch-1
blob
|
commitdiff
|
raw
|
diff to current
2012-01-12
antirez
On crash print information about the current client...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-31
antirez
Protections against protocol desyncs, leading to infini...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-30
antirez
Fixed replication when multiple slaves are attaching...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-21
antirez
Merge remote-tracking branch 'origin/unstable' into...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-21
antirez
server.replstate -> server.repl_state
blob
|
commitdiff
|
raw
|
diff to current
2011-12-20
antirez
Merge remote-tracking branch 'origin/unstable' into...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-19
antirez
Fixed memleak in CLIENT INFO, added simple test that...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-28
antirez
show initial querybuf bytes on querybuf overflow.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-25
Salvatore Sanfilippo
Merge pull request #208 from jbergstroem/jemalloc-2.2.5
blob
|
commitdiff
|
raw
|
diff to current
2011-11-25
antirez
log client protocol errors for log level >= verbose
blob
|
commitdiff
|
raw
|
diff to current
2011-11-25
Salvatore Sanfilippo
Merge pull request #209 from woowenjie/unstable
blob
|
commitdiff
|
raw
|
diff to current
2011-11-24
antirez
minor refactoring to networking.c adding a separated...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-24
antirez
last executed command in CLIENT LIST output.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-23
antirez
new counter in INFO output: rejected_connections with...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-22
Salvatore Sanfilippo
Merge pull request #199 from jerem/patch-1
blob
|
commitdiff
|
raw
|
diff to current
2011-11-21
antirez
Fixed bug in getClientInfoString() that was not renderi...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-21
antirez
Close client connection and log the event when the...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-21
antirez
show active events in client file descriptor in CLIENT...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-21
antirez
added output list and buffer length, query buffer size...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-21
antirez
code generating the CLIENT LIST output refactored to...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-18
Salvatore Sanfilippo
Merge pull request #173 from jasondavies/typo
blob
|
commitdiff
|
raw
|
diff to current
2011-11-08
antirez
Merge branch 'unstable' into ttlres
blob
|
commitdiff
|
raw
|
diff to current
2011-11-08
antirez
useless double if removed.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-08
antirez
yet another #if REDIS_MBULK_BIG_ARG removed.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-08
antirez
Multi bulk optimization for creating big objects withou...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-04
antirez
A comment moved a few lines for clarity.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-04
antirez
Added a define to set the size threshold to enable...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-03
antirez
further optimizations for the multi bulk protocol parsi...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-02
antirez
optimized object creation in multi-bulk protocol parsing
blob
|
commitdiff
|
raw
|
diff to current
2011-11-02
antirez
sdsIncrLen() / sdsMakeRoomFor() used to avoid copying...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-31
Salvatore Sanfilippo
Merge pull request #170 from bnoordhuis/fix-sunos-build
blob
|
commitdiff
|
raw
|
diff to current
2011-10-31
antirez
maxclients configuration is now implemented dealing...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-17
antirez
First implementation of the ASKING command. Semantics...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-05
Salvatore Sanfilippo
Merge pull request #118 from dvirsky/unstable
blob
|
commitdiff
|
raw
|
diff to current
2011-10-04
antirez
replaced redisAssert() with redisAssertWithInfo() in...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-22
antirez
merge conflicts resolved
blob
|
commitdiff
|
raw
|
diff to current
2011-09-21
Salvatore Sanfilippo
Merge pull request #97 from jvain/redis-cli
blob
|
commitdiff
|
raw
|
diff to current
2011-09-20
Salvatore Sanfilippo
Merge pull request #72 from datafueled/spelling
blob
|
commitdiff
|
raw
|
diff to current
2011-09-20
Salvatore Sanfilippo
Merge pull request #78 from vambo/patch-1
blob
|
commitdiff
|
raw
|
diff to current
2011-09-20
Salvatore Sanfilippo
Merge pull request #79 from annulen/mac_ppc
blob
|
commitdiff
|
raw
|
diff to current
2011-09-20
Salvatore Sanfilippo
Merge pull request #74 from kmerenkov/issue_620
blob
|
commitdiff
|
raw
|
diff to current
2011-09-14
Salvatore Sanfilippo
Merge pull request #77 from Poincare/patch-1
blob
|
commitdiff
|
raw
|
diff to current
2011-09-12
antirez
Remove the write handler only if there are no longer...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-28
antirez
Merge remote-tracking branch 'origin/unstable' into...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-28
Hampus Wessman
Fix crash when pipelining several blocking commands.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-13
antirez
Merge branch 'unstable' of github.com:antirez/redis...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-13
antirez
Replicate EVALSHA as EVAL taking a dictionary of sha1...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-12
antirez
master branch merged into scripting.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-08
antirez
Take a pointer to the relevant entry of the command...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-25
antirez
unstable merge conflicts resolved
blob
|
commitdiff
|
raw
|
diff to current
2011-06-25
antirez
Merge remote branch 'origin/unstable' into unstable
blob
|
commitdiff
|
raw
|
diff to current
2011-06-25
antirez
diskstore removed
blob
|
commitdiff
|
raw
|
diff to current
2011-06-24
Salvatore Sanfilippo
Merge pull request #63 from djanowski/tcl
blob
|
commitdiff
|
raw
|
diff to current
2011-06-20
antirez
Fix for bug 561 and other related problems
blob
|
commitdiff
|
raw
|
diff to current
2011-06-17
antirez
new INFO filed master_link_down_since_seconds
blob
|
commitdiff
|
raw
|
diff to current
2011-06-14
antirez
Updated to unstable
blob
|
commitdiff
|
raw
|
diff to current
2011-05-25
antirez
Make sure error and status replies emitted by Lua scrip...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-25
antirez
when creating not connected clients do not add them...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-25
antirez
Correctly glue the reply buffer. For now returned as...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-25
antirez
Lua call of Redis command work in progress: sorry I...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-10
antirez
Merge branch 'unstable'
blob
|
commitdiff
|
raw
|
diff to current
2011-05-07
antirez
when Redis fails accepting a new connection reports...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-05
Pieter Noordhuis
Check for \n after finding \r
blob
|
commitdiff
|
raw
|
diff to current
2011-05-05
Pieter Noordhuis
Move code
blob
|
commitdiff
|
raw
|
diff to current
2011-05-05
Pieter Noordhuis
Use custom string2ll and strchr
blob
|
commitdiff
|
raw
|
diff to current
next