1. 01 Jan, 2021 1 commit
  2. 05 May, 2020 1 commit
  3. 16 Mar, 2020 1 commit
  4. 12 Mar, 2020 1 commit
  5. 18 Jan, 2020 1 commit
  6. 05 Jul, 2019 1 commit
  7. 17 Jun, 2019 1 commit
  8. 18 Dec, 2018 1 commit
  9. 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
  10. 31 Oct, 2018 1 commit
  11. 20 Aug, 2018 1 commit
  12. 06 Aug, 2018 1 commit
  13. 12 Dec, 2017 1 commit
  14. 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
  15. 17 Aug, 2017 1 commit
  16. 11 Aug, 2017 5 commits
  17. 03 Jan, 2017 1 commit
  18. 26 Feb, 2016 1 commit
  19. 01 Jan, 2015 1 commit
  20. 13 Jan, 2014 1 commit
  21. 15 Oct, 2013 1 commit
  22. 07 Aug, 2013 3 commits
  23. 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
  24. 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
  25. 09 Jan, 2013 2 commits
  26. 07 Jan, 2013 1 commit
  27. 02 Jan, 2013 1 commit
  28. 04 Apr, 2012 1 commit
  29. 02 Feb, 2012 1 commit
  30. 21 Jan, 2012 1 commit
  31. 29 Jan, 2011 1 commit
  32. 01 Jan, 2010 1 commit
  33. 13 Mar, 2009 1 commit
    • Avuton Olrich's avatar
      all: Update copyright header. · 0aee49bd
      Avuton Olrich authored
      This updates the copyright header to all be the same, which is
      pretty much an update of where to mail request for a copy of the GPL
      and the years of the MPD project. This also puts all committers under
      'The Music Player Project' umbrella. These entries should go
      individually in the AUTHORS file, for consistancy.
      0aee49bd