1. 24 Aug, 2020 1 commit
  2. 06 Aug, 2020 1 commit
  3. 12 Mar, 2020 1 commit
  4. 10 Jan, 2020 1 commit
  5. 01 Jan, 2020 1 commit
  6. 18 Sep, 2018 1 commit
  7. 06 Jul, 2016 1 commit
    • antirez's avatar
      Generate Makefile.dep at every build. · 10361829
      antirez authored
      Normally we used to update it from time to time. Too fragile... better
      to generate dependencies at every run and delete them on 'make clean'.
      10361829
  8. 03 Feb, 2015 1 commit
    • antirez's avatar
      Handle redis-check-rdb as a standalone program. · 7d1e1580
      antirez authored
      This also makes it backward compatible in the usage, but for the command
      name. However the old command name was less obvious so it is worth to
      break it probably.
      
      With the new setup the program main can perform argument parsing and
      everything else useful for an RDB check regardless of the Redis server
      itself.
      7d1e1580
  9. 28 Jan, 2015 1 commit
  10. 07 Oct, 2014 1 commit
  11. 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
  12. 17 Sep, 2012 1 commit
  13. 23 Jul, 2012 1 commit
  14. 21 Nov, 2011 1 commit
  15. 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
  16. 23 Oct, 2011 1 commit
  17. 14 Jun, 2011 2 commits
  18. 15 Mar, 2011 1 commit
  19. 30 Dec, 2010 1 commit
  20. 29 Dec, 2010 1 commit
  21. 20 Dec, 2010 1 commit
  22. 15 Dec, 2010 1 commit
  23. 29 Nov, 2010 1 commit
  24. 15 Nov, 2010 1 commit
  25. 01 Jul, 2010 1 commit
  26. 25 May, 2010 1 commit
  27. 17 May, 2010 1 commit
  28. 05 May, 2010 1 commit
  29. 13 Mar, 2010 1 commit
  30. 03 Nov, 2009 1 commit
  31. 26 Mar, 2009 1 commit
  32. 23 Mar, 2009 4 commits