1. 12 Mar, 2020 1 commit
  2. 18 Jan, 2020 2 commits
  3. 05 Jul, 2019 1 commit
  4. 17 Jun, 2019 1 commit
  5. 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
  6. 31 Oct, 2018 1 commit
  7. 03 Jan, 2017 1 commit
  8. 28 Dec, 2016 5 commits
  9. 26 Feb, 2016 1 commit
  10. 01 Jan, 2015 1 commit
  11. 19 Feb, 2014 1 commit
  12. 13 Jan, 2014 1 commit
  13. 09 Jan, 2014 1 commit
  14. 28 Nov, 2013 1 commit
  15. 30 Oct, 2013 1 commit
  16. 17 Oct, 2013 1 commit
  17. 15 Oct, 2013 1 commit
  18. 07 Aug, 2013 1 commit
  19. 03 Aug, 2013 1 commit
  20. 12 May, 2013 1 commit
  21. 27 Feb, 2013 1 commit
  22. 14 Aug, 2012 1 commit
  23. 13 Dec, 2011 1 commit
    • Max Kellermann's avatar
      timer: fix time unit mixup in timer_delay() · 097e5dfb
      Max Kellermann authored
      The local variable was already divided by 1000, and the return value
      was being divided by 1000 again - doh!  This caused delays in the
      httpd output plugin that were too small by three orders of magnitude,
      and the buffer was filled too quickly.
      097e5dfb
  24. 27 Aug, 2011 1 commit
  25. 29 Jan, 2011 1 commit
  26. 18 Nov, 2010 1 commit
    • Max Kellermann's avatar
      timer: fix integer overflow in timer_delay() · 8f46f152
      Max Kellermann authored
      Fixes a regression: for output_plugin.delay(), we added a method to
      the timer class which returns the delay in milliseconds.  This fails
      to detect negative values, because the unsigned integer is divided by
      1000, and then casted to signed.
      8f46f152
  27. 05 Nov, 2010 2 commits
  28. 01 Jan, 2010 1 commit
  29. 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
  30. 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
  31. 19 Feb, 2009 1 commit
    • Max Kellermann's avatar
      utils: use g_usleep() instead of my_usleep() · e7131b5d
      Max Kellermann authored
      Now that I've found this nice function in the GLib docs, we can
      finally remove our custom sleep function.  Still all those callers of
      g_usleep() have to be migrated one day to use events, instead of
      regular polling.
      e7131b5d
  32. 03 Jan, 2009 1 commit
  33. 10 Oct, 2008 2 commits