1. 19 Oct, 2013 1 commit
  2. 15 Oct, 2013 2 commits
  3. 02 Oct, 2013 1 commit
  4. 07 Aug, 2013 3 commits
  5. 04 Aug, 2013 1 commit
  6. 27 Feb, 2013 3 commits
  7. 13 Jan, 2013 1 commit
    • Denis Krjuchkov's avatar
      WakeFD.cxx: use two sockets instead of pipe on Win32 · 90ab65f8
      Denis Krjuchkov authored
      Pipes aren't really pollable on Windows.
      GLib emulates polling on pipes using separate reader/writer threads.
      This adds significant overhead and keeps a strong dependency on GLib.
      
      socketpair() function is absent on Windows as well.
      We implement it here in a loose way.
      90ab65f8
  8. 09 Jan, 2013 3 commits