1. 26 May, 2020 1 commit
  2. 24 May, 2020 1 commit
  3. 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
  4. 16 May, 2020 1 commit
  5. 28 Feb, 2020 1 commit
    • Michael Grunder's avatar
      Housekeeping fixes (#764) · 38675d23
      Michael Grunder authored
      Housekeeping
      
      * Check for C++ (#758, #750) 
      * Include `alloc.h` in `make install` and `cmake`
      * Add a `.def` file for Windows (#760)
      * Include allocation wrappers referenced in adapter headers
      * Fix minor syntax errors and typos in README
      * Fix CI in Windows by properly escaping arguments (#761)
      38675d23
  6. 10 Oct, 2019 1 commit
  7. 07 Oct, 2019 1 commit
  8. 22 Jul, 2019 1 commit
  9. 26 Oct, 2018 1 commit
    • Jean Flach's avatar
      Update README.md · 9ff1cc78
      Jean Flach authored
      Add note about using context->data to pass user data to connect and disconnect callbacks
      9ff1cc78
  10. 20 Apr, 2016 2 commits
  11. 26 Mar, 2016 1 commit
  12. 16 Apr, 2015 1 commit
  13. 05 Jan, 2015 3 commits
  14. 11 Jul, 2013 2 commits
  15. 26 Jan, 2013 1 commit
  16. 22 Jan, 2013 1 commit
  17. 21 Aug, 2012 1 commit
    • antirez's avatar
      Configurable reader max idle buffer size. · 7f095053
      antirez authored
      Hiredis used to free unused redisReader buffers bigger than 16k. Now
      this limit is configurable (see the documentation updated by this commit)
      in order to allow working with big payloads without incurring to speed
      penalty.
      7f095053
  18. 07 Apr, 2012 1 commit
  19. 06 Feb, 2012 1 commit
  20. 22 May, 2011 1 commit
  21. 21 Apr, 2011 1 commit
  22. 12 Apr, 2011 1 commit
  23. 14 Feb, 2011 1 commit
  24. 14 Jan, 2011 1 commit
  25. 26 Nov, 2010 1 commit
  26. 22 Nov, 2010 1 commit
  27. 03 Nov, 2010 4 commits
  28. 01 Nov, 2010 6 commits