summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-20Allow connectWithOptions for async as wellMark Nunberg
2019-02-20read/write timeoutsMark Nunberg
2019-02-20Provide option-struct initializationMark Nunberg
2019-02-20Use SSL by defaultMark Nunberg
2019-02-20Don't add dead code for HIREDIS_NOSSLMark Nunberg
2019-02-20Minor SSL-related fixesMark Nunberg
2019-02-20Disable SSL by defaultMark Nunberg
2019-02-20SSL for async I/OMark Nunberg
2019-02-20Add SSL exampleMark Nunberg
2019-02-20Remove extra printfsMark Nunberg
2019-02-20Initial SSL (sync) implementationMark Nunberg
2019-02-20Update appveyor.yml to cmakeJustin Brewer
2019-02-20Update .travis-ci.yml to use cmakeJustin Brewer
2019-02-20Obey HIREDIS_SONAME for shared libraryJustin Brewer
2019-02-20Call project() with parsed version stringJustin Brewer
2019-02-20Enable make testJustin Brewer
2019-02-20Generate and install hiredis.pcJustin Brewer
2019-02-20Install async.hJustin Brewer
2019-02-20Add ENABLE_EXAMPLES option, off by defaultJustin Brewer
2019-02-20Add examples to CMakeListsMark Nunberg
2019-02-20Add CMake system. Initial commitMark Nunberg
2019-01-28Merge pull request #644 from codehz/codehz-patch-1Mark Nunberg
2019-01-28Fix Invalid argument after redisAsyncConnectUnixCode Hz
2018-12-05Merge pull request #632 from Mic92/patch-1Mark Nunberg
2018-12-05Fix regression when connecting with Unix sockets (#629)Mark Nunberg
2018-12-05Allow connections to unix socket in exampleMark Nunberg
2018-12-04Makefile: use predefined ARJörg Thalheim
2018-11-30Merge pull request #624 from yossigo/fix/libuv-errorsMark Nunberg
2018-11-30Merge pull request #628 from devnexen/freebsd_ut_fixMark Nunberg
2018-11-26FreeBSD build fixDavid Carlier
2018-11-04Fix errors not propagating properly with libuv.h.Yossi Gottlieb
2018-10-25Merge pull request #620 from hacst/patch-1Michael Grunder
2018-10-24Fix redisBufferRead documentationStefan Hacker
2018-10-03Merge pull request #578 from mnunberg/connfixMark Nunberg
2018-09-27Merge pull request #580 from charsyam/feature/fix-reallocMark Nunberg
2018-09-26Merge pull request #614 from thomaslee/tom_cppflagsMark Nunberg
2018-09-26Add CPPFLAGS to REAL_CFLAGSTom Lee
2018-09-26Update changelog for 0.14.0michael-grunder
2018-09-25Skip NXDOMAIN test when using evil ISPsMark Nunberg
2018-09-25Handle connection errors better in blocking mode as wellMark Nunberg
2018-09-25saddr should be addrlen bytesMark Nunberg
2018-09-25Call connect(2) again for non-blocking connectMark Nunberg
2018-09-25Merge pull request #612 from thomaslee/tom_release_prepMark Nunberg
2018-09-25Prepare for the 0.14.0 releaseTom Lee
2018-09-24Merge pull request #610 from thomaslee/tom_static_string2llMark Nunberg
2018-09-24Make string2ll static to avoid conflict with redisTom Lee
2018-05-31Use -dynamiclib instead of -shared on macOSRyan Schmidt
2018-05-21Add Changelog entry about the integer parsing changesJustin Brewer
2018-05-20Don't overflow 32 bit machines in the tests!michael-grunder
2018-05-20Add an integer parsing heavy workload to throughput testingmichael-grunder