summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-05Add support for SO_REUSEADDRmike
2015-01-05Improve calloc() correctnessjinguoli
2015-01-05Cleanup libuv adaptertorque
2015-01-05Improve redisAppendCommandArgv performancemichael-grunder
2015-01-05Use stricter function argument typesHang Su
2015-01-05Fix README typosChris Williams
2015-01-05Fix minor comment problemsGary Grossman
2015-01-05Fix README typoMohnish Thallavajhula
2015-01-05Free string if it is unusedJan-Erik Rediger
2015-01-05Add syntax highlighting to README.mdRyan Jacobs
2014-09-19Merge pull request #274 from mattsta/fix-memory-leakSalvatore Sanfilippo
2014-09-18Fix getaddrinfo() memory leakMatt Stancliff
2014-05-29Merge pull request #246 from dmelani/masterPieter Noordhuis
2014-05-29Add tests for redisFree() and freeReplyObject()Daniel Melani
2014-05-29Less surprising behaviour.Daniel Melani
2014-04-09Fix HIREDIS_MINORPieter Noordhuis
2014-04-09File descriptors can be 0Pieter Noordhuis
2014-04-09Fix const correctnessPieter Noordhuis
2014-04-09Merge pull request #234 from mattsta/next-versionPieter Noordhuis
2014-04-09Fix build under SolarisMatt Stancliff
2014-04-09Fix Makefile test to use more compatible syntaxEddy Jansson
2014-04-09Add missing license and copyright for adaptersantirez
2014-04-09Upgrade sds to latest versionantirez
2014-04-09Define _XOPEN_SOURCE for NetBSDPatrick TJ McPhee
2014-04-09Define redisLibuvAttach as staticCharlie Somerville
2014-04-09Add new redisAppendFormatedCommand with testsAxel Etcheverry
2014-04-09Libuv: Fix compile warnings and C++ compatabilityJohn Graham
2014-04-09Fix "host cannot be resolved test" testripcurld00d
2014-04-09Add redisConnectFd() and redisFreeKeepFd()Eddy Jansson
2014-04-08Add ability to bind source address on connectMatt Stancliff
2014-04-08Fix potential undefined struct readMatt Stancliff
2014-04-08Stop redisCheckSocketError from more than checkingMatt Stancliff
2014-04-08Remove possiblity of multiple close on same fdMatt Stancliff
2014-01-14Merge pull request #215 from charliesome/fix-bugsPieter Noordhuis
2014-01-15async.c: avoid a NULL deref when redisAsyncInitialize returns NULLCharlie Somerville
2014-01-15sds.c: avoid leaking tokens when seplen < 1 || len < 0Charlie Somerville
2013-07-11Merge branch 'ipv6'Pieter Noordhuis
2013-07-11Minimal IPv6 support.antirez
2013-07-11example.c: it is now possible to specify server ip/port.antirez
2013-07-10Mark the timeout parameter as const in various functionsNoah Williamsson
2013-07-10Fix const-related compiler errorsPieter Noordhuis
2013-07-10Merge pull request #132 from nwmcsween/constifyPieter Noordhuis
2013-07-10Emphasize size_t length for %b formattingWolfgang Richter
2013-07-10Add note about multi bulk nesting limit (fixes #143)Pieter Noordhuis
2013-07-10WhitespacePieter Noordhuis
2013-07-10Update example.cRafael Zanella
2013-07-10Move examples into their own folderAaron Bedra
2013-07-10Fix DNS error test (fixes #167)Pieter Noordhuis
2013-07-10Merge branch 'libuv'Pieter Noordhuis
2013-07-10Fix path to static libuv libraryPieter Noordhuis