1. 12 Dec, 2017 1 commit
  2. 03 Jan, 2017 1 commit
  3. 26 Feb, 2016 1 commit
  4. 03 Mar, 2015 1 commit
  5. 01 Jan, 2015 1 commit
  6. 31 Oct, 2014 1 commit
  7. 10 Oct, 2014 1 commit
  8. 01 Mar, 2014 2 commits
  9. 05 Feb, 2014 1 commit
  10. 04 Feb, 2014 1 commit
  11. 13 Jan, 2014 1 commit
  12. 30 Oct, 2013 1 commit
  13. 17 Oct, 2013 1 commit
  14. 27 Sep, 2013 1 commit
  15. 17 Apr, 2013 1 commit
  16. 16 Jan, 2013 1 commit
  17. 14 Jan, 2013 1 commit
  18. 10 Jan, 2013 1 commit
  19. 09 Jan, 2013 1 commit
  20. 05 Jan, 2013 1 commit
  21. 27 Sep, 2012 1 commit
  22. 29 Jan, 2011 1 commit
  23. 10 Jan, 2011 1 commit
  24. 23 Sep, 2010 1 commit
    • Denis Krjuchkov's avatar
      main: Add Windows Service support · e8ebb1af
      Denis Krjuchkov authored
      I've added PIPE_EVENT_SHUTDOWN because calling g_main_loop_quit() do not work when called from another thread.
      Main thread was sleeping in g_poll() so I needed some way to wake it up.
      
      By some strange reason call close(event_pipe[0]) in event_pipe_deinit() hangs.
      In current implementation that code never reached so that was not a problem :-)
      I've added a conditional to leave event_pipe[0] open on Win32.
      e8ebb1af
  25. 01 Jan, 2010 1 commit
  26. 31 Oct, 2009 1 commit
  27. 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
  28. 03 Jan, 2009 1 commit
  29. 02 Jan, 2009 2 commits
  30. 30 Dec, 2008 3 commits
  31. 27 Dec, 2008 2 commits
  32. 31 Oct, 2008 1 commit
    • Max Kellermann's avatar
      added prefix to header macros · ea515494
      Max Kellermann authored
      "LOG_H" is a macro which is also used by ffmpeg/log.h.  This is
      ffmpeg's fault, because short macros should be reserved for
      applications, but since it's always a good idea to choose prefixed
      macro names, even for applications, we are going to do that in MPD.
      ea515494
  33. 08 Oct, 2008 1 commit
  34. 09 Sep, 2008 2 commits