1. 21 May, 2017 1 commit
  2. 19 May, 2017 1 commit
  3. 25 Apr, 2017 1 commit
  4. 24 Apr, 2017 1 commit
  5. 28 Feb, 2017 2 commits
  6. 17 Feb, 2017 1 commit
  7. 10 Feb, 2017 1 commit
  8. 08 Feb, 2017 1 commit
    • Tomoyuki Sahara's avatar
      define IO#hash to override Enumerable#hash. fixes #73. · caab1c20
      Tomoyuki Sahara authored
      Current implementation of Enumerable#hash calls #each to collect
      hash values of enumerated objects (then calculates the hash value
      of the Enumerable object).  But IO#each is a method to read lines.
      It is not expected that IO#hash reads all lines from the IO object.
      Or even worse, program waits for the IO object to be readable if
      it is a socket or something cannot be read immediately.
      caab1c20
  9. 26 Dec, 2016 1 commit
  10. 24 Dec, 2016 1 commit
  11. 19 Dec, 2016 1 commit
  12. 17 Dec, 2016 2 commits
  13. 16 Dec, 2016 1 commit
  14. 15 Dec, 2016 1 commit
  15. 27 Nov, 2016 1 commit
  16. 26 Nov, 2016 1 commit
  17. 13 Oct, 2016 1 commit
  18. 30 Sep, 2016 2 commits
  19. 13 Sep, 2016 1 commit
  20. 11 Sep, 2016 2 commits
  21. 10 Aug, 2016 1 commit
  22. 09 Aug, 2016 1 commit
  23. 08 Aug, 2016 2 commits
  24. 07 Aug, 2016 2 commits
  25. 06 Aug, 2016 1 commit
  26. 22 Jun, 2016 1 commit
  27. 21 Jun, 2016 2 commits
  28. 13 May, 2016 1 commit
    • Eric Hodel's avatar
      Create socket in /tmp for security · 11961b42
      Eric Hodel authored
      Some systems do not allow UNIX sockets from arbitrary directories.
      Instead of trying to `#define SOCKET_PATH` correctly I assume the /tmp/
      directory is accessible and use it.
      11961b42
  29. 12 May, 2016 1 commit
    • Eric Hodel's avatar
      Include reason in test failure message · 777cf70c
      Eric Hodel authored
      I am seeing this test fail in some environments but can't determine why.
      The extra information will help me determine the reason bind(2) is
      failing.
      777cf70c
  30. 21 Jan, 2016 1 commit
  31. 20 Jan, 2016 1 commit
  32. 08 Dec, 2015 2 commits