1. 30 Jan, 2024 1 commit
    • Mark Agranat's avatar
      Fix memory leak. · 2706c3e1
      Mark Agranat authored
      When redisLibuvAttach receives error from call to
      uv_poll_init_socket there is a memory leaked ptr
      of type redisLibuvEvents.
      2706c3e1
  2. 01 Sep, 2022 1 commit
  3. 18 Jan, 2022 1 commit
  4. 22 May, 2020 1 commit
    • Michael Grunder's avatar
      Allow users to replace allocator and handle OOM everywhere. (#800) · 8e0264cf
      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.
      8e0264cf
  5. 09 Apr, 2020 1 commit
  6. 04 Nov, 2018 1 commit
  7. 19 Sep, 2016 1 commit
  8. 05 Jan, 2015 1 commit
    • torque's avatar
      Cleanup libuv adapter · 9c573144
      torque authored
      This:
        - Removes misplaced libuv function prototype
        - Includes stdlib for free()
      
      Closes #251
      9c573144
  9. 09 Apr, 2014 2 commits
  10. 09 Jun, 2013 1 commit
  11. 04 Jun, 2013 1 commit