1. 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
  2. 18 Sep, 2015 1 commit
  3. 06 Sep, 2015 1 commit
  4. 03 Sep, 2015 1 commit
  5. 02 Sep, 2015 1 commit
  6. 28 Jul, 2015 1 commit
  7. 23 Jul, 2015 1 commit
  8. 22 Jul, 2015 2 commits
  9. 02 Jun, 2015 1 commit
  10. 20 Apr, 2015 1 commit
  11. 22 Jan, 2015 1 commit
  12. 24 Sep, 2014 1 commit
  13. 23 Jul, 2014 1 commit
    • Ewen McNeill's avatar
      z/OS: Loop on EAGAIN on close() in ~signaler · 0af693c4
      Ewen McNeill authored
      Updated:
          src/signaler.cpp: Add close_wait_ms() static function to loop
             when receiving EAGAIN in response to close(), with ms long
             sleeps, up to a maximum limit (default 2000ms == 2 seconds);
             used in signaler_t::~signaler_t() destructor.
      0af693c4
  14. 09 Jul, 2014 1 commit
  15. 28 Apr, 2014 1 commit
  16. 27 Apr, 2014 1 commit
  17. 25 Apr, 2014 1 commit
  18. 30 Mar, 2014 1 commit
  19. 18 Mar, 2014 1 commit
  20. 17 Feb, 2014 1 commit
    • Olaf Mandel's avatar
      Remove duplicate poller decision making · 48b50cef
      Olaf Mandel authored
      The decision about the poller mechanism to use (select, poll, ...)
      was done twice: once by the build system and once by the code in
      poller.hpp. As the build-system can actually detect the mechanisms
      available, prefer that result to the hard coded defaults in
      poller.hpp.
      
      At the same time, remove the duplicate detection of select() vs.
      poll()-variant from proxy.cpp, signaler.cpp and zmq.cpp.
      
      This patch has not been tested on many build platforms: especially
      the cmake build needs testing / patching. For the other builds,
      hard code the result as these these are all Windows platforms.
      48b50cef
  21. 02 Jan, 2014 1 commit
  22. 11 Dec, 2013 1 commit
  23. 28 Nov, 2013 1 commit
  24. 11 Nov, 2013 2 commits
  25. 10 Nov, 2013 2 commits
  26. 07 Nov, 2013 3 commits
  27. 01 Sep, 2013 2 commits
  28. 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
  29. 19 Feb, 2013 1 commit
  30. 15 Feb, 2013 1 commit
  31. 02 Jan, 2013 2 commits
  32. 29 Dec, 2012 1 commit
  33. 27 Dec, 2012 1 commit