1. 15 Dec, 2009 3 commits
  2. 04 May, 2009 1 commit
  3. 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
  4. 02 Mar, 2009 1 commit
  5. 29 Jan, 2009 2 commits
    • Max Kellermann's avatar
      input_stream: make seek(), buffer() optional · 32d6d449
      Max Kellermann authored
      Make those two methods optional to implement, and let input_stream.c
      provide fallbacks.  The buffer() method will be removed one day, and
      there is now only one implementation left (input_curl.c).
      32d6d449
    • Max Kellermann's avatar
      archive: replaced setup_stream() with open_stream() · 82cfce76
      Max Kellermann authored
      The open_stream() method opens the input_stream.  This allows the
      archive plugin to do its own initialization, and it also allows it to
      use input_stream.data.  We can remove input_stream.archive now, which
      was unnatural to have in the first place.
      82cfce76
  6. 21 Jan, 2009 1 commit
  7. 08 Jan, 2009 1 commit
  8. 02 Jan, 2009 1 commit
  9. 29 Dec, 2008 1 commit
  10. 16 Dec, 2008 3 commits