1. 18 Jan, 2020 1 commit
  2. 23 May, 2019 2 commits
  3. 31 Oct, 2018 1 commit
  4. 20 Aug, 2018 1 commit
  5. 16 May, 2017 1 commit
  6. 03 Jan, 2017 1 commit
  7. 10 Nov, 2016 1 commit
  8. 16 Sep, 2016 1 commit
  9. 04 Sep, 2016 1 commit
  10. 26 Feb, 2016 1 commit
  11. 15 Dec, 2015 1 commit
  12. 01 Jan, 2015 1 commit
  13. 13 Jan, 2014 1 commit
  14. 15 Dec, 2013 1 commit
  15. 04 Nov, 2013 2 commits
  16. 15 Oct, 2013 2 commits
  17. 02 Oct, 2013 1 commit
  18. 04 Sep, 2013 1 commit
  19. 04 Aug, 2013 1 commit
  20. 30 Jul, 2013 1 commit
  21. 09 Jan, 2013 1 commit
  22. 14 Aug, 2012 1 commit
    • Max Kellermann's avatar
      log: store duplicated path string · dc22846d
      Max Kellermann authored
      Don't free the string right after calling log_init_file().  Add a new
      function log_deinit() that frees the string on shutdown.
      
      This fixes cycling the log file after SIGHUP (Mantis ticket 0003524).
      dc22846d
  23. 09 Sep, 2011 1 commit
  24. 29 Jan, 2011 1 commit
  25. 01 Jan, 2010 1 commit
  26. 15 Mar, 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. 19 Feb, 2009 1 commit
  29. 29 Dec, 2008 1 commit
  30. 28 Dec, 2008 1 commit
  31. 02 Dec, 2008 2 commits
  32. 05 Nov, 2008 3 commits
    • Max Kellermann's avatar
      log: use bool · 787c6f5e
      Max Kellermann authored
      Use the bool data type for flags.
      787c6f5e
    • Max Kellermann's avatar
      log: use GLib message logging · a5348a37
      Max Kellermann authored
      The logging functions from log.h are deprecated, and the code should
      use GLib logging instead.  Make ERROR(), WARNING() etc. call g_logv()
      internally.
      a5348a37
    • Max Kellermann's avatar
      log: removed warning buffer · 08aaf57f
      Max Kellermann authored
      The warning buffer is a complex piece of code for no good reason.
      Remove it and find a better solution, e.g. open the log file earlier.
      08aaf57f
  33. 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
  34. 08 Oct, 2008 1 commit