1. 18 Feb, 2016 1 commit
  2. 06 Feb, 2016 1 commit
    • Michael's avatar
      remove c++11 requirement and -Werror=sign-compare · 56efddd1
      Michael authored
      used static_cast<signed int> around WSA_WAIT_FAILED as it is an unsigned implicitly defined as (0xFFFFFFFF ion winbase.h) and causes a comparison error.
      
      removed use of c++11 style initialiser list for 'sockaddr addr { 0 }' and changed it to 'sockaddr addr = { 0 }'
      56efddd1
  3. 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
  4. 28 Jan, 2016 1 commit
  5. 02 Jun, 2015 1 commit
  6. 22 Jan, 2015 1 commit
  7. 16 Sep, 2014 1 commit
    • Huu Nguyen's avatar
      Fix non-constant-expression narrowing · 5642366f
      Huu Nguyen authored
      For OS X, the microseconds field is implemented as an int type. The implicit narrowing in the initializer list throws a compiler error for some compilers with C++11 support turned on. The specific error message is: "error: non-constant-expression cannot be narrowed from type 'long' to '__darwin_suseconds_t' (aka 'int') in initializer list [-Wc++11-narrowing]".
      
      Tested on Clang 5.1.0 and Mac OS X 10.9.4.
      5642366f
  8. 02 Jul, 2014 1 commit
  9. 02 Jan, 2014 1 commit
  10. 07 Nov, 2013 2 commits
  11. 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
  12. 13 Nov, 2012 1 commit
  13. 01 Nov, 2011 1 commit
  14. 31 Oct, 2011 1 commit
  15. 24 Jul, 2011 1 commit
  16. 18 Jun, 2011 1 commit
  17. 13 Jun, 2011 1 commit
  18. 12 Jun, 2011 1 commit
  19. 15 May, 2011 1 commit
  20. 02 Mar, 2011 1 commit
  21. 18 Jan, 2011 1 commit
  22. 04 Nov, 2010 2 commits
  23. 01 Nov, 2010 1 commit
  24. 30 Oct, 2010 1 commit
  25. 15 Oct, 2010 1 commit
  26. 09 Oct, 2010 1 commit
  27. 27 Sep, 2010 1 commit
  28. 26 Sep, 2010 3 commits
  29. 04 Sep, 2010 1 commit
  30. 01 Sep, 2010 1 commit
    • Mikael Helbo Kjær's avatar
      Erasure of retired fd's in select.cpp causes an assertion in MSVC 2008 STL · 59315ebd
      Mikael Helbo Kjær authored
      I was hitting an issue with an SCL enabled STL library in connection with the
      way select_t::loop was erasing retired fd's. The problem as identified by the
      SCL assertion was that by the time the iterator given to the erase method was
      called it was considered invalid by the library. I am not sure this isn't just
      a "quirk" of the MSVC STL library as the other code looks valid to me as well.
      59315ebd
  31. 05 Jan, 2010 1 commit
  32. 02 Oct, 2009 1 commit
  33. 14 Sep, 2009 1 commit
  34. 06 Aug, 2009 1 commit
  35. 03 Aug, 2009 1 commit
  36. 29 Jul, 2009 1 commit