1. 28 Jan, 2013 1 commit
    • antirez's avatar
      Fix decrRefCount() prototype from void to robj pointer. · 2825f21f
      antirez authored
      decrRefCount used to get its argument as a void* pointer in order to be
      used as destructor where a 'void free_object(void*)' prototype is
      expected. However this made simpler to introduce bugs by freeing the
      wrong pointer. This commit fixes the argument type and introduces a new
      wrapper called decrRefCountVoid() that can be used when the void*
      argument is needed.
      2825f21f
  2. 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
  3. 08 Nov, 2012 1 commit
  4. 05 Apr, 2012 1 commit
  5. 27 Mar, 2012 1 commit
  6. 22 Mar, 2012 2 commits
  7. 03 Jan, 2012 1 commit
  8. 14 Nov, 2011 1 commit
  9. 12 Nov, 2011 1 commit
  10. 08 Nov, 2011 1 commit
  11. 04 Oct, 2011 1 commit
  12. 13 Jul, 2011 1 commit
  13. 25 Jun, 2011 1 commit
  14. 03 Jun, 2011 1 commit
  15. 05 May, 2011 1 commit
  16. 06 Apr, 2011 3 commits
  17. 08 Mar, 2011 2 commits
  18. 01 Jan, 2011 1 commit
  19. 30 Dec, 2010 1 commit
  20. 29 Dec, 2010 1 commit
  21. 28 Dec, 2010 1 commit
  22. 04 Nov, 2010 1 commit
  23. 15 Oct, 2010 1 commit
  24. 14 Oct, 2010 2 commits
  25. 02 Sep, 2010 2 commits
  26. 30 Aug, 2010 1 commit
  27. 26 Aug, 2010 1 commit
  28. 23 Aug, 2010 1 commit
  29. 20 Aug, 2010 1 commit
  30. 29 Jul, 2010 1 commit
  31. 22 Jul, 2010 4 commits