- 22 May, 2020 1 commit
-
-
Michael Grunder authored
* Adds an indirection to every allocation/deallocation to allow users to plug in ones of their choosing (use custom functions, jemalloc, etc). * Gracefully handle OOM everywhere in hiredis. This should make it possible for users of the library to have more flexibility in how they handle such situations. * Changes `redisReaderTask->elements` from an `int` to a `long long` to prevent a possible overflow when transferring the task elements into a `redisReply`. * Adds a configurable `max elements` member to `redisReader` that defaults to 2^32 - 1. This can be set to "unlimited" by setting the value to zero.
-
- 09 Apr, 2020 1 commit
-
-
Michael Grunder authored
Explicitly call `uv_poll_init_socket` as that has slightly different semantics on Windows (and is identical to `uv_poll_init` on Linux). http://docs.libuv.org/en/v1.x/poll.html#c.uv_poll_init_socket
-
- 04 Nov, 2018 1 commit
-
-
Yossi Gottlieb authored
-
- 19 Sep, 2016 1 commit
-
-
Paul Scott authored
-
- 05 Jan, 2015 1 commit
-
-
torque authored
This: - Removes misplaced libuv function prototype - Includes stdlib for free() Closes #251
-
- 09 Apr, 2014 2 commits
-
-
Charlie Somerville authored
Closes #206
-
John Graham authored
Closes #189
-
- 09 Jun, 2013 1 commit
-
-
Erik Dubbelboer authored
-
- 04 Jun, 2013 1 commit
-
-
Erik Dubbelboer authored
-