1. 11 Jan, 2021 1 commit
  2. 01 Jan, 2021 1 commit
  3. 05 May, 2020 1 commit
  4. 16 Mar, 2020 1 commit
  5. 12 Mar, 2020 1 commit
  6. 18 Jan, 2020 1 commit
  7. 05 Jul, 2019 1 commit
  8. 17 Jun, 2019 1 commit
  9. 18 Dec, 2018 1 commit
  10. 19 Nov, 2018 1 commit
    • Max Kellermann's avatar
      check.h: remove obsolete header · ce49d99c
      Max Kellermann authored
      Since we switched from autotools to Meson in commit
      94592c14, we don't need to include
      `config.h` early to properly enable large file support.  Meson passes
      the required macros on the compiler command line instead of defining
      them in `config.h`.
      
      This means we can include `config.h` at any time, whenever we want to
      check its macros, and there are no ordering constraints.
      ce49d99c
  11. 31 Oct, 2018 1 commit
  12. 20 Aug, 2018 1 commit
  13. 06 Aug, 2018 1 commit
  14. 12 Dec, 2017 1 commit
  15. 24 Oct, 2017 1 commit
    • Max Kellermann's avatar
      system/EventPipe: fix WSAEINPROGRESS on Windows · b177bffa
      Max Kellermann authored
      Apparently, connecting a socket to a loopback address can block on
      Windows, and a non-blocking socket will return WSAEINPROGRESS.  This
      broken PoorSocketPair() in commit 2119e4fd, which made the socket
      non-blocking right from the start.  This fix postpones the
      ioctlsocket(FIONBIO) call until after the connect().
      
      Closes #134
      b177bffa
  16. 17 Aug, 2017 1 commit
  17. 11 Aug, 2017 5 commits
  18. 03 Jan, 2017 1 commit
  19. 26 Feb, 2016 1 commit
  20. 01 Jan, 2015 1 commit
  21. 13 Jan, 2014 1 commit
  22. 15 Oct, 2013 1 commit
  23. 07 Aug, 2013 3 commits
  24. 06 Aug, 2013 1 commit
    • Max Kellermann's avatar
      configure.ac: add option --enable-eventfd · 47e16dbe
      Max Kellermann authored
      Remove the runtime check for eventfd(), hard-code the feature once
      it's been selected at compile time.  The class WakeFD is splitted into
      EventFD and EventPipe, using WakeFD as a macro diversion.
      47e16dbe
  25. 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
  26. 09 Jan, 2013 2 commits
  27. 07 Jan, 2013 1 commit
  28. 02 Jan, 2013 1 commit
  29. 04 Apr, 2012 1 commit
  30. 02 Feb, 2012 1 commit
  31. 21 Jan, 2012 1 commit
  32. 29 Jan, 2011 1 commit
  33. 01 Jan, 2010 1 commit