1. 05 Dec, 2013 1 commit
  2. 24 Jul, 2013 1 commit
    • antirez's avatar
      sdsrange() does not need to return a value. · f899ab55
      antirez authored
      Actaully the string is modified in-place and a reallocation is never
      needed, so there is no need to return the new sds string pointer as
      return value of the function, that is now just "void".
      f899ab55
  3. 23 Jul, 2013 1 commit
  4. 08 Jul, 2013 1 commit
  5. 06 Mar, 2013 3 commits
  6. 19 Jan, 2013 1 commit
    • guiquanz's avatar
      Fixed many typos. · 1caf0939
      guiquanz authored
      Conflicts fixed, mainly because 2.8 has no cluster support / files:
      	00-RELEASENOTES
      	src/cluster.c
      	src/crc16.c
      	src/redis-trib.rb
      	src/redis.h
      1caf0939
  7. 08 Nov, 2012 1 commit
  8. 27 Sep, 2012 1 commit
  9. 14 Mar, 2012 2 commits
  10. 16 Jan, 2012 2 commits
  11. 21 Nov, 2011 1 commit
  12. 02 Nov, 2011 2 commits
  13. 28 Oct, 2011 1 commit
  14. 13 Sep, 2011 1 commit
  15. 25 May, 2011 1 commit
  16. 05 May, 2011 2 commits
  17. 07 Apr, 2011 1 commit
  18. 01 Apr, 2011 1 commit
  19. 22 Mar, 2011 1 commit
  20. 20 Mar, 2011 1 commit
  21. 27 Jan, 2011 1 commit
  22. 10 Dec, 2010 2 commits
  23. 09 Dec, 2010 1 commit
  24. 23 Sep, 2010 2 commits
  25. 02 Sep, 2010 1 commit
  26. 26 Aug, 2010 1 commit
  27. 05 Aug, 2010 1 commit
  28. 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
  29. 11 May, 2010 1 commit
  30. 10 May, 2010 1 commit
  31. 19 Feb, 2010 1 commit
  32. 04 Feb, 2010 1 commit