1. 14 Feb, 2022 1 commit
  2. 06 Aug, 2020 1 commit
  3. 07 Oct, 2019 1 commit
    • Yossi Gottlieb's avatar
      TLS: Connections refactoring and TLS support. · b087dd1d
      Yossi Gottlieb authored
      * Introduce a connection abstraction layer for all socket operations and
      integrate it across the code base.
      * Provide an optional TLS connections implementation based on OpenSSL.
      * Pull a newer version of hiredis with TLS support.
      * Tests, redis-cli updates for TLS support.
      b087dd1d
  4. 20 Sep, 2019 1 commit
  5. 09 Jan, 2019 1 commit
  6. 21 Dec, 2016 1 commit
  7. 17 Nov, 2015 1 commit
    • antirez's avatar
      Lua debugger: use sds_malloc() to allocate eval cli array. · e57cccde
      antirez authored
      Redis-cli handles the debugger "eval" command in a special way since
      sdssplitargs() would not be ok: we need to send the Redis debugger the
      whole Lua script without any parsing. However in order to later free the
      argument vector inside redis-cli using just sdsfreesplitres(), we need
      to allocate the array of SDS pointers using the same allocator SDS is
      using, that may differ to what Redis is using.
      
      So now a newer version of SDS exports sds_malloc() and other allocator
      functions to give access, to the program it is linked to, the allocator
      used internally by SDS.
      e57cccde
  8. 25 Jul, 2015 1 commit
  9. 26 Aug, 2014 1 commit
  10. 25 Aug, 2014 1 commit
  11. 13 Aug, 2014 1 commit
  12. 23 Jun, 2014 3 commits
  13. 25 Jul, 2013 1 commit
  14. 19 Feb, 2012 1 commit
  15. 05 May, 2011 1 commit
  16. 03 Nov, 2010 1 commit
  17. 23 Sep, 2010 2 commits
  18. 02 Sep, 2010 1 commit
  19. 26 Aug, 2010 1 commit
  20. 05 Aug, 2010 1 commit
  21. 01 Jul, 2010 1 commit
    • antirez's avatar
      redis.c split into many different C files. · e2641e09
      antirez authored
      networking related stuff moved into networking.c
      
      moved more code
      
      more work on layout of source code
      
      SDS instantaneuos memory saving. By Pieter and Salvatore at VMware ;)
      
      cleanly compiling again after the first split, now splitting it in more C files
      
      moving more things around... work in progress
      
      split replication code
      
      splitting more
      
      Sets split
      
      Hash split
      
      replication split
      
      even more splitting
      
      more splitting
      
      minor change
      e2641e09
  22. 11 May, 2010 1 commit
  23. 10 May, 2010 1 commit
  24. 19 Feb, 2010 1 commit
  25. 04 Feb, 2010 1 commit
  26. 18 Dec, 2009 1 commit
  27. 15 Dec, 2009 1 commit
  28. 07 Oct, 2009 1 commit
  29. 02 Oct, 2009 1 commit
  30. 07 Jun, 2009 1 commit
  31. 27 Mar, 2009 1 commit
  32. 22 Mar, 2009 1 commit