1. 29 Apr, 2015 1 commit
  2. 28 Apr, 2015 1 commit
    • antirez's avatar
      Fix memory leak in async spontaneous reply handling · 2fc39eb4
      antirez authored
      When an asynchronous hiredis connection subscribes to a Pub/Sub channel
      and gets an error, and in other related conditions, the function
      redisProcessCallbacks() enters a code path where the link is
      disconnected, however the function returns before freeing the allocated
      reply object. This causes a memory leak. The memory leak was trivial to
      trigger in Redis Sentinel, which uses hiredis, every time we tried to
      subscribe to an instance that required a password, in case the Sentinel
      was configured either with the wrong password or without password at
      all. In this case, the -AUTH error caused the leaking code path to be
      executed.
      2fc39eb4
  3. 16 Apr, 2015 7 commits
  4. 29 Mar, 2015 1 commit
  5. 28 Mar, 2015 1 commit
    • David Watson's avatar
      Add PKGCONFNAME to install dependencies. · dc13bc86
      David Watson authored
      Attempting to use the install target before the make target works fine,
      except for the missing pkgconfig file.  Adding that file to the
      dependencies for the install target to make sure it gets created first.
      dc13bc86
  6. 27 Mar, 2015 1 commit
  7. 19 Mar, 2015 2 commits
  8. 18 Mar, 2015 3 commits
  9. 13 Mar, 2015 1 commit
  10. 03 Mar, 2015 1 commit
    • Dominique Leuenberger's avatar
      Fix pkgconf file: escaping needed · 37c06fac
      Dominique Leuenberger authored
      Due to the various processors going over the command, we need more
      escaping.
      
      1) Make parses it, so $${libdir} becomes ${libdir}
      2) 'shell' parses it for the 'echo command', whereas echo ${libdir}
      would be an empty string; escape it as \${libdir} to ensure we get what
      we want.
      
      Closes #312
      37c06fac
  11. 18 Feb, 2015 1 commit
  12. 12 Feb, 2015 1 commit
  13. 26 Jan, 2015 5 commits
  14. 22 Jan, 2015 5 commits
  15. 08 Jan, 2015 2 commits
  16. 06 Jan, 2015 1 commit
  17. 05 Jan, 2015 6 commits