1. 27 May, 2018 1 commit
  2. 26 May, 2018 1 commit
  3. 22 May, 2018 2 commits
  4. 12 Feb, 2018 3 commits
    • Simon Giesecke's avatar
      Problem: data race w.r.t. select_t::stopping · 11a53886
      Simon Giesecke authored
      Solution: change termination condition of select_t
      11a53886
    • Simon Giesecke's avatar
      Problem: select blocks forever under Unix · 08201bc1
      Simon Giesecke authored
      Solution: fixed call of select, and initialization of poll_t members
      08201bc1
    • Luca Boccassi's avatar
      Problem: regression with "select" on *nix (#2940) · d0e01b4b
      Luca Boccassi authored
      * Problem: build failure with select as polling mechanism
      
      Solution: cast mailbox_handle argument to (poller_t::handle_t) like in
      the reaper thread class.
      
      * Problem: build failure due to INT_MAX use without include
      
      Solution: include limits and climits in src/select.cpp where INT_MAX is
      used
      
      * Problem: build failure due to unused variable in select.cpp
      
      Solution: move the declaration of int rc inside the ifdef block where
      it is actually used
      
      * Problem: reference to wrong variable in select.cpp breaks build
      
      Solution: fix it
      
      * Problem: family_entry_t constructor has no body, build fails on *nix
      
      Solution: add empty inline function in the struct
      
      * Problem: no test coverage for poll and select
      
      Solution: add Travis jobs for them on Linux
      
      * Problem: Travis jobs cannot run in container infra
      
      Solution: set sudo: false as it is not required anymore
      d0e01b4b
  5. 11 Feb, 2018 1 commit
  6. 09 Feb, 2018 2 commits
  7. 02 Feb, 2018 1 commit
  8. 31 Jan, 2018 1 commit
  9. 26 Oct, 2017 3 commits
  10. 01 Sep, 2017 1 commit
  11. 21 Aug, 2017 1 commit
  12. 14 May, 2016 1 commit
  13. 03 Feb, 2016 1 commit
    • Ilya Kulakov's avatar
      Make VMCI to work on Windows. · 538e5d47
      Ilya Kulakov authored
      select was improved to support multiple service providers on Windows.
      it should be slightly faster because of optimized iteration
      over selected sockets.
      538e5d47
  14. 28 Jan, 2016 1 commit
  15. 06 Sep, 2015 1 commit
  16. 02 Jun, 2015 1 commit
  17. 22 Jan, 2015 1 commit
  18. 02 Jul, 2014 1 commit
  19. 21 Feb, 2014 1 commit
  20. 02 Jan, 2014 1 commit
  21. 07 Nov, 2013 2 commits
  22. 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
  23. 09 Nov, 2011 1 commit
  24. 01 Nov, 2011 1 commit
  25. 31 Oct, 2011 1 commit
  26. 24 Jul, 2011 1 commit
  27. 13 Jun, 2011 1 commit
  28. 12 Jun, 2011 1 commit
  29. 02 Mar, 2011 1 commit
  30. 13 Jan, 2011 1 commit
  31. 01 Nov, 2010 1 commit
  32. 30 Oct, 2010 1 commit
  33. 26 Sep, 2010 1 commit