1. 22 Mar, 2022 1 commit
  2. 17 Feb, 2014 1 commit
  3. 08 Jul, 2013 1 commit
  4. 26 Apr, 2013 1 commit
  5. 20 Apr, 2013 1 commit
  6. 21 Jan, 2013 1 commit
  7. 14 Jan, 2013 1 commit
  8. 14 Dec, 2012 1 commit
  9. 05 Dec, 2012 1 commit
  10. 05 Nov, 2012 1 commit
  11. 10 Sep, 2012 2 commits
  12. 15 Jul, 2012 1 commit
  13. 14 Jul, 2012 1 commit
  14. 13 Jul, 2012 2 commits
  15. 12 Jul, 2012 1 commit
    • Chris Boden's avatar
      [Stream] Bug fix: multiple inheritence · 027e3025
      Chris Boden authored
      Added PHP 5.3.3 to Travis as there was a BC break in PHP ~5.3.8
      Took the close method out of Read/Write interfaces into its own
      Updated composer files to v0.1.1 tag
      027e3025
  16. 11 Jul, 2012 1 commit
  17. 09 Jul, 2012 2 commits
  18. 07 Jul, 2012 1 commit
  19. 06 Jul, 2012 2 commits
  20. 05 Jul, 2012 4 commits
  21. 04 Jul, 2012 3 commits
  22. 27 Jun, 2012 2 commits
  23. 20 Jun, 2012 1 commit
  24. 18 Jun, 2012 2 commits
  25. 17 Jun, 2012 5 commits
    • Chris Boden's avatar
    • Chris Boden's avatar
      [Socket] Buffer fix · 10a311eb
      Chris Boden authored
      Removed the option for output buffer chunk size, use defaults
      Removed the unit test that check specific string on error
      Unit test just checks an exception was thrown on an invalid write
      10a311eb
    • Chris Boden's avatar
      [Socket] Buffering large messages · 957a966b
      Chris Boden authored
      Added a chunkSize parameter to set the number of bytes the buffer will write at one time
      The write listener will only be removed when the buffer has been emptied
      Removed exception error handler:
      fwrite can send data AND trigger an error, the exception destroyed the $sent variable
      957a966b
    • Chris Boden's avatar
      [Socket] Buffer fix · de296f74
      Chris Boden authored
      Removed the option for output buffer chunk size, use defaults
      Removed the unit test that check specific string on error
      Unit test just checks an exception was thrown on an invalid write
      de296f74
    • Chris Boden's avatar
      [Socket] Buffering large messages · 92d148c7
      Chris Boden authored
      Added a chunkSize parameter to set the number of bytes the buffer will write at one time
      The write listener will only be removed when the buffer has been emptied
      Removed exception error handler:
      fwrite can send data AND trigger an error, the exception destroyed the $sent variable
      92d148c7