1. 10 Mar, 2012 1 commit
  2. 21 Feb, 2012 1 commit
  3. 16 Feb, 2012 1 commit
  4. 04 Jan, 2012 1 commit
    • Pieter Noordhuis's avatar
      Implements ziplistFind · fe458402
      Pieter Noordhuis authored
      To improve the performance of the ziplist implementation, some
      functions have been converted to macros to avoid unnecessary stack
      movement and duplicate variable assignments.
      fe458402
  5. 03 Jan, 2012 1 commit
  6. 15 Nov, 2011 1 commit
  7. 08 Nov, 2011 1 commit
  8. 04 Oct, 2011 1 commit
  9. 27 Jul, 2011 1 commit
  10. 19 Apr, 2011 1 commit
  11. 29 Dec, 2010 1 commit
  12. 14 Dec, 2010 2 commits
  13. 10 Dec, 2010 1 commit
  14. 26 Oct, 2010 1 commit
  15. 17 Oct, 2010 2 commits
  16. 02 Sep, 2010 3 commits
  17. 30 Aug, 2010 1 commit
  18. 12 Jul, 2010 1 commit
  19. 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