1. 04 Dec, 2006 1 commit
    • petr/cps@outpost.site's avatar
      Fix Bug #19044 IM aborts on exit · 2bc1898b
      petr/cps@outpost.site authored
      On windows IM aborted on assert once one
      stoppped it. The reason is that we didn't
      close the sockets on windows and therefore,
      the listener thread wasn't able to finish.
      This happened because we used close() call
      for it. While on windows one should use
      closesocket().
      On other platfroms we have appropriate defines
      for closesocket(), so this is the function which
      should be used.
      2bc1898b
  2. 01 Dec, 2006 1 commit
  3. 29 Nov, 2006 12 commits
  4. 28 Nov, 2006 10 commits
  5. 27 Nov, 2006 11 commits
  6. 24 Nov, 2006 3 commits
  7. 23 Nov, 2006 2 commits