1. 08 Apr, 2013 1 commit
  2. 30 Jan, 2013 1 commit
  3. 03 Jan, 2013 2 commits
  4. 02 Jan, 2013 4 commits
  5. 08 Aug, 2012 1 commit
  6. 24 Jan, 2012 1 commit
  7. 13 Sep, 2011 1 commit
  8. 29 Jan, 2011 1 commit
  9. 25 Jul, 2010 1 commit
  10. 25 Jun, 2010 1 commit
  11. 18 May, 2010 1 commit
  12. 08 Feb, 2010 1 commit
  13. 01 Jan, 2010 1 commit
  14. 27 Dec, 2009 1 commit
  15. 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
  16. 13 Oct, 2009 1 commit
  17. 06 Jul, 2009 1 commit
  18. 05 Jul, 2009 1 commit
  19. 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
  20. 27 Feb, 2009 1 commit
    • Max Kellermann's avatar
      song_print: hide HTTP password in playlist · eae02874
      Max Kellermann authored
      Added the uri_remove_auth() library function which strips username
      and password from a HTTP URI, and use it in song_print_url().  This
      allows you to add HTTP URIs to the playlist including secret username
      and password, without disclosing it to all MPD clients.
      eae02874
  21. 04 Jan, 2009 1 commit
  22. 08 Oct, 2008 4 commits
  23. 07 Oct, 2008 2 commits
  24. 23 Sep, 2008 1 commit
    • Eric Wong's avatar
      Replace SongList with struct songvec · 0bec1d38
      Eric Wong authored
      Our linked-list implementation is wasteful and the
      SongList isn't modified enough to benefit from being a linked
      list.  So use a more compact array of song pointers which
      saves ~200K on a library with ~9K songs (on x86-32).
      0bec1d38
  25. 07 Sep, 2008 3 commits
    • Max Kellermann's avatar
      pass "struct client" to dbUtils.c, song.c, tag_print.c · dc8b64fd
      Max Kellermann authored
      Don't pass the raw file descriptor around.  This migration patch is
      rather large, because all of the sources have inter dependencies - we
      have to change all of them at the same time.
      dc8b64fd
    • Max Kellermann's avatar
      song: moved code to song_print.c, song_save.c · 75aa8dad
      Max Kellermann authored
      Move everything which dumps song information (via tag_print.c) to a
      separate source file.  song_print.c gets code which writes song data
      to the client; song_save.c is responsible for serializing songs from
      the tag cache.
      75aa8dad
    • Max Kellermann's avatar
      tag: moved code to tag_print.c · 386c3031
      Max Kellermann authored
      Move everything which dumps a tag to a file descriptor to tag_print.c.
      This relaxes dependencies and splits the code into smaller parts.
      386c3031
  26. 26 Aug, 2008 2 commits
  27. 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
  28. 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
  29. 01 Jun, 2007 1 commit