1. 27 May, 2018 1 commit
  2. 13 Feb, 2018 1 commit
    • Simon Giesecke's avatar
      Problem: network initialization and shutdown functions not available for · e8e24030
      Simon Giesecke authored
      reuse
      
      Solution: extract into functions defined in ip.hpp
      
      Problem: signaler_t::make_fdpair not reusable
      
      Solution: move make_fdpair to ip.hpp
      
      Problem: epoll worker with no fds cannot be stopped
      
      Solution: use interruptible epoll_pwait call
      
      Problem: insufficient unit tests for poller
      
      Solution: add test cases
      e8e24030
  3. 02 Feb, 2018 1 commit
  4. 31 Jan, 2018 1 commit
  5. 28 Jan, 2016 1 commit
  6. 29 Sep, 2015 1 commit
    • KIU Shueng Chuan's avatar
      create signaler::recv_failable() · 596d6e5b
      KIU Shueng Chuan authored
      In real world usage, there have been reported signaler failures where the
      eventfd read() or socket recv() system call in signaler::recv() fails,
      despite having made a prior successful signaler::wait() call.
      
      this patch creates a signaler::recv_failable() method that allows
      unreadable eventfd / socket to return an error without asserting.
      596d6e5b
  7. 06 Sep, 2015 1 commit
  8. 02 Jun, 2015 1 commit
  9. 22 Jan, 2015 1 commit
  10. 09 Jul, 2014 1 commit
  11. 02 Jan, 2014 1 commit
  12. 07 Nov, 2013 1 commit
  13. 01 Sep, 2013 1 commit
  14. 12 Mar, 2013 1 commit
    • Pieter Hintjens's avatar
      Removed corporate advertisements from source file headers · f0f16505
      Pieter Hintjens authored
      Copyrights had become ads for Sustrik's corporate sponsors, going against the original
      agreement to share copyrights with the community (that agreement was: one line stating
      iMatix copyright + one reference to AUTHORS file). The proliferation of corporate ads
      is also unfair to the many individual authors. I've removed ALL corporate title from
      the source files so the copyright statements can now be centralized in AUTHORS and
      source files can be properly updated on an annual basis.
      f0f16505
  15. 01 Nov, 2011 1 commit
  16. 31 Oct, 2011 1 commit
  17. 03 Jul, 2011 2 commits
  18. 20 Jun, 2011 1 commit
  19. 17 Jun, 2011 1 commit
  20. 02 Mar, 2011 1 commit
  21. 13 Jan, 2011 1 commit
  22. 05 Nov, 2010 1 commit
  23. 04 Nov, 2010 1 commit
    • Martin Lucina's avatar
      Automatically resize signalling socket buffer if full · 1b39bcd8
      Martin Lucina authored
      If the socketpair used by signaler_t fills up, this can lead to deadlock.
      This patch provides partial resolution by attempting to resize SO_SNDBUF on
      the writer side, and if that fails we shall at least assert rather than
      hang.
      
      I've also refactored the signaler_t code to make the platform-dependent
      parts clearer and have tested both the MSG_DONTWAIT and standard POSIX path
      in recv.
      
      The Win32 implementation currently does not implement resizing as I'm not
      convinced that it's safe, but it will also assert like other platforms if
      signaler_t::send() cannot succeed.
      
      The OpenVMS implementation has been carried forward but is untested.
      Signed-off-by: 's avatarMartin Lucina <mato@kotelna.sk>
      1b39bcd8
  24. 30 Oct, 2010 1 commit
  25. 08 Sep, 2010 1 commit
  26. 04 May, 2010 1 commit
  27. 29 Apr, 2010 4 commits
  28. 05 Jan, 2010 1 commit
  29. 01 Oct, 2009 1 commit
  30. 20 Sep, 2009 2 commits
  31. 03 Aug, 2009 1 commit
  32. 29 Jul, 2009 1 commit