1. 02 Mar, 2009 1 commit
  2. 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
  3. 21 Jan, 2009 1 commit
  4. 08 Jan, 2009 1 commit
  5. 02 Jan, 2009 1 commit
  6. 29 Dec, 2008 1 commit
  7. 16 Dec, 2008 3 commits