1. 20 Jun, 2014 2 commits
  2. 13 Mar, 2014 1 commit
  3. 27 Aug, 2013 1 commit
  4. 12 Aug, 2013 1 commit
  5. 25 Jul, 2013 1 commit
  6. 11 Jul, 2013 1 commit
  7. 29 Apr, 2013 1 commit
  8. 18 Apr, 2013 1 commit
    • antirez's avatar
      Redis/Jemalloc Gitignore were too aggressive. · d04afd62
      antirez authored
      Redis gitignore was too aggressive since simply broken.
      
      Jemalloc gitignore was too agressive because it is conceived to just
      keep the files that allow to generate all the rest in development
      environments (so for instance the "configure" file is excluded).
      d04afd62
  9. 16 Mar, 2013 2 commits
  10. 23 Jan, 2013 1 commit
  11. 17 Dec, 2012 1 commit
  12. 12 Dec, 2012 1 commit
  13. 28 Nov, 2012 1 commit
  14. 01 Nov, 2012 1 commit
    • antirez's avatar
      32 bit build fixed on Linux. · d36fb95a
      antirez authored
      It failed because of the way jemalloc was compiled (without passing the
      right flags to make, but just to configure). Now the same set of flags
      are also passed to the make command, fixing the issue.
      
      This fixes issue #744
      d36fb95a
  15. 26 Oct, 2012 1 commit
  16. 21 Aug, 2012 1 commit
    • antirez's avatar
      hiredis library updated. · d6704c9b
      antirez authored
      This version of hiredis merges modifications of the Redis fork with
      latest changes in the hiredis repository.
      
      The same version was pushed on the hiredis repository and will probably
      merged into the master branch in short time.
      d6704c9b
  17. 16 May, 2012 2 commits
  18. 11 Apr, 2012 1 commit
    • Pieter Noordhuis's avatar
      Clean up Makefiles · 0a08d2b0
      Pieter Noordhuis authored
      Remove unused variables. Instead of overriding non-standard variables
      such as ARCH and PROF, use standard variables CFLAGS and LDFLAGS to
      override Makefile settings. Move dependencies generated by `make dep` to
      a separate file.
      0a08d2b0
  19. 24 Feb, 2012 2 commits
  20. 19 Feb, 2012 3 commits
  21. 13 Feb, 2012 1 commit
  22. 25 Nov, 2011 1 commit
  23. 23 Nov, 2011 1 commit
  24. 15 Nov, 2011 1 commit
    • Pieter Noordhuis's avatar
      Rebuild deps/ and src/ when ARCH changes · 4b8a6394
      Pieter Noordhuis authored
      This change moves the build instructions for dependencies to a separate
      Makefile in deps/. The ARCH environment variable is stored in a
      .make-arch file in the same directory as the Makefile. The contents of
      this file is read and compared to the current ARCH, and, on a mismatch
      triggers rebuilding the entire source tree.
      
      When file .make-arch exists and matches with ARCH from the environment,
      the dependencies are assumed to already be built.
      
      The new "clean" target only cleans the Redis source tree, not its
      dependencies. To clear the dependencies as well, the "distclean" target
      can be used.
      4b8a6394
  25. 08 Nov, 2011 2 commits
  26. 19 Oct, 2011 2 commits
  27. 30 Jun, 2011 1 commit
  28. 20 Jun, 2011 2 commits
  29. 25 May, 2011 1 commit
  30. 05 May, 2011 1 commit
  31. 22 Feb, 2011 1 commit