1. 15 Sep, 2010 2 commits
  2. 13 Sep, 2010 1 commit
  3. 10 Sep, 2010 1 commit
  4. 09 Sep, 2010 1 commit
  5. 08 Sep, 2010 2 commits
  6. 07 Sep, 2010 2 commits
  7. 04 Sep, 2010 25 commits
  8. 02 Sep, 2010 4 commits
  9. 01 Sep, 2010 2 commits
    • Martin Sustrik's avatar
      Merge branch 'maint' · a81a3739
      Martin Sustrik authored
      * maint:
        Erasure of retired fd's in select.cpp causes an assertion in MSVC 2008 STL
      a81a3739
    • 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