1. 22 May, 2017 1 commit
  2. 21 May, 2017 2 commits
  3. 19 May, 2017 1 commit
  4. 25 Apr, 2017 1 commit
  5. 24 Apr, 2017 1 commit
  6. 28 Feb, 2017 2 commits
  7. 17 Feb, 2017 1 commit
  8. 10 Feb, 2017 1 commit
  9. 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
  10. 26 Dec, 2016 1 commit
  11. 24 Dec, 2016 1 commit
  12. 19 Dec, 2016 1 commit
  13. 17 Dec, 2016 2 commits
  14. 16 Dec, 2016 1 commit
  15. 15 Dec, 2016 1 commit
  16. 27 Nov, 2016 1 commit
  17. 26 Nov, 2016 1 commit
  18. 13 Oct, 2016 1 commit
  19. 30 Sep, 2016 2 commits
  20. 13 Sep, 2016 1 commit
  21. 11 Sep, 2016 2 commits
  22. 10 Aug, 2016 1 commit
  23. 09 Aug, 2016 1 commit
  24. 08 Aug, 2016 2 commits
  25. 07 Aug, 2016 2 commits
  26. 06 Aug, 2016 1 commit
  27. 22 Jun, 2016 1 commit
  28. 21 Jun, 2016 2 commits
  29. 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
  30. 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
  31. 21 Jan, 2016 1 commit
  32. 20 Jan, 2016 1 commit