1. 25 Nov, 2011 6 commits
  2. 24 Nov, 2011 3 commits
  3. 23 Nov, 2011 2 commits
  4. 22 Nov, 2011 5 commits
  5. 21 Nov, 2011 10 commits
  6. 18 Nov, 2011 6 commits
  7. 16 Nov, 2011 6 commits
  8. 15 Nov, 2011 2 commits
    • Pieter Noordhuis's avatar
      Update README on allocators · a63a3d4d
      Pieter Noordhuis authored
      a63a3d4d
    • Pieter Noordhuis's avatar
      Rebuild source when allocator changes · 5bb2c88e
      Pieter Noordhuis authored
      To do so, the Makefile stores the contents of the MALLOC environment
      variable in a file named .make-malloc. When the contents of this file
      and the MALLOC variable are not equal, it forces a rebuild of the Redis
      source tree.
      
      A side-effect of this change is that choosing an allocator can now be
      done using the single MALLOC variable instead of USE_TCMALLOC,
      USE_JEMALLOC and so forth. These variables continue to work for
      backwards compatibility.
      5bb2c88e