1. 03 Jan, 2017 1 commit
  2. 26 Feb, 2016 1 commit
  3. 18 Dec, 2015 1 commit
  4. 16 Dec, 2015 1 commit
  5. 26 Jun, 2015 1 commit
  6. 21 Jan, 2015 1 commit
  7. 01 Jan, 2015 1 commit
  8. 23 Jan, 2014 1 commit
  9. 13 Jan, 2014 1 commit
  10. 07 Jan, 2014 1 commit
  11. 15 Dec, 2013 1 commit
  12. 05 Sep, 2013 1 commit
  13. 04 Sep, 2013 1 commit
  14. 04 Aug, 2013 1 commit
  15. 30 Jan, 2013 1 commit
  16. 29 Jan, 2013 2 commits
  17. 03 Jul, 2011 2 commits
  18. 29 Jan, 2011 1 commit
  19. 01 Jan, 2010 1 commit
  20. 12 Nov, 2009 1 commit
    • Max Kellermann's avatar
      include config.h in all sources · 5b82ffc2
      Max Kellermann authored
      After we've been hit by Large File Support problems several times in
      the past week (which only occur on 32 bit platforms, which I don't
      have), this is yet another attempt to fix the issue.
      5b82ffc2
  21. 24 Sep, 2009 1 commit
    • Max Kellermann's avatar
      conf: handle fatal errors with GError · 06d5d4b0
      Max Kellermann authored
      Don't call g_error(), which will abort the process and dump core.
      
      This patch does not affect all the config_get_X() functions.  These
      need some more refactoring.
      06d5d4b0
  22. 10 Apr, 2009 1 commit
  23. 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
  24. 27 Jan, 2009 1 commit
  25. 25 Jan, 2009 1 commit
  26. 17 Jan, 2009 2 commits
  27. 08 Jan, 2009 1 commit
  28. 30 Dec, 2008 3 commits
  29. 29 Dec, 2008 2 commits
  30. 24 Nov, 2008 1 commit
  31. 17 Oct, 2008 1 commit
  32. 26 Aug, 2008 1 commit
    • Max Kellermann's avatar
      enable -Wpointer-arith, -Wstrict-prototypes · a383f451
      Max Kellermann authored
      Also enable -Wunused-parameter - this forces us to add the gcc
      "unused" attribute to a lot of parameters (mostly library callback
      functions), but it's worth it during code refactorizations.
      a383f451
  33. 03 Jan, 2008 2 commits