1. 06 Jul, 2020 2 commits
  2. 18 Jan, 2020 1 commit
  3. 23 May, 2019 2 commits
  4. 31 Oct, 2018 1 commit
  5. 20 Aug, 2018 1 commit
  6. 16 May, 2017 1 commit
  7. 03 Jan, 2017 1 commit
  8. 10 Nov, 2016 1 commit
  9. 16 Sep, 2016 1 commit
  10. 04 Sep, 2016 1 commit
  11. 26 Feb, 2016 1 commit
  12. 15 Dec, 2015 1 commit
  13. 01 Jan, 2015 1 commit
  14. 13 Jan, 2014 1 commit
  15. 15 Dec, 2013 1 commit
  16. 04 Nov, 2013 2 commits
  17. 15 Oct, 2013 2 commits
  18. 02 Oct, 2013 1 commit
  19. 04 Sep, 2013 1 commit
  20. 04 Aug, 2013 1 commit
  21. 30 Jul, 2013 1 commit
  22. 09 Jan, 2013 1 commit
  23. 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
  24. 09 Sep, 2011 1 commit
  25. 29 Jan, 2011 1 commit
  26. 01 Jan, 2010 1 commit
  27. 15 Mar, 2009 1 commit
  28. 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
  29. 19 Feb, 2009 1 commit
  30. 29 Dec, 2008 1 commit
  31. 28 Dec, 2008 1 commit
  32. 02 Dec, 2008 2 commits
  33. 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