1. 05 Jul, 2011 7 commits
  2. 02 Jul, 2011 6 commits
  3. 30 Jun, 2011 11 commits
  4. 27 Jun, 2011 4 commits
  5. 19 Jun, 2011 10 commits
  6. 18 Jun, 2011 2 commits
    • Pieter Noordhuis's avatar
      Add phony target · 3331c22e
      Pieter Noordhuis authored
      3331c22e
    • Pieter Noordhuis's avatar
      Remove unused variables · b8e0edaa
      Pieter Noordhuis authored
      The variable OBJARCH was used to compile objects for both 32-bit and
      64-bit architectures. It can be removed because this is only relevant
      for the Ruby wrapper for hiredis. This wrapper should put these flags in
      CFLAGS to get the same effect.
      b8e0edaa