summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-09Merge pull request #684 from qlyoung/remove-unnecessary-nullcheckMark Nunberg
2019-08-09Merge pull request #688 from kevin1018/patch-1Mark Nunberg
2019-08-09Merge pull request #691 from Miniwoffer/masterMark Nunberg
2019-08-04RESP3 support changes from Redis.Yossi Gottlieb
2019-08-04Initial RESP3 support [d5c54f0b].Yossi Gottlieb
2019-07-22Removed whitespace before newlineOdin Hultgren Van Der Horst
2019-07-17Add install adapters header fileskevin1018
2019-07-03Remove unnecessary null check before freeQuentin Young
2019-05-30redisReaderGetReply leak memoryqi.yang
2019-05-14test: fix errstr matching for musl libcEivind Uggedal
2019-05-13remove useless type castingMinun Dragonation
2019-05-05fix bugs on socket timeout tv usec calculationMinun Dragonation
2019-05-05fix bugs for optlen output on size not big enough for timeout eventsMinun Dragonation
2019-05-05fix bugs on ref address incorrect on sockcompact with getsockoptMinun Dragonation
2019-05-05fix bugs of setsockopt diff in win compact implementationMinun Dragonation
2019-04-13Merge pull request #658 from jinjiazhang/masterMark Nunberg
2019-04-13Fix Compile Error On Windows (Visual Studio)jinjiazhang
2019-04-11fix blocking timeouts on SSL reads/writesMark Nunberg
2019-04-10build ssl example if ssl is enabledMark Nunberg
2019-04-10ensure that blocking timeout is setMark Nunberg
2019-04-02Merge pull request #652 from mbitsnbites/mingw-supportMark Nunberg
2019-04-01CMake: Minor modernizationm
2019-04-01Port network layer to Winsockm
2019-04-01Use recv/send instead of read/writem
2019-04-01Introduce a redisFD typem
2019-04-01Move network I/O calls to net.cm
2019-03-31Merge pull request #653 from michael-grunder/bad-domain-test-fixMark Nunberg
2019-03-31Fix NXDOMAIN test casemichael-grunder
2019-03-11Retain the same semantics for connection error on connection timeoutMark Nunberg
2019-02-21Merge pull request #645 from redis/sslMark Nunberg
2019-02-21SSL: build in travisMark Nunberg
2019-02-21cmake: ssl disabled by defaultMark Nunberg
2019-02-21Allow option for async connections to not automatically freeMark Nunberg
2019-02-21Fix ifeq condition (thanks @regae)Mark Nunberg
2019-02-20Disable SSL by defaultMark Nunberg
2019-02-20gitignore: dSYMMark Nunberg
2019-02-20Remove redundant line after rebaseMark Nunberg
2019-02-20fix redisLibeventEvents initvalentino
2019-02-20fix pkg configvalentino
2019-02-20fixed wrong memset argsMark Nunberg
2019-02-20libevent: call destroy from cleanupMark Nunberg
2019-02-20scrub redisContext before freeingMark Nunberg
2019-02-20Add EV_PERSIST flag to read eventsMark Nunberg
2019-02-20libevent: fix invalid mem access on delete within callback enterMark Nunberg
2019-02-20fix potential uninitialized readMark Nunberg
2019-02-20CMake: update for SSLMark Nunberg
2019-02-20Fix memory leaksvalentino
2019-02-20Support SNIvalentino
2019-02-20Fix compilation on Ubuntuvalentino
2019-02-20Unix: set addrlen so async reconnect uses proper sizeMark Nunberg