1. 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
  2. 02 Jul, 2014 1 commit
  3. 02 Jan, 2014 1 commit
  4. 07 Nov, 2013 2 commits
  5. 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
  6. 13 Nov, 2012 1 commit
  7. 01 Nov, 2011 1 commit
  8. 31 Oct, 2011 1 commit
  9. 24 Jul, 2011 1 commit
  10. 18 Jun, 2011 1 commit
  11. 13 Jun, 2011 1 commit
  12. 12 Jun, 2011 1 commit
  13. 15 May, 2011 1 commit
  14. 02 Mar, 2011 1 commit
  15. 18 Jan, 2011 1 commit
  16. 04 Nov, 2010 2 commits
  17. 01 Nov, 2010 1 commit
  18. 30 Oct, 2010 1 commit
  19. 15 Oct, 2010 1 commit
  20. 09 Oct, 2010 1 commit
  21. 27 Sep, 2010 1 commit
  22. 26 Sep, 2010 3 commits
  23. 04 Sep, 2010 1 commit
  24. 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
  25. 05 Jan, 2010 1 commit
  26. 02 Oct, 2009 1 commit
  27. 14 Sep, 2009 1 commit
  28. 06 Aug, 2009 1 commit
  29. 03 Aug, 2009 1 commit
  30. 29 Jul, 2009 1 commit