1. 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
  2. 08 Nov, 2009 1 commit
  3. 06 Nov, 2009 1 commit
  4. 20 Oct, 2009 1 commit
  5. 28 Apr, 2009 1 commit
  6. 27 Mar, 2009 1 commit
  7. 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
  8. 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
  9. 25 Jan, 2009 1 commit
  10. 17 Jan, 2009 1 commit
  11. 08 Jan, 2009 1 commit
  12. 03 Jan, 2009 3 commits
  13. 30 Dec, 2008 3 commits
  14. 29 Dec, 2008 4 commits
  15. 28 Dec, 2008 2 commits
  16. 09 Dec, 2008 1 commit
  17. 02 Dec, 2008 2 commits
  18. 01 Nov, 2008 1 commit
  19. 29 Oct, 2008 1 commit
  20. 28 Oct, 2008 1 commit
  21. 15 Oct, 2008 1 commit
  22. 08 Oct, 2008 1 commit
  23. 23 Sep, 2008 1 commit
    • Eric Wong's avatar
      Add prefixcmp() (stol^H^H^H^Hborrowed from git) · f5df13f8
      Eric Wong authored
      This allows us to avoid the nasty repetition in strncmp(foo,
      bar, strlen(foo)).  We'll miss out on the compiler optimizing
      strlen() into sizeof() - 1 for string literals for this; but we
      don't use this it for performance-critical functions anyways...
      f5df13f8
  24. 30 Jun, 2008 2 commits
  25. 12 Apr, 2008 1 commit
    • Max Kellermann's avatar
      clean up CPP includes · c89b358c
      Max Kellermann authored
      Try to only include headers which are really needed.  We should
      particularly check all "headers including other headers".  The
      long-term goal is to have a manageable, small API for plugins
      (decoders, output) without so many mpd internals cluttering the
      namespace.
      
      git-svn-id: https://svn.musicpd.org/mpd/trunk@7319 09075e82-0dd4-0310-85a5-a0d7c8717e4f
      c89b358c
  26. 26 Mar, 2008 2 commits
  27. 03 Jan, 2008 1 commit
    • Eric Wong's avatar
      Cleanup #includes of standard system headers and put them in one place · cb8f1af3
      Eric Wong authored
      This will make refactoring features easier, especially now that
      pthreads support and larger refactorings are on the horizon.
      
      Hopefully, this will make porting to other platforms (even
      non-UNIX-like ones for masochists) easier, too.
      
      os_compat.h will house all the #includes for system headers
      considered to be the "core" of MPD.  Headers for optional
      features will be left to individual source files.
      
      git-svn-id: https://svn.musicpd.org/mpd/trunk@7130 09075e82-0dd4-0310-85a5-a0d7c8717e4f
      cb8f1af3
  28. 01 Jan, 2008 1 commit
  29. 31 Dec, 2007 1 commit