1. 05 Jan, 2022 1 commit
  2. 18 Nov, 2021 1 commit
  3. 30 Jul, 2020 1 commit
  4. 01 Jun, 2020 1 commit
  5. 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
  6. 04 May, 2020 1 commit
  7. 09 Apr, 2020 1 commit
  8. 28 Jan, 2020 1 commit
  9. 20 Feb, 2019 6 commits
  10. 04 Nov, 2018 1 commit
  11. 28 Mar, 2017 1 commit
    • zfz's avatar
      Update libevent.h · 515228e5
      zfz authored
      event_del can not free the "e->rev" and "e->wev",that will leak when reconnect the redis
      515228e5
  12. 19 Sep, 2016 1 commit
  13. 20 May, 2016 1 commit
  14. 27 Jul, 2015 6 commits
  15. 22 Jun, 2015 1 commit
  16. 05 Jan, 2015 2 commits
    • Christian Hergert's avatar
      Add GLib 2.0 adapter · 0c9ff5bb
      Christian Hergert authored
      [Cleaned up Makefile and header includes.  Didn't change crazy
      coding style because it's the convention for GLib systems.]
      
      Closes #83
      Closes #71
      0c9ff5bb
    • torque's avatar
      Cleanup libuv adapter · 9c573144
      torque authored
      This:
        - Removes misplaced libuv function prototype
        - Includes stdlib for free()
      
      Closes #251
      9c573144
  17. 09 Apr, 2014 3 commits
  18. 09 Jun, 2013 1 commit
  19. 04 Jun, 2013 1 commit
  20. 27 Jun, 2011 3 commits
  21. 21 Apr, 2011 1 commit
  22. 29 Dec, 2010 1 commit
  23. 01 Dec, 2010 2 commits
  24. 23 Nov, 2010 1 commit