1. 14 Nov, 2014 1 commit
    • Matt Stancliff's avatar
      Lua: Upgrade cjson to 2.1.0 (2012-03-01) · 4fdcd213
      Matt Stancliff authored
      The new cjson has some improvements over our current version including
      increased platform compatability, a new resource limit to restrict
      decode depth, and better invalid number handling.
      
      One minor change was required to deps/Makefile because this version
      of cjson doesn't export itself globally, so we added a quick little
      define of -DENABLE_CJSON_GLOBAL.
      
      cjson now has an optional higher performing float parsing interface,
      but we are not including it (g_fmt.c, dtoa.c) because it requires
      endianness declaration during compile time.
      
      This commit is exactly lua_cjson.c from 2.1.0 with one minor
      change of altering the two Lua includes for local search
      instead of system-wide importing.
      4fdcd213
  2. 06 Oct, 2014 1 commit
  3. 29 Sep, 2014 2 commits
    • Aaron Rutkovsky's avatar
      Fix typos · 3a82b8ac
      Aaron Rutkovsky authored
      Closes #1513
      3a82b8ac
    • Matt Stancliff's avatar
      Update linenoise accessory files · 6e0a280c
      Matt Stancliff authored
      The core linenoise code was being backported, but not
      the README or example.  It's less confusing for users
      if everything matches across directories.
      
      Fix inspired by @thrig
      
      Closes #1872
      6e0a280c
  4. 22 Sep, 2014 1 commit
  5. 18 Sep, 2014 1 commit
  6. 26 Aug, 2014 1 commit
  7. 25 Aug, 2014 1 commit
  8. 13 Aug, 2014 1 commit
  9. 12 Aug, 2014 1 commit
  10. 07 Aug, 2014 1 commit
  11. 23 Jun, 2014 4 commits
  12. 20 Jun, 2014 2 commits
  13. 13 Mar, 2014 1 commit
  14. 27 Aug, 2013 1 commit
  15. 12 Aug, 2013 1 commit
  16. 25 Jul, 2013 1 commit
  17. 11 Jul, 2013 1 commit
  18. 29 Apr, 2013 1 commit
  19. 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
  20. 16 Mar, 2013 2 commits
  21. 23 Jan, 2013 1 commit
  22. 17 Dec, 2012 1 commit
  23. 12 Dec, 2012 1 commit
  24. 28 Nov, 2012 1 commit
  25. 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
  26. 26 Oct, 2012 1 commit
  27. 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
  28. 16 May, 2012 2 commits
  29. 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
  30. 24 Feb, 2012 2 commits
  31. 19 Feb, 2012 2 commits