1. 09 Jul, 2012 1 commit
    • Max Kellermann's avatar
      require GLib 2.16 · 5dfc0918
      Max Kellermann authored
      GLib 2.16 was released more than 4 years ago.  Let's remove some cruft
      from the glib_compat.h header, and avoid new cruft to it.
      5dfc0918
  2. 06 Mar, 2012 1 commit
  3. 29 Jan, 2011 1 commit
  4. 10 Jan, 2011 1 commit
  5. 25 Jul, 2010 2 commits
  6. 01 Jan, 2010 1 commit
  7. 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
  8. 10 Nov, 2009 1 commit
    • Max Kellermann's avatar
      configure.ac: require GLib 2.12 · b722d3d7
      Max Kellermann authored
      Drop the required GLib version from 2.16 to 2.12, because many current
      systems still don't have GLib 2.16.  This requires several new
      compatibility functions in glib_compat.h.
      b722d3d7
  9. 13 Oct, 2009 1 commit
  10. 08 Oct, 2009 1 commit
  11. 06 Oct, 2009 1 commit
  12. 15 Jul, 2009 3 commits
  13. 14 Jul, 2009 2 commits
  14. 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
  15. 10 Feb, 2009 1 commit
  16. 18 Jan, 2009 3 commits
  17. 17 Jan, 2009 1 commit
  18. 03 Jan, 2009 2 commits
  19. 29 Dec, 2008 1 commit
  20. 02 Dec, 2008 2 commits
  21. 08 Oct, 2008 1 commit
  22. 23 Sep, 2008 1 commit
  23. 26 Mar, 2008 1 commit
    • Max Kellermann's avatar
      unsigned counters · 1d97bbbd
      Max Kellermann authored
      Use unsigned variables for storing the count of items or for iteration
      variables.  Since there can never be a negative number of items, it
      makes sense to use an unsigned data type here.  This change is safe
      because the unsigned values are only used for adddressing array items.
      
      git-svn-id: https://svn.musicpd.org/mpd/trunk@7214 09075e82-0dd4-0310-85a5-a0d7c8717e4f
      1d97bbbd
  24. 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
  25. 27 Aug, 2007 1 commit
    • Eric Wong's avatar
      export FATAL() with noreturn attribute · 0f2e9ee6
      Eric Wong authored
      This attribute was set in log.c, but not exported to other
      modules in log.h
      
      This allows us to remove some unneccessary variable
      initializations that were added in r6277.  I did
      audioOutput_shout.c a bit differently, to avoid some
      jumps.
      
      before:
      $ size src/mpd
      text    data     bss     dec     hex filename
      225546    4040   14600  244186   3b9da src/mpd
      
      after:
      $ size src/mpd
      text    data     bss     dec     hex filename
      224698    4040   14600  243338   3b68a src/mpd
      
      git-svn-id: https://svn.musicpd.org/mpd/trunk@6821 09075e82-0dd4-0310-85a5-a0d7c8717e4f
      0f2e9ee6
  26. 26 May, 2007 2 commits
  27. 05 Apr, 2007 1 commit
  28. 14 Jan, 2007 1 commit
  29. 30 Jul, 2006 2 commits